Skip to content

Commit 62725a6

Browse files
committed
ci: regenerated with OpenAPI Doc 0.3.0, Speakeay CLI 1.91.2
1 parent 0a9cbc7 commit 62725a6

File tree

13 files changed

+33
-17
lines changed

13 files changed

+33
-17
lines changed

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ end
4444

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

47-
### [ApiEndpoints](docs/sdks/apiendpoints/README.md)
47+
### [api_endpoints](docs/sdks/apiendpoints/README.md)
4848

4949
* [delete_api_endpoint](docs/sdks/apiendpoints/README.md#delete_api_endpoint) - Delete an ApiEndpoint.
5050
* [find_api_endpoint](docs/sdks/apiendpoints/README.md#find_api_endpoint) - Find an ApiEndpoint via its displayName.
@@ -55,7 +55,7 @@ end
5555
* [get_api_endpoint](docs/sdks/apiendpoints/README.md#get_api_endpoint) - Get an ApiEndpoint.
5656
* [upsert_api_endpoint](docs/sdks/apiendpoints/README.md#upsert_api_endpoint) - Upsert an ApiEndpoint.
5757

58-
### [Apis](docs/sdks/apis/README.md)
58+
### [apis](docs/sdks/apis/README.md)
5959

6060
* [delete_api](docs/sdks/apis/README.md#delete_api) - Delete an Api.
6161
* [generate_open_api_spec](docs/sdks/apis/README.md#generate_open_api_spec) - Generate an OpenAPI specification for a particular Api.
@@ -64,31 +64,31 @@ end
6464
* [get_apis](docs/sdks/apis/README.md#get_apis) - Get a list of Apis for a given workspace
6565
* [upsert_api](docs/sdks/apis/README.md#upsert_api) - Upsert an Api
6666

67-
### [Embeds](docs/sdks/embeds/README.md)
67+
### [embeds](docs/sdks/embeds/README.md)
6868

6969
* [get_embed_access_token](docs/sdks/embeds/README.md#get_embed_access_token) - Get an embed access token for the current workspace.
7070
* [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.
7171
* [revoke_embed_access_token](docs/sdks/embeds/README.md#revoke_embed_access_token) - Revoke an embed access EmbedToken.
7272

73-
### [Metadata](docs/sdks/metadata/README.md)
73+
### [metadata](docs/sdks/metadata/README.md)
7474

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

79-
### [Plugins](docs/sdks/plugins/README.md)
79+
### [plugins](docs/sdks/plugins/README.md)
8080

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

85-
### [Requests](docs/sdks/requests/README.md)
85+
### [requests](docs/sdks/requests/README.md)
8686

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

91-
### [Schemas](docs/sdks/schemas/README.md)
91+
### [schemas](docs/sdks/schemas/README.md)
9292

9393
* [delete_schema](docs/sdks/schemas/README.md#delete_schema) - Delete a particular schema revision for an Api.
9494
* [download_schema](docs/sdks/schemas/README.md#download_schema) - Download the latest schema for a particular apiID.
@@ -104,8 +104,6 @@ end
104104

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

107-
108-
109107
<!-- End Dev Containers -->
110108

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

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,4 +348,14 @@ Based on:
348348
### Generated
349349
- [ruby v1.24.0] .
350350
### Releases
351-
- [Ruby Gems v1.24.0] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/1.24.0 - .
351+
- [Ruby Gems v1.24.0] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/1.24.0 - .
352+
353+
## 2023-09-27 00:02:59
354+
### Changes
355+
Based on:
356+
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
357+
- Speakeasy CLI 1.91.2 (2.131.1) https://github.com/speakeasy-api/speakeasy
358+
### Generated
359+
- [ruby v1.24.1] .
360+
### Releases
361+
- [Ruby Gems v1.24.1] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/1.24.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/sdk/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# 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)