The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

GitLab::API::v4::RESTClient - GitLab API v4 REST client.

DESCRIPTION

This module provides the actual REST communication with the GitLab server and is powered by Role::REST::Client.

The various HTTP verb methods are wrapped so that they throw an exception if an unexpected response is received, except for GET requests that respond with a 404 code; these return undef instead.

If the request was successful then the response data is returned rather than the response object itself.

AUTHORS

See "AUTHOR" in GitLab::API::v4 and "CONTRIBUTORS" in GitLab::API::v4.

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.