ngrok-api 0.12.0 → 0.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (290) hide show
  1. checksums.yaml +4 -4
  2. data/.yardopts +1 -0
  3. data/LICENSE +7 -0
  4. data/doc/NgrokAPI/Client.html +184 -182
  5. data/doc/NgrokAPI/Error.html +1 -1
  6. data/doc/NgrokAPI/Errors/NotFoundError.html +1 -1
  7. data/doc/NgrokAPI/Errors.html +1 -1
  8. data/doc/NgrokAPI/HttpClient.html +55 -19
  9. data/doc/NgrokAPI/Models/APIKey.html +1 -1
  10. data/doc/NgrokAPI/Models/AWSAuth.html +1 -1
  11. data/doc/NgrokAPI/Models/AWSCredentials.html +1 -1
  12. data/doc/NgrokAPI/Models/AWSRole.html +1 -1
  13. data/doc/NgrokAPI/Models/AbuseReport.html +1 -1
  14. data/doc/NgrokAPI/Models/AbuseReportHostname.html +1 -1
  15. data/doc/NgrokAPI/Models/CertificateAuthority.html +1 -1
  16. data/doc/NgrokAPI/Models/Credential.html +1 -1
  17. data/doc/NgrokAPI/Models/EndpointCircuitBreaker.html +1 -1
  18. data/doc/NgrokAPI/Models/EndpointCompression.html +1 -1
  19. data/doc/NgrokAPI/Models/EndpointConfiguration.html +1 -1
  20. data/doc/NgrokAPI/Models/EndpointIPPolicy.html +1 -1
  21. data/doc/NgrokAPI/Models/EndpointIPPolicyMutate.html +1 -1
  22. data/doc/NgrokAPI/Models/EndpointLogging.html +1 -1
  23. data/doc/NgrokAPI/Models/EndpointLoggingMutate.html +1 -1
  24. data/doc/NgrokAPI/Models/EndpointMutualTLS.html +1 -1
  25. data/doc/NgrokAPI/Models/EndpointMutualTLSMutate.html +1 -1
  26. data/doc/NgrokAPI/Models/EndpointOAuth.html +1 -1
  27. data/doc/NgrokAPI/Models/EndpointOAuthFacebook.html +1 -1
  28. data/doc/NgrokAPI/Models/EndpointOAuthGitHub.html +1 -1
  29. data/doc/NgrokAPI/Models/EndpointOAuthGoogle.html +1 -1
  30. data/doc/NgrokAPI/Models/EndpointOAuthMicrosoft.html +1 -1
  31. data/doc/NgrokAPI/Models/EndpointOAuthProvider.html +1 -1
  32. data/doc/NgrokAPI/Models/EndpointOIDC.html +1 -1
  33. data/doc/NgrokAPI/Models/EndpointRequestHeaders.html +1 -1
  34. data/doc/NgrokAPI/Models/EndpointResponseHeaders.html +1 -1
  35. data/doc/NgrokAPI/Models/EndpointSAML.html +1 -1
  36. data/doc/NgrokAPI/Models/EndpointSAMLMutate.html +1 -1
  37. data/doc/NgrokAPI/Models/EndpointTLSTermination.html +1 -1
  38. data/doc/NgrokAPI/Models/EndpointWebhookValidation.html +1 -1
  39. data/doc/NgrokAPI/Models/EventDestination.html +1 -1
  40. data/doc/NgrokAPI/Models/EventSource.html +1 -1
  41. data/doc/NgrokAPI/Models/{ReservedDomainCertNSTarget.html → EventSourceList.html} +42 -42
  42. data/doc/NgrokAPI/Models/EventSourceReplace.html +1 -1
  43. data/doc/NgrokAPI/Models/EventStream.html +1 -1
  44. data/doc/NgrokAPI/Models/EventSubscription.html +1 -1
  45. data/doc/NgrokAPI/Models/EventTarget.html +1 -1
  46. data/doc/NgrokAPI/Models/EventTargetCloudwatchLogs.html +1 -1
  47. data/doc/NgrokAPI/Models/EventTargetFirehose.html +1 -1
  48. data/doc/NgrokAPI/Models/EventTargetKinesis.html +1 -1
  49. data/doc/NgrokAPI/Models/IPPolicy.html +1 -1
  50. data/doc/NgrokAPI/Models/IPPolicyRule.html +1 -1
  51. data/doc/NgrokAPI/Models/IPRestriction.html +1 -1
  52. data/doc/NgrokAPI/Models/IPWhitelistEntry.html +1 -1
  53. data/doc/NgrokAPI/Models/Listable.html +118 -50
  54. data/doc/NgrokAPI/Models/Ref.html +1 -1
  55. data/doc/NgrokAPI/Models/ReservedAddr.html +1 -1
  56. data/doc/NgrokAPI/Models/ReservedDomain.html +91 -17
  57. data/doc/NgrokAPI/Models/ReservedDomainCertJob.html +12 -86
  58. data/doc/NgrokAPI/Models/ReservedDomainCertPolicy.html +1 -1
  59. data/doc/NgrokAPI/Models/ReservedDomainCertStatus.html +1 -1
  60. data/doc/NgrokAPI/Models/SSHCertificateAuthority.html +1 -1
  61. data/doc/NgrokAPI/Models/SSHCredential.html +1 -1
  62. data/doc/NgrokAPI/Models/SSHHostCertificate.html +1 -1
  63. data/doc/NgrokAPI/Models/SSHUserCertificate.html +1 -1
  64. data/doc/NgrokAPI/Models/TLSCertificate.html +1 -1
  65. data/doc/NgrokAPI/Models/TLSCertificateSANs.html +1 -1
  66. data/doc/NgrokAPI/Models/Tunnel.html +1 -1
  67. data/doc/NgrokAPI/Models/TunnelSession.html +1 -1
  68. data/doc/NgrokAPI/Models.html +3 -3
  69. data/doc/NgrokAPI/PagedIterator.html +14 -10
  70. data/doc/NgrokAPI/Services/APIKeysClient.html +227 -62
  71. data/doc/NgrokAPI/Services/AbuseReportsClient.html +2 -5
  72. data/doc/NgrokAPI/Services/CertificateAuthoritiesClient.html +206 -41
  73. data/doc/NgrokAPI/Services/CredentialsClient.html +213 -47
  74. data/doc/NgrokAPI/Services/EndpointCircuitBreakerModuleClient.html +1 -1
  75. data/doc/NgrokAPI/Services/EndpointCompressionModuleClient.html +1 -1
  76. data/doc/NgrokAPI/Services/EndpointConfigurationsClient.html +281 -114
  77. data/doc/NgrokAPI/Services/EndpointIPPolicyModuleClient.html +1 -1
  78. data/doc/NgrokAPI/Services/EndpointLoggingModuleClient.html +1 -1
  79. data/doc/NgrokAPI/Services/EndpointMutualTLSModuleClient.html +1 -1
  80. data/doc/NgrokAPI/Services/EndpointOAuthModuleClient.html +1 -1
  81. data/doc/NgrokAPI/Services/EndpointOIDCModuleClient.html +1 -1
  82. data/doc/NgrokAPI/Services/EndpointRequestHeadersModuleClient.html +1 -1
  83. data/doc/NgrokAPI/Services/EndpointResponseHeadersModuleClient.html +1 -1
  84. data/doc/NgrokAPI/Services/EndpointSAMLModuleClient.html +1 -1
  85. data/doc/NgrokAPI/Services/EndpointTLSTerminationModuleClient.html +1 -1
  86. data/doc/NgrokAPI/Services/EndpointWebhookValidationModuleClient.html +1 -1
  87. data/doc/NgrokAPI/Services/EventDestinationsClient.html +221 -50
  88. data/doc/NgrokAPI/Services/EventSourcesClient.html +279 -33
  89. data/doc/NgrokAPI/Services/EventStreamsClient.html +218 -47
  90. data/doc/NgrokAPI/Services/EventSubscriptionsClient.html +213 -42
  91. data/doc/NgrokAPI/Services/IPPoliciesClient.html +207 -41
  92. data/doc/NgrokAPI/Services/IPPolicyRulesClient.html +210 -42
  93. data/doc/NgrokAPI/Services/IPRestrictionsClient.html +215 -51
  94. data/doc/NgrokAPI/Services/IPWhitelistClient.html +206 -38
  95. data/doc/NgrokAPI/Services/ReservedAddrsClient.html +230 -63
  96. data/doc/NgrokAPI/Services/ReservedDomainsClient.html +308 -142
  97. data/doc/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html +208 -40
  98. data/doc/NgrokAPI/Services/SSHCredentialsClient.html +213 -45
  99. data/doc/NgrokAPI/Services/SSHHostCertificatesClient.html +207 -40
  100. data/doc/NgrokAPI/Services/SSHUserCertificatesClient.html +209 -42
  101. data/doc/NgrokAPI/Services/TLSCertificatesClient.html +208 -43
  102. data/doc/NgrokAPI/Services/TunnelSessionsClient.html +260 -93
  103. data/doc/NgrokAPI/Services/TunnelsClient.html +174 -6
  104. data/doc/NgrokAPI/Services.html +1 -1
  105. data/doc/NgrokAPI.html +2 -2
  106. data/doc/README +94 -0
  107. data/doc/_index.html +8 -8
  108. data/doc/class_list.html +1 -1
  109. data/doc/file.README.html +53 -26
  110. data/doc/index.html +53 -26
  111. data/doc/method_list.html +822 -630
  112. data/doc/top-level-namespace.html +1 -1
  113. data/docs/NgrokAPI/Client.html +184 -182
  114. data/docs/NgrokAPI/Error.html +1 -1
  115. data/docs/NgrokAPI/Errors/NotFoundError.html +1 -1
  116. data/docs/NgrokAPI/Errors.html +1 -1
  117. data/docs/NgrokAPI/HttpClient.html +55 -19
  118. data/docs/NgrokAPI/Models/APIKey.html +1 -1
  119. data/docs/NgrokAPI/Models/AWSAuth.html +1 -1
  120. data/docs/NgrokAPI/Models/AWSCredentials.html +1 -1
  121. data/docs/NgrokAPI/Models/AWSRole.html +1 -1
  122. data/docs/NgrokAPI/Models/AbuseReport.html +1 -1
  123. data/docs/NgrokAPI/Models/AbuseReportHostname.html +1 -1
  124. data/docs/NgrokAPI/Models/CertificateAuthority.html +1 -1
  125. data/docs/NgrokAPI/Models/Credential.html +1 -1
  126. data/docs/NgrokAPI/Models/EndpointCircuitBreaker.html +1 -1
  127. data/docs/NgrokAPI/Models/EndpointCompression.html +1 -1
  128. data/docs/NgrokAPI/Models/EndpointConfiguration.html +1 -1
  129. data/docs/NgrokAPI/Models/EndpointIPPolicy.html +1 -1
  130. data/docs/NgrokAPI/Models/EndpointIPPolicyMutate.html +1 -1
  131. data/docs/NgrokAPI/Models/EndpointLogging.html +1 -1
  132. data/docs/NgrokAPI/Models/EndpointLoggingMutate.html +1 -1
  133. data/docs/NgrokAPI/Models/EndpointMutualTLS.html +1 -1
  134. data/docs/NgrokAPI/Models/EndpointMutualTLSMutate.html +1 -1
  135. data/docs/NgrokAPI/Models/EndpointOAuth.html +1 -1
  136. data/docs/NgrokAPI/Models/EndpointOAuthFacebook.html +1 -1
  137. data/docs/NgrokAPI/Models/EndpointOAuthGitHub.html +1 -1
  138. data/docs/NgrokAPI/Models/EndpointOAuthGoogle.html +1 -1
  139. data/docs/NgrokAPI/Models/EndpointOAuthMicrosoft.html +1 -1
  140. data/docs/NgrokAPI/Models/EndpointOAuthProvider.html +1 -1
  141. data/docs/NgrokAPI/Models/EndpointOIDC.html +1 -1
  142. data/docs/NgrokAPI/Models/EndpointRequestHeaders.html +1 -1
  143. data/docs/NgrokAPI/Models/EndpointResponseHeaders.html +1 -1
  144. data/docs/NgrokAPI/Models/EndpointSAML.html +1 -1
  145. data/docs/NgrokAPI/Models/EndpointSAMLMutate.html +1 -1
  146. data/docs/NgrokAPI/Models/EndpointTLSTermination.html +1 -1
  147. data/docs/NgrokAPI/Models/EndpointWebhookValidation.html +1 -1
  148. data/docs/NgrokAPI/Models/EventDestination.html +1 -1
  149. data/docs/NgrokAPI/Models/EventSource.html +1 -1
  150. data/docs/NgrokAPI/Models/{ReservedDomainCertNSTarget.html → EventSourceList.html} +42 -42
  151. data/docs/NgrokAPI/Models/EventSourceReplace.html +1 -1
  152. data/docs/NgrokAPI/Models/EventStream.html +1 -1
  153. data/docs/NgrokAPI/Models/EventSubscription.html +1 -1
  154. data/docs/NgrokAPI/Models/EventTarget.html +1 -1
  155. data/docs/NgrokAPI/Models/EventTargetCloudwatchLogs.html +1 -1
  156. data/docs/NgrokAPI/Models/EventTargetFirehose.html +1 -1
  157. data/docs/NgrokAPI/Models/EventTargetKinesis.html +1 -1
  158. data/docs/NgrokAPI/Models/IPPolicy.html +1 -1
  159. data/docs/NgrokAPI/Models/IPPolicyRule.html +1 -1
  160. data/docs/NgrokAPI/Models/IPRestriction.html +1 -1
  161. data/docs/NgrokAPI/Models/IPWhitelistEntry.html +1 -1
  162. data/docs/NgrokAPI/Models/Listable.html +118 -50
  163. data/docs/NgrokAPI/Models/Ref.html +1 -1
  164. data/docs/NgrokAPI/Models/ReservedAddr.html +1 -1
  165. data/docs/NgrokAPI/Models/ReservedDomain.html +91 -17
  166. data/docs/NgrokAPI/Models/ReservedDomainCertJob.html +12 -86
  167. data/docs/NgrokAPI/Models/ReservedDomainCertPolicy.html +1 -1
  168. data/docs/NgrokAPI/Models/ReservedDomainCertStatus.html +1 -1
  169. data/docs/NgrokAPI/Models/SSHCertificateAuthority.html +1 -1
  170. data/docs/NgrokAPI/Models/SSHCredential.html +1 -1
  171. data/docs/NgrokAPI/Models/SSHHostCertificate.html +1 -1
  172. data/docs/NgrokAPI/Models/SSHUserCertificate.html +1 -1
  173. data/docs/NgrokAPI/Models/TLSCertificate.html +1 -1
  174. data/docs/NgrokAPI/Models/TLSCertificateSANs.html +1 -1
  175. data/docs/NgrokAPI/Models/Tunnel.html +1 -1
  176. data/docs/NgrokAPI/Models/TunnelSession.html +1 -1
  177. data/docs/NgrokAPI/Models.html +3 -3
  178. data/docs/NgrokAPI/PagedIterator.html +14 -10
  179. data/docs/NgrokAPI/Services/APIKeysClient.html +227 -62
  180. data/docs/NgrokAPI/Services/AbuseReportsClient.html +2 -5
  181. data/docs/NgrokAPI/Services/CertificateAuthoritiesClient.html +206 -41
  182. data/docs/NgrokAPI/Services/CredentialsClient.html +213 -47
  183. data/docs/NgrokAPI/Services/EndpointCircuitBreakerModuleClient.html +1 -1
  184. data/docs/NgrokAPI/Services/EndpointCompressionModuleClient.html +1 -1
  185. data/docs/NgrokAPI/Services/EndpointConfigurationsClient.html +281 -114
  186. data/docs/NgrokAPI/Services/EndpointIPPolicyModuleClient.html +1 -1
  187. data/docs/NgrokAPI/Services/EndpointLoggingModuleClient.html +1 -1
  188. data/docs/NgrokAPI/Services/EndpointMutualTLSModuleClient.html +1 -1
  189. data/docs/NgrokAPI/Services/EndpointOAuthModuleClient.html +1 -1
  190. data/docs/NgrokAPI/Services/EndpointOIDCModuleClient.html +1 -1
  191. data/docs/NgrokAPI/Services/EndpointRequestHeadersModuleClient.html +1 -1
  192. data/docs/NgrokAPI/Services/EndpointResponseHeadersModuleClient.html +1 -1
  193. data/docs/NgrokAPI/Services/EndpointSAMLModuleClient.html +1 -1
  194. data/docs/NgrokAPI/Services/EndpointTLSTerminationModuleClient.html +1 -1
  195. data/docs/NgrokAPI/Services/EndpointWebhookValidationModuleClient.html +1 -1
  196. data/docs/NgrokAPI/Services/EventDestinationsClient.html +221 -50
  197. data/docs/NgrokAPI/Services/EventSourcesClient.html +279 -33
  198. data/docs/NgrokAPI/Services/EventStreamsClient.html +218 -47
  199. data/docs/NgrokAPI/Services/EventSubscriptionsClient.html +213 -42
  200. data/docs/NgrokAPI/Services/IPPoliciesClient.html +207 -41
  201. data/docs/NgrokAPI/Services/IPPolicyRulesClient.html +210 -42
  202. data/docs/NgrokAPI/Services/IPRestrictionsClient.html +215 -51
  203. data/docs/NgrokAPI/Services/IPWhitelistClient.html +206 -38
  204. data/docs/NgrokAPI/Services/ReservedAddrsClient.html +230 -63
  205. data/docs/NgrokAPI/Services/ReservedDomainsClient.html +308 -142
  206. data/docs/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html +208 -40
  207. data/docs/NgrokAPI/Services/SSHCredentialsClient.html +213 -45
  208. data/docs/NgrokAPI/Services/SSHHostCertificatesClient.html +207 -40
  209. data/docs/NgrokAPI/Services/SSHUserCertificatesClient.html +209 -42
  210. data/docs/NgrokAPI/Services/TLSCertificatesClient.html +208 -43
  211. data/docs/NgrokAPI/Services/TunnelSessionsClient.html +260 -93
  212. data/docs/NgrokAPI/Services/TunnelsClient.html +174 -6
  213. data/docs/NgrokAPI/Services.html +1 -1
  214. data/docs/NgrokAPI.html +2 -2
  215. data/docs/README +94 -0
  216. data/docs/_index.html +8 -8
  217. data/docs/class_list.html +1 -1
  218. data/docs/file.README.html +53 -26
  219. data/docs/index.html +53 -26
  220. data/docs/method_list.html +822 -630
  221. data/docs/top-level-namespace.html +1 -1
  222. data/lib/ngrokapi/client.rb +27 -8
  223. data/lib/ngrokapi/http_client.rb +5 -3
  224. data/lib/ngrokapi/models/{reserved_domain_cert_ns_target.rb → event_source_list.rb} +5 -5
  225. data/lib/ngrokapi/models/listable.rb +13 -2
  226. data/lib/ngrokapi/models/reserved_domain.rb +3 -1
  227. data/lib/ngrokapi/models/reserved_domain_cert_job.rb +1 -3
  228. data/lib/ngrokapi/paged_iterator.rb +4 -2
  229. data/lib/ngrokapi/services/api_keys_client.rb +36 -4
  230. data/lib/ngrokapi/services/certificate_authorities_client.rb +33 -0
  231. data/lib/ngrokapi/services/credentials_client.rb +35 -2
  232. data/lib/ngrokapi/services/endpoint_configurations_client.rb +33 -0
  233. data/lib/ngrokapi/services/event_destinations_client.rb +33 -0
  234. data/lib/ngrokapi/services/event_sources_client.rb +39 -0
  235. data/lib/ngrokapi/services/event_streams_client.rb +33 -0
  236. data/lib/ngrokapi/services/event_subscriptions_client.rb +33 -0
  237. data/lib/ngrokapi/services/ip_policies_client.rb +34 -1
  238. data/lib/ngrokapi/services/ip_policy_rules_client.rb +33 -0
  239. data/lib/ngrokapi/services/ip_restrictions_client.rb +33 -0
  240. data/lib/ngrokapi/services/ip_whitelist_client.rb +34 -1
  241. data/lib/ngrokapi/services/reserved_addrs_client.rb +33 -0
  242. data/lib/ngrokapi/services/reserved_domains_client.rb +33 -0
  243. data/lib/ngrokapi/services/ssh_certificate_authorities_client.rb +33 -0
  244. data/lib/ngrokapi/services/ssh_credentials_client.rb +33 -0
  245. data/lib/ngrokapi/services/ssh_host_certificates_client.rb +33 -0
  246. data/lib/ngrokapi/services/ssh_user_certificates_client.rb +33 -0
  247. data/lib/ngrokapi/services/tls_certificates_client.rb +33 -0
  248. data/lib/ngrokapi/services/tunnel_sessions_client.rb +33 -0
  249. data/lib/ngrokapi/services/tunnels_client.rb +33 -0
  250. data/lib/ngrokapi/version.rb +1 -1
  251. data/spec/ngrokapi/client_spec.rb +19 -0
  252. data/spec/ngrokapi/models/event_source_list_spec.rb +21 -0
  253. data/spec/ngrokapi/paged_iterator_spec.rb +2 -2
  254. data/spec/ngrokapi/services/abuse_reports_client_spec.rb +0 -2
  255. data/spec/ngrokapi/services/api_keys_client_spec.rb +0 -3
  256. data/spec/ngrokapi/services/certificate_authorities_client_spec.rb +0 -3
  257. data/spec/ngrokapi/services/credentials_client_spec.rb +0 -3
  258. data/spec/ngrokapi/services/endpoint_circuit_breaker_module_client_spec.rb +0 -2
  259. data/spec/ngrokapi/services/endpoint_compression_module_client_spec.rb +0 -2
  260. data/spec/ngrokapi/services/endpoint_configurations_client_spec.rb +0 -3
  261. data/spec/ngrokapi/services/endpoint_ip_policy_module_client_spec.rb +0 -2
  262. data/spec/ngrokapi/services/endpoint_logging_module_client_spec.rb +0 -2
  263. data/spec/ngrokapi/services/endpoint_mutual_tls_module_client_spec.rb +0 -2
  264. data/spec/ngrokapi/services/endpoint_o_auth_module_client_spec.rb +0 -2
  265. data/spec/ngrokapi/services/endpoint_oidc_module_client_spec.rb +0 -2
  266. data/spec/ngrokapi/services/endpoint_request_headers_module_client_spec.rb +0 -2
  267. data/spec/ngrokapi/services/endpoint_response_headers_module_client_spec.rb +0 -2
  268. data/spec/ngrokapi/services/endpoint_saml_module_client_spec.rb +0 -2
  269. data/spec/ngrokapi/services/endpoint_tls_termination_module_client_spec.rb +0 -2
  270. data/spec/ngrokapi/services/endpoint_webhook_validation_module_client_spec.rb +0 -2
  271. data/spec/ngrokapi/services/event_destinations_client_spec.rb +0 -3
  272. data/spec/ngrokapi/services/event_sources_client_spec.rb +33 -3
  273. data/spec/ngrokapi/services/event_streams_client_spec.rb +0 -3
  274. data/spec/ngrokapi/services/event_subscriptions_client_spec.rb +0 -3
  275. data/spec/ngrokapi/services/ip_policies_client_spec.rb +0 -3
  276. data/spec/ngrokapi/services/ip_policy_rules_client_spec.rb +0 -3
  277. data/spec/ngrokapi/services/ip_restrictions_client_spec.rb +0 -3
  278. data/spec/ngrokapi/services/ip_whitelist_client_spec.rb +0 -3
  279. data/spec/ngrokapi/services/reserved_addrs_client_spec.rb +0 -3
  280. data/spec/ngrokapi/services/reserved_domains_client_spec.rb +0 -3
  281. data/spec/ngrokapi/services/ssh_certificate_authorities_client_spec.rb +0 -3
  282. data/spec/ngrokapi/services/ssh_credentials_client_spec.rb +0 -3
  283. data/spec/ngrokapi/services/ssh_host_certificates_client_spec.rb +0 -3
  284. data/spec/ngrokapi/services/ssh_user_certificates_client_spec.rb +0 -3
  285. data/spec/ngrokapi/services/tls_certificates_client_spec.rb +0 -3
  286. data/spec/ngrokapi/services/tunnel_sessions_client_spec.rb +0 -1
  287. data/spec/spec_helper.rb +7 -0
  288. metadata +10 -7
  289. data/doc/.gitkeep +0 -0
  290. data/spec/ngrokapi/models/reserved_domain_cert_ns_target_spec.rb +0 -21
