We are migrating to OpenAPI 3 in our Flussonic ecosystem and I have to write everything from scratch: api code generator, validator, etc.
Who else is using api-first approach? What tools do you use?
We are migrating to OpenAPI 3 in our Flussonic ecosystem and I have to write everything from scratch: api code generator, validator, etc.
Who else is using api-first approach? What tools do you use?
For some projects Iām was use cowboy_swagger. Also I was see openapi-generator ā erlang-client.
We at RBK.money use this approach with (unfortunately) our fork of swagger-codegen.
Got it, thanks.
We have switched to openapi 3 with api first approach and had to write lot of tooling.
I hope that we will be able to publish it:
Really lot of code, but it is extremely amazing.