@@ -27,7 +27,7 @@ from speakeasy.models import operations
2727
2828s = speakeasy.Speakeasy(
2929 security = shared.Security(
30- api_key = " YOUR_API_KEY_HERE " ,
30+ api_key = " " ,
3131 ),
3232)
3333
@@ -56,7 +56,7 @@ from speakeasy.models import operations
5656
5757s = speakeasy.Speakeasy(
5858 security = shared.Security(
59- api_key = " YOUR_API_KEY_HERE " ,
59+ api_key = " " ,
6060 ),
6161)
6262
@@ -85,7 +85,7 @@ from speakeasy.models import operations
8585
8686s = speakeasy.Speakeasy(
8787 security = shared.Security(
88- api_key = " YOUR_API_KEY_HERE " ,
88+ api_key = " " ,
8989 ),
9090)
9191
@@ -113,7 +113,7 @@ from speakeasy.models import operations
113113
114114s = speakeasy.Speakeasy(
115115 security = shared.Security(
116- api_key = " YOUR_API_KEY_HERE " ,
116+ api_key = " " ,
117117 ),
118118)
119119
@@ -141,7 +141,7 @@ from speakeasy.models import operations
141141
142142s = speakeasy.Speakeasy(
143143 security = shared.Security(
144- api_key = " YOUR_API_KEY_HERE " ,
144+ api_key = " " ,
145145 ),
146146)
147147
@@ -167,7 +167,7 @@ from speakeasy.models import operations
167167
168168s = speakeasy.Speakeasy(
169169 security = shared.Security(
170- api_key = " YOUR_API_KEY_HERE " ,
170+ api_key = " " ,
171171 ),
172172)
173173
@@ -194,7 +194,7 @@ from speakeasy.models import operations
194194
195195s = speakeasy.Speakeasy(
196196 security = shared.Security(
197- api_key = " YOUR_API_KEY_HERE " ,
197+ api_key = " " ,
198198 ),
199199)
200200
@@ -222,7 +222,7 @@ from speakeasy.models import operations, shared
222222
223223s = speakeasy.Speakeasy(
224224 security = shared.Security(
225- api_key = " YOUR_API_KEY_HERE " ,
225+ api_key = " " ,
226226 ),
227227)
228228
0 commit comments