by aprao on 9/21/22, 5:32 PM with 2 comments
- Has this generally been true in your experience as well?
- If so, are there any hacks to create these SDKs with support for best practices like pagination, retry, etc + update them them when the API changes?
by ndimares on 9/27/22, 2:05 PM
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 -(language specific) Go SDK: https://github.com/deepmap/oapi-codegen
Best of luck with finding a solution that works for your use case!
by wing328hk on 9/23/22, 2:27 AM