What are the best API code generator tools available right now ? I have looked into Swagger. Are there better ones available ?
Best API code generator
1–4 of 4 posts
Re: Best API code generator
#2We're developing apiplug.com to solve this problem. We also produce swagger documentation as a side product. Free in beta right now. Supports nodejs & php.
Re: Best API code generator
#3I've used https://github.com/mulesoft-labs/raml-generator it let's you define your templates in handlebar.
I kinda favor the parsing/runtime concept over codegen. I find codegen hard to maintain.
What are you trying to achieve?
Re: Best API code generator
#4What kind of APIs are you trying to generate? If you're trying to do more than REST/HTTP APIs, you can check out Quark (https://github.com/datawire/quark).