The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

VERSION

version 1.022013

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

Functions

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

Copyright (C) 2009 Lokku Ltd.

Author

Alex Balhatchet (alex@lokku.com)

Patches supplied by Yoav Felberbaum and Alistair Francis.