https://github.com/skilld-labs/gitlab-api-extension
Extends Gitlab API without having to fork Gitlab, by proxying requests to Gitlab
https://github.com/skilld-labs/gitlab-api-extension
Last synced: 3 months ago
JSON representation
Extends Gitlab API without having to fork Gitlab, by proxying requests to Gitlab
- Host: GitHub
- URL: https://github.com/skilld-labs/gitlab-api-extension
- Owner: skilld-labs
- Created: 2018-02-20T10:48:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-10T14:06:57.000Z (about 7 years ago)
- Last Synced: 2025-03-13T07:02:26.310Z (3 months ago)
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 4
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gitlab-api-extension
Extends Gitlab API without having to fork Gitlab, by proxying requests to GitlabAdded methods :
"/api/v4/time_logs"
"/api/v4/projects/{projectID}/issues/{issueIID}/time_logs"
"/api/v4/projects/{projectID}/merge_requests/{mergeRequestIID}/time_logs"
"/api/v4/users/{userID}/time_logs"
"/api/v4/projects/{projectID}/time_logs"
"/api/v4/projects/{projectID}/users/{userID}/time_logs"
"/api/v4/projects/{projectID}/issues/{issueIID}/users/{userID}/time_logs"Authors:
- Antoine Huret (@antony360)
- Jean-Baptiste Guerraz (@jbguerraz)