blazzy / podman-rest-client

MIT License
6 stars 1 forks source link

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

Closed blazzy closed 3 months ago

blazzy commented 3 months ago

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