@@ -26,7 +26,7 @@ Delete an ApiEndpoint. This will also delete all associated Request Logs (if usi
26
26
require_relative speakeasy_client_sdk_ruby
27
27
28
28
29
- s = SpeakeasyClientSDK ::SDK .new
29
+ s = :: SpeakeasyClientSDK ::SDK .new
30
30
s.config_security(
31
31
security= Shared ::Security .new (
32
32
api_key= " <YOUR_API_KEY_HERE>" ,
@@ -71,7 +71,7 @@ This is useful for finding the ID of an ApiEndpoint to use in the /v1/apis/{apiI
71
71
require_relative speakeasy_client_sdk_ruby
72
72
73
73
74
- s = SpeakeasyClientSDK ::SDK .new
74
+ s = :: SpeakeasyClientSDK ::SDK .new
75
75
s.config_security(
76
76
security= Shared ::Security .new (
77
77
api_key= " <YOUR_API_KEY_HERE>" ,
@@ -116,7 +116,7 @@ Returns the original document and the newly generated document allowing a diff t
116
116
require_relative speakeasy_client_sdk_ruby
117
117
118
118
119
- s = SpeakeasyClientSDK ::SDK .new
119
+ s = :: SpeakeasyClientSDK ::SDK .new
120
120
s.config_security(
121
121
security= Shared ::Security .new (
122
122
api_key= " <YOUR_API_KEY_HERE>" ,
@@ -160,7 +160,7 @@ Generates a postman collection that allows the endpoint to be called from postma
160
160
require_relative speakeasy_client_sdk_ruby
161
161
162
162
163
- s = SpeakeasyClientSDK ::SDK .new
163
+ s = :: SpeakeasyClientSDK ::SDK .new
164
164
s.config_security(
165
165
security= Shared ::Security .new (
166
166
api_key= " <YOUR_API_KEY_HERE>" ,
@@ -204,7 +204,7 @@ Get all Api endpoints for a particular apiID.
204
204
require_relative speakeasy_client_sdk_ruby
205
205
206
206
207
- s = SpeakeasyClientSDK ::SDK .new
207
+ s = :: SpeakeasyClientSDK ::SDK .new
208
208
s.config_security(
209
209
security= Shared ::Security .new (
210
210
api_key= " <YOUR_API_KEY_HERE>" ,
@@ -246,7 +246,7 @@ Get all ApiEndpoints for a particular apiID and versionID.
246
246
require_relative speakeasy_client_sdk_ruby
247
247
248
248
249
- s = SpeakeasyClientSDK ::SDK .new
249
+ s = :: SpeakeasyClientSDK ::SDK .new
250
250
s.config_security(
251
251
security= Shared ::Security .new (
252
252
api_key= " <YOUR_API_KEY_HERE>" ,
@@ -289,7 +289,7 @@ Get an ApiEndpoint.
289
289
require_relative speakeasy_client_sdk_ruby
290
290
291
291
292
- s = SpeakeasyClientSDK ::SDK .new
292
+ s = :: SpeakeasyClientSDK ::SDK .new
293
293
s.config_security(
294
294
security= Shared ::Security .new (
295
295
api_key= " <YOUR_API_KEY_HERE>" ,
@@ -333,7 +333,7 @@ Upsert an ApiEndpoint. If the ApiEndpoint does not exist it will be created, oth
333
333
require_relative speakeasy_client_sdk_ruby
334
334
335
335
336
- s = SpeakeasyClientSDK ::SDK .new
336
+ s = :: SpeakeasyClientSDK ::SDK .new
337
337
s.config_security(
338
338
security= Shared ::Security .new (
339
339
api_key= " <YOUR_API_KEY_HERE>" ,
0 commit comments