Releases: emri99/gitlab-generic-api-client
Releases · emri99/gitlab-generic-api-client
Release 3.0.0 : Add Exceptions classes
Release 2.0.3 : Fix response handling
fix: detection of empty response
fix: remove PHP notice warning on missing Content-Type response header
Release 2.0.2 : Fix optional argument usage
-
fix: Allow usage of null parameter to pass optional url argument
This allow to use
$api->projects($idOrName)
:- to request
/projects
when$idOrName
isnull
- to request
/projects/{idOrName}
otherwise
- to request
Release 2.0.1 : fix post/put requests
- fix: POST/PUT requests handling
- use correct content-type
x-www-form-urlencoded
ormultipart/form-data
when files supplied
- use correct content-type
- refacto: GET/DELETE requests handling
- remove: PATCH request (no used on gitlab api currently)
- improvement: response error handling
- test: update test
- build: add missing extension ext-json to composer
- ci: add php 7.1 and 7.2 environments on travis CI
Initial release
Initial version