Module Api_intf.Client

module Client: sig .. end

type t = string * [ `Error of exn | `Ok of Xml.xml ] 
val t_of_json : (string * [> (Xml.xml, exn) Meta_conv.Result.t ]) Json_conv.decoder
val t_of_json_exn : (string * [> (Xml.xml, exn) Meta_conv.Result.t ]) Json_conv.decoder_exn
val json_of_t : string * 'a -> Api_intf.Json.t
val t_of_ocaml : ?trace:'a -> 'b -> 'c
val t_of_ocaml_exn : ?trace:'a -> 'b -> 'c
val ocaml_of_t : string * 'a -> Ocaml.t
val name : string * [< `Error of 'a | `Ok of Xml.xml ] -> string