generated from hashicorp/terraform-provider-scaffolding-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
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
[0.0.1] Simplify openapi client responses #16
Labels
go
Pull requests that update Go code
Comments
Tzrlk
added a commit
that referenced
this issue
Aug 14, 2024
Due to the use of the |
Correction, not possible if any of the schemas contain advanced logic such as |
Tzrlk
added a commit
that referenced
this issue
Aug 15, 2024
Tzrlk
added a commit
that referenced
this issue
Aug 15, 2024
Tzrlk
added a commit
that referenced
this issue
Aug 16, 2024
Tzrlk
added a commit
that referenced
this issue
Aug 16, 2024
Tzrlk
added a commit
that referenced
this issue
Aug 19, 2024
Tzrlk
added a commit
that referenced
this issue
Aug 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Generically, it could be done by replacing JSON200, JSON400, etc with JSON, e.g. JSONApiError.
Then there'd be fewer things that need checking.
Might end up having to customise the templates even further to fit a standard generic structure.
The text was updated successfully, but these errors were encountered: