Module Api_intf.Rate_limit_status

module Rate_limit_status: sig .. end

type limit = < limit : float; remaining : float; reset : float > 
val json_of_limit : limit -> Api_intf.Json.t
val limit_of_json : (limit, Api_intf.Json.t) Meta_conv.Types.Decoder.t
val limit_of_json_exn : (limit, Api_intf.Json.t)
Meta_conv.Types.Decoder.t_exn
val ocaml_of_limit : limit -> Ocaml.t
val limit_of_ocaml : (limit, Ocaml.t) Meta_conv.Types.Decoder.t
val limit_of_ocaml_exn : (limit, Ocaml.t) Meta_conv.Types.Decoder.t_exn

location in the tweet string

url GET piece for next search

url GET piece for refresh
type t = < rate_limit_context : < access_token : string >;
resources : < account : < settings : limit;
verify_credentials : limit >;
application : < rate_limit_status : limit >;
blocks : < ids : limit;
list : limit >;
direct_messages : < direct_messages : limit;
sent : limit;
sent_and_received : limit;
show : limit >;
favorites : < list : limit >;
followers : < ids : limit >;
friends : < ids : limit >;
friendships : < incoming : limit;
lookup : limit;
outgoing : limit;
show : limit >;
geo : < place_id : limit;
reverse_geocode : limit;
search : limit;
similar_places : limit >;
help : < configuration : limit;
languages : limit;
privacy : limit;
tos : limit >;
lists : < list : limit;
members : limit;
members_show : limit;
memberships : limit;
show : limit;
statuses : limit;
subscribers : limit;
subscribers_show : limit;
subscriptions : limit >;
saved_searches : < destroy : limit;
list : limit;
show : limit >;
search : < tweets : limit >;
statuses : < home_timeline : limit;
mentions_timeline : limit;
oembed : limit;
retweets : limit;
retweets_of_me : limit;
show : limit;
user_timeline : limit >;
trends : < available : limit;
closest : limit;
place : limit >;
users : < contributees : limit;
contributors : limit;
lookup : limit;
profile_banner : limit;
search : limit;
show : limit;
suggestions : limit;
suggestions_members : limit;
suggestions_slug : limit > > >
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