@@ -28,7 +28,7 @@ from speakeasy.models import operations, shared
28
28
29
29
s = speakeasy.Speakeasy(
30
30
security = shared.Security(
31
- api_key = " " ,
31
+ api_key = " <YOUR_API_KEY_HERE> " ,
32
32
),
33
33
)
34
34
@@ -74,7 +74,7 @@ from speakeasy.models import operations, shared
74
74
75
75
s = speakeasy.Speakeasy(
76
76
security = shared.Security(
77
- api_key = " " ,
77
+ api_key = " <YOUR_API_KEY_HERE> " ,
78
78
),
79
79
)
80
80
@@ -120,7 +120,7 @@ from speakeasy.models import operations, shared
120
120
121
121
s = speakeasy.Speakeasy(
122
122
security = shared.Security(
123
- api_key = " " ,
123
+ api_key = " <YOUR_API_KEY_HERE> " ,
124
124
),
125
125
)
126
126
@@ -165,7 +165,7 @@ from speakeasy.models import operations, shared
165
165
166
166
s = speakeasy.Speakeasy(
167
167
security = shared.Security(
168
- api_key = " " ,
168
+ api_key = " <YOUR_API_KEY_HERE> " ,
169
169
),
170
170
)
171
171
@@ -210,7 +210,7 @@ from speakeasy.models import operations, shared
210
210
211
211
s = speakeasy.Speakeasy(
212
212
security = shared.Security(
213
- api_key = " " ,
213
+ api_key = " <YOUR_API_KEY_HERE> " ,
214
214
),
215
215
)
216
216
@@ -253,7 +253,7 @@ from speakeasy.models import operations, shared
253
253
254
254
s = speakeasy.Speakeasy(
255
255
security = shared.Security(
256
- api_key = " " ,
256
+ api_key = " <YOUR_API_KEY_HERE> " ,
257
257
),
258
258
)
259
259
@@ -297,7 +297,7 @@ from speakeasy.models import operations, shared
297
297
298
298
s = speakeasy.Speakeasy(
299
299
security = shared.Security(
300
- api_key = " " ,
300
+ api_key = " <YOUR_API_KEY_HERE> " ,
301
301
),
302
302
)
303
303
@@ -342,7 +342,7 @@ from speakeasy.models import operations, shared
342
342
343
343
s = speakeasy.Speakeasy(
344
344
security = shared.Security(
345
- api_key = " " ,
345
+ api_key = " <YOUR_API_KEY_HERE> " ,
346
346
),
347
347
)
348
348
0 commit comments