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

NAME

GitLab::API::v3::RESTClient - GitLab API v3 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.

SUPPORT

See "SUPPORT" in GitLab::API::v3.

AUTHORS

See "AUTHORS" in GitLab::API::v3.

LICENSE

See "LICENSE" in GitLab::API::v3.