|
44 | 44 |
|
45 | 45 | * [validate_api_key](docs/sdks/sdk/README.md#validate_api_key) - Validate the current api key.
|
46 | 46 |
|
47 |
| -### [ApiEndpoints](docs/sdks/apiendpoints/README.md) |
| 47 | +### [api_endpoints](docs/sdks/apiendpoints/README.md) |
48 | 48 |
|
49 | 49 | * [delete_api_endpoint](docs/sdks/apiendpoints/README.md#delete_api_endpoint) - Delete an ApiEndpoint.
|
50 | 50 | * [find_api_endpoint](docs/sdks/apiendpoints/README.md#find_api_endpoint) - Find an ApiEndpoint via its displayName.
|
|
55 | 55 | * [get_api_endpoint](docs/sdks/apiendpoints/README.md#get_api_endpoint) - Get an ApiEndpoint.
|
56 | 56 | * [upsert_api_endpoint](docs/sdks/apiendpoints/README.md#upsert_api_endpoint) - Upsert an ApiEndpoint.
|
57 | 57 |
|
58 |
| -### [Apis](docs/sdks/apis/README.md) |
| 58 | +### [apis](docs/sdks/apis/README.md) |
59 | 59 |
|
60 | 60 | * [delete_api](docs/sdks/apis/README.md#delete_api) - Delete an Api.
|
61 | 61 | * [generate_open_api_spec](docs/sdks/apis/README.md#generate_open_api_spec) - Generate an OpenAPI specification for a particular Api.
|
|
64 | 64 | * [get_apis](docs/sdks/apis/README.md#get_apis) - Get a list of Apis for a given workspace
|
65 | 65 | * [upsert_api](docs/sdks/apis/README.md#upsert_api) - Upsert an Api
|
66 | 66 |
|
67 |
| -### [Embeds](docs/sdks/embeds/README.md) |
| 67 | +### [embeds](docs/sdks/embeds/README.md) |
68 | 68 |
|
69 | 69 | * [get_embed_access_token](docs/sdks/embeds/README.md#get_embed_access_token) - Get an embed access token for the current workspace.
|
70 | 70 | * [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.
|
71 | 71 | * [revoke_embed_access_token](docs/sdks/embeds/README.md#revoke_embed_access_token) - Revoke an embed access EmbedToken.
|
72 | 72 |
|
73 |
| -### [Metadata](docs/sdks/metadata/README.md) |
| 73 | +### [metadata](docs/sdks/metadata/README.md) |
74 | 74 |
|
75 | 75 | * [delete_version_metadata](docs/sdks/metadata/README.md#delete_version_metadata) - Delete metadata for a particular apiID and versionID.
|
76 | 76 | * [get_version_metadata](docs/sdks/metadata/README.md#get_version_metadata) - Get all metadata for a particular apiID and versionID.
|
77 | 77 | * [insert_version_metadata](docs/sdks/metadata/README.md#insert_version_metadata) - Insert metadata for a particular apiID and versionID.
|
78 | 78 |
|
79 |
| -### [Plugins](docs/sdks/plugins/README.md) |
| 79 | +### [plugins](docs/sdks/plugins/README.md) |
80 | 80 |
|
81 | 81 | * [get_plugins](docs/sdks/plugins/README.md#get_plugins) - Get all plugins for the current workspace.
|
82 | 82 | * [run_plugin](docs/sdks/plugins/README.md#run_plugin) - Run a plugin
|
83 | 83 | * [upsert_plugin](docs/sdks/plugins/README.md#upsert_plugin) - Upsert a plugin
|
84 | 84 |
|
85 |
| -### [Requests](docs/sdks/requests/README.md) |
| 85 | +### [requests](docs/sdks/requests/README.md) |
86 | 86 |
|
87 | 87 | * [generate_request_postman_collection](docs/sdks/requests/README.md#generate_request_postman_collection) - Generate a Postman collection for a particular request.
|
88 | 88 | * [get_request_from_event_log](docs/sdks/requests/README.md#get_request_from_event_log) - Get information about a particular request.
|
89 | 89 | * [query_event_log](docs/sdks/requests/README.md#query_event_log) - Query the event log to retrieve a list of requests.
|
90 | 90 |
|
91 |
| -### [Schemas](docs/sdks/schemas/README.md) |
| 91 | +### [schemas](docs/sdks/schemas/README.md) |
92 | 92 |
|
93 | 93 | * [delete_schema](docs/sdks/schemas/README.md#delete_schema) - Delete a particular schema revision for an Api.
|
94 | 94 | * [download_schema](docs/sdks/schemas/README.md#download_schema) - Download the latest schema for a particular apiID.
|
|
104 | 104 |
|
105 | 105 | <!-- Start Dev Containers -->
|
106 | 106 |
|
107 |
| - |
108 |
| - |
109 | 107 | <!-- End Dev Containers -->
|
110 | 108 |
|
111 | 109 | <!-- Placeholder for Future Speakeasy SDK Sections -->
|
|
0 commit comments