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