mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-11-22 11:33:58 +00:00
* Revert "v7.17.0 release (#22248)" This reverts commit 0120486e6207b41cdd18b89eaf25f061ac87195a. * prepare v7.18.0 release * update samples * update doc
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
This OCaml package is automatically generated by the OpenAPI Generator project:
- API version: 1.0.0
- Package version: 1.0.0
- Generator version: 7.18.0-SNAPSHOT
- Build package: org.openapitools.codegen.languages.OCamlClientCodegen
Requirements.
OCaml 5.x
Installation
Please run the following commands to build the package petstore_client:
opam install . --deps-only --with-test
eval $(opam env)
dune build
Getting Started
The generated directory structure is:
src/apis: contains several modules, each with several functions. Each function is an API endpoint.src/models: contains several modules. Each module contains:- a type
trepresenting an input and/or output schema of the OpenAPI spec - a smart constructor
createfor this type
- a type
src/support: various modules used by the generated APIs and Models