NAME
    Net::Launchpad - Launchpad.net OAuth 1.0

SYNOPSIS
    OAuth 1.0a authorization and client for Launchpad.net

ATTRIBUTES
    Net::Launchpad implements the following attributes:

  staging
    Boolean to interact with staging server or production.

  ua
    A Mojo::UserAgent.

  json
    A Mojo::JSON.

  consumer_key
    Holds the string that identifies your application.

        $lp->consumer_key('my-app-name');

  callback_uri
    Callback url to redirect use back to once authenticated.

  nonce
    Nonce

  params
    OAuth 1.0a parameters used in request, authenticate, and access

METHODS
  api_host
    Hostname used for authentication

  access_token_path
    OAuth Access token url

  authorize_token_path
    OAuth Authorize token url

  request_token_path
    OAuth Request token url

  request_token
    Perform the request-token request

  authenticate_token
    Perform the authentication request

  access_token
    Perform the access token request

AUTHOR
    Adam Stokes, "<adamjs at cpan.org>"

BUGS
    Report bugs to https://github.com/battlemidget/Net-Launchpad/issues.

DEVELOPMENT
  Repository
        http://github.com/battlemidget/Net-Launchpad

SUPPORT
    You can find documentation for this module with the perldoc command.

        perldoc Net::Launchpad

SEE ALSO
    *   <https://launchpad.net/launchpadlib>, "Python implementation"

COPYRIGHT
    Copyright 2013-2014 Adam Stokes

LICENSE
    This library is free software; you can redistribute it and/or modify it
    under the same terms as Perl itself.