@@ -102,11 +102,7 @@
102
102
  <h2>Overview</h2><div class="docstring">
103
103
  <div class="discussion">
104
104
 
105
- <p>Endpoint Configurations are a reusable group of modules that encapsulate how</p>
106
-
107
- <pre class="code ruby"><code class="ruby">traffic to a domain or address is handled. Endpoint configurations are only
108
- applied to Domains and TCP Addresses they have been attached to.
109
- </code></pre>
105
+ <p>Endpoint Configurations are a reusable group of modules that encapsulate how traffic to a domain or address is handled. Endpoint configurations are only applied to Domains and TCP Addresses they have been attached to.</p>
110
106
 
111
107
  <p><a href="https://ngrok.com/docs/api#api-endpoint-configurations">ngrok.com/docs/api#api-endpoint-configurations</a></p>
112
108
 
@@ -375,6 +371,30 @@ applied to Domains and TCP Addresses they have been attached to.
375
371
  <p>Returns a list of all endpoint configurations on this account.</p>
376
372
  </div></span>
377
373
 
374
+ </li>
375
+
376
+
377
+ <li class="public ">
378
+ <span class="summary_signature">
379
+
380
+ <a href="#list!-instance_method" title="#list! (instance method)">#<strong>list!</strong>(before_id: nil, limit: nil, url: nil) &#x21d2; NgrokAPI::Models::Listable </a>
381
+
382
+
383
+
384
+ </span>
385
+
386
+
387
+
388
+
389
+
390
+
391
+
392
+
393
+
394
+ <span class="summary_desc"><div class='inline'>
395
+ <p>Returns a list of all endpoint configurations on this account Throws an exception if API error.</p>
396
+ </div></span>
397
+
378
398
  </li>
