Skip to content

Commit b650393

Browse files
committed
adding users/search.json api wrapper to the available methods.
1 parent fcd8ccb commit b650393

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/twitter.clj

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -571,6 +571,15 @@ take any required and optional arguments and call the associated Twitter method.
571571
[]
572572
(comp #(:content %) status-handler))
573573

574+
(def-twitter-method users-search
575+
:get
576+
"api.twitter.com/1/users/search.json"
577+
[:q]
578+
[:page
579+
:per_page
580+
:include_entities]
581+
(comp #(:content %) status-handler))
582+
574583
(def-twitter-method search
575584
:get
576585
"search.twitter.com/search.json"

0 commit comments

Comments
 (0)