NAME
Net::OAuth::LP::Client - Launchpad.net Client routines
SYNOPSIS
use Net::OAuth::LP::Client;
my $lp = Net::OAuth::LP::Client->new;
$lp->login_with_creds;
METHODS
login_with_creds
use Net::OAuth::LP::Client;
my $lp = Net::OAuth::LP::Client->new;
$lp->consumer_key('my-lp-app');
# Authorize yourself
$lp->login_with_creds;
DEVELOPMENT
Repository
http://github.com/battlemidget/Net-OAuth-LP
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Net::OAuth::LP::Client
LICENSE AND COPYRIGHT
Copyright 2013 Adam Stokes.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.