ocaml-swagger icon indicating copy to clipboard operation
ocaml-swagger copied to clipboard

Swagger 2.0 code generator for OCaml

Results 7 ocaml-swagger issues
Sort by recently updated
recently updated
newest added

This huge PR is an attempt at updating the code with some fixes, making it work with newer dependencies, and more Swagger specs. A major change is that it uses...

Exposes the internal Swagger schema in the public interface of the library. This is useful for use cases when the Swagger schema needs to be generated programatically by, for example,...

In addition to the record field getters generate field setters.

Maybe I'm not looking in the right place, but it doesn't seem like vendor extensions are supported by this library. I think the first thing we can do is to...

I have tried your excellent ocaml generator for swagger with a Jhipster application [1], which is commonly used for java developer. My goal was to be able to make a...

Would like to be able to code-generate an Async compatible library. Edit: See included pull request: https://github.com/andrenth/ocaml-swagger/pull/3