Ametista Endpoints Set

open class AmetistaEndpointsSet : EquinoxBaseEndpointsSet

The AmetistaEndpointsSet class is a container with all the Ametista's system base endpoints

Author

N7ghtm4r3 - Tecknobit

Constructors

Link copied to clipboard
private constructor()
Constructor to init the AmetistaEndpointsSet class

Properties

Link copied to clipboard
val BASE_EQUINOX_ENDPOINT: String = "/api/v1/"
Link copied to clipboard
val CHANGE_EMAIL_ENDPOINT: String = "/changeEmail"
Link copied to clipboard
val CHANGE_LANGUAGE_ENDPOINT: String = "/changeLanguage"
Link copied to clipboard
val CHANGE_PASSWORD_ENDPOINT: String = "/changePassword"
Link copied to clipboard
val CHANGE_PRESET_PASSWORD_ENDPOINT: String = "/changePresetPassword"
CHANGE_PRESET_PASSWORD_ENDPOINT the endpoint to execute the change of the preset viewer password
Link copied to clipboard
val CHANGE_PROFILE_PIC_ENDPOINT: String = "/changeProfilePic"
Link copied to clipboard
val SIGN_IN_ENDPOINT: String = "users/signIn"
Link copied to clipboard
val SIGN_UP_ENDPOINT: String = "users/signUp"