package ez_api

  1. Overview
  2. No Docs
Easy API library and tools

Install

dune-project
 Dependency

Authors

Maintainers

Sources

0.1.0.tar.gz
md5=58526e7091d0e3817bbaf540d6b3ef66
sha512=060cdb7be7ddb48f76bbb21194d8ca6883ba28c6140fb83423243ed76e7b1c29b34a27d29aeadb85fe8b4d8fe459f74b1c2a8d8eba1f8cb75daba7f9d75785ba

doc/ez_api.req_default/EzReq/index.html

Module EzReqSource

include EzReq_S.S
include EzReq_S.CURRENT
Sourceval get0 : ?post:bool -> ?headers:(string * string) list -> ?params:(EzAPI.Param.t * EzAPI.param_value) list -> ?msg:string -> ?error:EzReq_S.error_handler -> EzAPI.base_url -> ('output, 'error, [< EzAPI.Security.scheme ]) EzAPI.service0 -> (('output, 'error) result -> unit) -> unit
Sourceval get1 : ?post:bool -> ?headers:(string * string) list -> ?params:(EzAPI.Param.t * EzAPI.param_value) list -> ?msg:string -> ?error:EzReq_S.error_handler -> EzAPI.base_url -> ('arg, 'output, 'error, [< EzAPI.Security.scheme ]) EzAPI.service1 -> 'arg -> (('output, 'error) result -> unit) -> unit
Sourceval get2 : ?post:bool -> ?headers:(string * string) list -> ?params:(EzAPI.Param.t * EzAPI.param_value) list -> ?msg:string -> ?error:EzReq_S.error_handler -> EzAPI.base_url -> ('arg1, 'arg2, 'output, 'error, [< EzAPI.Security.scheme ]) EzAPI.service2 -> 'arg1 -> 'arg2 -> (('output, 'error) result -> unit) -> unit
Sourceval post0 : ?headers:(string * string) list -> ?params:(EzAPI.Param.t * EzAPI.param_value) list -> ?msg:string -> ?url_encode:bool -> ?error:EzReq_S.error_handler -> input:'input -> EzAPI.base_url -> ('input, 'output, 'error, [< EzAPI.Security.scheme ]) EzAPI.post_service0 -> (('output, 'error) result -> unit) -> unit
Sourceval post1 : ?headers:(string * string) list -> ?params:(EzAPI.Param.t * EzAPI.param_value) list -> ?msg:string -> ?url_encode:bool -> ?error:EzReq_S.error_handler -> input:'input -> EzAPI.base_url -> ('arg, 'input, 'output, 'error, [< EzAPI.Security.scheme ]) EzAPI.post_service1 -> 'arg -> (('output, 'error) result -> unit) -> unit
Sourceval post2 : ?headers:(string * string) list -> ?params:(EzAPI.Param.t * EzAPI.param_value) list -> ?msg:string -> ?url_encode:bool -> ?error:EzReq_S.error_handler -> input:'input -> EzAPI.base_url -> ('arg1, 'arg2, 'input, 'output, 'error, [< EzAPI.Security.scheme ]) EzAPI.post_service2 -> 'arg1 -> 'arg2 -> (('output, 'error) result -> unit) -> unit
Sourceval get : ?meth:EzAPI.Meth.all -> ?headers:(string * string) list -> ?msg:string -> ?error:EzReq_S.error_handler -> EzAPI.url -> (string -> unit) -> unit
Sourceval post : ?meth:EzAPI.Meth.all -> ?content_type:string -> ?content:string -> ?headers:(string * string) list -> ?msg:string -> ?error:EzReq_S.error_handler -> EzAPI.url -> (string -> unit) -> unit
Sourceval init : unit -> unit
Sourceval add_hook : (unit -> unit) -> unit
Sourceval add_reply_hook : (unit -> unit) -> unit