WebService::Nestoria::Search::Request - Container object for a WebService::Nestoria::Search request.


WebService-Nestoria-Search documentation  | view source Contained in the WebService-Nestoria-Search distribution.

Index


NAME

Top

WebService::Nestoria::Search::Request - Container object for a WebService::Nestoria::Search request.

VERSION

Top

version 1.020001

This package is used by WebService::Nestoria::Search and a Request object should never need to be explicitly created by the user.

Functions

Top

uri

Returns a URI object representing the URL that will be fetched by this Request object.

url

Returns the URL that will be fetched by this request object as a string.

fetch

Contact the Nestoria servers and return a WebService::Nestoria::Search::Response object.

If encoding is set to 'json', a WebService::Nestoria::Search::Result object is created for each listing. These can be accessed via the returned WebService::Nestoria::Search::Response object.

If the encoding is not 'json', the object returned will contain no WebService::Nestoria::Search::Result objects, and only the get_raw function can be used effectively.

Copyright

Top

Author

Top

Alex Balhatchet (alex@lokku.com)

Patches supplied by Yoav Felberbaum and Alistair Francis.


WebService-Nestoria-Search documentation  | view source Contained in the WebService-Nestoria-Search distribution.