logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Attributes

Authors

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

Description

       Currently this class uses HTTP::Tiny and JSON::MaybeXS 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.

Http_Tiny_Request

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

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

       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 HTTP::Tiny.

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

License

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

perl v5.36.0                                       2023-06-13                   GitLab::API::v4::RESTClient(3pm)

Name

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

Support

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

See Also