Commit 680b9eba authored by Lorac's avatar Lorac Committed by Sander van Harmelen

Update list of implemented gitlab api calls (#330)

parent 36744209
...@@ -17,31 +17,60 @@ incompatible changes that were needed to fully support the V4 Gitlab API. ...@@ -17,31 +17,60 @@ incompatible changes that were needed to fully support the V4 Gitlab API.
## Coverage ## Coverage
This API client package covers **100%** of the existing GitLab API calls! So this This API client package covers **67%** of the existing GitLab API calls! So this
includes all calls to the following services: includes all calls to the following services:
- [x] Award Emojis
- [x] Branches - [x] Branches
- [ ] Broadcast Messages
- [ ] Project-level Variables
- [ ] Group-level Variables
- [x] Commits - [x] Commits
- [ ] Custom Attributes
- [ ] Deployments
- [x] Deploy Keys - [x] Deploy Keys
- [x] Environments - [x] Environments
- [x] Events
- [x] Feature flags
- [ ] Gitignores templates
- [ ] GitLab CI Config templates
- [x] Groups - [x] Groups
- [ ] Group Access Requests
- [ ] Group Members
- [x] Issues - [x] Issues
- [ ] Issue Boards
- [x] Jobs
- [ ] Keys
- [x] Labels - [x] Labels
- [x] Merge Requests - [x] Merge Requests
- [x] Milestones - [x] Project Milestones
- [ ] Group Milestones
- [x] Namespaces - [x] Namespaces
- [x] Notes (comments) - [x] Notes (comments)
- [x] Notification settings
- [ ] Open source license templates
- [ ] Page Domains
- [x] Pipelines - [x] Pipelines
- [x] Project Snippets - [x] Pipeline Triggers
- [ ] Pipeline Schedules
- [x] Projects (including setting Webhooks) - [x] Projects (including setting Webhooks)
- [ ] Project Access Requests
- [x] Project Members
- [x] Project Snippets
- [x] Protected Branches - [x] Protected Branches
- [x] Repositories - [x] Repositories
- [x] Repository Files - [x] Repository Files
- [x] Runners
- [ ] Search
- [x] Services - [x] Services
- [x] Session
- [x] Settings - [x] Settings
- [ ] Sidekiq metrics
- [x] Session
- [x] System Hooks - [x] System Hooks
- [x] Tags
- [x] Todos
- [x] Users - [x] Users
- [x] Validate CI configuration
- [x] Version - [x] Version
- [x] Wikis - [x] Wikis
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment