@@ -33,9 +33,9 @@ s = speakeasy.Speakeasy(
3333
3434
3535req = 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' ,
3939)
4040
4141res = s.api_endpoints.delete_api_endpoint(req)
@@ -63,9 +63,9 @@ s = speakeasy.Speakeasy(
6363
6464
6565req = 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' ,
6969)
7070
7171res = s.api_endpoints.find_api_endpoint(req)
@@ -93,9 +93,9 @@ s = speakeasy.Speakeasy(
9393
9494
9595req = 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' ,
9999)
100100
101101res = s.api_endpoints.generate_open_api_spec_for_api_endpoint(req)
@@ -122,9 +122,9 @@ s = speakeasy.Speakeasy(
122122
123123
124124req = 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' ,
128128)
129129
130130res = s.api_endpoints.generate_postman_collection_for_api_endpoint(req)
@@ -151,7 +151,7 @@ s = speakeasy.Speakeasy(
151151
152152
153153req = operations.GetAllAPIEndpointsRequest(
154- api_id = " ab " ,
154+ api_id = ' ab ' ,
155155)
156156
157157res = s.api_endpoints.get_all_api_endpoints(req)
@@ -178,8 +178,8 @@ s = speakeasy.Speakeasy(
178178
179179
180180req = operations.GetAllForVersionAPIEndpointsRequest(
181- api_id = " quis" ,
182- version_id = " veritatis" ,
181+ api_id = ' quis' ,
182+ version_id = ' veritatis' ,
183183)
184184
185185res = s.api_endpoints.get_all_for_version_api_endpoints(req)
@@ -206,9 +206,9 @@ s = speakeasy.Speakeasy(
206206
207207
208208req = 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' ,
212212)
213213
214214res = s.api_endpoints.get_api_endpoint(req)
@@ -236,16 +236,16 @@ s = speakeasy.Speakeasy(
236236
237237req = operations.UpsertAPIEndpointRequest(
238238 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 ' ,
245245 ),
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' ,
249249)
250250
251251res = s.api_endpoints.upsert_api_endpoint(req)
0 commit comments