Skip to content
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

x-client-default workaround for unexpected streaming responses #16

Merged
merged 2 commits into from
Aug 9, 2024

Conversation

blazzy
Copy link
Owner

@blazzy blazzy commented Aug 9, 2024

Defaulting to quiet: true for some endpoints that return extra streaming data.

This is accomplished by adding an x-client-default extension to the swagger file. Adding an x-clien-default: true on an optional parameter will send along true when that parameters value is None.

The client is likely to never support this streaming feature directly, but I'm open to ideas on how to approach it.

closes #8

@blazzy blazzy merged commit 985896c into main Aug 9, 2024
1 check passed
@blazzy blazzy deleted the x-client-default branch August 18, 2024 20:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Image pull API fails. v0.9.0 when quiet is false
1 participant