379
399
 
380
400
 
@@ -564,7 +584,7 @@ applied to Domains and TCP Addresses they have been attached to.
564
584
 
565
585
  &mdash;
566
586
  <div class='inline'>
567
- <p>they type of traffic this endpoint configuration can be applied to. one of: http“, https“, tcp“</p>
587
+ <p>they type of traffic this endpoint configuration can be applied to. one of: <code>http</code>, <code>https</code>, <code>tcp</code></p>
568
588
  </div>
569
589
 
570
590
  </li>
@@ -618,7 +638,7 @@ applied to Domains and TCP Addresses they have been attached to.
618
638
 
619
639
  &mdash;
620
640
  <div class='inline'>
621
- <p>circuit breaker module configuration or null“</p>
641
+ <p>circuit breaker module configuration or <code>null</code></p>
622
642
  </div>
623
643
 
624
644
  </li>
@@ -636,7 +656,7 @@ applied to Domains and TCP Addresses they have been attached to.
636
656
 
637
657
  &mdash;
638
658
  <div class='inline'>
639
- <p>compression module configuration or null“</p>
659
+ <p>compression module configuration or <code>null</code></p>
640
660
  </div>
641
661
 
642
662
  </li>
@@ -654,7 +674,7 @@ applied to Domains and TCP Addresses they have been attached to.
654
674
 
