ngrok-api 0.15.0 → 0.16.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (266) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +1 -1
  3. data/doc/NgrokAPI/Client.html +140 -172
  4. data/doc/NgrokAPI/Error.html +3 -3
  5. data/doc/NgrokAPI/Errors/NotFoundError.html +3 -3
  6. data/doc/NgrokAPI/Errors.html +3 -3
  7. data/doc/NgrokAPI/HttpClient.html +30 -36
  8. data/doc/NgrokAPI/Models/APIKey.html +3 -3
  9. data/doc/NgrokAPI/Models/AWSAuth.html +3 -3
  10. data/doc/NgrokAPI/Models/AWSCredentials.html +3 -3
  11. data/doc/NgrokAPI/Models/AWSRole.html +3 -3
  12. data/doc/NgrokAPI/Models/AbuseReport.html +3 -3
  13. data/doc/NgrokAPI/Models/AbuseReportHostname.html +3 -3
  14. data/doc/NgrokAPI/Models/{IPWhitelistEntry.html → AgentIngress.html} +216 -68
  15. data/doc/NgrokAPI/Models/CertificateAuthority.html +3 -3
  16. data/doc/NgrokAPI/Models/Credential.html +3 -3
  17. data/doc/NgrokAPI/Models/EndpointCircuitBreaker.html +3 -3
  18. data/doc/NgrokAPI/Models/EndpointCompression.html +3 -3
  19. data/doc/NgrokAPI/Models/EndpointConfiguration.html +3 -3
  20. data/doc/NgrokAPI/Models/EndpointIPPolicy.html +3 -3
  21. data/doc/NgrokAPI/Models/EndpointIPPolicyMutate.html +3 -3
  22. data/doc/NgrokAPI/Models/EndpointLogging.html +3 -3
  23. data/doc/NgrokAPI/Models/EndpointLoggingMutate.html +3 -3
  24. data/doc/NgrokAPI/Models/EndpointMutualTLS.html +3 -3
  25. data/doc/NgrokAPI/Models/EndpointMutualTLSMutate.html +3 -3
  26. data/doc/NgrokAPI/Models/EndpointOAuth.html +3 -3
  27. data/doc/NgrokAPI/Models/EndpointOAuthFacebook.html +3 -3
  28. data/doc/NgrokAPI/Models/EndpointOAuthGitHub.html +3 -3
  29. data/doc/NgrokAPI/Models/EndpointOAuthGoogle.html +3 -3
  30. data/doc/NgrokAPI/Models/EndpointOAuthMicrosoft.html +3 -3
  31. data/doc/NgrokAPI/Models/EndpointOAuthProvider.html +3 -3
  32. data/doc/NgrokAPI/Models/EndpointOIDC.html +3 -3
  33. data/doc/NgrokAPI/Models/EndpointRequestHeaders.html +3 -3
  34. data/doc/NgrokAPI/Models/EndpointResponseHeaders.html +3 -3
  35. data/doc/NgrokAPI/Models/EndpointSAML.html +3 -3
  36. data/doc/NgrokAPI/Models/EndpointSAMLMutate.html +3 -3
  37. data/doc/NgrokAPI/Models/EndpointTLSTermination.html +3 -3
  38. data/doc/NgrokAPI/Models/EndpointWebhookValidation.html +3 -3
  39. data/doc/NgrokAPI/Models/EventDestination.html +3 -3
  40. data/doc/NgrokAPI/Models/EventSource.html +3 -3
  41. data/doc/NgrokAPI/Models/EventSourceList.html +3 -3
  42. data/doc/NgrokAPI/Models/EventSourceReplace.html +3 -3
  43. data/doc/NgrokAPI/Models/EventStream.html +3 -3
  44. data/doc/NgrokAPI/Models/EventSubscription.html +3 -3
  45. data/doc/NgrokAPI/Models/EventTarget.html +3 -3
  46. data/doc/NgrokAPI/Models/EventTargetCloudwatchLogs.html +3 -3
  47. data/doc/NgrokAPI/Models/EventTargetFirehose.html +3 -3
  48. data/doc/NgrokAPI/Models/EventTargetKinesis.html +3 -3
  49. data/doc/NgrokAPI/Models/IPPolicy.html +3 -3
  50. data/doc/NgrokAPI/Models/IPPolicyRule.html +3 -3
  51. data/doc/NgrokAPI/Models/IPRestriction.html +3 -3
  52. data/doc/NgrokAPI/Models/Listable.html +3 -3
  53. data/doc/NgrokAPI/Models/Ref.html +3 -3
  54. data/doc/NgrokAPI/Models/ReservedAddr.html +3 -3
  55. data/doc/NgrokAPI/Models/ReservedDomain.html +3 -3
  56. data/doc/NgrokAPI/Models/ReservedDomainCertJob.html +3 -3
  57. data/doc/NgrokAPI/Models/ReservedDomainCertPolicy.html +3 -3
  58. data/doc/NgrokAPI/Models/ReservedDomainCertStatus.html +3 -3
  59. data/doc/NgrokAPI/Models/SSHCertificateAuthority.html +3 -3
  60. data/doc/NgrokAPI/Models/SSHCredential.html +3 -3
  61. data/doc/NgrokAPI/Models/SSHHostCertificate.html +3 -3
  62. data/doc/NgrokAPI/Models/SSHUserCertificate.html +3 -3
  63. data/doc/NgrokAPI/Models/TLSCertificate.html +3 -3
  64. data/doc/NgrokAPI/Models/TLSCertificateSANs.html +3 -3
  65. data/doc/NgrokAPI/Models/Tunnel.html +3 -3
  66. data/doc/NgrokAPI/Models/TunnelSession.html +3 -3
  67. data/doc/NgrokAPI/Models.html +5 -5
  68. data/doc/NgrokAPI/PagedIterator.html +3 -3
  69. data/doc/NgrokAPI/Services/APIKeysClient.html +99 -149
  70. data/doc/NgrokAPI/Services/AbuseReportsClient.html +19 -33
  71. data/doc/NgrokAPI/Services/{IPWhitelistClient.html → AgentIngressesClient.html} +209 -265
  72. data/doc/NgrokAPI/Services/CertificateAuthoritiesClient.html +104 -156
  73. data/doc/NgrokAPI/Services/CredentialsClient.html +108 -164
  74. data/doc/NgrokAPI/Services/EndpointCircuitBreakerModuleClient.html +49 -77
  75. data/doc/NgrokAPI/Services/EndpointCompressionModuleClient.html +49 -77
  76. data/doc/NgrokAPI/Services/EndpointConfigurationsClient.html +137 -273
  77. data/doc/NgrokAPI/Services/EndpointIPPolicyModuleClient.html +49 -77
  78. data/doc/NgrokAPI/Services/EndpointLoggingModuleClient.html +49 -77
  79. data/doc/NgrokAPI/Services/EndpointMutualTLSModuleClient.html +49 -77
  80. data/doc/NgrokAPI/Services/EndpointOAuthModuleClient.html +49 -77
  81. data/doc/NgrokAPI/Services/EndpointOIDCModuleClient.html +49 -77
  82. data/doc/NgrokAPI/Services/EndpointRequestHeadersModuleClient.html +49 -77
  83. data/doc/NgrokAPI/Services/EndpointResponseHeadersModuleClient.html +49 -77
  84. data/doc/NgrokAPI/Services/EndpointSAMLModuleClient.html +49 -77
  85. data/doc/NgrokAPI/Services/EndpointTLSTerminationModuleClient.html +49 -77
  86. data/doc/NgrokAPI/Services/EndpointWebhookValidationModuleClient.html +49 -77
  87. data/doc/NgrokAPI/Services/EventDestinationsClient.html +116 -184
  88. data/doc/NgrokAPI/Services/EventSourcesClient.html +95 -157
  89. data/doc/NgrokAPI/Services/EventStreamsClient.html +119 -189
  90. data/doc/NgrokAPI/Services/EventSubscriptionsClient.html +113 -175
  91. data/doc/NgrokAPI/Services/IPPoliciesClient.html +104 -156
  92. data/doc/NgrokAPI/Services/IPPolicyRulesClient.html +111 -169
  93. data/doc/NgrokAPI/Services/IPRestrictionsClient.html +116 -180
  94. data/doc/NgrokAPI/Services/ReservedAddrsClient.html +132 -198
  95. data/doc/NgrokAPI/Services/ReservedDomainsClient.html +193 -303
  96. data/doc/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html +110 -166
  97. data/doc/NgrokAPI/Services/SSHCredentialsClient.html +111 -169
  98. data/doc/NgrokAPI/Services/SSHHostCertificatesClient.html +111 -171
  99. data/doc/NgrokAPI/Services/SSHUserCertificatesClient.html +111 -175
  100. data/doc/NgrokAPI/Services/TLSCertificatesClient.html +107 -161
  101. data/doc/NgrokAPI/Services/TunnelSessionsClient.html +87 -135
  102. data/doc/NgrokAPI/Services/TunnelsClient.html +13 -25
  103. data/doc/NgrokAPI/Services.html +5 -5
  104. data/doc/NgrokAPI.html +4 -4
  105. data/doc/_index.html +18 -18
  106. data/doc/class_list.html +1 -1
  107. data/doc/file.README.html +3 -3
  108. data/doc/frames.html +1 -1
  109. data/doc/index.html +3 -3
  110. data/doc/method_list.html +574 -558
  111. data/doc/top-level-namespace.html +3 -3
  112. data/docs/NgrokAPI/Client.html +140 -172
  113. data/docs/NgrokAPI/Error.html +3 -3
  114. data/docs/NgrokAPI/Errors/NotFoundError.html +3 -3
  115. data/docs/NgrokAPI/Errors.html +3 -3
  116. data/docs/NgrokAPI/HttpClient.html +30 -36
  117. data/docs/NgrokAPI/Models/APIKey.html +3 -3
  118. data/docs/NgrokAPI/Models/AWSAuth.html +3 -3
  119. data/docs/NgrokAPI/Models/AWSCredentials.html +3 -3
  120. data/docs/NgrokAPI/Models/AWSRole.html +3 -3
  121. data/docs/NgrokAPI/Models/AbuseReport.html +3 -3
  122. data/docs/NgrokAPI/Models/AbuseReportHostname.html +3 -3
  123. data/docs/NgrokAPI/Models/{IPWhitelistEntry.html → AgentIngress.html} +216 -68
  124. data/docs/NgrokAPI/Models/CertificateAuthority.html +3 -3
  125. data/docs/NgrokAPI/Models/Credential.html +3 -3
  126. data/docs/NgrokAPI/Models/EndpointCircuitBreaker.html +3 -3
  127. data/docs/NgrokAPI/Models/EndpointCompression.html +3 -3
  128. data/docs/NgrokAPI/Models/EndpointConfiguration.html +3 -3
  129. data/docs/NgrokAPI/Models/EndpointIPPolicy.html +3 -3
  130. data/docs/NgrokAPI/Models/EndpointIPPolicyMutate.html +3 -3
  131. data/docs/NgrokAPI/Models/EndpointLogging.html +3 -3
  132. data/docs/NgrokAPI/Models/EndpointLoggingMutate.html +3 -3
  133. data/docs/NgrokAPI/Models/EndpointMutualTLS.html +3 -3
  134. data/docs/NgrokAPI/Models/EndpointMutualTLSMutate.html +3 -3
  135. data/docs/NgrokAPI/Models/EndpointOAuth.html +3 -3
  136. data/docs/NgrokAPI/Models/EndpointOAuthFacebook.html +3 -3
  137. data/docs/NgrokAPI/Models/EndpointOAuthGitHub.html +3 -3
  138. data/docs/NgrokAPI/Models/EndpointOAuthGoogle.html +3 -3
  139. data/docs/NgrokAPI/Models/EndpointOAuthMicrosoft.html +3 -3
  140. data/docs/NgrokAPI/Models/EndpointOAuthProvider.html +3 -3
  141. data/docs/NgrokAPI/Models/EndpointOIDC.html +3 -3
  142. data/docs/NgrokAPI/Models/EndpointRequestHeaders.html +3 -3
  143. data/docs/NgrokAPI/Models/EndpointResponseHeaders.html +3 -3
  144. data/docs/NgrokAPI/Models/EndpointSAML.html +3 -3
  145. data/docs/NgrokAPI/Models/EndpointSAMLMutate.html +3 -3
  146. data/docs/NgrokAPI/Models/EndpointTLSTermination.html +3 -3
  147. data/docs/NgrokAPI/Models/EndpointWebhookValidation.html +3 -3
  148. data/docs/NgrokAPI/Models/EventDestination.html +3 -3
  149. data/docs/NgrokAPI/Models/EventSource.html +3 -3
  150. data/docs/NgrokAPI/Models/EventSourceList.html +3 -3
  151. data/docs/NgrokAPI/Models/EventSourceReplace.html +3 -3
  152. data/docs/NgrokAPI/Models/EventStream.html +3 -3
  153. data/docs/NgrokAPI/Models/EventSubscription.html +3 -3
  154. data/docs/NgrokAPI/Models/EventTarget.html +3 -3
  155. data/docs/NgrokAPI/Models/EventTargetCloudwatchLogs.html +3 -3
  156. data/docs/NgrokAPI/Models/EventTargetFirehose.html +3 -3
  157. data/docs/NgrokAPI/Models/EventTargetKinesis.html +3 -3
  158. data/docs/NgrokAPI/Models/IPPolicy.html +3 -3
  159. data/docs/NgrokAPI/Models/IPPolicyRule.html +3 -3
  160. data/docs/NgrokAPI/Models/IPRestriction.html +3 -3
  161. data/docs/NgrokAPI/Models/Listable.html +3 -3
  162. data/docs/NgrokAPI/Models/Ref.html +3 -3
  163. data/docs/NgrokAPI/Models/ReservedAddr.html +3 -3
  164. data/docs/NgrokAPI/Models/ReservedDomain.html +3 -3
  165. data/docs/NgrokAPI/Models/ReservedDomainCertJob.html +3 -3
  166. data/docs/NgrokAPI/Models/ReservedDomainCertPolicy.html +3 -3
  167. data/docs/NgrokAPI/Models/ReservedDomainCertStatus.html +3 -3
  168. data/docs/NgrokAPI/Models/SSHCertificateAuthority.html +3 -3
  169. data/docs/NgrokAPI/Models/SSHCredential.html +3 -3
  170. data/docs/NgrokAPI/Models/SSHHostCertificate.html +3 -3
  171. data/docs/NgrokAPI/Models/SSHUserCertificate.html +3 -3
  172. data/docs/NgrokAPI/Models/TLSCertificate.html +3 -3
  173. data/docs/NgrokAPI/Models/TLSCertificateSANs.html +3 -3
  174. data/docs/NgrokAPI/Models/Tunnel.html +3 -3
  175. data/docs/NgrokAPI/Models/TunnelSession.html +3 -3
  176. data/docs/NgrokAPI/Models.html +5 -5
  177. data/docs/NgrokAPI/PagedIterator.html +3 -3
  178. data/docs/NgrokAPI/Services/APIKeysClient.html +99 -149
  179. data/docs/NgrokAPI/Services/AbuseReportsClient.html +19 -33
  180. data/docs/NgrokAPI/Services/{IPWhitelistClient.html → AgentIngressesClient.html} +209 -265
  181. data/docs/NgrokAPI/Services/CertificateAuthoritiesClient.html +104 -156
  182. data/docs/NgrokAPI/Services/CredentialsClient.html +108 -164
  183. data/docs/NgrokAPI/Services/EndpointCircuitBreakerModuleClient.html +49 -77
  184. data/docs/NgrokAPI/Services/EndpointCompressionModuleClient.html +49 -77
  185. data/docs/NgrokAPI/Services/EndpointConfigurationsClient.html +137 -273
  186. data/docs/NgrokAPI/Services/EndpointIPPolicyModuleClient.html +49 -77
  187. data/docs/NgrokAPI/Services/EndpointLoggingModuleClient.html +49 -77
  188. data/docs/NgrokAPI/Services/EndpointMutualTLSModuleClient.html +49 -77
  189. data/docs/NgrokAPI/Services/EndpointOAuthModuleClient.html +49 -77
  190. data/docs/NgrokAPI/Services/EndpointOIDCModuleClient.html +49 -77
  191. data/docs/NgrokAPI/Services/EndpointRequestHeadersModuleClient.html +49 -77
  192. data/docs/NgrokAPI/Services/EndpointResponseHeadersModuleClient.html +49 -77
  193. data/docs/NgrokAPI/Services/EndpointSAMLModuleClient.html +49 -77
  194. data/docs/NgrokAPI/Services/EndpointTLSTerminationModuleClient.html +49 -77
  195. data/docs/NgrokAPI/Services/EndpointWebhookValidationModuleClient.html +49 -77
  196. data/docs/NgrokAPI/Services/EventDestinationsClient.html +116 -184
  197. data/docs/NgrokAPI/Services/EventSourcesClient.html +95 -157
  198. data/docs/NgrokAPI/Services/EventStreamsClient.html +119 -189
  199. data/docs/NgrokAPI/Services/EventSubscriptionsClient.html +113 -175
  200. data/docs/NgrokAPI/Services/IPPoliciesClient.html +104 -156
  201. data/docs/NgrokAPI/Services/IPPolicyRulesClient.html +111 -169
  202. data/docs/NgrokAPI/Services/IPRestrictionsClient.html +116 -180
  203. data/docs/NgrokAPI/Services/ReservedAddrsClient.html +132 -198
  204. data/docs/NgrokAPI/Services/ReservedDomainsClient.html +193 -303
  205. data/docs/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html +110 -166
  206. data/docs/NgrokAPI/Services/SSHCredentialsClient.html +111 -169
  207. data/docs/NgrokAPI/Services/SSHHostCertificatesClient.html +111 -171
  208. data/docs/NgrokAPI/Services/SSHUserCertificatesClient.html +111 -175
  209. data/docs/NgrokAPI/Services/TLSCertificatesClient.html +107 -161
  210. data/docs/NgrokAPI/Services/TunnelSessionsClient.html +87 -135
  211. data/docs/NgrokAPI/Services/TunnelsClient.html +13 -25
  212. data/docs/NgrokAPI/Services.html +5 -5
  213. data/docs/NgrokAPI.html +4 -4
  214. data/docs/_index.html +18 -18
  215. data/docs/class_list.html +1 -1
  216. data/docs/file.README.html +3 -3
  217. data/docs/frames.html +1 -1
  218. data/docs/index.html +3 -3
  219. data/docs/method_list.html +574 -558
  220. data/docs/top-level-namespace.html +3 -3
  221. data/lib/ngrokapi/client.rb +5 -13
  222. data/lib/ngrokapi/http_client.rb +1 -4
  223. data/lib/ngrokapi/models/{ip_whitelist_entry.rb → agent_ingress.rb} +13 -9
  224. data/lib/ngrokapi/services/abuse_reports_client.rb +3 -10
  225. data/lib/ngrokapi/services/{ip_whitelist_client.rb → agent_ingresses_client.rb} +65 -94
  226. data/lib/ngrokapi/services/api_keys_client.rb +11 -36
  227. data/lib/ngrokapi/services/certificate_authorities_client.rb +11 -37
  228. data/lib/ngrokapi/services/credentials_client.rb +11 -39
  229. data/lib/ngrokapi/services/endpoint_circuit_breaker_module_client.rb +6 -20
  230. data/lib/ngrokapi/services/endpoint_compression_module_client.rb +6 -20
  231. data/lib/ngrokapi/services/endpoint_configurations_client.rb +11 -79
  232. data/lib/ngrokapi/services/endpoint_ip_policy_module_client.rb +6 -20
  233. data/lib/ngrokapi/services/endpoint_logging_module_client.rb +6 -20
  234. data/lib/ngrokapi/services/endpoint_mutual_tls_module_client.rb +6 -20
  235. data/lib/ngrokapi/services/endpoint_o_auth_module_client.rb +6 -20
  236. data/lib/ngrokapi/services/endpoint_oidc_module_client.rb +6 -20
  237. data/lib/ngrokapi/services/endpoint_request_headers_module_client.rb +6 -20
  238. data/lib/ngrokapi/services/endpoint_response_headers_module_client.rb +6 -20
  239. data/lib/ngrokapi/services/endpoint_saml_module_client.rb +6 -20
  240. data/lib/ngrokapi/services/endpoint_tls_termination_module_client.rb +6 -20
  241. data/lib/ngrokapi/services/endpoint_webhook_validation_module_client.rb +6 -20
  242. data/lib/ngrokapi/services/event_destinations_client.rb +11 -45
  243. data/lib/ngrokapi/services/event_sources_client.rb +9 -40
  244. data/lib/ngrokapi/services/event_streams_client.rb +11 -46
  245. data/lib/ngrokapi/services/event_subscriptions_client.rb +11 -42
  246. data/lib/ngrokapi/services/ip_policies_client.rb +11 -37
  247. data/lib/ngrokapi/services/ip_policy_rules_client.rb +11 -40
  248. data/lib/ngrokapi/services/ip_restrictions_client.rb +11 -43
  249. data/lib/ngrokapi/services/reserved_addrs_client.rb +13 -46
  250. data/lib/ngrokapi/services/reserved_domains_client.rb +19 -74
  251. data/lib/ngrokapi/services/ssh_certificate_authorities_client.rb +11 -39
  252. data/lib/ngrokapi/services/ssh_credentials_client.rb +11 -40
  253. data/lib/ngrokapi/services/ssh_host_certificates_client.rb +11 -41
  254. data/lib/ngrokapi/services/ssh_user_certificates_client.rb +11 -43
  255. data/lib/ngrokapi/services/tls_certificates_client.rb +11 -38
  256. data/lib/ngrokapi/services/tunnel_sessions_client.rb +12 -36
  257. data/lib/ngrokapi/services/tunnels_client.rb +4 -10
  258. data/lib/ngrokapi/version.rb +1 -1
  259. data/lib/ngrokapi.rb +1 -1
  260. data/ngrok-api.gemspec +1 -1
  261. data/spec/ngrokapi/client_spec.rb +6 -6
  262. data/spec/ngrokapi/models/agent_ingress_spec.rb +42 -0
  263. data/spec/ngrokapi/services/{ip_whitelist_client_spec.rb → agent_ingresses_client_spec.rb} +49 -49
  264. data/spec/spec_helper.rb +1096 -1045
  265. metadata +10 -10
  266. data/spec/ngrokapi/models/ip_whitelist_entry_spec.rb +0 -42
