You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like Accept: application/json to be passed with every model call. Adding a produces key to the swagger.json does not seem to do the trick. Adding request_headers to SwaggerClient.from_url only seem to work for the call to retrieve the JSON.
What's the best way to pass global headers?
The text was updated successfully, but these errors were encountered:
I would like Accept: application/json to be passed with every model call. Adding a produces key to the swagger.json does not seem to do the trick. Adding request_headers to SwaggerClient.from_url only seem to work for the call to retrieve the JSON.
What's the best way to pass global headers?
The text was updated successfully, but these errors were encountered: