The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::OAuth::LP::Model - Base class for models

DESCRIPTION

Base Model Role

METHODS

namespace

    $model->namespace('Bug');

Sets model namespace of the Launchpad interface you want to use. E.g. 'Bug' for bugs and 'Person' for person model.

Performs a search request against the target distribution.

    $modal->search(
        'ubuntu',
        {   'ws.op'   => 'searchTasks',
            'ws.size' => '10',
            'status'  => 'New'
        }
    );

AUTHOR

Adam Stokes, <adamjs at cpan.org>

BUGS

Report bugs to https://github.com/battlemidget/Net-OAuth-LP/issues.

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

SEE ALSO

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.