Skip to content
Snippets Groups Projects
Commit aa038f29 authored by michael.minelli's avatar michael.minelli
Browse files

Add GitlabRoutes enum

parent aba3ada8
No related branches found
No related tags found
No related merge requests found
enum GitlabRoutes {
NOTIFICATION_SETTINGS = '/notification_settings',
USERS_GET = '/users',
REPOSITORY_GET = '/projects/{{id}}',
REPOSITORY_CREATE = '/projects',
REPOSITORY_FORK = '/projects/{{id}}/fork',
REPOSITORY_MEMBER_ADD = '/projects/{{id}}/members',
REPOSITORY_MEMBERS_GET = '/projects/{{id}}/members/all'
}
export default GitlabRoutes;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment