@@ -33,9 +33,9 @@ import { Speakeasy } from "@speakeasy-api/speakeasy-client-sdk-typescript";
33
33
});
34
34
35
35
const res = await sdk .apiEndpoints .deleteApiEndpoint ({
36
- apiEndpointID: " blue " ,
37
- apiID: " Gasoline " ,
38
- versionID: " Southwest " ,
36
+ apiEndpointID: " string " ,
37
+ apiID: " string " ,
38
+ versionID: " string " ,
39
39
});
40
40
41
41
if (res .statusCode == 200 ) {
@@ -75,9 +75,9 @@ import { Speakeasy } from "@speakeasy-api/speakeasy-client-sdk-typescript";
75
75
});
76
76
77
77
const res = await sdk .apiEndpoints .findApiEndpoint ({
78
- apiID: " Cotton " ,
79
- displayName: " Chief " ,
80
- versionID: " Wooden " ,
78
+ apiID: " string " ,
79
+ displayName: " string " ,
80
+ versionID: " string " ,
81
81
});
82
82
83
83
if (res .statusCode == 200 ) {
@@ -117,9 +117,9 @@ import { Speakeasy } from "@speakeasy-api/speakeasy-client-sdk-typescript";
117
117
});
118
118
119
119
const res = await sdk .apiEndpoints .generateOpenApiSpecForApiEndpoint ({
120
- apiEndpointID: " Mazda " ,
121
- apiID: " web " ,
122
- versionID: " explicabo " ,
120
+ apiEndpointID: " string " ,
121
+ apiID: " string " ,
122
+ versionID: " string " ,
123
123
});
124
124
125
125
if (res .statusCode == 200 ) {
@@ -158,9 +158,9 @@ import { Speakeasy } from "@speakeasy-api/speakeasy-client-sdk-typescript";
158
158
});
159
159
160
160
const res = await sdk .apiEndpoints .generatePostmanCollectionForApiEndpoint ({
161
- apiEndpointID: " indigo " ,
162
- apiID: " barring " ,
163
- versionID: " Senior " ,
161
+ apiEndpointID: " string " ,
162
+ apiID: " string " ,
163
+ versionID: " string " ,
164
164
});
165
165
166
166
if (res .statusCode == 200 ) {
@@ -199,7 +199,7 @@ import { Speakeasy } from "@speakeasy-api/speakeasy-client-sdk-typescript";
199
199
});
200
200
201
201
const res = await sdk .apiEndpoints .getAllApiEndpoints ({
202
- apiID: " unless " ,
202
+ apiID: " string " ,
203
203
});
204
204
205
205
if (res .statusCode == 200 ) {
@@ -238,8 +238,8 @@ import { Speakeasy } from "@speakeasy-api/speakeasy-client-sdk-typescript";
238
238
});
239
239
240
240
const res = await sdk .apiEndpoints .getAllForVersionApiEndpoints ({
241
- apiID: " now " ,
242
- versionID: " Diesel " ,
241
+ apiID: " string " ,
242
+ versionID: " string " ,
243
243
});
244
244
245
245
if (res .statusCode == 200 ) {
@@ -278,9 +278,9 @@ import { Speakeasy } from "@speakeasy-api/speakeasy-client-sdk-typescript";
278
278
});
279
279
280
280
const res = await sdk .apiEndpoints .getApiEndpoint ({
281
- apiEndpointID: " flog " ,
282
- apiID: " synthesize " ,
283
- versionID: " Barium " ,
281
+ apiEndpointID: " string " ,
282
+ apiID: " string " ,
283
+ versionID: " string " ,
284
284
});
285
285
286
286
if (res .statusCode == 200 ) {
@@ -320,16 +320,16 @@ import { Speakeasy } from "@speakeasy-api/speakeasy-client-sdk-typescript";
320
320
321
321
const res = await sdk .apiEndpoints .upsertApiEndpoint ({
322
322
apiEndpointInput: {
323
- apiEndpointId: " Facilitator " ,
324
- description: " Cross-group bottom-line productivity " ,
325
- displayName: " nor " ,
326
- method: " Northwest " ,
327
- path: " /private " ,
328
- versionId: " what " ,
323
+ apiEndpointId: " string " ,
324
+ description: " Public-key systematic attitude " ,
325
+ displayName: " string " ,
326
+ method: " string " ,
327
+ path: " /etc/periodic " ,
328
+ versionId: " string " ,
329
329
},
330
- apiEndpointID: " Trans " ,
331
- apiID: " Kia " ,
332
- versionID: " Electronic " ,
330
+ apiEndpointID: " string " ,
331
+ apiID: " string " ,
332
+ versionID: " string " ,
333
333
});
334
334
335
335
if (res .statusCode == 200 ) {
0 commit comments