package textrazor

  1. Overview
  2. Docs
val get : Uri.t -> string -> (Yojson.Safe.json, string) Stdlib.result

Sends a GET request to the given URI and API key.

val post_form : Uri.t -> ?params:(string * string list) list -> string -> (Yojson.Safe.json, string) Stdlib.result

Sends a POST request to the given URI and API key.

The request has a Content-type: x-www-form-urlencoded header and its body is constructed from params.