@@ -33,9 +33,9 @@ s = speakeasy.Speakeasy(
33
33
34
34
35
35
req = operations.DeleteAPIEndpointRequest(
36
- api_endpoint_id = " delectus" ,
37
- api_id = " tempora" ,
38
- version_id = " suscipit" ,
36
+ api_endpoint_id = ' delectus' ,
37
+ api_id = ' tempora' ,
38
+ version_id = ' suscipit' ,
39
39
)
40
40
41
41
res = s.api_endpoints.delete_api_endpoint(req)
@@ -63,9 +63,9 @@ s = speakeasy.Speakeasy(
63
63
64
64
65
65
req = operations.FindAPIEndpointRequest(
66
- api_id = " molestiae" ,
67
- display_name = " minus" ,
68
- version_id = " placeat" ,
66
+ api_id = ' molestiae' ,
67
+ display_name = ' minus' ,
68
+ version_id = ' placeat' ,
69
69
)
70
70
71
71
res = s.api_endpoints.find_api_endpoint(req)
@@ -93,9 +93,9 @@ s = speakeasy.Speakeasy(
93
93
94
94
95
95
req = operations.GenerateOpenAPISpecForAPIEndpointRequest(
96
- api_endpoint_id = " voluptatum" ,
97
- api_id = " iusto" ,
98
- version_id = " excepturi" ,
96
+ api_endpoint_id = ' voluptatum' ,
97
+ api_id = ' iusto' ,
98
+ version_id = ' excepturi' ,
99
99
)
100
100
101
101
res = s.api_endpoints.generate_open_api_spec_for_api_endpoint(req)
@@ -122,9 +122,9 @@ s = speakeasy.Speakeasy(
122
122
123
123
124
124
req = operations.GeneratePostmanCollectionForAPIEndpointRequest(
125
- api_endpoint_id = " nisi" ,
126
- api_id = " recusandae" ,
127
- version_id = " temporibus" ,
125
+ api_endpoint_id = ' nisi' ,
126
+ api_id = ' recusandae' ,
127
+ version_id = ' temporibus' ,
128
128
)
129
129
130
130
res = s.api_endpoints.generate_postman_collection_for_api_endpoint(req)
@@ -151,7 +151,7 @@ s = speakeasy.Speakeasy(
151
151
152
152
153
153
req = operations.GetAllAPIEndpointsRequest(
154
- api_id = " ab " ,
154
+ api_id = ' ab ' ,
155
155
)
156
156
157
157
res = s.api_endpoints.get_all_api_endpoints(req)
@@ -178,8 +178,8 @@ s = speakeasy.Speakeasy(
178
178
179
179
180
180
req = operations.GetAllForVersionAPIEndpointsRequest(
181
- api_id = " quis" ,
182
- version_id = " veritatis" ,
181
+ api_id = ' quis' ,
182
+ version_id = ' veritatis' ,
183
183
)
184
184
185
185
res = s.api_endpoints.get_all_for_version_api_endpoints(req)
@@ -206,9 +206,9 @@ s = speakeasy.Speakeasy(
206
206
207
207
208
208
req = operations.GetAPIEndpointRequest(
209
- api_endpoint_id = " deserunt" ,
210
- api_id = " perferendis" ,
211
- version_id = " ipsam" ,
209
+ api_endpoint_id = ' deserunt' ,
210
+ api_id = ' perferendis' ,
211
+ version_id = ' ipsam' ,
212
212
)
213
213
214
214
res = s.api_endpoints.get_api_endpoint(req)
@@ -236,16 +236,16 @@ s = speakeasy.Speakeasy(
236
236
237
237
req = operations.UpsertAPIEndpointRequest(
238
238
api_endpoint_input = shared.APIEndpointInput(
239
- api_endpoint_id = " repellendus" ,
240
- description = " sapiente" ,
241
- display_name = " quo" ,
242
- method = " odit" ,
243
- path = " at " ,
244
- version_id = " at " ,
239
+ api_endpoint_id = ' repellendus' ,
240
+ description = ' sapiente' ,
241
+ display_name = ' quo' ,
242
+ method = ' odit' ,
243
+ path = ' at ' ,
244
+ version_id = ' at ' ,
245
245
),
246
- api_endpoint_id = " maiores" ,
247
- api_id = " molestiae" ,
248
- version_id = " quod" ,
246
+ api_endpoint_id = ' maiores' ,
247
+ api_id = ' molestiae' ,
248
+ version_id = ' quod' ,
249
249
)
250
250
251
251
res = s.api_endpoints.upsert_api_endpoint(req)
0 commit comments