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

GitlabRoutes => Add some routes

parent 0f1b3016
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,9 @@ enum GitlabRoutes {
REPOSITORY_MEMBER_ADD = '/projects/{{id}}/members',
REPOSITORY_MEMBERS_GET = '/projects/{{id}}/members/all',
REPOSITORY_VARIABLES_ADD = '/projects/{{id}}/variables',
REPOSITORY_BRANCHES_PROTECT = '/projects/{{id}}/protected_branches'
REPOSITORY_BRANCHES_PROTECT = '/projects/{{id}}/protected_branches',
REPOSITORY_TREE = '/projects/{{id}}/repository/tree',
REPOSITORY_FILE = '/projects/{{id}}/repository/files/{{filePath}}',
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment