Module Bindoj_apidir_runtime.Apidir_client

type error =
  1. | Unexpected_response of {
    1. status : int;
    2. body : Kxclib.Json.jv;
    }
  2. | Bad_response of {
    1. body : Kxclib.Json.jv;
    2. desc : Bindoj_base.Typed_type_desc.boxed_type_decl;
    3. msg : string option;
    }
exception Apidir_client_error of error
module type JsonResponse = sig ... end
module type ScopedJsonFetcher = sig ... end
module type T = sig ... end