655
675
  &mdash;
656
676
  <div class='inline'>
657
- <p>request headers module configuration or null“</p>
677
+ <p>request headers module configuration or <code>null</code></p>
658
678
  </div>
659
679
 
660
680
  </li>
@@ -672,7 +692,7 @@ applied to Domains and TCP Addresses they have been attached to.
672
692
 
673
693
  &mdash;
674
694
  <div class='inline'>
675
- <p>response headers module configuration or null“</p>
695
+ <p>response headers module configuration or <code>null</code></p>
676
696
  </div>
677
697
 
678
698
  </li>
@@ -690,7 +710,7 @@ applied to Domains and TCP Addresses they have been attached to.
690
710
 
691
711
  &mdash;
692
712
  <div class='inline'>
693
- <p>ip policy module configuration or null“</p>
713
+ <p>ip policy module configuration or <code>null</code></p>
694
714
  </div>
695
715
 
696
716
  </li>
@@ -708,7 +728,7 @@ applied to Domains and TCP Addresses they have been attached to.
708
728
 
709
729
  &mdash;
710
730
  <div class='inline'>
711
- <p>mutual TLS module configuration or null“</p>
731
+ <p>mutual TLS module configuration or <code>null</code></p>
712
732
  </div>
713
733
 
714
734
  </li>
