package ez_api
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  Easy API library and tools
Install
    
    dune-project
 Dependency
    
    
    
    github.com
    
    
    
    
    Readme
    
    
    
    
    Changelog
    
    
    
    
    LGPL-2.1-only WITH OCaml-LGPL-linking-exception License
    
    
    
    Edit opam file
    
    
    Versions (6)
Authors
Maintainers
Sources
  
    
      1.1.1.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        md5=65d5fef737c82120d579d10a1727b8e4
    
    
  sha512=2ea5c072d5a4c264263264cfd485eadae2bd7f47949dbc9cb4cf93db89640d91542463ed8b9f4d6679f21bbd1efbfa6c224ff36f1807a8d8af9d0568cf8a4292
    
    
  doc/ez_api.req_default/EzReq/index.html
Module EzReqSource
include EzReq_S.S
include EzReq_S.CURRENT
Source
val 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) ->
  unitSource
val 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) ->
  unitSource
val 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) ->
  unitSource
val 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) ->
  unitSource
val 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) ->
  unitSource
val 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) ->
  unitSource
val get : 
  ?meth:EzAPI.Meth.all ->
  ?headers:(string * string) list ->
  ?msg:string ->
  ?error:EzReq_S.error_handler ->
  EzAPI.url ->
  (string -> unit) ->
  unitSource
val 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) ->
  unitSource
val request : 
  ?headers:(string * string) list ->
  ?params:(EzAPI.Param.t * EzAPI.param_value) list ->
  ?msg:string ->
  ?post:bool ->
  ?url_encode:bool ->
  ?error:EzReq_S.error_handler ->
  input:'input ->
  EzAPI.base_url ->
  ('args, 'input, 'output, 'error, [< EzAPI.Security.scheme ]) EzAPI.service ->
  'args ->
  (('output, 'error) result -> unit) ->
  unit sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >