NAME
WebService::Shutterstock::Client - Provides easy REST interactions with the Shutterstock API
VERSION
version 0.004
DESCRIPTION
This class extends the REST::Client class and provides some additional convenience functions.
You should not need to use this class to use WebService::Shutterstock
METHODS
response
Returns most recent response object.
process_response(201 => \&created_handler, 404 => \¬found_handler)
Processes the most recent response object based on the HTTP status code, the content type and response body. Additional handlers may be passed in (keyed on HTTP status codes).
AUTHOR
Brian Phillips <bphillips@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Brian Phillips and Shutterstock, Inc. (http://shutterstock.com).
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.