Package com.github.alex1304.jdash.util
Class Routes
java.lang.Object
com.github.alex1304.jdash.util.Routes
public final class Routes extends Object
Constants corresponding to API routes for Geometry Dash
-
Field Summary
Fields Modifier and Type Field Description static String
BASE_URL
static String
DOWNLOAD_LEVEL
static String
GET_PRIVATE_MESSAGES
static String
GET_SONG_INFO
static String
GET_TIMELY
static String
GET_USER_INFO
static String
LEVEL_SEARCH
static String
LOGIN
static String
READ_PRIVATE_MESSAGE
static String
SEND_PRIVATE_MESSAGE
static String
USER_SEARCH
-
Method Summary
-
Field Details
-
BASE_URL
- See Also:
- Constant Field Values
-
GET_USER_INFO
- See Also:
- Constant Field Values
-
USER_SEARCH
- See Also:
- Constant Field Values
-
DOWNLOAD_LEVEL
- See Also:
- Constant Field Values
-
LEVEL_SEARCH
- See Also:
- Constant Field Values
-
GET_SONG_INFO
- See Also:
- Constant Field Values
-
GET_PRIVATE_MESSAGES
- See Also:
- Constant Field Values
-
READ_PRIVATE_MESSAGE
- See Also:
- Constant Field Values
-
SEND_PRIVATE_MESSAGE
- See Also:
- Constant Field Values
-
GET_TIMELY
- See Also:
- Constant Field Values
-
LOGIN
- See Also:
- Constant Field Values
-