Pandoro Endpoints

object PandoroEndpoints : EquinoxBaseEndpointsSet

The {@code PandoroEndpoints} class is a container with all the Pandoro's endpoints

Author

N7ghtm4r3 - Tecknobit

Properties

Link copied to clipboard

ACCEPT_GROUP_INVITATION_ENDPOINT endpoint to accept a group invitation

Link copied to clipboard

ADD_CHANGE_NOTE_ENDPOINT endpoint to add a new change note for an update

Link copied to clipboard

ADD_MEMBERS_ENDPOINT endpoint to add member to group

Link copied to clipboard

AUTHORED_PROJECTS endpoint to get the projects authored by an user

Link copied to clipboard

CANDIDATE_GROUP_MEMBERS endpoint to get the candidate user to be members of a group

Link copied to clipboard

CHANGE_MEMBER_ROLE_ENDPOINT endpoint to change the role of a member of a group

Link copied to clipboard

CHANGE_NOTE_STATUS_ENDPOINT endpoint to change the status of an existing note

Link copied to clipboard

COUNT_CANDIDATE_GROUP_MEMBERS_ENDPOINT endpoint to get the candidate user count to be members of a group

Link copied to clipboard

DECLINE_GROUP_INVITATION_ENDPOINT endpoint to decline a group invitation

Link copied to clipboard

EDIT_PROJECTS_ENDPOINT endpoint to edit the projects of a group

Link copied to clipboard

IN_DEVELOPMENT_PROJECTS_ENDPOINT endpoint to get the projects currently in com.tecknobit.pandorocore.enums.UpdateStatus.IN_DEVELOPMENT status

Link copied to clipboard

LEAVE_GROUP_ENDPOINT endpoint to leave from a group

Link copied to clipboard

MARK_CHANGE_NOTE_AS_DONE_ENDPOINT endpoint to mark as done a change note of an update

Link copied to clipboard

MARK_CHANGE_NOTE_AS_TODO_ENDPOINT endpoint to mark as to-do a change note of an update

Link copied to clipboard

OVERVIEW_ENDPOINT endpoint to get the overview data analysis

Link copied to clipboard

PUBLISH_UPDATE_ENDPOINT endpoint to publish an existing update for a project

Link copied to clipboard

REMOVE_MEMBER_ENDPOINT endpoint to remove a member of a group

Link copied to clipboard

SCHEDULE_UPDATE_ENDPOINT endpoint to schedule a new update for a project

Link copied to clipboard

START_UPDATE_ENDPOINT endpoint to start an existing update for a project

Link copied to clipboard

UNREAD_CHANGELOGS_ENDPOINT endpoint to get the count of the unread changelogs

Link copied to clipboard
const val UPDATES_PATH: String

UPDATES_PATH path for the updates operations