[ ソース: libponapi-client-perl ]
パッケージ: libponapi-client-perl (0.002012-2)
libponapi-client-perl に関するリンク
Debian の資源:
libponapi-client-perl ソースパッケージをダウンロード:
- [libponapi-client-perl_0.002012-2.dsc]
- [libponapi-client-perl_0.002012.orig.tar.gz]
- [libponapi-client-perl_0.002012-2.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
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(...)
その他の libponapi-client-perl 関連パッケージ
|
|
|
|
-
- 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
- URI 文字列の操作およびアクセスモジュール
-
- dep: libyahc-perl
- Yet another HTTP client
-
- dep: perl
- Larry Wall 作の実用的な抽出とレポート用の言語