NovaEndpoints

open class NovaEndpoints : EquinoxBaseEndpointsSet

The NovaEndpoints class is a container with all the Nova's endpoints

Author

N7ghtm4r3 - Tecknobit

Constructors

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

Properties

Link copied to clipboard
val ADD_MEMBERS_ENDPOINT: String = "/addMembers"
ADD_MEMBERS_ENDPOINT the endpoint to add members into a project
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_PROFILE_PIC_ENDPOINT: String = "/changeProfilePic"
Link copied to clipboard
val COMMENT_ASSET_ENDPOINT: String = "/comment/"
COMMENT_ASSET_ENDPOINT the endpoint to comment an asset uploading of a release
Link copied to clipboard
val CREATE_REPORT_ENDPOINT: String = "/createReport"
CREATE_REPORT_ENDPOINT the endpoint to create a new release report
Link copied to clipboard
val EVENTS_ENDPOINT: String = "/events/"
EVENTS_ENDPOINT the endpoint to work with the events of a release
Link copied to clipboard
val JOIN_ENDPOINT: String = "/join"
JOIN_ENDPOINT the endpoint to join in a project
Link copied to clipboard
val LEAVE_ENDPOINT: String = "/leave"
LEAVE_ENDPOINT the endpoint to leave from a project
Link copied to clipboard
val MARK_MEMBER_AS_TESTER_ENDPOINT: String = "/markAsTester"
MARK_MEMBER_AS_TESTER_ENDPOINT the endpoint to mark a member as tester in a project
Link copied to clipboard
PROMOTE_RELEASE_ENDPOINT the endpoint to promote a release
Link copied to clipboard
val REMOVE_MEMBER_ENDPOINT: String = "/removeMember"
REMOVE_MEMBER_ENDPOINT the endpoint to remove a member from a project
Link copied to clipboard
val SIGN_IN_ENDPOINT: String = "users/signIn"
Link copied to clipboard
val SIGN_UP_ENDPOINT: String = "users/signUp"
Link copied to clipboard
val TAGS_ENDPOINT: String = "/tags/"
TAGS_ENDPOINT the endpoint to work with the tags of a release
Link copied to clipboard
val UPLOAD_ASSETS_ENDPOINT: String = "/uploadAssets"
UPLOAD_ASSETS_ENDPOINT the endpoint to upload assets to a release