We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently autorest generated methods only allow access to the response headers via either:
raw_response_hook
It's therefore difficult to access headers that are an important part of the response. For example, the "etag" returned from get_resource operation, as is the case for JobRouter SDK: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/communication/azure-communication-jobrouter/azure/communication/jobrouter/_operations/_operations.py#L1256
get_resource
We need a design to make accessing this feel more integrated into the scenario.
The text was updated successfully, but these errors were encountered:
response_header
Sorry, something went wrong.
lmazuel
No branches or pull requests
Currently autorest generated methods only allow access to the response headers via either:
raw_response_hook
callable.It's therefore difficult to access headers that are an important part of the response.
For example, the "etag" returned from
get_resource
operation, as is the case for JobRouter SDK:https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/communication/azure-communication-jobrouter/azure/communication/jobrouter/_operations/_operations.py#L1256
We need a design to make accessing this feel more integrated into the scenario.
The text was updated successfully, but these errors were encountered: