@@ -32,9 +32,9 @@ const sdk = new Speakeasy({
32
32
});
33
33
34
34
sdk .apiEndpoints .deleteApiEndpoint ({
35
- apiEndpointID: " delectus " ,
36
- apiID: " tempora " ,
37
- versionID: " suscipit " ,
35
+ apiEndpointID: " distinctio " ,
36
+ apiID: " quibusdam " ,
37
+ versionID: " unde " ,
38
38
}).then ((res : DeleteApiEndpointResponse ) => {
39
39
if (res .statusCode == 200 ) {
40
40
// handle response
@@ -73,9 +73,9 @@ const sdk = new Speakeasy({
73
73
});
74
74
75
75
sdk .apiEndpoints .findApiEndpoint ({
76
- apiID: " molestiae " ,
77
- displayName: " minus " ,
78
- versionID: " placeat " ,
76
+ apiID: " nulla " ,
77
+ displayName: " corrupti " ,
78
+ versionID: " illum " ,
79
79
}).then ((res : FindApiEndpointResponse ) => {
80
80
if (res .statusCode == 200 ) {
81
81
// handle response
@@ -114,9 +114,9 @@ const sdk = new Speakeasy({
114
114
});
115
115
116
116
sdk .apiEndpoints .generateOpenApiSpecForApiEndpoint ({
117
- apiEndpointID: " voluptatum " ,
118
- apiID: " iusto " ,
119
- versionID: " excepturi " ,
117
+ apiEndpointID: " vel " ,
118
+ apiID: " error " ,
119
+ versionID: " deserunt " ,
120
120
}).then ((res : GenerateOpenApiSpecForApiEndpointResponse ) => {
121
121
if (res .statusCode == 200 ) {
122
122
// handle response
@@ -154,9 +154,9 @@ const sdk = new Speakeasy({
154
154
});
155
155
156
156
sdk .apiEndpoints .generatePostmanCollectionForApiEndpoint ({
157
- apiEndpointID: " nisi " ,
158
- apiID: " recusandae " ,
159
- versionID: " temporibus " ,
157
+ apiEndpointID: " suscipit " ,
158
+ apiID: " iure " ,
159
+ versionID: " magnam " ,
160
160
}).then ((res : GeneratePostmanCollectionForApiEndpointResponse ) => {
161
161
if (res .statusCode == 200 ) {
162
162
// handle response
@@ -194,7 +194,7 @@ const sdk = new Speakeasy({
194
194
});
195
195
196
196
sdk .apiEndpoints .getAllApiEndpoints ({
197
- apiID: " ab " ,
197
+ apiID: " debitis " ,
198
198
}).then ((res : GetAllApiEndpointsResponse ) => {
199
199
if (res .statusCode == 200 ) {
200
200
// handle response
@@ -232,8 +232,8 @@ const sdk = new Speakeasy({
232
232
});
233
233
234
234
sdk .apiEndpoints .getAllForVersionApiEndpoints ({
235
- apiID: " quis " ,
236
- versionID: " veritatis " ,
235
+ apiID: " ipsa " ,
236
+ versionID: " delectus " ,
237
237
}).then ((res : GetAllForVersionApiEndpointsResponse ) => {
238
238
if (res .statusCode == 200 ) {
239
239
// handle response
@@ -271,9 +271,9 @@ const sdk = new Speakeasy({
271
271
});
272
272
273
273
sdk .apiEndpoints .getApiEndpoint ({
274
- apiEndpointID: " deserunt " ,
275
- apiID: " perferendis " ,
276
- versionID: " ipsam " ,
274
+ apiEndpointID: " tempora " ,
275
+ apiID: " suscipit " ,
276
+ versionID: " molestiae " ,
277
277
}).then ((res : GetApiEndpointResponse ) => {
278
278
if (res .statusCode == 200 ) {
279
279
// handle response
@@ -312,16 +312,16 @@ const sdk = new Speakeasy({
312
312
313
313
sdk .apiEndpoints .upsertApiEndpoint ({
314
314
apiEndpointInput: {
315
- apiEndpointId: " repellendus " ,
316
- description: " sapiente " ,
317
- displayName: " quo " ,
318
- method: " odit " ,
319
- path: " at " ,
320
- versionId: " at " ,
315
+ apiEndpointId: " minus " ,
316
+ description: " placeat " ,
317
+ displayName: " voluptatum " ,
318
+ method: " iusto " ,
319
+ path: " excepturi " ,
320
+ versionId: " nisi " ,
321
321
},
322
- apiEndpointID: " maiores " ,
323
- apiID: " molestiae " ,
324
- versionID: " quod " ,
322
+ apiEndpointID: " recusandae " ,
323
+ apiID: " temporibus " ,
324
+ versionID: " ab " ,
325
325
}).then ((res : UpsertApiEndpointResponse ) => {
326
326
if (res .statusCode == 200 ) {
327
327
// handle response
0 commit comments