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
Header Custom-Header should be passed when making the call to the API
Additional Context
No response
Suggested Solutions
Issue is probably link to this line that call build_request without giving context wether or not it's an async call.
In the implementation of build_request the request is always created using client = self.sdk_configuration.client even if we are making an async request.
The text was updated successfully, but these errors were encountered:
Python -VV
Pip Freeze
Reproduction Steps
Expected Behavior
Header
Custom-Header
should be passed when making the call to the APIAdditional Context
No response
Suggested Solutions
Issue is probably link to this line that call build_request without giving context wether or not it's an async call.
In the implementation of
build_request
the request is always created usingclient = self.sdk_configuration.client
even if we are making an async request.The text was updated successfully, but these errors were encountered: