Skip to content

Commit 7ecd798

Browse files
committed
ci: regenerated with OpenAPI Doc 0.3.0, Speakeasy CLI 1.126.0
1 parent 12b7694 commit 7ecd798

File tree

16 files changed

+65
-56
lines changed

16 files changed

+65
-56
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ require_relative speakeasy_client_sdk_ruby
1818
s = SpeakeasyClientSDK::SDK.new
1919
s.config_security(
2020
security=Shared::Security.new(
21-
api_key="",
21+
api_key="<YOUR_API_KEY_HERE>",
2222
)
2323
)
2424

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,4 +488,14 @@ Based on:
488488
### Generated
489489
- [ruby v2.1.3] .
490490
### Releases
491-
- [Ruby Gems v2.1.3] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/2.1.3 - .
491+
- [Ruby Gems v2.1.3] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/2.1.3 - .
492+
493+
## 2023-12-12 00:03:02
494+
### Changes
495+
Based on:
496+
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
497+
- Speakeasy CLI 1.126.0 (2.213.3) https://github.com/speakeasy-api/speakeasy
498+
### Generated
499+
- [ruby v2.2.0] .
500+
### Releases
501+
- [Ruby Gems v2.2.0] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/2.2.0 - .

USAGE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require_relative speakeasy_client_sdk_ruby
66
s = SpeakeasyClientSDK::SDK.new
77
s.config_security(
88
security=Shared::Security.new(
9-
api_key="",
9+
api_key="<YOUR_API_KEY_HERE>",
1010
)
1111
)
1212

docs/models/shared/security.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description | Example |
7-
| ------------------ | ------------------ | ------------------ | ------------------ | ------------------ |
8-
| `api_key` | *String* | :heavy_check_mark: | N/A | |
6+
| Field | Type | Required | Description |
7+
| ------------------ | ------------------ | ------------------ | ------------------ |
8+
| `api_key` | *String* | :heavy_check_mark: | N/A |

docs/sdks/apiendpoints/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ require_relative speakeasy_client_sdk_ruby
2929
s = SpeakeasyClientSDK::SDK.new
3030
s.config_security(
3131
security=Shared::Security.new(
32-
api_key="",
32+
api_key="<YOUR_API_KEY_HERE>",
3333
)
3434
)
3535

@@ -74,7 +74,7 @@ require_relative speakeasy_client_sdk_ruby
7474
s = SpeakeasyClientSDK::SDK.new
7575
s.config_security(
7676
security=Shared::Security.new(
77-
api_key="",
77+
api_key="<YOUR_API_KEY_HERE>",
7878
)
7979
)
8080

@@ -119,7 +119,7 @@ require_relative speakeasy_client_sdk_ruby
119119
s = SpeakeasyClientSDK::SDK.new
120120
s.config_security(
121121
security=Shared::Security.new(
122-
api_key="",
122+
api_key="<YOUR_API_KEY_HERE>",
123123
)
124124
)
125125

@@ -163,7 +163,7 @@ require_relative speakeasy_client_sdk_ruby
163163
s = SpeakeasyClientSDK::SDK.new
164164
s.config_security(
165165
security=Shared::Security.new(
166-
api_key="",
166+
api_key="<YOUR_API_KEY_HERE>",
167167
)
168168
)
169169

@@ -207,7 +207,7 @@ require_relative speakeasy_client_sdk_ruby
207207
s = SpeakeasyClientSDK::SDK.new
208208
s.config_security(
209209
security=Shared::Security.new(
210-
api_key="",
210+
api_key="<YOUR_API_KEY_HERE>",
211211
)
212212
)
213213

@@ -249,7 +249,7 @@ require_relative speakeasy_client_sdk_ruby
249249
s = SpeakeasyClientSDK::SDK.new
250250
s.config_security(
251251
security=Shared::Security.new(
252-
api_key="",
252+
api_key="<YOUR_API_KEY_HERE>",
253253
)
254254
)
255255

@@ -292,7 +292,7 @@ require_relative speakeasy_client_sdk_ruby
292292
s = SpeakeasyClientSDK::SDK.new
293293
s.config_security(
294294
security=Shared::Security.new(
295-
api_key="",
295+
api_key="<YOUR_API_KEY_HERE>",
296296
)
297297
)
298298

@@ -336,7 +336,7 @@ require_relative speakeasy_client_sdk_ruby
336336
s = SpeakeasyClientSDK::SDK.new
337337
s.config_security(
338338
security=Shared::Security.new(
339-
api_key="",
339+
api_key="<YOUR_API_KEY_HERE>",
340340
)
341341
)
342342

docs/sdks/apis/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ require_relative speakeasy_client_sdk_ruby
2727
s = SpeakeasyClientSDK::SDK.new
2828
s.config_security(
2929
security=Shared::Security.new(
30-
api_key="",
30+
api_key="<YOUR_API_KEY_HERE>",
3131
)
3232
)
3333

@@ -71,7 +71,7 @@ require_relative speakeasy_client_sdk_ruby
7171
s = SpeakeasyClientSDK::SDK.new
7272
s.config_security(
7373
security=Shared::Security.new(
74-
api_key="",
74+
api_key="<YOUR_API_KEY_HERE>",
7575
)
7676
)
7777

