package ez_api

  1. Overview
  2. Docs
module Types : sig ... end
module Encoding : sig ... end
module Services : sig ... end
val handle_error : exn EzReq_lwt_S.api_error -> ('a, int * string option) Stdlib.result
val check_token : client_id:string -> string -> (string, int * string option) Stdlib.result Lwt.t
val get_info : client_id:string -> string -> (Types.profile, int * string option) Stdlib.result Lwt.t