NAME
Net::OAuth::LP::Model - Base class for models
DESCRIPTION
Base Model Role
METHODS
search
Performs a search request against the target distribution.
$modal->search(
'ubuntu',
{ 'ws.op' => 'searchTasks',
'ws.size' => '10',
'status' => 'New'
}
);
LICENSE AND COPYRIGHT
Copyright 2013-2014 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.