Perl Diver 2.33
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

GitLab::API::v4::RESTClient

Name GitLab::API::v4::RESTClient
Version 0.26
Located at /usr/share/perl5
File /usr/share/perl5/GitLab/API/v4/RESTClient.pm
Is Core No
Search CPAN for this module GitLab::API::v4::RESTClient
Documentation GitLab::API::v4::RESTClient
Module Details GitLab::API::v4::RESTClient


NAME

GitLab::API::v4::RESTClient - The HTTP client that does the heavy lifting.


DESCRIPTION

Currently this class uses the HTTP::Tiny manpage and JSON to do its job. This may change, and the interface may change, so documentation is lacking in order to not mislead people.

If you do want to customize how this class works then take a look at the source.


ATTRIBUTES


http_tiny_request

    my $req = $api->rest_client->http_tiny_request();

The most recent request arrayref as passed to the HTTP::Tiny manpage.

If this is undef then no request has been made.


http_tiny_response

    my $res = $api->rest_client->http_tiny_response();

The most recent response hashref as passed back from the HTTP::Tiny manpage.

If this is undef and request is defined then no response was received and you will have encountered an error when making the request


SUPPORT

See SUPPORT in the GitLab::API::v4 manpage.


AUTHORS

See AUTHORS in the GitLab::API::v4 manpage.


COPYRIGHT AND LICENSE

See COPYRIGHT AND LICENSE in the GitLab::API::v4 manpage.

Perl Diver brought to you by ScriptSolutions.com © 1997- 2026