@@ -27,7 +27,7 @@ from speakeasy.models import operations
27
27
28
28
s = speakeasy.Speakeasy(
29
29
security = shared.Security(
30
- api_key = " YOUR_API_KEY_HERE " ,
30
+ api_key = " " ,
31
31
),
32
32
)
33
33
@@ -56,7 +56,7 @@ from speakeasy.models import operations
56
56
57
57
s = speakeasy.Speakeasy(
58
58
security = shared.Security(
59
- api_key = " YOUR_API_KEY_HERE " ,
59
+ api_key = " " ,
60
60
),
61
61
)
62
62
@@ -85,7 +85,7 @@ from speakeasy.models import operations
85
85
86
86
s = speakeasy.Speakeasy(
87
87
security = shared.Security(
88
- api_key = " YOUR_API_KEY_HERE " ,
88
+ api_key = " " ,
89
89
),
90
90
)
91
91
@@ -113,7 +113,7 @@ from speakeasy.models import operations
113
113
114
114
s = speakeasy.Speakeasy(
115
115
security = shared.Security(
116
- api_key = " YOUR_API_KEY_HERE " ,
116
+ api_key = " " ,
117
117
),
118
118
)
119
119
@@ -141,7 +141,7 @@ from speakeasy.models import operations
141
141
142
142
s = speakeasy.Speakeasy(
143
143
security = shared.Security(
144
- api_key = " YOUR_API_KEY_HERE " ,
144
+ api_key = " " ,
145
145
),
146
146
)
147
147
@@ -167,7 +167,7 @@ from speakeasy.models import operations
167
167
168
168
s = speakeasy.Speakeasy(
169
169
security = shared.Security(
170
- api_key = " YOUR_API_KEY_HERE " ,
170
+ api_key = " " ,
171
171
),
172
172
)
173
173
@@ -194,7 +194,7 @@ from speakeasy.models import operations
194
194
195
195
s = speakeasy.Speakeasy(
196
196
security = shared.Security(
197
- api_key = " YOUR_API_KEY_HERE " ,
197
+ api_key = " " ,
198
198
),
199
199
)
200
200
@@ -222,7 +222,7 @@ from speakeasy.models import operations, shared
222
222
223
223
s = speakeasy.Speakeasy(
224
224
security = shared.Security(
225
- api_key = " YOUR_API_KEY_HERE " ,
225
+ api_key = " " ,
226
226
),
227
227
)
228
228
0 commit comments