@@ -28,7 +28,7 @@ from speakeasy.models import operations, shared
2828
2929s = speakeasy.Speakeasy(
3030 security = shared.Security(
31- api_key = " " ,
31+ api_key = " <YOUR_API_KEY_HERE> " ,
3232 ),
3333)
3434
@@ -74,7 +74,7 @@ from speakeasy.models import operations, shared
7474
7575s = speakeasy.Speakeasy(
7676 security = shared.Security(
77- api_key = " " ,
77+ api_key = " <YOUR_API_KEY_HERE> " ,
7878 ),
7979)
8080
@@ -120,7 +120,7 @@ from speakeasy.models import operations, shared
120120
121121s = speakeasy.Speakeasy(
122122 security = shared.Security(
123- api_key = " " ,
123+ api_key = " <YOUR_API_KEY_HERE> " ,
124124 ),
125125)
126126
@@ -165,7 +165,7 @@ from speakeasy.models import operations, shared
165165
166166s = speakeasy.Speakeasy(
167167 security = shared.Security(
168- api_key = " " ,
168+ api_key = " <YOUR_API_KEY_HERE> " ,
169169 ),
170170)
171171
@@ -210,7 +210,7 @@ from speakeasy.models import operations, shared
210210
211211s = speakeasy.Speakeasy(
212212 security = shared.Security(
213- api_key = " " ,
213+ api_key = " <YOUR_API_KEY_HERE> " ,
214214 ),
215215)
216216
@@ -253,7 +253,7 @@ from speakeasy.models import operations, shared
253253
254254s = speakeasy.Speakeasy(
255255 security = shared.Security(
256- api_key = " " ,
256+ api_key = " <YOUR_API_KEY_HERE> " ,
257257 ),
258258)
259259
@@ -297,7 +297,7 @@ from speakeasy.models import operations, shared
297297
298298s = speakeasy.Speakeasy(
299299 security = shared.Security(
300- api_key = " " ,
300+ api_key = " <YOUR_API_KEY_HERE> " ,
301301 ),
302302)
303303
@@ -342,7 +342,7 @@ from speakeasy.models import operations, shared
342342
343343s = speakeasy.Speakeasy(
344344 security = shared.Security(
345- api_key = " " ,
345+ api_key = " <YOUR_API_KEY_HERE> " ,
346346 ),
347347)
348348
0 commit comments