Module Api_intf.Search_tweets

module Search_tweets: sig .. end

module Search_metadata: sig .. end
type t = < statuses : Api_intf.Tweet.t list;
unknowns : Api_intf.Json.t Api_intf.mc_leftovers >
val json_of_t : t -> Api_intf.Json.t
val t_of_json : (t, Api_intf.Json.t) Meta_conv.Types.Decoder.t
val t_of_json_exn : (t, Api_intf.Json.t) Meta_conv.Types.Decoder.t_exn
val ocaml_of_t : t -> Ocaml.t
val t_of_ocaml : (t, Ocaml.t) Meta_conv.Types.Decoder.t
val t_of_ocaml_exn : (t, Ocaml.t) Meta_conv.Types.Decoder.t_exn

location in the tweet string

url GET piece for next search

url GET piece for refresh
val format : Format.formatter -> t -> unit