Module Api_intf

module Api_intf: sig .. end
location in the tweet string

module Json: sig .. end
type 'json mc_leftovers = (string * 'json) list 
val ocaml_of_mc_leftovers : 'a. ('a -> Ocaml.t) -> 'a mc_leftovers -> Ocaml.t
val mc_leftovers_of_ocaml : 'a.
('a, Ocaml.t) Meta_conv.Types.Decoder.t ->
('a mc_leftovers, Ocaml.t) Meta_conv.Types.Decoder.t
val mc_leftovers_of_ocaml_exn : 'a.
('a, Ocaml.t) Meta_conv.Types.Decoder.t ->
('a mc_leftovers, Ocaml.t) Meta_conv.Types.Decoder.t_exn
type status_id = int64 
val json_of_status_id : status_id -> Json.t
val status_id_of_json : (status_id, Json.t) Meta_conv.Types.Decoder.t
val status_id_of_json_exn : (status_id, Json.t) Meta_conv.Types.Decoder.t_exn
val ocaml_of_status_id : status_id -> Ocaml.t
val status_id_of_ocaml : (status_id, Ocaml.t) Meta_conv.Types.Decoder.t
val status_id_of_ocaml_exn : (status_id, Ocaml.t) Meta_conv.Types.Decoder.t_exn
module Time: sig .. end
module Text: sig .. end
module Client: sig .. end
module User: sig .. end
module Hashtag: sig .. end
module URL: sig .. end
module UserMention: sig .. end
module Entities: sig .. end
module Tweet: sig .. end
module Search_tweets: sig .. end
module Rate_limit_status: sig .. end