Hey Amrish,
Thanks for sharing about Google CodeGen. Will explore in detail how they are used.
I hope it works case by case. I have tried Swagger Codegen but always don't capture every custom condition we have.
If I lead a DevExp team, then I will try to make sure to support atleast 4-5 languages (NodeJS, Java, Ruby, GoLang and few popular if any); but for other language I will point customers to use CodeGen by giving our OpenAPI Spec doc.
Amrish
Software Architect
What about auto generated SDKs, for example the GoLang GCP SDK is entirely auto generated from the GCP APIs.
SDK Auto generation would be the way to scale for numerous programming languages and they don't pack anything other than underlying APIs functionality. At the least they make it easier to write.