@@ -726,7 +746,7 @@ applied to Domains and TCP Addresses they have been attached to.
726
746
 
727
747
  &mdash;
728
748
  <div class='inline'>
729
- <p>TLS termination module configuration or null“</p>
749
+ <p>TLS termination module configuration or <code>null</code></p>
730
750
  </div>
731
751
 
732
752
  </li>
@@ -744,7 +764,7 @@ applied to Domains and TCP Addresses they have been attached to.
744
764
 
745
765
  &mdash;
746
766
  <div class='inline'>
747
- <p>webhook validation module configuration or null“</p>
767
+ <p>webhook validation module configuration or <code>null</code></p>
748
768
  </div>
749
769
 
750
770
  </li>
@@ -762,7 +782,7 @@ applied to Domains and TCP Addresses they have been attached to.
762
782
 
763
783
  &mdash;
764
784
  <div class='inline'>
765
- <p>oauth module configuration or null“</p>
785
+ <p>oauth module configuration or <code>null</code></p>
766
786
  </div>
767
787
 
768
788
  </li>
@@ -780,7 +800,7 @@ applied to Domains and TCP Addresses they have been attached to.
780
800
 
781
801
  &mdash;
782
802
  <div class='inline'>
783
- <p>logging module configuration or null“</p>
803
+ <p>logging module configuration or <code>null</code></p>
784
804
  </div>
785
805
 
786
806
  </li>
@@ -798,7 +818,7 @@ applied to Domains and TCP Addresses they have been attached to.
798
818
 
799
819
  &mdash;
800
820
  <div class='inline'>
801
- <p>saml module configuration or null“</p>
821
+ <p>saml module configuration or <code>null</code></p>
802
822
  </div>
803
823
 
804
824
  </li>
@@ -816,7 +836,7 @@ applied to Domains and TCP Addresses they have been attached to.
816
836
 
817
837
  &mdash;
818
838
  <div class='inline'>
819
- <p>oidc module configuration or null“</p>
839
+ <p>oidc module configuration or <code>null</code></p>
820
840
  </div>
821
841
 
822
842
  </li>
@@ -1438,7 +1458,8 @@ applied to Domains and TCP Addresses they have been attached to.
1438
1458
  185
1439
1459
  186
1440
1460
  187
1441
- 188</pre>
1461
+ 188
1462
+ 189</pre>
1442
1463
  </td>
1443
1464
  <td>
1444
1465
  <pre class="code"><span class="info file"># File 'lib/ngrokapi/services/endpoint_configurations_client.rb', line 171</span>
@@ -1454,6 +1475,7 @@ applied to Domains and TCP Addresses they have been attached to.
1454
1475
  <span class='label'>url:</span> <span class='id identifier rubyid_url'>url</span><span class='comma'>,</span>
1455
1476
  <span class='label'>path:</span> <span class='const'><span class='object_link'><a href="#PATH-constant" title="NgrokAPI::Services::EndpointConfigurationsClient::PATH (constant)">PATH</a></span></span>
1456
1477
  <span class='rparen'>)</span>
