Skip to content

[actually not an issue] json fields #11

Description

@A7F

where did you get documentation about the fields a json request should contain?
as instance, here

public String add_user(String email) {
		JSONObject json = new JSONObject();
		try {
			json.put("a", "ur");
			json.put("u", email);
			json.put("l", 1);
		} catch (JSONException e) {
			e.printStackTrace();
		}
		return api_request(json.toString());
}

how do you know those "a","u","l" ? Is there a website or something?
also, I do not need the whole functions from the official sdk; do you think is still possible to send POST and GET requests to them?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions