@@ -32,9 +32,9 @@ s = speakeasy.Speakeasy(
32
32
)
33
33
34
34
req = operations.DeleteAPIEndpointRequest(
35
- api_endpoint_id = ' delectus ' ,
36
- api_id = ' tempora ' ,
37
- version_id = ' suscipit ' ,
35
+ api_endpoint_id = ' distinctio ' ,
36
+ api_id = ' quibusdam ' ,
37
+ version_id = ' unde ' ,
38
38
)
39
39
40
40
res = s.api_endpoints.delete_api_endpoint(req)
@@ -73,9 +73,9 @@ s = speakeasy.Speakeasy(
73
73
)
74
74
75
75
req = operations.FindAPIEndpointRequest(
76
- api_id = ' molestiae ' ,
77
- display_name = ' minus ' ,
78
- version_id = ' placeat ' ,
76
+ api_id = ' nulla ' ,
77
+ display_name = ' corrupti ' ,
78
+ version_id = ' illum ' ,
79
79
)
80
80
81
81
res = s.api_endpoints.find_api_endpoint(req)
@@ -114,9 +114,9 @@ s = speakeasy.Speakeasy(
114
114
)
115
115
116
116
req = operations.GenerateOpenAPISpecForAPIEndpointRequest(
117
- api_endpoint_id = ' voluptatum ' ,
118
- api_id = ' iusto ' ,
119
- version_id = ' excepturi ' ,
117
+ api_endpoint_id = ' vel ' ,
118
+ api_id = ' error ' ,
119
+ version_id = ' deserunt ' ,
120
120
)
121
121
122
122
res = s.api_endpoints.generate_open_api_spec_for_api_endpoint(req)
@@ -154,9 +154,9 @@ s = speakeasy.Speakeasy(
154
154
)
155
155
156
156
req = operations.GeneratePostmanCollectionForAPIEndpointRequest(
157
- api_endpoint_id = ' nisi ' ,
158
- api_id = ' recusandae ' ,
159
- version_id = ' temporibus ' ,
157
+ api_endpoint_id = ' suscipit ' ,
158
+ api_id = ' iure ' ,
159
+ version_id = ' magnam ' ,
160
160
)
161
161
162
162
res = s.api_endpoints.generate_postman_collection_for_api_endpoint(req)
@@ -194,7 +194,7 @@ s = speakeasy.Speakeasy(
194
194
)
195
195
196
196
req = operations.GetAllAPIEndpointsRequest(
197
- api_id = ' ab ' ,
197
+ api_id = ' debitis ' ,
198
198
)
199
199
200
200
res = s.api_endpoints.get_all_api_endpoints(req)
@@ -232,8 +232,8 @@ s = speakeasy.Speakeasy(
232
232
)
233
233
234
234
req = operations.GetAllForVersionAPIEndpointsRequest(
235
- api_id = ' quis ' ,
236
- version_id = ' veritatis ' ,
235
+ api_id = ' ipsa ' ,
236
+ version_id = ' delectus ' ,
237
237
)
238
238
239
239
res = s.api_endpoints.get_all_for_version_api_endpoints(req)
@@ -271,9 +271,9 @@ s = speakeasy.Speakeasy(
271
271
)
272
272
273
273
req = operations.GetAPIEndpointRequest(
274
- api_endpoint_id = ' deserunt ' ,
275
- api_id = ' perferendis ' ,
276
- version_id = ' ipsam ' ,
274
+ api_endpoint_id = ' tempora ' ,
275
+ api_id = ' suscipit ' ,
276
+ version_id = ' molestiae ' ,
277
277
)
278
278
279
279
res = s.api_endpoints.get_api_endpoint(req)
@@ -312,16 +312,16 @@ s = speakeasy.Speakeasy(
312
312
313
313
req = operations.UpsertAPIEndpointRequest(
314
314
api_endpoint_input = shared.APIEndpointInput(
315
- api_endpoint_id = ' repellendus ' ,
316
- description = ' sapiente ' ,
317
- display_name = ' quo ' ,
318
- method = ' odit ' ,
319
- path = ' at ' ,
320
- version_id = ' at ' ,
315
+ api_endpoint_id = ' minus ' ,
316
+ description = ' placeat ' ,
317
+ display_name = ' voluptatum ' ,
318
+ method = ' iusto ' ,
319
+ path = ' excepturi ' ,
320
+ version_id = ' nisi ' ,
321
321
),
322
- api_endpoint_id = ' maiores ' ,
323
- api_id = ' molestiae ' ,
324
- version_id = ' quod ' ,
322
+ api_endpoint_id = ' recusandae ' ,
323
+ api_id = ' temporibus ' ,
324
+ version_id = ' ab ' ,
325
325
)
326
326
327
327
res = s.api_endpoints.upsert_api_endpoint(req)
0 commit comments