@@ -26,7 +26,7 @@ Delete an ApiEndpoint. This will also delete all associated Request Logs (if usi
2626require_relative speakeasy_client_sdk_ruby
2727
2828
29- s = SpeakeasyClientSDK ::SDK .new
29+ s = :: SpeakeasyClientSDK ::SDK .new
3030s.config_security(
3131 security= Shared ::Security .new (
3232 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
7171require_relative speakeasy_client_sdk_ruby
7272
7373
74- s = SpeakeasyClientSDK ::SDK .new
74+ s = :: SpeakeasyClientSDK ::SDK .new
7575s.config_security(
7676 security= Shared ::Security .new (
7777 api_key= " <YOUR_API_KEY_HERE>" ,
@@ -116,7 +116,7 @@ Returns the original document and the newly generated document allowing a diff t
116116require_relative speakeasy_client_sdk_ruby
117117
118118
119- s = SpeakeasyClientSDK ::SDK .new
119+ s = :: SpeakeasyClientSDK ::SDK .new
120120s.config_security(
121121 security= Shared ::Security .new (
122122 api_key= " <YOUR_API_KEY_HERE>" ,
@@ -160,7 +160,7 @@ Generates a postman collection that allows the endpoint to be called from postma
160160require_relative speakeasy_client_sdk_ruby
161161
162162
163- s = SpeakeasyClientSDK ::SDK .new
163+ s = :: SpeakeasyClientSDK ::SDK .new
164164s.config_security(
165165 security= Shared ::Security .new (
166166 api_key= " <YOUR_API_KEY_HERE>" ,
@@ -204,7 +204,7 @@ Get all Api endpoints for a particular apiID.
204204require_relative speakeasy_client_sdk_ruby
205205
206206
207- s = SpeakeasyClientSDK ::SDK .new
207+ s = :: SpeakeasyClientSDK ::SDK .new
208208s.config_security(
209209 security= Shared ::Security .new (
210210 api_key= " <YOUR_API_KEY_HERE>" ,
@@ -246,7 +246,7 @@ Get all ApiEndpoints for a particular apiID and versionID.
246246require_relative speakeasy_client_sdk_ruby
247247
248248
249- s = SpeakeasyClientSDK ::SDK .new
249+ s = :: SpeakeasyClientSDK ::SDK .new
250250s.config_security(
251251 security= Shared ::Security .new (
252252 api_key= " <YOUR_API_KEY_HERE>" ,
@@ -289,7 +289,7 @@ Get an ApiEndpoint.
289289require_relative speakeasy_client_sdk_ruby
290290
291291
292- s = SpeakeasyClientSDK ::SDK .new
292+ s = :: SpeakeasyClientSDK ::SDK .new
293293s.config_security(
294294 security= Shared ::Security .new (
295295 api_key= " <YOUR_API_KEY_HERE>" ,
@@ -333,7 +333,7 @@ Upsert an ApiEndpoint. If the ApiEndpoint does not exist it will be created, oth
333333require_relative speakeasy_client_sdk_ruby
334334
335335
336- s = SpeakeasyClientSDK ::SDK .new
336+ s = :: SpeakeasyClientSDK ::SDK .new
337337s.config_security(
338338 security= Shared ::Security .new (
339339 api_key= " <YOUR_API_KEY_HERE>" ,
0 commit comments