-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tags are breaking the structure of the Go client #199
Comments
Should this be closed? |
Let's discuss how to solve the rough edges of my workaround over here. |
Three questions:
|
I don't suppose that would mean we could move away from go-swagger and upgrade to OpenAPI 3.0? |
While we could use the Node.js logic instead of |
I'm happy to explore that. is there an existing issue? |
There is an issue at #171. |
Tags on operations cause the Go client generator to create a package for every tag.
Although this seems reasonable we cannot use this feature because it would be a breaking change for all users of the Go client.
Current workaround is to remove tags before generating.
We need to think of a stable way to keep doing this or make a breaking change, e.g. v2 release.
The text was updated successfully, but these errors were encountered: