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
*[deleteApiEndpoint](docs/sdks/apiendpoints/README.md#deleteapiendpoint) - Delete an ApiEndpoint.
67
67
*[findApiEndpoint](docs/sdks/apiendpoints/README.md#findapiendpoint) - Find an ApiEndpoint via its displayName.
@@ -72,13 +72,13 @@ import { Speakeasy } from "@speakeasy-api/speakeasy-client-sdk-typescript";
72
72
*[getApiEndpoint](docs/sdks/apiendpoints/README.md#getapiendpoint) - Get an ApiEndpoint.
73
73
*[upsertApiEndpoint](docs/sdks/apiendpoints/README.md#upsertapiendpoint) - Upsert an ApiEndpoint.
74
74
75
-
### [.metadata](docs/sdks/metadata/README.md)
75
+
### [metadata](docs/sdks/metadata/README.md)
76
76
77
77
*[deleteVersionMetadata](docs/sdks/metadata/README.md#deleteversionmetadata) - Delete metadata for a particular apiID and versionID.
78
78
*[getVersionMetadata](docs/sdks/metadata/README.md#getversionmetadata) - Get all metadata for a particular apiID and versionID.
79
79
*[insertVersionMetadata](docs/sdks/metadata/README.md#insertversionmetadata) - Insert metadata for a particular apiID and versionID.
80
80
81
-
### [.schemas](docs/sdks/schemas/README.md)
81
+
### [schemas](docs/sdks/schemas/README.md)
82
82
83
83
*[deleteSchema](docs/sdks/schemas/README.md#deleteschema) - Delete a particular schema revision for an Api.
84
84
*[downloadSchema](docs/sdks/schemas/README.md#downloadschema) - Download the latest schema for a particular apiID.
@@ -89,19 +89,19 @@ import { Speakeasy } from "@speakeasy-api/speakeasy-client-sdk-typescript";
89
89
*[getSchemas](docs/sdks/schemas/README.md#getschemas) - Get information about all schemas associated with a particular apiID.
90
90
*[registerSchema](docs/sdks/schemas/README.md#registerschema) - Register a schema.
91
91
92
-
### [.requests](docs/sdks/requests/README.md)
92
+
### [requests](docs/sdks/requests/README.md)
93
93
94
94
*[generateRequestPostmanCollection](docs/sdks/requests/README.md#generaterequestpostmancollection) - Generate a Postman collection for a particular request.
95
95
*[getRequestFromEventLog](docs/sdks/requests/README.md#getrequestfromeventlog) - Get information about a particular request.
96
96
*[queryEventLog](docs/sdks/requests/README.md#queryeventlog) - Query the event log to retrieve a list of requests.
97
97
98
-
### [.plugins](docs/sdks/plugins/README.md)
98
+
### [plugins](docs/sdks/plugins/README.md)
99
99
100
100
*[getPlugins](docs/sdks/plugins/README.md#getplugins) - Get all plugins for the current workspace.
101
101
*[runPlugin](docs/sdks/plugins/README.md#runplugin) - Run a plugin
102
102
*[upsertPlugin](docs/sdks/plugins/README.md#upsertplugin) - Upsert a plugin
103
103
104
-
### [.embeds](docs/sdks/embeds/README.md)
104
+
### [embeds](docs/sdks/embeds/README.md)
105
105
106
106
*[getEmbedAccessToken](docs/sdks/embeds/README.md#getembedaccesstoken) - Get an embed access token for the current workspace.
107
107
*[getValidEmbedAccessTokens](docs/sdks/embeds/README.md#getvalidembedaccesstokens) - Get all valid embed access tokens for the current workspace.
@@ -131,7 +131,36 @@ Here's an example of one such pagination call:
131
131
<!-- Start Error Handling -->
132
132
# Error Handling
133
133
134
-
Handling errors in your SDK should largely match your expectations. All operations return a response object or throw an error. If Error objects are specified in your OpenAPI Spec, the SDK will throw the appropriate Error type.
134
+
Handling errors in this SDK should largely match your expectations. All operations return a response object or throw an error. If Error objects are specified in your OpenAPI Spec, the SDK will throw the appropriate Error type.
0 commit comments