sig
  val rate_limit_status :
    ?resources:string list ->
    Oauth.t ->
    [> `Error of
         [> `Http of int * string
          | `Json of Api_intf.Json.t Meta_conv.Error.t ]
     | `Ok of Api_intf.Rate_limit_status.t ]
end