Frank T ebac91aa32
[OCaml] Fix enum returnType in of_json.mustache for Api Impl (#8631)
* Fix OCaml enum returnType in of_json.mustache

* update samples (ocaml, python)

Co-authored-by: William Cheng <wing328hk@gmail.com>
2021-02-27 17:13:45 +08:00

20 lines
374 B
Plaintext

README.md
dune
dune-project
petstore_client.opam
src/apis/pet_api.ml
src/apis/pet_api.mli
src/apis/store_api.ml
src/apis/store_api.mli
src/apis/user_api.ml
src/apis/user_api.mli
src/models/api_response.ml
src/models/category.ml
src/models/order.ml
src/models/pet.ml
src/models/tag.ml
src/models/user.ml
src/support/enums.ml
src/support/jsonSupport.ml
src/support/request.ml