libponapi-client-perl

client to a JSON:API v1.0 service

Description

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(...)

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://metacpan.org/release/PONAPI-Client


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install libponapi-client-perl