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
-
-
-
Field Detail
-
BASE_URL
public static final String BASE_URL
- See Also:
- Constant Field Values
-
GET_USER_INFO
public static final String GET_USER_INFO
- See Also:
- Constant Field Values
-
USER_SEARCH
public static final String USER_SEARCH
- See Also:
- Constant Field Values
-
DOWNLOAD_LEVEL
public static final String DOWNLOAD_LEVEL
- See Also:
- Constant Field Values
-
LEVEL_SEARCH
public static final String LEVEL_SEARCH
- See Also:
- Constant Field Values
-
GET_SONG_INFO
public static final String GET_SONG_INFO
- See Also:
- Constant Field Values
-
GET_PRIVATE_MESSAGES
public static final String GET_PRIVATE_MESSAGES
- See Also:
- Constant Field Values
-
READ_PRIVATE_MESSAGE
public static final String READ_PRIVATE_MESSAGE
- See Also:
- Constant Field Values
-
SEND_PRIVATE_MESSAGE
public static final String SEND_PRIVATE_MESSAGE
- See Also:
- Constant Field Values
-
GET_TIMELY
public static final String GET_TIMELY
- See Also:
- Constant Field Values
-
LOGIN
public static final String LOGIN
- See Also:
- Constant Field Values
-
-