- get() - Method in class net.wildfyre.http.Request
-
Accesses the JSON response from the server.
- getAvatar() - Method in class net.wildfyre.users.User
-
The avatar of this user: the raw URL written in a String object, as specified by the server.
- getAvatarUrl() - Method in class net.wildfyre.users.User
-
The avatar of this user: a URL object is created and points to the location of the avatar picture.
- getBio() - Method in class net.wildfyre.users.User
-
The bio of this user.
- getCachedUser(int) - Static method in class net.wildfyre.api.Internal
-
Gets the cached version of a user.
- getID() - Method in class net.wildfyre.users.User
-
The ID of this user.
- getJson() - Method in exception net.wildfyre.http.IssueInTransferException
-
Get the JSON sent by the server (if any).
- getMe() - Static method in class net.wildfyre.api.Internal
-
Gets the current user, that is, the user that corresponds to the saved token.
- getMe() - Static method in class net.wildfyre.api.WildFyre
-
Returns the logged-in user of the API, that is, the user corresponding to the saved-token.
- getMyId() - Static method in class net.wildfyre.api.Internal
-
The ID of the logged-in user.
- getName() - Method in class net.wildfyre.users.User
-
The name of this user.
- getToken() - Static method in class net.wildfyre.api.Internal
-
Returns the token used for authentication.