This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
perl_client_library [2010/11/06 20:35] – jay | perl_client_library [2011/11/10 19:34] (current) – jay | ||
---|---|---|---|
Line 15: | Line 15: | ||
SYNOPSIS | SYNOPSIS | ||
use Lib4theFileAPI; | use Lib4theFileAPI; | ||
- | my $api = Lib4theFileAPI-> | + | my $api = Lib4theFileAPI-> |
+ | | ||
+ | $api-> | ||
# list resources for collection ESuVkqZF that have tag " | # list resources for collection ESuVkqZF that have tag " | ||
Line 36: | Line 38: | ||
INSTANCE METHODS | INSTANCE METHODS | ||
- | response(); | + | response() |
returns an HTTP:: | returns an HTTP:: | ||
especially useful if previous call returned undef indicating a | especially useful if previous call returned undef indicating a | ||
problem | problem | ||
+ | |||
+ | test_connect() | ||
+ | attempts a call to the resource_list API method and returns 1 if connection was successful and valid data | ||
+ | received. returns undef if connection failed (use response-> | ||
+ | from the http connection), | ||
+ | the server | ||
resource_list([$query]) | resource_list([$query]) | ||
Line 51: | Line 59: | ||
returns Lib4theFileAPI:: | returns Lib4theFileAPI:: | ||
undef if none found | undef if none found | ||
+ | |||
+ | resource_attachment_list($rkey) | ||
+ | returns a Lib4thFile:: | ||
+ | for the top-level message in Resource, plus a little meta data (e.g. attach- | ||
+ | ment_count) | ||
collection_resource_list($ckey, | collection_resource_list($ckey, | ||
Line 57: | Line 70: | ||
$query is an optional hashref containing query parameters as | $query is an optional hashref containing query parameters as | ||
- | outlined in the API documentation. keys include page, per_page, tag | + | outlined in the API documentation. keys include page, per_page, tag, cdate |
collection($ckey) | collection($ckey) | ||
Line 83: | Line 96: | ||
does not delete resource from 4theFile. | does not delete resource from 4theFile. | ||
- | AUTHOR | ||
- | created by: jay; Fri Nov 5 16:58:42 2010 | ||
- | |||
- | last revised: | ||
</ | </ |