
WebService::Shutterstock::AuthedClient - Role comprising a REST client with the necessary auth token information

version 0.004

This role provides convenience methods for managing an authenticated client. It consumes the WebService::Shutterstock::HasClient role.
You should not need to use this role to use WebService::Shutterstock

HashRef of auth_token and username.

Returns the token from the auth_info hash.
Returns the username from the auth_info hash.
Returns an instance of the passed in class initialized with the arguments passed in as well as the auth_info and client provided by this role
Returns a HashRef of the passed-in params combined with the auth_token.

Brian Phillips <bphillips@cpan.org>

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.