7 ms·
There is a lot of activity in the space of SDK generators. If you have an OpenAPI schema, you should be able to find tooling that can get you 80% of the way the
by ndimares 4y ago
There is a lot of activity in the space of SDK generators. If you have an OpenAPI schema, you should be able to find tooling that can get you 80% of the way there. Here's a small app our team put together a couple weeks ago that you might like: https://easysdk.xyz/ https://easysdk.xyz/
We've expanded support for Python and Go since we made this. If you're interested in testing out the multi-language version, let me know!
Some other solutions:
-OpenAPI: http://github.com/openapitools/openapi-generator http://github.com/openapitools/openapi-generator
-(language specific) Go SDK: https://github.com/deepmap/oapi-codegen https://github.com/deepmap/oapi-codegen
Best of luck with finding a solution that works for your use case!