ANY.LegacySourcetype ('arg, 'input, 'output, 'error, 'security) service =
(unit, 'arg, 'input, 'output) EzAPI.Legacy.servicetype ('arg1, 'arg2, 'output, 'error, 'security) service2 =
('arg1, 'arg2, 'output) EzAPI.Legacy.service2type ('input, 'output, 'error, 'security) post_service0 =
('input, 'output) EzAPI.Legacy.post_service0type ('arg, 'input, 'output, 'error, 'security) post_service1 =
('arg, 'input, 'output) EzAPI.Legacy.post_service1type ('arg1, 'arg2, 'input, 'output, 'error, 'security) post_service2 =
('arg1, 'arg2, 'input, 'output) EzAPI.Legacy.post_service2val get0 :
?post:bool ->
?headers:(string * string) list ->
?params:(EzAPI.Param.t * EzAPI.param_value) list ->
?msg:string ->
EzAPI.base_url ->
('output, 'error, 'security) service0 ->
('output, 'error api_error) result Lwt.tval get1 :
?post:bool ->
?headers:(string * string) list ->
?params:(EzAPI.Param.t * EzAPI.param_value) list ->
?msg:string ->
EzAPI.base_url ->
('arg, 'output, 'error, 'security) service1 ->
'arg ->
('output, 'error api_error) result Lwt.tval get2 :
?post:bool ->
?headers:(string * string) list ->
?params:(EzAPI.Param.t * EzAPI.param_value) list ->
?msg:string ->
EzAPI.base_url ->
('arg1, 'arg2, 'output, 'error, 'security) service2 ->
'arg1 ->
'arg2 ->
('output, 'error api_error) result Lwt.tval post0 :
?headers:(string * string) list ->
?params:(EzAPI.Param.t * EzAPI.param_value) list ->
?msg:string ->
?url_encode:bool ->
input:'input ->
EzAPI.base_url ->
('input, 'output, 'error, 'security) post_service0 ->
('output, 'error api_error) result Lwt.tval post1 :
?headers:(string * string) list ->
?params:(EzAPI.Param.t * EzAPI.param_value) list ->
?msg:string ->
?url_encode:bool ->
input:'input ->
EzAPI.base_url ->
('arg, 'input, 'output, 'error, 'security) post_service1 ->
'arg ->
('output, 'error api_error) result Lwt.tval post2 :
?headers:(string * string) list ->
?params:(EzAPI.Param.t * EzAPI.param_value) list ->
?msg:string ->
?url_encode:bool ->
input:'input ->
EzAPI.base_url ->
('arg1, 'arg2, 'input, 'output, 'error, 'security) post_service2 ->
'arg1 ->
'arg2 ->
('output, 'error api_error) result Lwt.tval request :
?headers:(string * string) list ->
?params:(EzAPI.Param.t * EzAPI.param_value) list ->
?msg:string ->
?post:bool ->
?url_encode:bool ->
input:'input ->
EzAPI.base_url ->
('arg, 'input, 'output, 'error, 'security) service ->
'arg ->
('output, 'error api_error) result Lwt.t