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
Needed to do this manually to resolve some conflicts in our autogen
ignore files.
Steps:
- Remove all endpoint python files from `.genignore`
- Run speakeasy generate
- Stage and commit the `HookContext` diffs in these files
- Revert the other autogen changes that we aren't ready for
|`status_code`|*int*|:heavy_check_mark:| HTTP response status code for this operation |
11
+
|`raw_response`|[httpx.Response](https://www.python-httpx.org/api/#response)|:heavy_check_mark:| Raw HTTP response; suitable for custom response parsing |
|`request`|[operations.RetrieveRequest](../../models/operations/retrieverequest.md)|:heavy_check_mark:| The request object to use for the request. |
37
-
|`retries`|[Optional[utils.RetryConfig]](../../models/utils/retryconfig.md)|:heavy_minus_sign:| Configuration to override the default retry behavior of the client. |
38
-
|`server_url`|*Optional[str]*|:heavy_minus_sign:| An optional server URL to use. |
|`request`|[operations.GetEncryptionCertificateRequest](../../models/operations/getencryptioncertificaterequest.md)|:heavy_check_mark:| The request object to use for the request.|
37
+
|`retries`|[Optional[utils.RetryConfig]](../../models/utils/retryconfig.md)|:heavy_minus_sign:| Configuration to override the default retry behavior of the client.|
38
+
|`server_url`|*Optional[str]*|:heavy_minus_sign:| An optional server URL to use.|
0 commit comments