API-Client
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
# PATCH /patch
my $patch = $client->resource('patch')->dispatch(
method => 'patch'
);
[$get, $head, $patch]
Building up an HTTP request is extremely easy, simply call the
"resource" to create a new object instance representing the API
endpoint you wish to issue a request against.
chaining
# given: synopsis
# https://httpbin.org/users
my $users = $client->resource('users');
# https://httpbin.org/users/c09e91a
my $user = $client->resource('users', 'c09e91a');
view all matches for this distributionview release on metacpan - search on metacpan
( run in 0.658 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )