Skip to content

Commit af0e094

Browse files
committed
ci: regenerated with OpenAPI Doc 0.3.0, Speakeay CLI 1.91.0
1 parent 6b98dac commit af0e094

File tree

83 files changed

+372
-233
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+372
-233
lines changed

README.md

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ pip install speakeasy-client-sdk-python
1010

1111
## SDK Example Usage
1212
<!-- Start SDK Example Usage -->
13-
14-
1513
```python
1614
import speakeasy
1715
from speakeasy.models import operations, shared
@@ -24,8 +22,8 @@ s = speakeasy.Speakeasy(
2422

2523
req = operations.GetApisRequest(
2624
metadata={
27-
"corrupti": [
28-
'provident',
25+
"distinctio": [
26+
'quibusdam',
2927
],
3028
},
3129
op=operations.GetApisOp(
@@ -103,4 +101,30 @@ if res.apis is not None:
103101
* [register_schema](docs/sdks/schemas/README.md#register_schema) - Register a schema.
104102
<!-- End SDK Available Operations -->
105103

104+
105+
106+
<!-- Start Dev Containers -->
107+
108+
109+
110+
<!-- End Dev Containers -->
111+
112+
113+
114+
<!-- Start Pagination -->
115+
# Pagination
116+
117+
Some of the endpoints in this SDK support pagination. To use pagination, you make your SDK calls as usual, but the
118+
returned response object will have a `Next` method that can be called to pull down the next group of results. If the
119+
return value of `Next` is `None`, then there are no more pages to be fetched.
120+
121+
Here's an example of one such pagination call:
122+
123+
124+
<!-- End Pagination -->
125+
126+
<!-- Placeholder for Future Speakeasy SDK Sections -->
127+
128+
129+
106130
### SDK Generated by [Speakeasy](https://docs.speakeasyapi.dev/docs/using-speakeasy/client-sdks)

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -906,4 +906,14 @@ Based on:
906906
### Generated
907907
- [python v1.55.6] .
908908
### Releases
909-
- [PyPI v1.55.6] https://pypi.org/project/speakeasy-client-sdk-python/1.55.6 - .
909+
- [PyPI v1.55.6] https://pypi.org/project/speakeasy-client-sdk-python/1.55.6 - .
910+
911+
## 2023-09-26 00:09:50
912+
### Changes
913+
Based on:
914+
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
915+
- Speakeasy CLI 1.91.0 (2.129.1) https://github.com/speakeasy-api/speakeasy
916+
### Generated
917+
- [python v1.56.0] .
918+
### Releases
919+
- [PyPI v1.56.0] https://pypi.org/project/speakeasy-client-sdk-python/1.56.0 - .

docs/models/operations/deleteapiendpointresponse.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
| Field | Type | Required | Description |
77
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
8-
| `content_type` | *str* | :heavy_check_mark: | N/A |
8+
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation |
99
| `error` | [Optional[shared.Error]](../../models/shared/error.md) | :heavy_minus_sign: | Default error response |
10-
| `status_code` | *int* | :heavy_check_mark: | N/A |
11-
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | N/A |
10+
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
11+
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |

docs/models/operations/deleteapiresponse.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
| Field | Type | Required | Description |
77
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
8-
| `content_type` | *str* | :heavy_check_mark: | N/A |
8+
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation |
99
| `error` | [Optional[shared.Error]](../../models/shared/error.md) | :heavy_minus_sign: | Default error response |
10-
| `status_code` | *int* | :heavy_check_mark: | N/A |
11-
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | N/A |
10+
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
11+
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |

docs/models/operations/deleteschemaresponse.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
| Field | Type | Required | Description |
77
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
8-
| `content_type` | *str* | :heavy_check_mark: | N/A |
8+
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation |
99
| `error` | [Optional[shared.Error]](../../models/shared/error.md) | :heavy_minus_sign: | Default error response |
10-
| `status_code` | *int* | :heavy_check_mark: | N/A |
11-
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | N/A |
10+
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
11+
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |

docs/models/operations/deleteversionmetadataresponse.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
| Field | Type | Required | Description |
77
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
8-
| `content_type` | *str* | :heavy_check_mark: | N/A |
8+
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation |
99
| `error` | [Optional[shared.Error]](../../models/shared/error.md) | :heavy_minus_sign: | Default error response |
10-
| `status_code` | *int* | :heavy_check_mark: | N/A |
11-
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | N/A |
10+
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
11+
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |

docs/models/operations/downloadschemaresponse.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
| Field | Type | Required | Description |
77
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
8-
| `content_type` | *str* | :heavy_check_mark: | N/A |
8+
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation |
99
| `error` | [Optional[shared.Error]](../../models/shared/error.md) | :heavy_minus_sign: | Default error response |
1010
| `schema` | *Optional[bytes]* | :heavy_minus_sign: | OK |
11-
| `status_code` | *int* | :heavy_check_mark: | N/A |
12-
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | N/A |
11+
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
12+
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |

0 commit comments

Comments
 (0)