@@ -27,6 +27,11 @@ require_relative speakeasy_client_sdk_ruby
27
27
28
28
29
29
s = SpeakeasyClientSDK ::SDK .new
30
+ s.config_security(
31
+ security= Shared ::Security .new (
32
+ api_key= .foo" " ,
33
+ )
34
+ )
30
35
31
36
32
37
req = Operations ::DeleteApiEndpointRequest .new (
@@ -69,6 +74,11 @@ require_relative speakeasy_client_sdk_ruby
69
74
70
75
71
76
s = SpeakeasyClientSDK ::SDK .new
77
+ s.config_security(
78
+ security= Shared ::Security .new (
79
+ api_key= .foo" " ,
80
+ )
81
+ )
72
82
73
83
74
84
req = Operations ::FindApiEndpointRequest .new (
@@ -111,6 +121,11 @@ require_relative speakeasy_client_sdk_ruby
111
121
112
122
113
123
s = SpeakeasyClientSDK ::SDK .new
124
+ s.config_security(
125
+ security= Shared ::Security .new (
126
+ api_key= .foo" " ,
127
+ )
128
+ )
114
129
115
130
116
131
req = Operations ::GenerateOpenApiSpecForApiEndpointRequest .new (
@@ -152,6 +167,11 @@ require_relative speakeasy_client_sdk_ruby
152
167
153
168
154
169
s = SpeakeasyClientSDK ::SDK .new
170
+ s.config_security(
171
+ security= Shared ::Security .new (
172
+ api_key= .foo" " ,
173
+ )
174
+ )
155
175
156
176
157
177
req = Operations ::GeneratePostmanCollectionForApiEndpointRequest .new (
@@ -193,6 +213,11 @@ require_relative speakeasy_client_sdk_ruby
193
213
194
214
195
215
s = SpeakeasyClientSDK ::SDK .new
216
+ s.config_security(
217
+ security= Shared ::Security .new (
218
+ api_key= .foo" " ,
219
+ )
220
+ )
196
221
197
222
198
223
req = Operations ::GetAllApiEndpointsRequest .new (
@@ -232,6 +257,11 @@ require_relative speakeasy_client_sdk_ruby
232
257
233
258
234
259
s = SpeakeasyClientSDK ::SDK .new
260
+ s.config_security(
261
+ security= Shared ::Security .new (
262
+ api_key= .foo" " ,
263
+ )
264
+ )
235
265
236
266
237
267
req = Operations ::GetAllForVersionApiEndpointsRequest .new (
@@ -272,6 +302,11 @@ require_relative speakeasy_client_sdk_ruby
272
302
273
303
274
304
s = SpeakeasyClientSDK ::SDK .new
305
+ s.config_security(
306
+ security= Shared ::Security .new (
307
+ api_key= .foo" " ,
308
+ )
309
+ )
275
310
276
311
277
312
req = Operations ::GetApiEndpointRequest .new (
@@ -313,6 +348,11 @@ require_relative speakeasy_client_sdk_ruby
313
348
314
349
315
350
s = SpeakeasyClientSDK ::SDK .new
351
+ s.config_security(
352
+ security= Shared ::Security .new (
353
+ api_key= .foo" " ,
354
+ )
355
+ )
316
356
317
357
318
358
req = Operations ::UpsertApiEndpointRequest .new (
0 commit comments