Pakket: libponapi-client-perl (0.002012-1)
Verwijzigingen voor libponapi-client-perl
Debian bronnen:
Het bronpakket libponapi-client-perl downloaden:
- [libponapi-client-perl_0.002012-1.dsc]
- [libponapi-client-perl_0.002012.orig.tar.gz]
- [libponapi-client-perl_0.002012-1.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [metacpan.org]
Vergelijkbare pakketten:
client to a JSON:API v1.0 service
PONAPI::Client is a JSON:API compliant client; it should be able to communicate with any API-compliant service.
The client does a handful of checks required by the spec, then uses Hijk to communicate with the service.
In most cases, all API methods return a response document:
my $response = $client->retrieve(...);
In list context however, all API methods will return the request status and the document:
my ($status, $response) = $client->retrieve(...)
Andere aan libponapi-client-perl gerelateerde pakketten
|
|
|
|
-
- dep: libhijk-perl
- simple perl module for easily accessing HTTP services
-
- dep: libjson-maybexs-perl
- interface to the best available JSON module
-
- dep: libmoose-perl
- modern Perl object system framework
-
- dep: liburi-perl
- module to manipulate and access URI strings
-
- dep: libyahc-perl
- Yet another HTTP client
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language