NAME
Net::Launchpad::Client - Launchpad.net Client
VERSION
version 2.101
SYNOPSIS
use Net::Launchpad::Client;
my $lp = Net::Launchpad::Client->new(
access_token => '32432432432',
access_token_secret => '32432432423432423432423232',
consumer_key => 'a-named-key'
);
ATTRIBUTES
consumer_key
OAuth Consumer key
access_token
OAuth access token
access_token_secret
OAuth access_token_secret
staging
Staging or Production boolean
AUTHOR
Adam Stokes <adamjs@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2014 by Adam Stokes.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.