The Stainless SDK Generator
11–20 of 67 posts
Re: The Stainless SDK Generator
#12what’s the difference between this and https://github.com/deepmap/oapi-codegen
In the end...ongoing maintenance there was still enough of a pain that we made the decision to outsource it. For just one or two SDKs I think we probably would have kept going with it, though.
[1] https://github.com/OpenAPITools/openapi-generator
[2] https://www.mux.com/blog/an-adventure-in-openapi-v3-api-code...
Re: The Stainless SDK Generator
#13Re: The Stainless SDK Generator
#14Re: The Stainless SDK Generator
#15Re: The Stainless SDK Generator
#16Congrats! Any C# support in the works? :)
Re: The Stainless SDK Generator
#17Re: The Stainless SDK Generator
#18is this an alternative to buf.build?
(roughly)
Re: The Stainless SDK Generator
#19Re: The Stainless SDK Generator
#20I've spent more of my time than I'd like to admit managing both OpenAPi spec files [1] and fighting with openapi-generator [2] than any sane person should have to. While it's great having the freedom to change the templates an thus generated SDKs you get with using that sort of approach, it's also super time consuming, and when you have a lot of SDKs (we have 6 generated SDKs), in my experience it needs someone devoted to managing the process, staying up with template changes etc.
Excited to see more SDK languages come to Stainless!
[1] https://www.mux.com/blog/an-adventure-in-openapi-v3-api-code...