Equinox Base Endpoints Set

The EquinoxBaseEndpointsSet class is a container with all the Equinox's system base endpoints

Author

N7ghtm4r3 - Tecknobit

Since

1.0.1

Constructors

Link copied to clipboard
protected constructor()
Constructor to init the EquinoxBaseEndpointsSet class No-any params required

Properties

Link copied to clipboard
val BASE_EQUINOX_ENDPOINT: String = "/api/v1/"
BASE_ENDPOINT the base endpoint for the backend service
Link copied to clipboard
val CHANGE_EMAIL_ENDPOINT: String = "/changeEmail"
CHANGE_EMAIL_ENDPOINT the endpoint to execute the change of the user email
Link copied to clipboard
val CHANGE_LANGUAGE_ENDPOINT: String = "/changeLanguage"
CHANGE_LANGUAGE_ENDPOINT the endpoint to execute the change of the user language
Link copied to clipboard
val CHANGE_PASSWORD_ENDPOINT: String = "/changePassword"
CHANGE_PASSWORD_ENDPOINT the endpoint to execute the change of the user password
Link copied to clipboard
val CHANGE_PROFILE_PIC_ENDPOINT: String = "/changeProfilePic"
CHANGE_PROFILE_PIC_ENDPOINT the endpoint to execute the change of the user profile pic
Link copied to clipboard
val SIGN_IN_ENDPOINT: String = "users/signIn"
SIGN_IN_ENDPOINT the endpoint to execute the sign-in auth action
Link copied to clipboard
val SIGN_UP_ENDPOINT: String = "users/signUp"
SIGN_UP_ENDPOINT the endpoint to execute the sign-up auth action