1478
+
1457
1479
  <span class='const'><span class='object_link'><a href="../../NgrokAPI.html" title="NgrokAPI (module)">NgrokAPI</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Models.html" title="NgrokAPI::Models (module)">Models</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Models/Listable.html" title="NgrokAPI::Models::Listable (class)">Listable</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="../Models/Listable.html#initialize-instance_method" title="NgrokAPI::Models::Listable#initialize (method)">new</a></span></span><span class='lparen'>(</span>
1458
1480
  <span class='label'>client:</span> <span class='kw'>self</span><span class='comma'>,</span>
1459
1481
  <span class='label'>result:</span> <span class='id identifier rubyid_result'>result</span><span class='comma'>,</span>
@@ -1464,6 +1486,151 @@ applied to Domains and TCP Addresses they have been attached to.
1464
1486
  </td>
1465
1487
  </tr>
1466
1488
  </table>
1489
+ </div>
1490
+
1491
+ <div class="method_details ">
1492
+ <h3 class="signature " id="list!-instance_method">
1493
+
1494
+ #<strong>list!</strong>(before_id: nil, limit: nil, url: nil) &#x21d2; <tt><span class='object_link'><a href="../Models/Listable.html" title="NgrokAPI::Models::Listable (class)">NgrokAPI::Models::Listable</a></span></tt>
1495
+
1496
+
1497
+
1498
+
1499
+
1500
+ </h3><div class="docstring">
1501
+ <div class="discussion">
1502
+
1503
+ <p>Returns a list of all endpoint configurations on this account Throws an exception if API error.</p>
1504
+
1505
+ <p><a href="https://ngrok.com/docs/api#api-endpoint-configurations-list">ngrok.com/docs/api#api-endpoint-configurations-list</a></p>
1506
+
1507
+
1508
+ </div>
1509
+ </div>
1510
+ <div class="tags">
1511
+ <p class="tag_title">Parameters:</p>
1512
+ <ul class="param">
1513
+
1514
+ <li>
1515
+
1516
+ <span class='name'>before_id</span>
1517
+
1518
+
1519
+ <span class='type'>(<tt>string</tt>)</span>
1520
+
1521
+
1522
+ <em class="default">(defaults to: <tt>nil</tt>)</em>
1523
+
1524
+
1525
+ </li>
1526
+
1527
+ <li>
1528
+
1529
+ <span class='name'>limit</span>
1530
+
1531
+
1532
+ <span class='type'>(<tt>string</tt>)</span>
1533
+
1534
+
1535
+ <em class="default">(defaults to: <tt>nil</tt>)</em>
1536
+
1537
+
1538
+ </li>
1539
+
1540
+ <li>
1541
+
1542
+ <span class='name'>url</span>
1543
+
1544
+
1545
+ <span class='type'>(<tt>string</tt>)</span>
1546
+
1547
+
1548
+ <em class="default">(defaults to: <tt>nil</tt>)</em>
1549
+
1550
+
1551
+ &mdash;
1552
+ <div class='inline'>
1553
+ <p>optional and mutually exclusive from before_id and limit</p>
1554
+ </div>
1555
+
1556
+ </li>
1557
+
1558
+ </ul>
1559
+
1560
+ <p class="tag_title">Returns:</p>
1561
+ <ul class="return">
1562
+
1563
+ <li>
1564
+
1565
+
1566
+ <span class='type'>(<tt><span class='object_link'><a href="../Models/Listable.html" title="NgrokAPI::Models::Listable (class)">NgrokAPI::Models::Listable</a></span></tt>)</span>
1567
+
1568
+
1569
+
1570
+ &mdash;
1571
+ <div class='inline'>
1572
+ <p>result from the API request</p>
1573
+ </div>
1574
+
1575
+ </li>
1576
+
1577
+ </ul>
1578
+
1579
+ </div><table class="source_code">
1580
+ <tr>
1581
+ <td>
1582
+ <pre class="lines">
1583
+
1584
+
1585
+ 201
1586
+ 202
1587
+ 203
1588
+ 204
1589
+ 205
1590
+ 206
1591
+ 207
1592
+ 208
1593
+ 209
1594
+ 210
1595
+ 211
1596
+ 212
1597
+ 213
1598
+ 214
1599
+ 215
1600
+ 216
1601
+ 217
1602
+ 218
1603
+ 219
1604
+ 220
1605
+ 221</pre>
1606
+ </td>
1607
+ <td>
1608
+ <pre class="code"><span class="info file"># File 'lib/ngrokapi/services/endpoint_configurations_client.rb', line 201</span>
1609
+
1610
+ <span class='kw'>def</span> <span class='id identifier rubyid_list!'>list!</span><span class='lparen'>(</span>
1611
+ <span class='label'>before_id:</span> <span class='kw'>nil</span><span class='comma'>,</span>
1612
+ <span class='label'>limit:</span> <span class='kw'>nil</span><span class='comma'>,</span>
1613
+ <span class='label'>url:</span> <span class='kw'>nil</span>
1614
+ <span class='rparen'>)</span>
1615
+ <span class='id identifier rubyid_result'>result</span> <span class='op'>=</span> <span class='ivar'>@client</span><span class='period'>.</span><span class='id identifier rubyid_list'>list</span><span class='lparen'>(</span>
1616
+ <span class='label'>before_id:</span> <span class='id identifier rubyid_before_id'>before_id</span><span class='comma'>,</span>
1617
+ <span class='label'>limit:</span> <span class='id identifier rubyid_limit'>limit</span><span class='comma'>,</span>
1618
+ <span class='label'>danger:</span> <span class='kw'>true</span><span class='comma'>,</span>
1619
+ <span class='label'>url:</span> <span class='id identifier rubyid_url'>url</span><span class='comma'>,</span>
1620
+ <span class='label'>path:</span> <span class='const'><span class='object_link'><a href="#PATH-constant" title="NgrokAPI::Services::EndpointConfigurationsClient::PATH (constant)">PATH</a></span></span>
1621
+ <span class='rparen'>)</span>
1622
+
1623
+ <span class='const'><span class='object_link'><a href="../../NgrokAPI.html" title="NgrokAPI (module)">NgrokAPI</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Models.html" title="NgrokAPI::Models (module)">Models</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Models/Listable.html" title="NgrokAPI::Models::Listable (class)">Listable</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="../Models/Listable.html#initialize-instance_method" title="NgrokAPI::Models::Listable#initialize (method)">new</a></span></span><span class='lparen'>(</span>
1624
+ <span class='label'>client:</span> <span class='kw'>self</span><span class='comma'>,</span>
1625
+ <span class='label'>result:</span> <span class='id identifier rubyid_result'>result</span><span class='comma'>,</span>
1626
+ <span class='label'>list_property:</span> <span class='const'><span class='object_link'><a href="#LIST_PROPERTY-constant" title="NgrokAPI::Services::EndpointConfigurationsClient::LIST_PROPERTY (constant)">LIST_PROPERTY</a></span></span><span class='comma'>,</span>
1627
+ <span class='label'>klass:</span> <span class='const'><span class='object_link'><a href="../../NgrokAPI.html" title="NgrokAPI (module)">NgrokAPI</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Models.html" title="NgrokAPI::Models (module)">Models</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Models/EndpointConfiguration.html" title="NgrokAPI::Models::EndpointConfiguration (class)">EndpointConfiguration</a></span></span><span class='comma'>,</span>
1628
+ <span class='label'>danger:</span> <span class='kw'>true</span>
1629
+ <span class='rparen'>)</span>
1630
+ <span class='kw'>end</span></pre>
1631
+ </td>
1632
+ </tr>
1633
+ </table>
1467
1634
  </div>
1468
1635
 
1469
1636
  <div class="method_details ">
@@ -1556,7 +1723,7 @@ applied to Domains and TCP Addresses they have been attached to.
1556
1723
 
1557
1724
  &mdash;
1558
1725
  <div class='inline'>
1559
- <p>circuit breaker module configuration or null“</p>
1726
+ <p>circuit breaker module configuration or <code>null</code></p>
1560
1727
  </div>
1561
1728
 
1562
1729
  </li>
@@ -1574,7 +1741,7 @@ applied to Domains and TCP Addresses they have been attached to.
1574
1741
 
1575
1742
  &mdash;
1576
1743
  <div class='inline'>
1577
- <p>compression module configuration or null“</p>
1744
+ <p>compression module configuration or <code>null</code></p>
1578
1745
  </div>
1579
1746
 
1580
1747
  </li>
@@ -1592,7 +1759,7 @@ applied to Domains and TCP Addresses they have been attached to.
1592
1759
 
1593
1760
  &mdash;
1594
1761
  <div class='inline'>
1595
- <p>request headers module configuration or null“</p>
1762
+ <p>request headers module configuration or <code>null</code></p>
1596
1763
  </div>
1597
1764
 
1598
1765
  </li>
@@ -1610,7 +1777,7 @@ applied to Domains and TCP Addresses they have been attached to.
1610
1777
 
1611
1778
  &mdash;
1612
1779
  <div class='inline'>
1613
- <p>response headers module configuration or null“</p>
1780
+ <p>response headers module configuration or <code>null</code></p>
1614
1781
  </div>
1615
1782
 
1616
1783
  </li>
@@ -1628,7 +1795,7 @@ applied to Domains and TCP Addresses they have been attached to.
1628
1795
 
1629
1796
  &mdash;
1630
1797
  <div class='inline'>
1631
- <p>ip policy module configuration or null“</p>
1798
+ <p>ip policy module configuration or <code>null</code></p>
1632
1799
  </div>
1633
1800
 
1634
1801
  </li>
@@ -1646,7 +1813,7 @@ applied to Domains and TCP Addresses they have been attached to.
1646
1813
 
1647
1814
  &mdash;
1648
1815
  <div class='inline'>
1649
- <p>mutual TLS module configuration or null“</p>
1816
+ <p>mutual TLS module configuration or <code>null</code></p>
1650
1817
  </div>
1651
1818
 
1652
1819
  </li>
@@ -1664,7 +1831,7 @@ applied to Domains and TCP Addresses they have been attached to.
1664
1831
 
1665
1832
  &mdash;
1666
1833
  <div class='inline'>
1667
- <p>TLS termination module configuration or null“</p>
1834
+ <p>TLS termination module configuration or <code>null</code></p>
1668
1835
  </div>
1669
1836
 
1670
1837
  </li>
@@ -1682,7 +1849,7 @@ applied to Domains and TCP Addresses they have been attached to.
1682
1849
 
1683
1850
  &mdash;
1684
1851
  <div class='inline'>
1685
- <p>webhook validation module configuration or null“</p>
1852
+ <p>webhook validation module configuration or <code>null</code></p>
1686
1853
  </div>
1687
1854
 
1688
1855
  </li>
@@ -1700,7 +1867,7 @@ applied to Domains and TCP Addresses they have been attached to.
1700
1867
 
1701
1868
  &mdash;
1702
1869
  <div class='inline'>
1703
- <p>oauth module configuration or null“</p>
1870
+ <p>oauth module configuration or <code>null</code></p>
1704
1871
  </div>
1705
1872
 
1706
1873
  </li>
@@ -1718,7 +1885,7 @@ applied to Domains and TCP Addresses they have been attached to.
1718
1885
 
1719
1886
  &mdash;
1720
1887
  <div class='inline'>
1721
- <p>logging module configuration or null“</p>
1888
+ <p>logging module configuration or <code>null</code></p>
1722
1889
  </div>
1723
1890
 
1724
1891
  </li>
@@ -1736,7 +1903,7 @@ applied to Domains and TCP Addresses they have been attached to.
1736
1903
 
1737
1904
  &mdash;
1738
1905
  <div class='inline'>
1739
- <p>saml module configuration or null“</p>
1906
+ <p>saml module configuration or <code>null</code></p>
1740
1907
  </div>
1741
1908
 
1742
1909
  </li>
@@ -1754,7 +1921,7 @@ applied to Domains and TCP Addresses they have been attached to.
1754
1921
 
1755
1922
  &mdash;
1756
1923
  <div class='inline'>
1757
- <p>oidc module configuration or null“</p>
1924
+ <p>oidc module configuration or <code>null</code></p>
1758
1925
  </div>
1759
1926
 
1760
1927
  </li>
@@ -1786,39 +1953,6 @@ applied to Domains and TCP Addresses they have been attached to.
1786
1953
  <pre class="lines">
1787
1954
 
1788
1955
 
1789
- 214
1790
- 215
1791
- 216
1792
- 217
1793
- 218
1794
- 219
1795
- 220
1796
- 221
1797
- 222
1798
- 223
1799
- 224
1800
- 225
1801
- 226
1802
- 227
1803
- 228
1804
- 229
1805
- 230
1806
- 231
1807
- 232
1808
- 233
1809
- 234
1810
- 235
1811
- 236
1812
- 237
1813
- 238
1814
- 239
1815
- 240
1816
- 241
1817
- 242
1818
- 243
1819
- 244
1820
- 245
1821
- 246
1822
1956
  247
1823
1957
  248
1824
1958
  249
@@ -1826,10 +1960,43 @@ applied to Domains and TCP Addresses they have been attached to.
1826
1960
  251
1827
1961
  252
1828
1962
  253
1829
- 254</pre>
1963
+ 254
1964
+ 255
1965
+ 256
1966
+ 257
1967
+ 258
1968
+ 259
1969
+ 260
1970
+ 261
1971
+ 262
1972
+ 263
1973
+ 264
1974
+ 265
1975
+ 266
1976
+ 267
1977
+ 268
1978
+ 269
1979
+ 270
1980
+ 271
1981
+ 272
1982
+ 273
1983
+ 274
1984
+ 275
1985
+ 276
1986
+ 277
1987
+ 278
1988
+ 279
1989
+ 280
1990
+ 281
1991
+ 282
1992
+ 283
1993
+ 284
1994
+ 285
1995
+ 286
1996
+ 287</pre>
1830
1997
  </td>
1831
1998
  <td>
1832
- <pre class="code"><span class="info file"># File 'lib/ngrokapi/services/endpoint_configurations_client.rb', line 214</span>
1999
+ <pre class="code"><span class="info file"># File 'lib/ngrokapi/services/endpoint_configurations_client.rb', line 247</span>
1833
2000
 
1834
2001
  <span class='kw'>def</span> <span class='id identifier rubyid_update'>update</span><span class='lparen'>(</span>
1835
2002
  <span class='label'>id:</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span>
@@ -1967,7 +2134,7 @@ applied to Domains and TCP Addresses they have been attached to.
1967
2134
 
1968
2135
  &mdash;
1969
2136
  <div class='inline'>
1970
- <p>circuit breaker module configuration or null“</p>
2137
+ <p>circuit breaker module configuration or <code>null</code></p>
1971
2138
  </div>
1972
2139
 
1973
2140
  </li>
@@ -1985,7 +2152,7 @@ applied to Domains and TCP Addresses they have been attached to.
1985
2152
 
1986
2153
  &mdash;
1987
2154
  <div class='inline'>
1988
- <p>compression module configuration or null“</p>
2155
+ <p>compression module configuration or <code>null</code></p>
1989
2156
  </div>
1990
2157
 
1991
2158
  </li>
@@ -2003,7 +2170,7 @@ applied to Domains and TCP Addresses they have been attached to.
2003
2170
 
2004
2171
  &mdash;
2005
2172
  <div class='inline'>
2006
- <p>request headers module configuration or null“</p>
2173
+ <p>request headers module configuration or <code>null</code></p>
2007
2174
  </div>
2008
2175
 
2009
2176
  </li>
@@ -2021,7 +2188,7 @@ applied to Domains and TCP Addresses they have been attached to.
2021
2188
 
2022
2189
  &mdash;
2023
2190
  <div class='inline'>
2024
- <p>response headers module configuration or null“</p>
2191
+ <p>response headers module configuration or <code>null</code></p>
2025
2192
  </div>
2026
2193
 
2027
2194
  </li>
@@ -2039,7 +2206,7 @@ applied to Domains and TCP Addresses they have been attached to.
2039
2206
 
2040
2207
  &mdash;
2041
2208
  <div class='inline'>
2042
- <p>ip policy module configuration or null“</p>
2209
+ <p>ip policy module configuration or <code>null</code></p>
2043
2210
  </div>
2044
2211
 
2045
2212
  </li>
@@ -2057,7 +2224,7 @@ applied to Domains and TCP Addresses they have been attached to.
2057
2224
 
2058
2225
  &mdash;
2059
2226
  <div class='inline'>
2060
- <p>mutual TLS module configuration or null“</p>
2227
+ <p>mutual TLS module configuration or <code>null</code></p>
2061
2228
  </div>
2062
2229
 
2063
2230
  </li>
@@ -2075,7 +2242,7 @@ applied to Domains and TCP Addresses they have been attached to.
2075
2242
 
2076
2243
  &mdash;
2077
2244
  <div class='inline'>
2078
- <p>TLS termination module configuration or null“</p>
2245
+ <p>TLS termination module configuration or <code>null</code></p>
2079
2246
  </div>
2080
2247
 
2081
2248
  </li>
@@ -2093,7 +2260,7 @@ applied to Domains and TCP Addresses they have been attached to.
2093
2260
 
2094
2261
  &mdash;
2095
2262
  <div class='inline'>
2096
- <p>webhook validation module configuration or null“</p>
2263
+ <p>webhook validation module configuration or <code>null</code></p>
2097
2264
  </div>
2098
2265
 
2099
2266
  </li>
@@ -2111,7 +2278,7 @@ applied to Domains and TCP Addresses they have been attached to.
2111
2278
 
2112
2279
  &mdash;
2113
2280
  <div class='inline'>
2114
- <p>oauth module configuration or null“</p>
2281
+ <p>oauth module configuration or <code>null</code></p>
2115
2282
  </div>
2116
2283
 
2117
2284
  </li>
@@ -2129,7 +2296,7 @@ applied to Domains and TCP Addresses they have been attached to.
2129
2296
 
2130
2297
  &mdash;
2131
2298
  <div class='inline'>
2132
- <p>logging module configuration or null“</p>
2299
+ <p>logging module configuration or <code>null</code></p>
2133
2300
  </div>
2134
2301
 
2135
2302
  </li>
@@ -2147,7 +2314,7 @@ applied to Domains and TCP Addresses they have been attached to.
2147
2314
 
2148
2315
  &mdash;
2149
2316
  <div class='inline'>
2150
- <p>saml module configuration or null“</p>
2317
+ <p>saml module configuration or <code>null</code></p>
2151
2318
  </div>
2152
2319
 
2153
2320
  </li>
@@ -2165,7 +2332,7 @@ applied to Domains and TCP Addresses they have been attached to.
2165
2332
 
2166
2333
  &mdash;
2167
2334
  <div class='inline'>
2168
- <p>oidc module configuration or null“</p>
2335
+ <p>oidc module configuration or <code>null</code></p>
2169
2336
  </div>
2170
2337
 
2171
2338
  </li>
@@ -2197,39 +2364,6 @@ applied to Domains and TCP Addresses they have been attached to.
2197
2364
  <pre class="lines">
2198
2365
 
2199
2366
 
2200
- 281
2201
- 282
2202
- 283
2203
- 284
2204
- 285
2205
- 286
2206
- 287
2207
- 288
2208
- 289
2209
- 290
2210
- 291
2211
- 292
2212
- 293
2213
- 294
2214
- 295
2215
- 296
2216
- 297
2217
- 298
2218
- 299
2219
- 300
2220
- 301
2221
- 302
2222
- 303
2223
- 304
2224
- 305
2225
- 306
2226
- 307
2227
- 308
2228
- 309
2229
- 310
2230
- 311
2231
- 312
2232
- 313
2233
2367
  314
2234
2368
  315
2235
2369
  316
@@ -2237,10 +2371,43 @@ applied to Domains and TCP Addresses they have been attached to.
2237
2371
  318
2238
2372
  319
2239
2373
  320
2240
- 321</pre>
2374
+ 321
2375
+ 322
2376
+ 323
2377
+ 324
2378
+ 325
2379
+ 326
2380
+ 327
2381
+ 328
2382
+ 329
2383
+ 330
2384
+ 331
2385
+ 332
2386
+ 333
2387
+ 334
2388
+ 335
2389
+ 336
2390
+ 337
2391
+ 338
2392
+ 339
2393
+ 340
2394
+ 341
2395
+ 342
2396
+ 343
2397
+ 344
2398
+ 345
2399
+ 346
2400
+ 347
2401
+ 348
2402
+ 349
2403
+ 350
2404
+ 351
2405
+ 352
2406
+ 353
2407
+ 354</pre>
2241
2408
  </td>
2242
2409
  <td>
2243
- <pre class="code"><span class="info file"># File 'lib/ngrokapi/services/endpoint_configurations_client.rb', line 281</span>
2410
+ <pre class="code"><span class="info file"># File 'lib/ngrokapi/services/endpoint_configurations_client.rb', line 314</span>
2244
2411
 
2245
2412
  <span class='kw'>def</span> <span class='id identifier rubyid_update!'>update!</span><span class='lparen'>(</span>
2246
2413
  <span class='label'>id:</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span>
@@ -2293,7 +2460,7 @@ applied to Domains and TCP Addresses they have been attached to.
2293
2460
  </div>
2294
2461
 
2295
2462
  <div id="footer">
2296
- Generated on Mon Oct 4 23:24:18 2021 by
2463
+ Generated on Tue Oct 19 15:48:26 2021 by
2297
2464
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
2298
2465
  0.9.26 (ruby-3.0.1).
2299
2466
  </div>