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.
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 anx-clien-default: true
on an optional parameter will send along true when that parameters value isNone
.The client is likely to never support this streaming feature directly, but I'm open to ideas on how to approach it.
closes #8