Skip to content

Commit d608339

Browse files
committed
ci: regenerated with OpenAPI Doc 0.3.0, Speakeay CLI 1.91.2
1 parent af0e094 commit d608339

File tree

14 files changed

+42
-20
lines changed

14 files changed

+42
-20
lines changed

README.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ if res.apis is not None:
4545

4646
* [validate_api_key](docs/sdks/speakeasy/README.md#validate_api_key) - Validate the current api key.
4747

48-
### [APIEndpoints](docs/sdks/apiendpoints/README.md)
48+
### [api_endpoints](docs/sdks/apiendpoints/README.md)
4949

5050
* [delete_api_endpoint](docs/sdks/apiendpoints/README.md#delete_api_endpoint) - Delete an ApiEndpoint.
5151
* [find_api_endpoint](docs/sdks/apiendpoints/README.md#find_api_endpoint) - Find an ApiEndpoint via its displayName.
@@ -56,7 +56,7 @@ if res.apis is not None:
5656
* [get_api_endpoint](docs/sdks/apiendpoints/README.md#get_api_endpoint) - Get an ApiEndpoint.
5757
* [upsert_api_endpoint](docs/sdks/apiendpoints/README.md#upsert_api_endpoint) - Upsert an ApiEndpoint.
5858

59-
### [Apis](docs/sdks/apis/README.md)
59+
### [apis](docs/sdks/apis/README.md)
6060

6161
* [delete_api](docs/sdks/apis/README.md#delete_api) - Delete an Api.
6262
* [generate_open_api_spec](docs/sdks/apis/README.md#generate_open_api_spec) - Generate an OpenAPI specification for a particular Api.
@@ -65,31 +65,31 @@ if res.apis is not None:
6565
* [get_apis](docs/sdks/apis/README.md#get_apis) - Get a list of Apis for a given workspace
6666
* [upsert_api](docs/sdks/apis/README.md#upsert_api) - Upsert an Api
6767

68-
### [Embeds](docs/sdks/embeds/README.md)
68+
### [embeds](docs/sdks/embeds/README.md)
6969

7070
* [get_embed_access_token](docs/sdks/embeds/README.md#get_embed_access_token) - Get an embed access token for the current workspace.
7171
* [get_valid_embed_access_tokens](docs/sdks/embeds/README.md#get_valid_embed_access_tokens) - Get all valid embed access tokens for the current workspace.
7272
* [revoke_embed_access_token](docs/sdks/embeds/README.md#revoke_embed_access_token) - Revoke an embed access EmbedToken.
7373

74-
### [Metadata](docs/sdks/metadata/README.md)
74+
### [metadata](docs/sdks/metadata/README.md)
7575

7676
* [delete_version_metadata](docs/sdks/metadata/README.md#delete_version_metadata) - Delete metadata for a particular apiID and versionID.
7777
* [get_version_metadata](docs/sdks/metadata/README.md#get_version_metadata) - Get all metadata for a particular apiID and versionID.
7878
* [insert_version_metadata](docs/sdks/metadata/README.md#insert_version_metadata) - Insert metadata for a particular apiID and versionID.
7979

80-
### [Plugins](docs/sdks/plugins/README.md)
80+
### [plugins](docs/sdks/plugins/README.md)
8181

8282
* [get_plugins](docs/sdks/plugins/README.md#get_plugins) - Get all plugins for the current workspace.
8383
* [run_plugin](docs/sdks/plugins/README.md#run_plugin) - Run a plugin
8484
* [upsert_plugin](docs/sdks/plugins/README.md#upsert_plugin) - Upsert a plugin
8585

86-
### [Requests](docs/sdks/requests/README.md)
86+
### [requests](docs/sdks/requests/README.md)
8787

8888
* [generate_request_postman_collection](docs/sdks/requests/README.md#generate_request_postman_collection) - Generate a Postman collection for a particular request.
8989
* [get_request_from_event_log](docs/sdks/requests/README.md#get_request_from_event_log) - Get information about a particular request.
9090
* [query_event_log](docs/sdks/requests/README.md#query_event_log) - Query the event log to retrieve a list of requests.
9191

92-
### [Schemas](docs/sdks/schemas/README.md)
92+
### [schemas](docs/sdks/schemas/README.md)
9393

9494
* [delete_schema](docs/sdks/schemas/README.md#delete_schema) - Delete a particular schema revision for an Api.
9595
* [download_schema](docs/sdks/schemas/README.md#download_schema) - Download the latest schema for a particular apiID.
@@ -105,8 +105,6 @@ if res.apis is not None:
105105

106106
<!-- Start Dev Containers -->
107107

108-
109-
110108
<!-- End Dev Containers -->
111109

112110

@@ -119,8 +117,6 @@ returned response object will have a `Next` method that can be called to pull do
119117
return value of `Next` is `None`, then there are no more pages to be fetched.
120118

121119
Here's an example of one such pagination call:
122-
123-
124120
<!-- End Pagination -->
125121

126122
<!-- Placeholder for Future Speakeasy SDK Sections -->

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -916,4 +916,14 @@ Based on:
916916
### Generated
917917
- [python v1.56.0] .
918918
### Releases
919-
- [PyPI v1.56.0] https://pypi.org/project/speakeasy-client-sdk-python/1.56.0 - .
919+
- [PyPI v1.56.0] https://pypi.org/project/speakeasy-client-sdk-python/1.56.0 - .
920+
921+
## 2023-09-27 00:09:51
922+
### Changes
923+
Based on:
924+
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
925+
- Speakeasy CLI 1.91.2 (2.131.1) https://github.com/speakeasy-api/speakeasy
926+
### Generated
927+
- [python v1.56.1] .
928+
### Releases
929+
- [PyPI v1.56.1] https://pypi.org/project/speakeasy-client-sdk-python/1.56.1 - .

docs/sdks/apiendpoints/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# APIEndpoints
2+
(*api_endpoints*)
23

34
## Overview
45

docs/sdks/apis/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Apis
2+
(*apis*)
23

34
## Overview
45

docs/sdks/embeds/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Embeds
2+
(*embeds*)
23

34
## Overview
45

docs/sdks/metadata/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Metadata
2+
(*metadata*)
23

34
## Overview
45

docs/sdks/plugins/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Plugins
2+
(*plugins*)
23

34
## Overview
45

docs/sdks/requests/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Requests
2+
(*requests*)
23

34
## Overview
45

docs/sdks/schemas/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Schemas
2+
(*schemas*)
23

34
## Overview
45

docs/sdks/speakeasy/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Speakeasy SDK
22

3+
34
## Overview
45

56
Speakeasy API: The Speakeasy API allows teams to manage common operations with their APIs

0 commit comments

Comments
 (0)