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
feat: Add two generation config flags to raise exceptions
raise_on_error_status raises a `httpx.HTTPStatusError` on all error
response codes without decoding.
raise_on_unexpected_status is identical to the existing
`Client.raise_on_unexpected_status` runtime setting, but leads to better
return type annotations.
Copy file name to clipboardExpand all lines: end_to_end_tests/golden-record/my_test_api_client/api/parameter_references/get_parameter_references_path_param.py
0 commit comments