diff options
| author | franck cuny <franck@lumberjaph.net> | 2010-02-01 15:15:54 +0100 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2010-02-01 15:15:54 +0100 |
| commit | 630c9193961dca4cb6172d610c730a4a0e5f6224 (patch) | |
| tree | 0e1bb906ded5770ef4c6a6f5a7cdd1055b0958d5 | |
| parent | Checking in changes prior to tagging of version 0.01. Changelog diff is: (diff) | |
| download | net-backtype-630c9193961dca4cb6172d610c730a4a0e5f6224.tar.gz | |
add new params
| -rw-r--r-- | lib/Net/Backtweet.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Net/Backtweet.pm b/lib/Net/Backtweet.pm index 507c67b..9ca8b1e 100644 --- a/lib/Net/Backtweet.pm +++ b/lib/Net/Backtweet.pm @@ -13,7 +13,7 @@ net_api_declare backtweet => ( net_api_method backtweet_search => ( path => '/search', method => 'GET', - params => [qw/q since key/], + params => [qw/q since key end start itemsperpage/], required => [qw/q key/], expected => [qw/200/], ); @@ -35,7 +35,7 @@ Net::Backtweet - client for the backtweet API Net::Backtype is a client for the backtweet API. -=head2 METHODS +=head2 METHODS =over 4 |
