Module Api11.Search

module Search: sig .. end

val tweets : ?count:int ->
?since_id:int64 ->
Oauth.t ->
string ->
[> `Error of
[> `Http of int * string | `Json of Api_intf.Json.t Meta_conv.Error.t ]
| `Ok of Api_intf.Search_tweets.t ]