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 : app_secret:string -> app_id:string -> string -> (string, int * string option) Stdlib.result Lwt.t
val fields : string
val get_info : user_id:string -> string -> (Types.profile, int * string option) Stdlib.result Lwt.t