API-Client
view release on metacpan or search on metacpan
t/API_Client.t view on Meta::CPAN
use 5.014;
use strict;
use warnings;
use routines;
use Test::Auto;
use Test::More;
=name
API::Client
=cut
=abstract
HTTP API Thin-Client Abstraction
=cut
=includes
method: create
method: delete
method: dispatch
method: fetch
method: patch
method: prepare
method: process
method: resource
method: serialize
method: update
=cut
=synopsis
package main;
use API::Client;
my $client = API::Client->new(url => 'https://httpbin.org');
# $client->resource('post');
# $client->update(json => {...});
=cut
=libraries
Types::Standard
=cut
=integrates
Data::Object::Role::Buildable
Data::Object::Role::Stashable
Data::Object::Role::Throwable
=cut
=attributes
debug: ro, opt, Bool
fatal: ro, opt, Bool
( run in 2.264 seconds using v1.01-cache-2.11-cpan-140bd7fdf52 )