Skip to content

Commit

Permalink
adding users/search.json api wrapper to the available methods.
Browse files Browse the repository at this point in the history
  • Loading branch information
yopefonic committed Mar 27, 2012
1 parent fcd8ccb commit b650393
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/twitter.clj
Expand Up @@ -571,6 +571,15 @@ take any required and optional arguments and call the associated Twitter method.
[]
(comp #(:content %) status-handler))

(def-twitter-method users-search
:get
"api.twitter.com/1/users/search.json"
[:q]
[:page
:per_page
:include_entities]
(comp #(:content %) status-handler))

(def-twitter-method search
:get
"search.twitter.com/search.json"
Expand Down

0 comments on commit b650393

Please sign in to comment.