@@ -114,7 +114,7 @@ require_relative speakeasy_client_sdk_ruby
114114
s = SpeakeasyClientSDK::SDK.new
115115
s.config_security(
116116
security=Shared::Security.new(
117-
api_key="",
117+
api_key="<YOUR_API_KEY_HERE>",
118118
)
119119
)
120120

@@ -158,7 +158,7 @@ require_relative speakeasy_client_sdk_ruby
158158
s = SpeakeasyClientSDK::SDK.new
159159
s.config_security(
160160
security=Shared::Security.new(
161-
api_key="",
161+
api_key="<YOUR_API_KEY_HERE>",
162162
)
163163
)
164164

@@ -209,7 +209,7 @@ require_relative speakeasy_client_sdk_ruby
209209
s = SpeakeasyClientSDK::SDK.new
210210
s.config_security(
211211
security=Shared::Security.new(
212-
api_key="",
212+
api_key="<YOUR_API_KEY_HERE>",
213213
)
214214
)
215215

@@ -259,7 +259,7 @@ require_relative speakeasy_client_sdk_ruby
259259
s = SpeakeasyClientSDK::SDK.new
260260
s.config_security(
261261
security=Shared::Security.new(
262-
api_key="",
262+
api_key="<YOUR_API_KEY_HERE>",
263263
)
264264
)
265265

docs/sdks/embeds/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ require_relative speakeasy_client_sdk_ruby
2525
s = SpeakeasyClientSDK::SDK.new
2626
s.config_security(
2727
security=Shared::Security.new(
28-
api_key="",
28+
api_key="<YOUR_API_KEY_HERE>",
2929
)
3030
)
3131

@@ -78,7 +78,7 @@ require_relative speakeasy_client_sdk_ruby
7878
s = SpeakeasyClientSDK::SDK.new
7979
s.config_security(
8080
security=Shared::Security.new(
81-
api_key="",
81+
api_key="<YOUR_API_KEY_HERE>",
8282
)
8383
)
8484

@@ -110,7 +110,7 @@ require_relative speakeasy_client_sdk_ruby
110110
s = SpeakeasyClientSDK::SDK.new
111111
s.config_security(
112112
security=Shared::Security.new(
113-
api_key="",
113+
api_key="<YOUR_API_KEY_HERE>",
114114
)
115115
)
116116

docs/sdks/metadata/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ require_relative speakeasy_client_sdk_ruby
2424
s = SpeakeasyClientSDK::SDK.new
2525
s.config_security(
2626
security=Shared::Security.new(
27-
api_key="",
27+
api_key="<YOUR_API_KEY_HERE>",
2828
)
2929
)
3030

@@ -69,7 +69,7 @@ require_relative speakeasy_client_sdk_ruby
6969
s = SpeakeasyClientSDK::SDK.new
7070
s.config_security(
7171
security=Shared::Security.new(
72-
api_key="",
72+
api_key="<YOUR_API_KEY_HERE>",
7373
)
7474
)
7575

@@ -112,7 +112,7 @@ require_relative speakeasy_client_sdk_ruby
112112
s = SpeakeasyClientSDK::SDK.new
113113
s.config_security(
114114
security=Shared::Security.new(
115-
api_key="",
115+
api_key="<YOUR_API_KEY_HERE>",
116116
)
117117
)
118118

docs/sdks/plugins/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ require_relative speakeasy_client_sdk_ruby
2424
s = SpeakeasyClientSDK::SDK.new
2525
s.config_security(
2626
security=Shared::Security.new(
27-
api_key="",
27+
api_key="<YOUR_API_KEY_HERE>",
2828
)
2929
)
3030

@@ -56,7 +56,7 @@ require_relative speakeasy_client_sdk_ruby
5656
s = SpeakeasyClientSDK::SDK.new
5757
s.config_security(
5858
security=Shared::Security.new(
59-
api_key="",
59+
api_key="<YOUR_API_KEY_HERE>",
6060
)
6161
)
6262

@@ -110,7 +110,7 @@ require_relative speakeasy_client_sdk_ruby
110110
s = SpeakeasyClientSDK::SDK.new
111111
s.config_security(
112112
security=Shared::Security.new(
113-
api_key="",
113+
api_key="<YOUR_API_KEY_HERE>",
114114
)
115115
)
116116

docs/sdks/requests/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ require_relative speakeasy_client_sdk_ruby
2525
s = SpeakeasyClientSDK::SDK.new
2626
s.config_security(
2727
security=Shared::Security.new(
28-
api_key="",
28+
api_key="<YOUR_API_KEY_HERE>",
2929
)
3030
)
3131

@@ -67,7 +67,7 @@ require_relative speakeasy_client_sdk_ruby
6767
s = SpeakeasyClientSDK::SDK.new
6868
s.config_security(
6969
security=Shared::Security.new(
70-
api_key="",
70+
api_key="<YOUR_API_KEY_HERE>",
7171
)
7272
)
7373

@@ -110,7 +110,7 @@ require_relative speakeasy_client_sdk_ruby
110110
s = SpeakeasyClientSDK::SDK.new
111111
s.config_security(
112112
security=Shared::Security.new(
113-
api_key="",
113+
api_key="<YOUR_API_KEY_HERE>",
114114
)
115115
)
116116

0 commit comments

Comments
 (0)