You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey 👋, our org has been waiting for a tool like this. Thanks!
What would really make server-side spec-first an easier reality for us is if there was a gradle plugin built for this, where you'd point it at the openapi spec, and it would build your API classes with delegate callbacks, and put them in /build/generated.
This would allow any changes to the spec file to be automatically built into the API classes, without needing to check-in the generated code.
Thanks for any consideration for this in future roadmaps.
The text was updated successfully, but these errors were encountered:
Hey 👋, our org has been waiting for a tool like this. Thanks!
What would really make server-side spec-first an easier reality for us is if there was a gradle plugin built for this, where you'd point it at the openapi spec, and it would build your API classes with delegate callbacks, and put them in /build/generated.
This would allow any changes to the spec file to be automatically built into the API classes, without needing to check-in the generated code.
Thanks for any consideration for this in future roadmaps.
The text was updated successfully, but these errors were encountered: