Changes for version 0.10 - 2018-06-05
- Fix project_hook() so it uses the correct path.
- create_project_hook() and edit_project_hook() now return their decoded response (the hook).
- delete_project_hook() no longer tries to return anything as a successful delete is a 204 (no content) and a failed one is a 404.
- Tests for all of the above.
- Fix typo.
Documentation
- - Command line interface to the GitLab API v4.
Modules
- - A complete GitLab API v4 client.
- - Load configuration from a file, environment, and/or CLI options.
- - GitLab API v4 constants.
- - Iterate through paginated GitLab v4 API records.
- - The HTTP client that does the heavy lifting.