1GitLab::API::v4::RESTClUiseenrt(C3opnmt)ributed Perl DocGuimteLnatba:t:iAoPnI::v4::RESTClient(3pm)
2
3
4
6 GitLab::API::v4::RESTClient - The HTTP client that does the heavy
7 lifting.
8
10 Currently this class uses HTTP::Tiny and JSON to do its job. This may
11 change, and the interface may change, so documentation is lacking in
12 order to not mislead people.
13
14 If you do want to customize how this class works then take a look at
15 the source.
16
19 my $req = $api->rest_client->http_tiny_request();
20
21 The most recent request arrayref as passed to HTTP::Tiny.
22
23 If this is "undef" then no request has been made.
24
26 my $res = $api->rest_client->http_tiny_response();
27
28 The most recent response hashref as passed back from HTTP::Tiny.
29
30 If this is "undef" and "request" is defined then no response was
31 received and you will have encountered an error when making the request
32
34 See "SUPPORT" in GitLab::API::v4.
35
37 See "AUTHORS" in GitLab::API::v4.
38
40 See "LICENSE" in GitLab::API::v4.
41
42
43
44perl v5.36.0 2022-07-22 GitLab::API::v4::RESTClient(3pm)