forked from loafle/openapi-generator-original
27 lines
646 B
Markdown
27 lines
646 B
Markdown
#
|
|
This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters.
|
|
|
|
This OCaml package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
|
|
- API version: 1.0.0
|
|
- Package version: 1.0.0
|
|
- Build package: org.openapitools.codegen.languages.OCamlClientCodegen
|
|
|
|
## Requirements.
|
|
|
|
OCaml 4.x
|
|
|
|
## Installation
|
|
|
|
Please run the following commands to build the package `petstore_client`:
|
|
|
|
```sh
|
|
opam install ppx_deriving_yojson cohttp ppx_deriving cohttp-lwt-unix ocaml-migrate-parsetree
|
|
eval $(opam env)
|
|
dune build
|
|
```
|
|
|
|
## Getting Started
|
|
|
|
TODO
|