An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# gitlab-api-extension
Extends Gitlab API without having to fork Gitlab, by proxying requests to Gitlab

Added 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)