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

GitlabRoutes => Add some routes

parent 4820df9b
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,9 @@ enum GitlabRoutes { ...@@ -6,7 +6,9 @@ enum GitlabRoutes {
REPOSITORY_EDIT = '/projects/{{id}}', REPOSITORY_EDIT = '/projects/{{id}}',
REPOSITORY_FORK = '/projects/{{id}}/fork', REPOSITORY_FORK = '/projects/{{id}}/fork',
REPOSITORY_MEMBER_ADD = '/projects/{{id}}/members', REPOSITORY_MEMBER_ADD = '/projects/{{id}}/members',
REPOSITORY_MEMBERS_GET = '/projects/{{id}}/members/all' REPOSITORY_MEMBERS_GET = '/projects/{{id}}/members/all',
REPOSITORY_VARIABLES_ADD = '/projects/{{id}}/variables',
REPOSITORY_BRANCHES_PROTECT = '/projects/{{id}}/protected_branches'
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment