package textrazor

  1. Overview
  2. Docs
type t = {
  1. concurrent_request_limit : int;
  2. concurrent_requests_used : int;
  3. plan_daily_included_requests : int;
  4. plan : string;
  5. requests_used_today : int;
}

Data structure for TextRazor accounts.

val get : Client.t -> (t, string) Stdlib.result

Gets the account from the API.

  • parameter client