@@ -33,11 +33,7 @@ module NgrokAPI
33
33
  # @return [NgrokAPI::Models::Credential] result from the API request
34
34
  #
35
35
  # https://ngrok.com/docs/api#api-credentials-create
36
- def create(
37
- description: "",
38
- metadata: "",
39
- acl: []
40
- )
36
+ def create(description: "", metadata: "", acl: [])
41
37
  path = '/credentials'
42
38
  replacements = {
43
39
  }
@@ -56,9 +52,7 @@ module NgrokAPI
56
52
  # @return [NgrokAPI::Models::Empty] result from the API request
57
53
  #
58
54
  # https://ngrok.com/docs/api#api-credentials-delete
59
- def delete(
60
- id: ""
61
- )
55
+ def delete(id: "")
62
56
  path = '/credentials/%{id}'
63
57
  replacements = {
64
58
  id: id,
@@ -74,9 +68,7 @@ module NgrokAPI
74
68
  # @return [NgrokAPI::Models::Empty] result from the API request
75
69
  #
76
70
  # https://ngrok.com/docs/api#api-credentials-delete
77
- def delete!(
78
- id: ""
79
- )
71
+ def delete!(id: "")
80
72
  path = '/credentials/%{id}'
81
73
  replacements = {
82
74
  id: id,
@@ -91,9 +83,7 @@ module NgrokAPI
91
83
  # @return [NgrokAPI::Models::Credential] result from the API request
92
84
  #
93
85
  # https://ngrok.com/docs/api#api-credentials-get
94
- def get(
95
- id: ""
96
- )
86
+ def get(id: "")
97
87
  path = '/credentials/%{id}'
98
88
  replacements = {
99
89
  id: id,
@@ -111,9 +101,7 @@ module NgrokAPI
111
101
  # @return [NgrokAPI::Models::Credential] result from the API request
112
102
  #
113
103
  # https://ngrok.com/docs/api#api-credentials-get
114
- def get!(
115
- id: ""
116
- )
104
+ def get!(id: "")
117
105
  path = '/credentials/%{id}'
118
106
  replacements = {
119
107
  id: id,
@@ -132,11 +120,8 @@ module NgrokAPI
132
120
  # @return [NgrokAPI::Models::Listable] result from the API request
133
121
  #
134
122
  # https://ngrok.com/docs/api#api-credentials-list
135
- def list(
136
- before_id: nil,
137
- limit: nil,
138
- url: nil
139
- )
123
+ def list(before_id: nil, limit: nil,
124
+ url: nil)
140
125
  result = @client.list(
141
126
  before_id: before_id,
142
127
  limit: limit,
@@ -162,11 +147,8 @@ module NgrokAPI
162
147
  # @return [NgrokAPI::Models::Listable] result from the API request
163
148
  #
164
149
  # https://ngrok.com/docs/api#api-credentials-list
165
- def list!(
166
- before_id: nil,
167
- limit: nil,
168
- url: nil
169
- )
150
+ def list!(before_id: nil, limit: nil,
151
+ url: nil)
170
152
  result = @client.list(
171
153
  before_id: before_id,
172
154
  limit: limit,
@@ -194,12 +176,7 @@ module NgrokAPI
194
176
  # @return [NgrokAPI::Models::Credential] result from the API request
195
177
  #
196
178
  # https://ngrok.com/docs/api#api-credentials-update
197
- def update(
198
- id: "",
199
- description: nil,
200
- metadata: nil,
201
- acl: nil
202
- )
179
+ def update(id: "", description: nil, metadata: nil, acl: nil)
203
180
  path = '/credentials/%{id}'
204
181
  replacements = {
205
182
  id: id,
@@ -223,12 +200,7 @@ module NgrokAPI
223
200
  # @return [NgrokAPI::Models::Credential] result from the API request
224
201
  #
225
202
  # https://ngrok.com/docs/api#api-credentials-update
226
- def update!(
227
- id: "",
228
- description: nil,
229
- metadata: nil,
230
- acl: nil
231
- )
203
+ def update!(id: "", description: nil, metadata: nil, acl: nil)
232
204
  path = '/credentials/%{id}'
233
205
  replacements = {
234
206
  id: id,
@@ -20,10 +20,7 @@ module NgrokAPI
20
20
  # @return [NgrokAPI::Models::EndpointCircuitBreaker] result from the API request
21
21
  #
22
22
  # https://ngrok.com/docs/api#api-endpoint-circuit-breaker-module-replace
23
- def replace(
24
- id: "",
25
- a_module: nil
26
- )
23
+ def replace(id: "", a_module: nil)
27
24
  path = '/endpoint_configurations/%{id}/circuit_breaker'
28
25
  replacements = {
29
26
  id: id,
@@ -40,10 +37,7 @@ module NgrokAPI
40
37
  # @return [NgrokAPI::Models::EndpointCircuitBreaker] result from the API request
41
38
  #
42
39
  # https://ngrok.com/docs/api#api-endpoint-circuit-breaker-module-replace
43
- def replace!(
44
- id: "",
45
- a_module: nil
46
- )
40
+ def replace!(id: "", a_module: nil)
47
41
  path = '/endpoint_configurations/%{id}/circuit_breaker'
48
42
  replacements = {
49
43
  id: id,
@@ -59,9 +53,7 @@ module NgrokAPI
59
53
  # @return [NgrokAPI::Models::EndpointCircuitBreaker] result from the API request
60
54
  #
61
55
  # https://ngrok.com/docs/api#api-endpoint-circuit-breaker-module-get
62
- def get(
63
- id: ""
64
- )
56
+ def get(id: "")
65
57
  path = '/endpoint_configurations/%{id}/circuit_breaker'
66
58
  replacements = {
67
59
  id: id,
@@ -76,9 +68,7 @@ module NgrokAPI
76
68
  # @return [NgrokAPI::Models::EndpointCircuitBreaker] result from the API request
77
69
  #
78
70
  # https://ngrok.com/docs/api#api-endpoint-circuit-breaker-module-get
79
- def get!(
80
- id: ""
81
- )
71
+ def get!(id: "")
82
72
  path = '/endpoint_configurations/%{id}/circuit_breaker'
83
73
  replacements = {
84
74
  id: id,
@@ -93,9 +83,7 @@ module NgrokAPI
93
83
  # @return [NgrokAPI::Models::Empty] result from the API request
94
84
  #
95
85
  # https://ngrok.com/docs/api#api-endpoint-circuit-breaker-module-delete
96
- def delete(
97
- id: ""
98
- )
86
+ def delete(id: "")
99
87
  path = '/endpoint_configurations/%{id}/circuit_breaker'
100
88
  replacements = {
101
89
  id: id,
@@ -108,9 +96,7 @@ module NgrokAPI
108
96
  # @return [NgrokAPI::Models::Empty] result from the API request
109
97
  #
110
98
  # https://ngrok.com/docs/api#api-endpoint-circuit-breaker-module-delete
111
- def delete!(
112
- id: ""
113
- )
99
+ def delete!(id: "")
114
100
  path = '/endpoint_configurations/%{id}/circuit_breaker'
115
101
  replacements = {
116
102
  id: id,
@@ -20,10 +20,7 @@ module NgrokAPI
20
20
  # @return [NgrokAPI::Models::EndpointCompression] result from the API request
21
21
  #
22
22
  # https://ngrok.com/docs/api#api-endpoint-compression-module-replace
23
- def replace(
24
- id: "",
25
- a_module: nil
26
- )
23
+ def replace(id: "", a_module: nil)
27
24
  path = '/endpoint_configurations/%{id}/compression'
28
25
  replacements = {
29
26
  id: id,
@@ -40,10 +37,7 @@ module NgrokAPI
40
37
  # @return [NgrokAPI::Models::EndpointCompression] result from the API request
41
38
  #
42
39
  # https://ngrok.com/docs/api#api-endpoint-compression-module-replace
43
- def replace!(
44
- id: "",
45
- a_module: nil
46
- )
40
+ def replace!(id: "", a_module: nil)
47
41
  path = '/endpoint_configurations/%{id}/compression'
48
42
  replacements = {
49
43
  id: id,
@@ -59,9 +53,7 @@ module NgrokAPI
59
53
  # @return [NgrokAPI::Models::EndpointCompression] result from the API request
60
54
  #
61
55
  # https://ngrok.com/docs/api#api-endpoint-compression-module-get
62
- def get(
63
- id: ""
64
- )
56
+ def get(id: "")
65
57
  path = '/endpoint_configurations/%{id}/compression'
66
58
  replacements = {
67
59
  id: id,
@@ -76,9 +68,7 @@ module NgrokAPI
76
68
  # @return [NgrokAPI::Models::EndpointCompression] result from the API request
77
69
  #
78
70
  # https://ngrok.com/docs/api#api-endpoint-compression-module-get
79
- def get!(
80
- id: ""
81
- )
71
+ def get!(id: "")
82
72
  path = '/endpoint_configurations/%{id}/compression'
83
73
  replacements = {
84
74
  id: id,
@@ -93,9 +83,7 @@ module NgrokAPI
93
83
  # @return [NgrokAPI::Models::Empty] result from the API request
94
84
  #
95
85
  # https://ngrok.com/docs/api#api-endpoint-compression-module-delete
96
- def delete(
97
- id: ""
98
- )
86
+ def delete(id: "")
99
87
  path = '/endpoint_configurations/%{id}/compression'
100
88
  replacements = {
101
89
  id: id,
@@ -108,9 +96,7 @@ module NgrokAPI
108
96
  # @return [NgrokAPI::Models::Empty] result from the API request
109
97
  #
110
98
  # https://ngrok.com/docs/api#api-endpoint-compression-module-delete
111
- def delete!(
112
- id: ""
113
- )
99
+ def delete!(id: "")
114
100
  path = '/endpoint_configurations/%{id}/compression'
115
101
  replacements = {
116
102
  id: id,
@@ -41,25 +41,7 @@ module NgrokAPI
41
41
  # @return [NgrokAPI::Models::EndpointConfiguration] result from the API request
42
42
  #
43
43
  # https://ngrok.com/docs/api#api-endpoint-configurations-create
44
- def create(
45
- type: "",
46
- description: "",
47
- metadata: "",
48
- basic_auth: nil,
49
- circuit_breaker: nil,
50
- compression: nil,
51
- request_headers: nil,
52
- response_headers: nil,
53
- ip_policy: nil,
54
- mutual_tls: nil,
55
- tls_termination: nil,
56
- webhook_validation: nil,
57
- oauth: nil,
58
- logging: nil,
59
- saml: nil,
60
- oidc: nil,
61
- backend: nil
62
- )
44
+ def create(type: "", description: "", metadata: "", basic_auth: nil, circuit_breaker: nil, compression: nil, request_headers: nil, response_headers: nil, ip_policy: nil, mutual_tls: nil, tls_termination: nil, webhook_validation: nil, oauth: nil, logging: nil, saml: nil, oidc: nil, backend: nil)
63
45
  path = '/endpoint_configurations'
64
46
  replacements = {
65
47
  }
@@ -91,9 +73,7 @@ module NgrokAPI
91
73
  # @return [NgrokAPI::Models::Empty] result from the API request
92
74
  #
93
75
  # https://ngrok.com/docs/api#api-endpoint-configurations-delete
94
- def delete(
95
- id: ""
96
- )
76
+ def delete(id: "")
97
77
  path = '/endpoint_configurations/%{id}'
98
78
  replacements = {
99
79
  id: id,
@@ -110,9 +90,7 @@ module NgrokAPI
110
90
  # @return [NgrokAPI::Models::Empty] result from the API request
111
91
  #
112
92
  # https://ngrok.com/docs/api#api-endpoint-configurations-delete
113
- def delete!(
114
- id: ""
115
- )
93
+ def delete!(id: "")
116
94
  path = '/endpoint_configurations/%{id}'
117
95
  replacements = {
118
96
  id: id,
@@ -127,9 +105,7 @@ module NgrokAPI
127
105
  # @return [NgrokAPI::Models::EndpointConfiguration] result from the API request
128
106
  #
129
107
  # https://ngrok.com/docs/api#api-endpoint-configurations-get
130
- def get(
131
- id: ""
132
- )
108
+ def get(id: "")
133
109
  path = '/endpoint_configurations/%{id}'
134
110
  replacements = {
135
111
  id: id,
@@ -147,9 +123,7 @@ module NgrokAPI
147
123
  # @return [NgrokAPI::Models::EndpointConfiguration] result from the API request
148
124
  #
149
125
  # https://ngrok.com/docs/api#api-endpoint-configurations-get
150
- def get!(
151
- id: ""
152
- )
126
+ def get!(id: "")
153
127
  path = '/endpoint_configurations/%{id}'
154
128
  replacements = {
155
129
  id: id,
@@ -168,11 +142,8 @@ module NgrokAPI
168
142
  # @return [NgrokAPI::Models::Listable] result from the API request
169
143
  #
170
144
  # https://ngrok.com/docs/api#api-endpoint-configurations-list
171
- def list(
172
- before_id: nil,
173
- limit: nil,
174
- url: nil
175
- )
145
+ def list(before_id: nil, limit: nil,
146
+ url: nil)
176
147
  result = @client.list(
177
148
  before_id: before_id,
178
149
  limit: limit,
@@ -198,11 +169,8 @@ module NgrokAPI
198
169
  # @return [NgrokAPI::Models::Listable] result from the API request
199
170
  #
200
171
  # https://ngrok.com/docs/api#api-endpoint-configurations-list
201
- def list!(
202
- before_id: nil,
203
- limit: nil,
204
- url: nil
205
- )
172
+ def list!(before_id: nil, limit: nil,
173
+ url: nil)
206
174
  result = @client.list(
207
175
  before_id: before_id,
208
176
  limit: limit,
@@ -244,25 +212,7 @@ module NgrokAPI
244
212
  # @return [NgrokAPI::Models::EndpointConfiguration] result from the API request
245
213
  #
246
214
  # https://ngrok.com/docs/api#api-endpoint-configurations-update
247
- def update(
248
- id: "",
249
- description: nil,
250
- metadata: nil,
251
- basic_auth: nil,
252
- circuit_breaker: nil,
253
- compression: nil,
254
- request_headers: nil,
255
- response_headers: nil,
256
- ip_policy: nil,
257
- mutual_tls: nil,
258
- tls_termination: nil,
259
- webhook_validation: nil,
260
- oauth: nil,
261
- logging: nil,
262
- saml: nil,
263
- oidc: nil,
264
- backend: nil
265
- )
215
+ def update(id: "", description: nil, metadata: nil, basic_auth: nil, circuit_breaker: nil, compression: nil, request_headers: nil, response_headers: nil, ip_policy: nil, mutual_tls: nil, tls_termination: nil, webhook_validation: nil, oauth: nil, logging: nil, saml: nil, oidc: nil, backend: nil)
266
216
  path = '/endpoint_configurations/%{id}'
267
217
  replacements = {
268
218
  id: id,
@@ -311,25 +261,7 @@ module NgrokAPI
311
261
  # @return [NgrokAPI::Models::EndpointConfiguration] result from the API request
312
262
  #
313
263
  # https://ngrok.com/docs/api#api-endpoint-configurations-update
314
- def update!(
315
- id: "",
316
- description: nil,
317
- metadata: nil,
318
- basic_auth: nil,
319
- circuit_breaker: nil,
320
- compression: nil,
321
- request_headers: nil,
322
- response_headers: nil,
323
- ip_policy: nil,
324
- mutual_tls: nil,
325
- tls_termination: nil,
326
- webhook_validation: nil,
327
- oauth: nil,
328
- logging: nil,
329
- saml: nil,
330
- oidc: nil,
331
- backend: nil
332
- )
264
+ def update!(id: "", description: nil, metadata: nil, basic_auth: nil, circuit_breaker: nil, compression: nil, request_headers: nil, response_headers: nil, ip_policy: nil, mutual_tls: nil, tls_termination: nil, webhook_validation: nil, oauth: nil, logging: nil, saml: nil, oidc: nil, backend: nil)
333
265
  path = '/endpoint_configurations/%{id}'
334
266
  replacements = {
335
267
  id: id,
@@ -20,10 +20,7 @@ module NgrokAPI
20
20
  # @return [NgrokAPI::Models::EndpointIPPolicy] result from the API request
21
21
  #
22
22
  # https://ngrok.com/docs/api#api-endpoint-ip-policy-module-replace
23
- def replace(
24
- id: "",
25
- a_module: nil
26
- )
23
+ def replace(id: "", a_module: nil)
27
24
  path = '/endpoint_configurations/%{id}/ip_policy'
28
25
  replacements = {
29
26
  id: id,
@@ -40,10 +37,7 @@ module NgrokAPI
40
37
  # @return [NgrokAPI::Models::EndpointIPPolicy] result from the API request
41
38
  #
42
39
  # https://ngrok.com/docs/api#api-endpoint-ip-policy-module-replace
43
- def replace!(
44
- id: "",
45
- a_module: nil
46
- )
40
+ def replace!(id: "", a_module: nil)
47
41
  path = '/endpoint_configurations/%{id}/ip_policy'
48
42
  replacements = {
49
43
  id: id,
@@ -59,9 +53,7 @@ module NgrokAPI
59
53
  # @return [NgrokAPI::Models::EndpointIPPolicy] result from the API request
60
54
  #
61
55
  # https://ngrok.com/docs/api#api-endpoint-ip-policy-module-get
62
- def get(
63
- id: ""
64
- )
56
+ def get(id: "")
65
57
  path = '/endpoint_configurations/%{id}/ip_policy'
66
58
  replacements = {
67
59
  id: id,
@@ -76,9 +68,7 @@ module NgrokAPI
76
68
  # @return [NgrokAPI::Models::EndpointIPPolicy] result from the API request
77
69
  #
78
70
  # https://ngrok.com/docs/api#api-endpoint-ip-policy-module-get
79
- def get!(
80
- id: ""
81
- )
71
+ def get!(id: "")
82
72
  path = '/endpoint_configurations/%{id}/ip_policy'
83
73
  replacements = {
84
74
  id: id,
@@ -93,9 +83,7 @@ module NgrokAPI
93
83
  # @return [NgrokAPI::Models::Empty] result from the API request
94
84
  #
95
85
  # https://ngrok.com/docs/api#api-endpoint-ip-policy-module-delete
96
- def delete(
97
- id: ""
98
- )
86
+ def delete(id: "")
99
87
  path = '/endpoint_configurations/%{id}/ip_policy'
100
88
  replacements = {
101
89
  id: id,
@@ -108,9 +96,7 @@ module NgrokAPI
108
96
  # @return [NgrokAPI::Models::Empty] result from the API request
109
97
  #
110
98
  # https://ngrok.com/docs/api#api-endpoint-ip-policy-module-delete
111
- def delete!(
112
- id: ""
113
- )
99
+ def delete!(id: "")
114
100
  path = '/endpoint_configurations/%{id}/ip_policy'
115
101
  replacements = {
116
102
  id: id,
@@ -20,10 +20,7 @@ module NgrokAPI
20
20
  # @return [NgrokAPI::Models::EndpointLogging] result from the API request
21
21
  #
22
22
  # https://ngrok.com/docs/api#api-endpoint-logging-module-replace
23
- def replace(
24
- id: "",
25
- a_module: nil
26
- )
23
+ def replace(id: "", a_module: nil)
27
24
  path = '/endpoint_configurations/%{id}/logging'
28
25
  replacements = {
29
26
  id: id,
@@ -40,10 +37,7 @@ module NgrokAPI
40
37
  # @return [NgrokAPI::Models::EndpointLogging] result from the API request
41
38
  #
42
39
  # https://ngrok.com/docs/api#api-endpoint-logging-module-replace
43
- def replace!(
44
- id: "",
45
- a_module: nil
46
- )
40
+ def replace!(id: "", a_module: nil)
47
41
  path = '/endpoint_configurations/%{id}/logging'
48
42
  replacements = {
49
43
  id: id,
@@ -59,9 +53,7 @@ module NgrokAPI
59
53
  # @return [NgrokAPI::Models::EndpointLogging] result from the API request
60
54
  #
61
55
  # https://ngrok.com/docs/api#api-endpoint-logging-module-get
62
- def get(
63
- id: ""
64
- )
56
+ def get(id: "")
65
57
  path = '/endpoint_configurations/%{id}/logging'
66
58
  replacements = {
67
59
  id: id,
@@ -76,9 +68,7 @@ module NgrokAPI
76
68
  # @return [NgrokAPI::Models::EndpointLogging] result from the API request
77
69
  #
78
70
  # https://ngrok.com/docs/api#api-endpoint-logging-module-get
79
- def get!(
80
- id: ""
81
- )
71
+ def get!(id: "")
82
72
  path = '/endpoint_configurations/%{id}/logging'
83
73
  replacements = {
84
74
  id: id,
@@ -93,9 +83,7 @@ module NgrokAPI
93
83
  # @return [NgrokAPI::Models::Empty] result from the API request
94
84
  #
95
85
  # https://ngrok.com/docs/api#api-endpoint-logging-module-delete
96
- def delete(
97
- id: ""
98
- )
86
+ def delete(id: "")
99
87
  path = '/endpoint_configurations/%{id}/logging'
100
88
  replacements = {
101
89
  id: id,
@@ -108,9 +96,7 @@ module NgrokAPI
108
96
  # @return [NgrokAPI::Models::Empty] result from the API request
109
97
  #
110
98
  # https://ngrok.com/docs/api#api-endpoint-logging-module-delete
111
- def delete!(
112
- id: ""
113
- )
99
+ def delete!(id: "")
114
100
  path = '/endpoint_configurations/%{id}/logging'
115
101
  replacements = {
116
102
  id: id,
@@ -20,10 +20,7 @@ module NgrokAPI
20
20
  # @return [NgrokAPI::Models::EndpointMutualTLS] result from the API request
21
21
  #
22
22
  # https://ngrok.com/docs/api#api-endpoint-mutual-tls-module-replace
23
- def replace(
24
- id: "",
25
- a_module: nil
26
- )
23
+ def replace(id: "", a_module: nil)
27
24
  path = '/endpoint_configurations/%{id}/mutual_tls'
28
25
  replacements = {
29
26
  id: id,
@@ -40,10 +37,7 @@ module NgrokAPI
40
37
  # @return [NgrokAPI::Models::EndpointMutualTLS] result from the API request
41
38
  #
42
39
  # https://ngrok.com/docs/api#api-endpoint-mutual-tls-module-replace
43
- def replace!(
44
- id: "",
45
- a_module: nil
46
- )
40
+ def replace!(id: "", a_module: nil)
47
41
  path = '/endpoint_configurations/%{id}/mutual_tls'
48
42
  replacements = {
49
43
  id: id,
@@ -59,9 +53,7 @@ module NgrokAPI
59
53
  # @return [NgrokAPI::Models::EndpointMutualTLS] result from the API request
60
54
  #
61
55
  # https://ngrok.com/docs/api#api-endpoint-mutual-tls-module-get
62
- def get(
63
- id: ""
64
- )
56
+ def get(id: "")
65
57
  path = '/endpoint_configurations/%{id}/mutual_tls'
66
58
  replacements = {
67
59
  id: id,
@@ -76,9 +68,7 @@ module NgrokAPI
76
68
  # @return [NgrokAPI::Models::EndpointMutualTLS] result from the API request
77
69
  #
78
70
  # https://ngrok.com/docs/api#api-endpoint-mutual-tls-module-get
79
- def get!(
80
- id: ""
81
- )
71
+ def get!(id: "")
82
72
  path = '/endpoint_configurations/%{id}/mutual_tls'
83
73
  replacements = {
84
74
  id: id,
@@ -93,9 +83,7 @@ module NgrokAPI
93
83
  # @return [NgrokAPI::Models::Empty] result from the API request
94
84
  #
95
85
  # https://ngrok.com/docs/api#api-endpoint-mutual-tls-module-delete
96
- def delete(
97
- id: ""
98
- )
86
+ def delete(id: "")
99
87
  path = '/endpoint_configurations/%{id}/mutual_tls'
100
88
  replacements = {
101
89
  id: id,
@@ -108,9 +96,7 @@ module NgrokAPI
108
96
  # @return [NgrokAPI::Models::Empty] result from the API request
109
97
  #
110
98
  # https://ngrok.com/docs/api#api-endpoint-mutual-tls-module-delete
111
- def delete!(
112
- id: ""
113
- )
99
+ def delete!(id: "")
114
100
  path = '/endpoint_configurations/%{id}/mutual_tls'
115
101
  replacements = {
116
102
  id: id,
@@ -20,10 +20,7 @@ module NgrokAPI
20
20
  # @return [NgrokAPI::Models::EndpointOAuth] result from the API request
21
21
  #
22
22
  # https://ngrok.com/docs/api#api-endpoint-o-auth-module-replace
23
- def replace(
24
- id: "",
25
- a_module: nil
26
- )
23
+ def replace(id: "", a_module: nil)
27
24
  path = '/endpoint_configurations/%{id}/oauth'
28
25
  replacements = {
29
26
  id: id,
@@ -40,10 +37,7 @@ module NgrokAPI
40
37
  # @return [NgrokAPI::Models::EndpointOAuth] result from the API request
41
38
  #
42
39
  # https://ngrok.com/docs/api#api-endpoint-o-auth-module-replace
43
- def replace!(
44
- id: "",
45
- a_module: nil
46
- )
40
+ def replace!(id: "", a_module: nil)
47
41
  path = '/endpoint_configurations/%{id}/oauth'
48
42
  replacements = {
49
43
  id: id,
@@ -59,9 +53,7 @@ module NgrokAPI
59
53
  # @return [NgrokAPI::Models::EndpointOAuth] result from the API request
60
54
  #
61
55
  # https://ngrok.com/docs/api#api-endpoint-o-auth-module-get
62
- def get(
63
- id: ""
64
- )
56
+ def get(id: "")
65
57
  path = '/endpoint_configurations/%{id}/oauth'
66
58
  replacements = {
67
59
  id: id,
@@ -76,9 +68,7 @@ module NgrokAPI
76
68
  # @return [NgrokAPI::Models::EndpointOAuth] result from the API request
77
69
  #
78
70
  # https://ngrok.com/docs/api#api-endpoint-o-auth-module-get
79
- def get!(
80
- id: ""
81
- )
71
+ def get!(id: "")
82
72
  path = '/endpoint_configurations/%{id}/oauth'
83
73
  replacements = {
84
74
  id: id,
@@ -93,9 +83,7 @@ module NgrokAPI
93
83
  # @return [NgrokAPI::Models::Empty] result from the API request
94
84
  #
95
85
  # https://ngrok.com/docs/api#api-endpoint-o-auth-module-delete
96
- def delete(
97
- id: ""
98
- )
86
+ def delete(id: "")
99
87
  path = '/endpoint_configurations/%{id}/oauth'
100
88
  replacements = {
101
89
  id: id,
@@ -108,9 +96,7 @@ module NgrokAPI
108
96
  # @return [NgrokAPI::Models::Empty] result from the API request
109
97
  #
110
98
  # https://ngrok.com/docs/api#api-endpoint-o-auth-module-delete
111
- def delete!(
112
- id: ""
113
- )
99
+ def delete!(id: "")
114
100
  path = '/endpoint_configurations/%{id}/oauth'
115
101
  replacements = {
116
102
  id: id,