-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to generate ocaml for jhipster rest #6
Comments
It seems to be dying initially on the empty I haven't been using OCaml for work recently, so I'll have to be honest and say I don't know when I'll have time to try to fix this, but I'll gladly merge a PR if you want to try your hand at it. |
Hello, will you be able to tell how to write the minimal ocaml code to query ` module Web3jv : sig
` |
Have you had a look at the kubecaml examples? |
@flefevre : Perhaps you can try using |
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 bridge between java rest service and ocaml.
Nevertheless, I didn't succeed, they were problems of generation. The REST api is fully functional but no way to generate the code. And as a newbie in ocaml, no way also to understand how to create a snipped of code to query for instance the "/api/web3jv/get-admin-web-3-j-version" rest service.
swagger.full.txt
I have tried to remove the
"produces": [ "*/*" ],
by
"produces": [ "application/json" ],
and also suppress the
"type": "object",
but I am not sure how to do it?
I would appreciate your help.
The text was updated successfully, but these errors were encountered: