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
*[delete_api_endpoint](docs/sdks/apiendpoints/README.md#delete_api_endpoint) - Delete an ApiEndpoint.
51
51
*[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:
56
56
*[get_api_endpoint](docs/sdks/apiendpoints/README.md#get_api_endpoint) - Get an ApiEndpoint.
57
57
*[upsert_api_endpoint](docs/sdks/apiendpoints/README.md#upsert_api_endpoint) - Upsert an ApiEndpoint.
58
58
59
-
### [Apis](docs/sdks/apis/README.md)
59
+
### [apis](docs/sdks/apis/README.md)
60
60
61
61
*[delete_api](docs/sdks/apis/README.md#delete_api) - Delete an Api.
62
62
*[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:
65
65
*[get_apis](docs/sdks/apis/README.md#get_apis) - Get a list of Apis for a given workspace
66
66
*[upsert_api](docs/sdks/apis/README.md#upsert_api) - Upsert an Api
67
67
68
-
### [Embeds](docs/sdks/embeds/README.md)
68
+
### [embeds](docs/sdks/embeds/README.md)
69
69
70
70
*[get_embed_access_token](docs/sdks/embeds/README.md#get_embed_access_token) - Get an embed access token for the current workspace.
71
71
*[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.
72
72
*[revoke_embed_access_token](docs/sdks/embeds/README.md#revoke_embed_access_token) - Revoke an embed access EmbedToken.
73
73
74
-
### [Metadata](docs/sdks/metadata/README.md)
74
+
### [metadata](docs/sdks/metadata/README.md)
75
75
76
76
*[delete_version_metadata](docs/sdks/metadata/README.md#delete_version_metadata) - Delete metadata for a particular apiID and versionID.
77
77
*[get_version_metadata](docs/sdks/metadata/README.md#get_version_metadata) - Get all metadata for a particular apiID and versionID.
78
78
*[insert_version_metadata](docs/sdks/metadata/README.md#insert_version_metadata) - Insert metadata for a particular apiID and versionID.
79
79
80
-
### [Plugins](docs/sdks/plugins/README.md)
80
+
### [plugins](docs/sdks/plugins/README.md)
81
81
82
82
*[get_plugins](docs/sdks/plugins/README.md#get_plugins) - Get all plugins for the current workspace.
83
83
*[run_plugin](docs/sdks/plugins/README.md#run_plugin) - Run a plugin
84
84
*[upsert_plugin](docs/sdks/plugins/README.md#upsert_plugin) - Upsert a plugin
85
85
86
-
### [Requests](docs/sdks/requests/README.md)
86
+
### [requests](docs/sdks/requests/README.md)
87
87
88
88
*[generate_request_postman_collection](docs/sdks/requests/README.md#generate_request_postman_collection) - Generate a Postman collection for a particular request.
89
89
*[get_request_from_event_log](docs/sdks/requests/README.md#get_request_from_event_log) - Get information about a particular request.
90
90
*[query_event_log](docs/sdks/requests/README.md#query_event_log) - Query the event log to retrieve a list of requests.
91
91
92
-
### [Schemas](docs/sdks/schemas/README.md)
92
+
### [schemas](docs/sdks/schemas/README.md)
93
93
94
94
*[delete_schema](docs/sdks/schemas/README.md#delete_schema) - Delete a particular schema revision for an Api.
95
95
*[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:
105
105
106
106
<!-- Start Dev Containers -->
107
107
108
-
109
-
110
108
<!-- End Dev Containers -->
111
109
112
110
@@ -119,8 +117,6 @@ returned response object will have a `Next` method that can be called to pull do
119
117
return value of `Next` is `None`, then there are no more pages to be fetched.
120
118
121
119
Here's an example of one such pagination call:
122
-
123
-
124
120
<!-- End Pagination -->
125
121
126
122
<!-- Placeholder for Future Speakeasy SDK Sections -->
0 commit comments