ngrok-api 0.16.0 → 0.17.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 (373) hide show
  1. checksums.yaml +4 -4
  2. data/doc/NgrokAPI/Client.html +270 -180
  3. data/doc/NgrokAPI/Error.html +2 -2
  4. data/doc/NgrokAPI/Errors/NotFoundError.html +2 -2
  5. data/doc/NgrokAPI/Errors.html +2 -2
  6. data/doc/NgrokAPI/HttpClient.html +2 -2
  7. data/doc/NgrokAPI/Models/APIKey.html +2 -2
  8. data/doc/NgrokAPI/Models/AWSAuth.html +2 -2
  9. data/doc/NgrokAPI/Models/AWSCredentials.html +2 -2
  10. data/doc/NgrokAPI/Models/AWSRole.html +2 -2
  11. data/doc/NgrokAPI/Models/AbuseReport.html +2 -2
  12. data/doc/NgrokAPI/Models/AbuseReportHostname.html +2 -2
  13. data/doc/NgrokAPI/Models/AgentIngress.html +2 -2
  14. data/doc/NgrokAPI/Models/CertificateAuthority.html +2 -2
  15. data/doc/NgrokAPI/Models/Credential.html +2 -2
  16. data/doc/NgrokAPI/Models/Endpoint.html +1431 -0
  17. data/{docs/NgrokAPI/Models/EndpointLogging.html → doc/NgrokAPI/Models/EndpointBackend.html} +41 -41
  18. data/doc/NgrokAPI/Models/{EndpointLoggingMutate.html → EndpointBackendMutate.html} +41 -41
  19. data/doc/NgrokAPI/Models/EndpointCircuitBreaker.html +2 -2
  20. data/doc/NgrokAPI/Models/EndpointCompression.html +2 -2
  21. data/doc/NgrokAPI/Models/EndpointIPPolicy.html +2 -2
  22. data/doc/NgrokAPI/Models/EndpointIPPolicyMutate.html +2 -2
  23. data/doc/NgrokAPI/Models/EndpointMutualTLS.html +2 -2
  24. data/doc/NgrokAPI/Models/EndpointMutualTLSMutate.html +2 -2
  25. data/doc/NgrokAPI/Models/EndpointOAuth.html +2 -2
  26. data/doc/NgrokAPI/Models/EndpointOAuthFacebook.html +2 -2
  27. data/doc/NgrokAPI/Models/EndpointOAuthGitHub.html +2 -2
  28. data/doc/NgrokAPI/Models/EndpointOAuthGoogle.html +2 -2
  29. data/doc/NgrokAPI/Models/EndpointOAuthMicrosoft.html +2 -2
  30. data/doc/NgrokAPI/Models/EndpointOAuthProvider.html +2 -2
  31. data/doc/NgrokAPI/Models/EndpointOIDC.html +2 -2
  32. data/doc/NgrokAPI/Models/EndpointRequestHeaders.html +2 -2
  33. data/doc/NgrokAPI/Models/EndpointResponseHeaders.html +2 -2
  34. data/doc/NgrokAPI/Models/EndpointSAML.html +2 -2
  35. data/doc/NgrokAPI/Models/EndpointSAMLMutate.html +2 -2
  36. data/doc/NgrokAPI/Models/EndpointTLSTermination.html +2 -2
  37. data/doc/NgrokAPI/Models/EndpointTLSTerminationAtEdge.html +617 -0
  38. data/doc/NgrokAPI/Models/EndpointWebhookValidation.html +2 -2
  39. data/doc/NgrokAPI/Models/EndpointWebsocketTCPConverter.html +543 -0
  40. data/doc/NgrokAPI/Models/EventDestination.html +6 -6
  41. data/doc/NgrokAPI/Models/EventSource.html +2 -2
  42. data/doc/NgrokAPI/Models/EventSourceList.html +2 -2
  43. data/doc/NgrokAPI/Models/EventSourceReplace.html +2 -2
  44. data/doc/NgrokAPI/Models/EventSubscription.html +2 -2
  45. data/doc/NgrokAPI/Models/EventTarget.html +2 -2
  46. data/doc/NgrokAPI/Models/EventTargetCloudwatchLogs.html +2 -2
  47. data/doc/NgrokAPI/Models/EventTargetFirehose.html +2 -2
  48. data/doc/NgrokAPI/Models/EventTargetKinesis.html +2 -2
  49. data/doc/NgrokAPI/Models/FailoverBackend.html +1075 -0
  50. data/doc/NgrokAPI/Models/HTTPResponseBackend.html +1231 -0
  51. data/{docs/NgrokAPI/Models/EventStream.html → doc/NgrokAPI/Models/HTTPSEdge.html} +118 -118
  52. data/doc/NgrokAPI/Models/{EndpointConfiguration.html → HTTPSEdgeRoute.html} +202 -264
  53. data/doc/NgrokAPI/Models/IPPolicy.html +2 -2
  54. data/doc/NgrokAPI/Models/IPPolicyRule.html +96 -22
  55. data/doc/NgrokAPI/Models/IPRestriction.html +2 -2
  56. data/doc/NgrokAPI/Models/Listable.html +2 -2
  57. data/doc/NgrokAPI/Models/Ref.html +2 -2
  58. data/doc/NgrokAPI/Models/ReservedAddr.html +2 -2
  59. data/doc/NgrokAPI/Models/ReservedDomain.html +2 -2
  60. data/doc/NgrokAPI/Models/ReservedDomainCertJob.html +2 -2
  61. data/doc/NgrokAPI/Models/ReservedDomainCertPolicy.html +2 -2
  62. data/doc/NgrokAPI/Models/ReservedDomainCertStatus.html +2 -2
  63. data/doc/NgrokAPI/Models/SSHCertificateAuthority.html +2 -2
  64. data/doc/NgrokAPI/Models/SSHCredential.html +2 -2
  65. data/doc/NgrokAPI/Models/SSHHostCertificate.html +2 -2
  66. data/doc/NgrokAPI/Models/SSHUserCertificate.html +2 -2
  67. data/doc/NgrokAPI/Models/TCPEdge.html +1235 -0
  68. data/doc/NgrokAPI/Models/TLSCertificate.html +2 -2
  69. data/doc/NgrokAPI/Models/TLSCertificateSANs.html +2 -2
  70. data/doc/NgrokAPI/Models/TLSEdge.html +1395 -0
  71. data/doc/NgrokAPI/Models/Tunnel.html +313 -17
  72. data/doc/NgrokAPI/Models/TunnelGroupBackend.html +1149 -0
  73. data/doc/NgrokAPI/Models/TunnelSession.html +2 -2
  74. data/doc/NgrokAPI/Models/WeightedBackend.html +1075 -0
  75. data/doc/NgrokAPI/Models.html +4 -4
  76. data/doc/NgrokAPI/PagedIterator.html +2 -2
  77. data/doc/NgrokAPI/Services/APIKeysClient.html +2 -2
  78. data/doc/NgrokAPI/Services/AbuseReportsClient.html +2 -2
  79. data/doc/NgrokAPI/Services/AgentIngressesClient.html +2 -2
  80. data/doc/NgrokAPI/Services/CertificateAuthoritiesClient.html +2 -2
  81. data/doc/NgrokAPI/Services/CredentialsClient.html +2 -2
  82. data/doc/NgrokAPI/Services/EdgeRouteBackendModuleClient.html +1153 -0
  83. data/doc/NgrokAPI/Services/{EndpointCircuitBreakerModuleClient.html → EdgeRouteCircuitBreakerModuleClient.html} +206 -96
  84. data/{docs/NgrokAPI/Services/EndpointCompressionModuleClient.html → doc/NgrokAPI/Services/EdgeRouteCompressionModuleClient.html} +206 -96
  85. data/doc/NgrokAPI/Services/EdgeRouteIPRestrictionModuleClient.html +1153 -0
  86. data/doc/NgrokAPI/Services/EdgeRouteOAuthModuleClient.html +1153 -0
  87. data/{docs/NgrokAPI/Services/EndpointOIDCModuleClient.html → doc/NgrokAPI/Services/EdgeRouteOIDCModuleClient.html} +206 -96
  88. data/doc/NgrokAPI/Services/EdgeRouteRequestHeadersModuleClient.html +1153 -0
  89. data/{docs/NgrokAPI/Services/EndpointResponseHeadersModuleClient.html → doc/NgrokAPI/Services/EdgeRouteResponseHeadersModuleClient.html} +206 -96
  90. data/{docs/NgrokAPI/Services/EndpointSAMLModuleClient.html → doc/NgrokAPI/Services/EdgeRouteSAMLModuleClient.html} +206 -96
  91. data/doc/NgrokAPI/Services/{EndpointWebhookValidationModuleClient.html → EdgeRouteWebhookVerificationModuleClient.html} +206 -96
  92. data/doc/NgrokAPI/Services/EdgeRouteWebsocketTCPConverterModuleClient.html +1153 -0
  93. data/doc/NgrokAPI/Services/{EventStreamsClient.html → EdgesHTTPSClient.html} +236 -271
  94. data/{docs/NgrokAPI/Services/EndpointConfigurationsClient.html → doc/NgrokAPI/Services/EdgesHTTPSRoutesClient.html} +456 -620
  95. data/doc/NgrokAPI/Services/EdgesTCPClient.html +1757 -0
  96. data/doc/NgrokAPI/Services/EdgesTLSClient.html +1847 -0
  97. data/doc/NgrokAPI/Services/EndpointsClient.html +907 -0
  98. data/doc/NgrokAPI/Services/EventDestinationsClient.html +35 -35
  99. data/doc/NgrokAPI/Services/EventSourcesClient.html +2 -2
  100. data/doc/NgrokAPI/Services/EventSubscriptionsClient.html +5 -5
  101. data/doc/NgrokAPI/Services/FailoverBackendsClient.html +1644 -0
  102. data/doc/NgrokAPI/Services/HTTPResponseBackendsClient.html +1744 -0
  103. data/doc/NgrokAPI/Services/{EndpointOIDCModuleClient.html → HTTPSEdgeMutualTLSModuleClient.html} +59 -59
  104. data/doc/NgrokAPI/Services/{EndpointRequestHeadersModuleClient.html → HTTPSEdgeTLSTerminationModuleClient.html} +59 -59
  105. data/doc/NgrokAPI/Services/IPPoliciesClient.html +40 -58
  106. data/doc/NgrokAPI/Services/IPPolicyRulesClient.html +60 -40
  107. data/doc/NgrokAPI/Services/IPRestrictionsClient.html +3 -3
  108. data/doc/NgrokAPI/Services/ReservedAddrsClient.html +41 -331
  109. data/doc/NgrokAPI/Services/ReservedDomainsClient.html +94 -674
  110. data/doc/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html +2 -2
  111. data/doc/NgrokAPI/Services/SSHCredentialsClient.html +2 -2
  112. data/doc/NgrokAPI/Services/SSHHostCertificatesClient.html +2 -2
  113. data/doc/NgrokAPI/Services/SSHUserCertificatesClient.html +2 -2
  114. data/{docs/NgrokAPI/Services/EndpointLoggingModuleClient.html → doc/NgrokAPI/Services/TCPEdgeBackendModuleClient.html} +59 -59
  115. data/doc/NgrokAPI/Services/{EndpointIPPolicyModuleClient.html → TCPEdgeIPRestrictionModuleClient.html} +41 -41
  116. data/doc/NgrokAPI/Services/TLSCertificatesClient.html +2 -2
  117. data/doc/NgrokAPI/Services/{EndpointLoggingModuleClient.html → TLSEdgeBackendModuleClient.html} +59 -59
  118. data/{docs/NgrokAPI/Services/EndpointIPPolicyModuleClient.html → doc/NgrokAPI/Services/TLSEdgeIPRestrictionModuleClient.html} +41 -41
  119. data/doc/NgrokAPI/Services/{EndpointMutualTLSModuleClient.html → TLSEdgeMutualTLSModuleClient.html} +41 -41
  120. data/{docs/NgrokAPI/Services/EndpointTLSTerminationModuleClient.html → doc/NgrokAPI/Services/TLSEdgeTLSTerminationModuleClient.html} +41 -41
  121. data/doc/NgrokAPI/Services/TunnelGroupBackendsClient.html +1644 -0
  122. data/doc/NgrokAPI/Services/TunnelSessionsClient.html +2 -2
  123. data/doc/NgrokAPI/Services/TunnelsClient.html +241 -3
  124. data/doc/NgrokAPI/Services/WeightedBackendsClient.html +1644 -0
  125. data/doc/NgrokAPI/Services.html +4 -4
  126. data/doc/NgrokAPI.html +3 -3
  127. data/doc/_index.html +237 -60
  128. data/doc/class_list.html +1 -1
  129. data/doc/file.README.html +2 -2
  130. data/doc/index.html +2 -2
  131. data/doc/method_list.html +3393 -1433
  132. data/doc/top-level-namespace.html +2 -2
  133. data/docs/NgrokAPI/Client.html +270 -180
  134. data/docs/NgrokAPI/Error.html +2 -2
  135. data/docs/NgrokAPI/Errors/NotFoundError.html +2 -2
  136. data/docs/NgrokAPI/Errors.html +2 -2
  137. data/docs/NgrokAPI/HttpClient.html +2 -2
  138. data/docs/NgrokAPI/Models/APIKey.html +2 -2
  139. data/docs/NgrokAPI/Models/AWSAuth.html +2 -2
  140. data/docs/NgrokAPI/Models/AWSCredentials.html +2 -2
  141. data/docs/NgrokAPI/Models/AWSRole.html +2 -2
  142. data/docs/NgrokAPI/Models/AbuseReport.html +2 -2
  143. data/docs/NgrokAPI/Models/AbuseReportHostname.html +2 -2
  144. data/docs/NgrokAPI/Models/AgentIngress.html +2 -2
  145. data/docs/NgrokAPI/Models/CertificateAuthority.html +2 -2
  146. data/docs/NgrokAPI/Models/Credential.html +2 -2
  147. data/docs/NgrokAPI/Models/Endpoint.html +1431 -0
  148. data/{doc/NgrokAPI/Models/EndpointLogging.html → docs/NgrokAPI/Models/EndpointBackend.html} +41 -41
  149. data/docs/NgrokAPI/Models/{EndpointLoggingMutate.html → EndpointBackendMutate.html} +41 -41
  150. data/docs/NgrokAPI/Models/EndpointCircuitBreaker.html +2 -2
  151. data/docs/NgrokAPI/Models/EndpointCompression.html +2 -2
  152. data/docs/NgrokAPI/Models/EndpointIPPolicy.html +2 -2
  153. data/docs/NgrokAPI/Models/EndpointIPPolicyMutate.html +2 -2
  154. data/docs/NgrokAPI/Models/EndpointMutualTLS.html +2 -2
  155. data/docs/NgrokAPI/Models/EndpointMutualTLSMutate.html +2 -2
  156. data/docs/NgrokAPI/Models/EndpointOAuth.html +2 -2
  157. data/docs/NgrokAPI/Models/EndpointOAuthFacebook.html +2 -2
  158. data/docs/NgrokAPI/Models/EndpointOAuthGitHub.html +2 -2
  159. data/docs/NgrokAPI/Models/EndpointOAuthGoogle.html +2 -2
  160. data/docs/NgrokAPI/Models/EndpointOAuthMicrosoft.html +2 -2
  161. data/docs/NgrokAPI/Models/EndpointOAuthProvider.html +2 -2
  162. data/docs/NgrokAPI/Models/EndpointOIDC.html +2 -2
  163. data/docs/NgrokAPI/Models/EndpointRequestHeaders.html +2 -2
  164. data/docs/NgrokAPI/Models/EndpointResponseHeaders.html +2 -2
  165. data/docs/NgrokAPI/Models/EndpointSAML.html +2 -2
  166. data/docs/NgrokAPI/Models/EndpointSAMLMutate.html +2 -2
  167. data/docs/NgrokAPI/Models/EndpointTLSTermination.html +2 -2
  168. data/docs/NgrokAPI/Models/EndpointTLSTerminationAtEdge.html +617 -0
  169. data/docs/NgrokAPI/Models/EndpointWebhookValidation.html +2 -2
  170. data/docs/NgrokAPI/Models/EndpointWebsocketTCPConverter.html +543 -0
  171. data/docs/NgrokAPI/Models/EventDestination.html +6 -6
  172. data/docs/NgrokAPI/Models/EventSource.html +2 -2
  173. data/docs/NgrokAPI/Models/EventSourceList.html +2 -2
  174. data/docs/NgrokAPI/Models/EventSourceReplace.html +2 -2
  175. data/docs/NgrokAPI/Models/EventSubscription.html +2 -2
  176. data/docs/NgrokAPI/Models/EventTarget.html +2 -2
  177. data/docs/NgrokAPI/Models/EventTargetCloudwatchLogs.html +2 -2
  178. data/docs/NgrokAPI/Models/EventTargetFirehose.html +2 -2
  179. data/docs/NgrokAPI/Models/EventTargetKinesis.html +2 -2
  180. data/docs/NgrokAPI/Models/FailoverBackend.html +1075 -0
  181. data/docs/NgrokAPI/Models/HTTPResponseBackend.html +1231 -0
  182. data/{doc/NgrokAPI/Models/EventStream.html → docs/NgrokAPI/Models/HTTPSEdge.html} +118 -118
  183. data/docs/NgrokAPI/Models/{EndpointConfiguration.html → HTTPSEdgeRoute.html} +202 -264
  184. data/docs/NgrokAPI/Models/IPPolicy.html +2 -2
  185. data/docs/NgrokAPI/Models/IPPolicyRule.html +96 -22
  186. data/docs/NgrokAPI/Models/IPRestriction.html +2 -2
  187. data/docs/NgrokAPI/Models/Listable.html +2 -2
  188. data/docs/NgrokAPI/Models/Ref.html +2 -2
  189. data/docs/NgrokAPI/Models/ReservedAddr.html +2 -2
  190. data/docs/NgrokAPI/Models/ReservedDomain.html +2 -2
  191. data/docs/NgrokAPI/Models/ReservedDomainCertJob.html +2 -2
  192. data/docs/NgrokAPI/Models/ReservedDomainCertPolicy.html +2 -2
  193. data/docs/NgrokAPI/Models/ReservedDomainCertStatus.html +2 -2
  194. data/docs/NgrokAPI/Models/SSHCertificateAuthority.html +2 -2
  195. data/docs/NgrokAPI/Models/SSHCredential.html +2 -2
  196. data/docs/NgrokAPI/Models/SSHHostCertificate.html +2 -2
  197. data/docs/NgrokAPI/Models/SSHUserCertificate.html +2 -2
  198. data/docs/NgrokAPI/Models/TCPEdge.html +1235 -0
  199. data/docs/NgrokAPI/Models/TLSCertificate.html +2 -2
  200. data/docs/NgrokAPI/Models/TLSCertificateSANs.html +2 -2
  201. data/docs/NgrokAPI/Models/TLSEdge.html +1395 -0
  202. data/docs/NgrokAPI/Models/Tunnel.html +313 -17
  203. data/docs/NgrokAPI/Models/TunnelGroupBackend.html +1149 -0
  204. data/docs/NgrokAPI/Models/TunnelSession.html +2 -2
  205. data/docs/NgrokAPI/Models/WeightedBackend.html +1075 -0
  206. data/docs/NgrokAPI/Models.html +4 -4
  207. data/docs/NgrokAPI/PagedIterator.html +2 -2
  208. data/docs/NgrokAPI/Services/APIKeysClient.html +2 -2
  209. data/docs/NgrokAPI/Services/AbuseReportsClient.html +2 -2
  210. data/docs/NgrokAPI/Services/AgentIngressesClient.html +2 -2
  211. data/docs/NgrokAPI/Services/CertificateAuthoritiesClient.html +2 -2
  212. data/docs/NgrokAPI/Services/CredentialsClient.html +2 -2
  213. data/docs/NgrokAPI/Services/EdgeRouteBackendModuleClient.html +1153 -0
  214. data/docs/NgrokAPI/Services/{EndpointCircuitBreakerModuleClient.html → EdgeRouteCircuitBreakerModuleClient.html} +206 -96
  215. data/{doc/NgrokAPI/Services/EndpointCompressionModuleClient.html → docs/NgrokAPI/Services/EdgeRouteCompressionModuleClient.html} +206 -96
  216. data/docs/NgrokAPI/Services/EdgeRouteIPRestrictionModuleClient.html +1153 -0
  217. data/docs/NgrokAPI/Services/EdgeRouteOAuthModuleClient.html +1153 -0
  218. data/docs/NgrokAPI/Services/EdgeRouteOIDCModuleClient.html +1153 -0
  219. data/docs/NgrokAPI/Services/EdgeRouteRequestHeadersModuleClient.html +1153 -0
  220. data/{doc/NgrokAPI/Services/EndpointResponseHeadersModuleClient.html → docs/NgrokAPI/Services/EdgeRouteResponseHeadersModuleClient.html} +206 -96
  221. data/docs/NgrokAPI/Services/EdgeRouteSAMLModuleClient.html +1153 -0
  222. data/docs/NgrokAPI/Services/{EndpointWebhookValidationModuleClient.html → EdgeRouteWebhookVerificationModuleClient.html} +206 -96
  223. data/docs/NgrokAPI/Services/EdgeRouteWebsocketTCPConverterModuleClient.html +1153 -0
  224. data/docs/NgrokAPI/Services/{EventStreamsClient.html → EdgesHTTPSClient.html} +236 -271
  225. data/{doc/NgrokAPI/Services/EndpointConfigurationsClient.html → docs/NgrokAPI/Services/EdgesHTTPSRoutesClient.html} +456 -620
  226. data/docs/NgrokAPI/Services/EdgesTCPClient.html +1757 -0
  227. data/docs/NgrokAPI/Services/EdgesTLSClient.html +1847 -0
  228. data/docs/NgrokAPI/Services/EndpointsClient.html +907 -0
  229. data/docs/NgrokAPI/Services/EventDestinationsClient.html +35 -35
  230. data/docs/NgrokAPI/Services/EventSourcesClient.html +2 -2
  231. data/docs/NgrokAPI/Services/EventSubscriptionsClient.html +5 -5
  232. data/docs/NgrokAPI/Services/FailoverBackendsClient.html +1644 -0
  233. data/docs/NgrokAPI/Services/HTTPResponseBackendsClient.html +1744 -0
  234. data/{doc/NgrokAPI/Services/EndpointSAMLModuleClient.html → docs/NgrokAPI/Services/HTTPSEdgeMutualTLSModuleClient.html} +59 -59
  235. data/docs/NgrokAPI/Services/{EndpointRequestHeadersModuleClient.html → HTTPSEdgeTLSTerminationModuleClient.html} +59 -59
  236. data/docs/NgrokAPI/Services/IPPoliciesClient.html +40 -58
  237. data/docs/NgrokAPI/Services/IPPolicyRulesClient.html +60 -40
  238. data/docs/NgrokAPI/Services/IPRestrictionsClient.html +3 -3
  239. data/docs/NgrokAPI/Services/ReservedAddrsClient.html +41 -331
  240. data/docs/NgrokAPI/Services/ReservedDomainsClient.html +94 -674
  241. data/docs/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html +2 -2
  242. data/docs/NgrokAPI/Services/SSHCredentialsClient.html +2 -2
  243. data/docs/NgrokAPI/Services/SSHHostCertificatesClient.html +2 -2
  244. data/docs/NgrokAPI/Services/SSHUserCertificatesClient.html +2 -2
  245. data/docs/NgrokAPI/Services/{EndpointOAuthModuleClient.html → TCPEdgeBackendModuleClient.html} +59 -59
  246. data/docs/NgrokAPI/Services/TCPEdgeIPRestrictionModuleClient.html +1043 -0
  247. data/docs/NgrokAPI/Services/TLSCertificatesClient.html +2 -2
  248. data/{doc/NgrokAPI/Services/EndpointOAuthModuleClient.html → docs/NgrokAPI/Services/TLSEdgeBackendModuleClient.html} +59 -59
  249. data/docs/NgrokAPI/Services/TLSEdgeIPRestrictionModuleClient.html +1043 -0
  250. data/docs/NgrokAPI/Services/{EndpointMutualTLSModuleClient.html → TLSEdgeMutualTLSModuleClient.html} +41 -41
  251. data/{doc/NgrokAPI/Services/EndpointTLSTerminationModuleClient.html → docs/NgrokAPI/Services/TLSEdgeTLSTerminationModuleClient.html} +41 -41
  252. data/docs/NgrokAPI/Services/TunnelGroupBackendsClient.html +1644 -0
  253. data/docs/NgrokAPI/Services/TunnelSessionsClient.html +2 -2
  254. data/docs/NgrokAPI/Services/TunnelsClient.html +241 -3
  255. data/docs/NgrokAPI/Services/WeightedBackendsClient.html +1644 -0
  256. data/docs/NgrokAPI/Services.html +4 -4
  257. data/docs/NgrokAPI.html +3 -3
  258. data/docs/_index.html +237 -60
  259. data/docs/class_list.html +1 -1
  260. data/docs/file.README.html +2 -2
  261. data/docs/index.html +2 -2
  262. data/docs/method_list.html +3393 -1433
  263. data/docs/top-level-namespace.html +2 -2
  264. data/lib/ngrokapi/client.rb +47 -24
  265. data/lib/ngrokapi/models/endpoint.rb +49 -0
  266. data/lib/ngrokapi/models/{endpoint_logging.rb → endpoint_backend.rb} +3 -3
  267. data/lib/ngrokapi/models/{endpoint_logging_mutate.rb → endpoint_backend_mutate.rb} +3 -3
  268. data/lib/ngrokapi/models/endpoint_tls_termination_at_edge.rb +27 -0
  269. data/lib/ngrokapi/models/endpoint_websocket_tcp_converter.rb +25 -0
  270. data/lib/ngrokapi/models/event_destination.rb +1 -2
  271. data/lib/ngrokapi/models/{event_stream.rb → failover_backend.rb} +15 -27
  272. data/lib/ngrokapi/models/http_response_backend.rb +71 -0
  273. data/lib/ngrokapi/models/https_edge.rb +80 -0
  274. data/lib/ngrokapi/models/{endpoint_configuration.rb → https_edge_route.rb} +56 -53
  275. data/lib/ngrokapi/models/ip_policy_rule.rb +3 -1
  276. data/lib/ngrokapi/models/tcp_edge.rb +78 -0
  277. data/lib/ngrokapi/models/tls_edge.rb +88 -0
  278. data/lib/ngrokapi/models/tunnel.rb +9 -1
  279. data/lib/ngrokapi/models/tunnel_group_backend.rb +67 -0
  280. data/lib/ngrokapi/models/weighted_backend.rb +65 -0
  281. data/lib/ngrokapi/services/edge_route_backend_module_client.rb +120 -0
  282. data/lib/ngrokapi/services/{endpoint_circuit_breaker_module_client.rb → edge_route_circuit_breaker_module_client.rb} +37 -25
  283. data/lib/ngrokapi/services/{endpoint_compression_module_client.rb → edge_route_compression_module_client.rb} +37 -25
  284. data/lib/ngrokapi/services/edge_route_ip_restriction_module_client.rb +120 -0
  285. data/lib/ngrokapi/services/edge_route_o_auth_module_client.rb +120 -0
  286. data/lib/ngrokapi/services/edge_route_oidc_module_client.rb +120 -0
  287. data/lib/ngrokapi/services/edge_route_request_headers_module_client.rb +120 -0
  288. data/lib/ngrokapi/services/{endpoint_response_headers_module_client.rb → edge_route_response_headers_module_client.rb} +37 -25
  289. data/lib/ngrokapi/services/edge_route_saml_module_client.rb +120 -0
  290. data/lib/ngrokapi/services/{endpoint_webhook_validation_module_client.rb → edge_route_webhook_verification_module_client.rb} +37 -25
  291. data/lib/ngrokapi/services/edge_route_websocket_tcp_converter_module_client.rb +120 -0
  292. data/lib/ngrokapi/services/edges_https_client.rb +227 -0
  293. data/lib/ngrokapi/services/edges_https_routes_client.rb +244 -0
  294. data/lib/ngrokapi/services/edges_tcp_client.rb +227 -0
  295. data/lib/ngrokapi/services/edges_tls_client.rb +239 -0
  296. data/lib/ngrokapi/services/endpoints_client.rb +114 -0
  297. data/lib/ngrokapi/services/event_destinations_client.rb +2 -4
  298. data/lib/ngrokapi/services/event_subscriptions_client.rb +3 -3
  299. data/lib/ngrokapi/services/failover_backends_client.rb +214 -0
  300. data/lib/ngrokapi/services/http_response_backends_client.rb +199 -0
  301. data/lib/ngrokapi/services/{endpoint_saml_module_client.rb → https_edge_mutual_tls_module_client.rb} +25 -25
  302. data/lib/ngrokapi/services/{endpoint_request_headers_module_client.rb → https_edge_tls_termination_module_client.rb} +25 -25
  303. data/lib/ngrokapi/services/ip_policies_client.rb +1 -3
  304. data/lib/ngrokapi/services/ip_policy_rules_client.rb +3 -1
  305. data/lib/ngrokapi/services/ip_restrictions_client.rb +1 -1
  306. data/lib/ngrokapi/services/reserved_addrs_client.rb +0 -37
  307. data/lib/ngrokapi/services/reserved_domains_client.rb +0 -74
  308. data/lib/ngrokapi/services/{endpoint_logging_module_client.rb → tcp_edge_backend_module_client.rb} +25 -25
  309. data/lib/ngrokapi/services/{endpoint_ip_policy_module_client.rb → tcp_edge_ip_restriction_module_client.rb} +15 -15
  310. data/lib/ngrokapi/services/{endpoint_oidc_module_client.rb → tls_edge_backend_module_client.rb} +25 -25
  311. data/lib/ngrokapi/services/{endpoint_o_auth_module_client.rb → tls_edge_ip_restriction_module_client.rb} +25 -25
  312. data/lib/ngrokapi/services/{endpoint_mutual_tls_module_client.rb → tls_edge_mutual_tls_module_client.rb} +15 -15
  313. data/lib/ngrokapi/services/{endpoint_tls_termination_module_client.rb → tls_edge_tls_termination_module_client.rb} +15 -15
  314. data/lib/ngrokapi/services/tunnel_group_backends_client.rb +212 -0
  315. data/lib/ngrokapi/services/tunnels_client.rb +35 -0
  316. data/lib/ngrokapi/services/weighted_backends_client.rb +214 -0
  317. data/lib/ngrokapi/version.rb +1 -1
  318. data/spec/ngrokapi/client_spec.rb +44 -23
  319. data/spec/ngrokapi/models/endpoint_backend_mutate_spec.rb +21 -0
  320. data/spec/ngrokapi/models/endpoint_backend_spec.rb +21 -0
  321. data/spec/ngrokapi/models/endpoint_spec.rb +21 -0
  322. data/spec/ngrokapi/models/endpoint_tls_termination_at_edge_spec.rb +21 -0
  323. data/spec/ngrokapi/models/endpoint_websocket_tcp_converter_spec.rb +21 -0
  324. data/spec/ngrokapi/models/failover_backend_spec.rb +45 -0
  325. data/spec/ngrokapi/models/http_response_backend_spec.rb +51 -0
  326. data/spec/ngrokapi/models/https_edge_route_spec.rb +81 -0
  327. data/spec/ngrokapi/models/https_edge_spec.rb +51 -0
  328. data/spec/ngrokapi/models/tcp_edge_spec.rb +51 -0
  329. data/spec/ngrokapi/models/tls_edge_spec.rb +57 -0
  330. data/spec/ngrokapi/models/tunnel_group_backend_spec.rb +45 -0
  331. data/spec/ngrokapi/models/weighted_backend_spec.rb +45 -0
  332. data/spec/ngrokapi/services/edge_route_backend_module_client_spec.rb +139 -0
  333. data/spec/ngrokapi/services/{endpoint_circuit_breaker_module_client_spec.rb → edge_route_circuit_breaker_module_client_spec.rb} +31 -17
  334. data/spec/ngrokapi/services/{endpoint_compression_module_client_spec.rb → edge_route_compression_module_client_spec.rb} +31 -17
  335. data/spec/ngrokapi/services/edge_route_ip_restriction_module_client_spec.rb +139 -0
  336. data/spec/ngrokapi/services/{endpoint_o_auth_module_client_spec.rb → edge_route_o_auth_module_client_spec.rb} +31 -17
  337. data/spec/ngrokapi/services/{endpoint_oidc_module_client_spec.rb → edge_route_oidc_module_client_spec.rb} +31 -17
  338. data/spec/ngrokapi/services/{endpoint_request_headers_module_client_spec.rb → edge_route_request_headers_module_client_spec.rb} +31 -17
  339. data/spec/ngrokapi/services/{endpoint_response_headers_module_client_spec.rb → edge_route_response_headers_module_client_spec.rb} +31 -17
  340. data/spec/ngrokapi/services/{endpoint_saml_module_client_spec.rb → edge_route_saml_module_client_spec.rb} +31 -17
  341. data/spec/ngrokapi/services/{endpoint_webhook_validation_module_client_spec.rb → edge_route_webhook_verification_module_client_spec.rb} +31 -17
  342. data/spec/ngrokapi/services/edge_route_websocket_tcp_converter_module_client_spec.rb +139 -0
  343. data/spec/ngrokapi/services/{event_streams_client_spec.rb → edges_https_client_spec.rb} +106 -108
  344. data/spec/ngrokapi/services/edges_https_routes_client_spec.rb +241 -0
  345. data/spec/ngrokapi/services/edges_tcp_client_spec.rb +175 -0
  346. data/spec/ngrokapi/services/edges_tls_client_spec.rb +187 -0
  347. data/spec/ngrokapi/services/endpoints_client_spec.rb +57 -0
  348. data/spec/ngrokapi/services/failover_backends_client_spec.rb +163 -0
  349. data/spec/ngrokapi/services/http_response_backends_client_spec.rb +175 -0
  350. data/spec/ngrokapi/services/{endpoint_mutual_tls_module_client_spec.rb → https_edge_mutual_tls_module_client_spec.rb} +17 -17
  351. data/spec/ngrokapi/services/{endpoint_tls_termination_module_client_spec.rb → https_edge_tls_termination_module_client_spec.rb} +17 -17
  352. data/spec/ngrokapi/services/ip_policies_client_spec.rb +0 -1
  353. data/spec/ngrokapi/services/ip_policy_rules_client_spec.rb +3 -1
  354. data/spec/ngrokapi/services/reserved_addrs_client_spec.rb +0 -44
  355. data/spec/ngrokapi/services/reserved_domains_client_spec.rb +0 -88
  356. data/spec/ngrokapi/services/{endpoint_logging_module_client_spec.rb → tcp_edge_backend_module_client_spec.rb} +40 -40
  357. data/spec/ngrokapi/services/{endpoint_ip_policy_module_client_spec.rb → tcp_edge_ip_restriction_module_client_spec.rb} +17 -17
  358. data/spec/ngrokapi/services/tls_edge_backend_module_client_spec.rb +125 -0
  359. data/spec/ngrokapi/services/tls_edge_ip_restriction_module_client_spec.rb +125 -0
  360. data/spec/ngrokapi/services/tls_edge_mutual_tls_module_client_spec.rb +125 -0
  361. data/spec/ngrokapi/services/tls_edge_tls_termination_module_client_spec.rb +125 -0
  362. data/spec/ngrokapi/services/tunnel_group_backends_client_spec.rb +163 -0
  363. data/spec/ngrokapi/services/tunnels_client_spec.rb +36 -0
  364. data/spec/ngrokapi/services/weighted_backends_client_spec.rb +163 -0
  365. data/spec/spec_helper.rb +326 -33
  366. metadata +166 -74
  367. data/lib/ngrokapi/services/endpoint_configurations_client.rb +0 -289
  368. data/lib/ngrokapi/services/event_streams_client.rb +0 -224
  369. data/spec/ngrokapi/models/endpoint_configuration_spec.rb +0 -78
  370. data/spec/ngrokapi/models/endpoint_logging_mutate_spec.rb +0 -21
  371. data/spec/ngrokapi/models/endpoint_logging_spec.rb +0 -21
  372. data/spec/ngrokapi/models/event_stream_spec.rb +0 -51
  373. data/spec/ngrokapi/services/endpoint_configurations_client_spec.rb +0 -237
@@ -3,10 +3,10 @@
3
3
  module NgrokAPI
4
4
  module Services
5
5
  ##
6
- # https://ngrok.com/docs/api#api-endpoint-o-auth-module
7
- class EndpointOAuthModuleClient
6
+ # https://ngrok.com/docs/api#api-tls-edge-ip-restriction-module
7
+ class TLSEdgeIPRestrictionModuleClient
8
8
  # The API path for the requests
9
- PATH = '/endpoint_configurations/%{id}/oauth'
9
+ PATH = '/edges/tls/%{id}/ip_restriction'
10
10
 
11
11
  attr_reader :client
12
12
 
@@ -16,75 +16,75 @@ module NgrokAPI
16
16
 
17
17
  ##
18
18
  # @param [string] id
19
- # @param [EndpointOAuth] a_module
20
- # @return [NgrokAPI::Models::EndpointOAuth] result from the API request
19
+ # @param [EndpointIPPolicyMutate] a_module
20
+ # @return [NgrokAPI::Models::EndpointIPPolicy] result from the API request
21
21
  #
22
- # https://ngrok.com/docs/api#api-endpoint-o-auth-module-replace
22
+ # https://ngrok.com/docs/api#api-tls-edge-ip-restriction-module-replace
23
23
  def replace(id: "", a_module: nil)
24
- path = '/endpoint_configurations/%{id}/oauth'
24
+ path = '/edges/tls/%{id}/ip_restriction'
25
25
  replacements = {
26
26
  id: id,
27
27
  }
28
28
  data = {}
29
29
  data[:module] = a_module if a_module
30
30
  result = @client.put(path % replacements, data: data)
31
- NgrokAPI::Models::EndpointOAuth.new(client: self, result: result)
31
+ NgrokAPI::Models::EndpointIPPolicy.new(client: self, result: result)
32
32
  end
33
33
 
34
34
  ##
35
35
  # @param [string] id
36
- # @param [EndpointOAuth] a_module
37
- # @return [NgrokAPI::Models::EndpointOAuth] result from the API request
36
+ # @param [EndpointIPPolicyMutate] a_module
37
+ # @return [NgrokAPI::Models::EndpointIPPolicy] result from the API request
38
38
  #
39
- # https://ngrok.com/docs/api#api-endpoint-o-auth-module-replace
39
+ # https://ngrok.com/docs/api#api-tls-edge-ip-restriction-module-replace
40
40
  def replace!(id: "", a_module: nil)
41
- path = '/endpoint_configurations/%{id}/oauth'
41
+ path = '/edges/tls/%{id}/ip_restriction'
42
42
  replacements = {
43
43
  id: id,
44
44
  }
45
45
  data = {}
46
46
  data[:module] = a_module if a_module
47
47
  result = @client.put(path % replacements, data: data, danger: true)
48
- NgrokAPI::Models::EndpointOAuth.new(client: self, result: result)
48
+ NgrokAPI::Models::EndpointIPPolicy.new(client: self, result: result)
49
49
  end
50
50
 
51
51
  ##
52
52
  # @param [string] id a resource identifier
53
- # @return [NgrokAPI::Models::EndpointOAuth] result from the API request
53
+ # @return [NgrokAPI::Models::EndpointIPPolicy] result from the API request
54
54
  #
55
- # https://ngrok.com/docs/api#api-endpoint-o-auth-module-get
55
+ # https://ngrok.com/docs/api#api-tls-edge-ip-restriction-module-get
56
56
  def get(id: "")
57
- path = '/endpoint_configurations/%{id}/oauth'
57
+ path = '/edges/tls/%{id}/ip_restriction'
58
58
  replacements = {
59
59
  id: id,
60
60
  }
61
61
  data = {}
62
62
  result = @client.get(path % replacements, data: data)
63
- NgrokAPI::Models::EndpointOAuth.new(client: self, result: result)
63
+ NgrokAPI::Models::EndpointIPPolicy.new(client: self, result: result)
64
64
  end
65
65
 
66
66
  ##
67
67
  # @param [string] id a resource identifier
68
- # @return [NgrokAPI::Models::EndpointOAuth] result from the API request
68
+ # @return [NgrokAPI::Models::EndpointIPPolicy] result from the API request
69
69
  #
70
- # https://ngrok.com/docs/api#api-endpoint-o-auth-module-get
70
+ # https://ngrok.com/docs/api#api-tls-edge-ip-restriction-module-get
71
71
  def get!(id: "")
72
- path = '/endpoint_configurations/%{id}/oauth'
72
+ path = '/edges/tls/%{id}/ip_restriction'
73
73
  replacements = {
74
74
  id: id,
75
75
  }
76
76
  data = {}
77
77
  result = @client.get(path % replacements, data: data, danger: true)
78
- NgrokAPI::Models::EndpointOAuth.new(client: self, result: result)
78
+ NgrokAPI::Models::EndpointIPPolicy.new(client: self, result: result)
79
79
  end
80
80
 
81
81
  ##
82
82
  # @param [string] id a resource identifier
83
83
  # @return [NgrokAPI::Models::Empty] result from the API request
84
84
  #
85
- # https://ngrok.com/docs/api#api-endpoint-o-auth-module-delete
85
+ # https://ngrok.com/docs/api#api-tls-edge-ip-restriction-module-delete
86
86
  def delete(id: "")
87
- path = '/endpoint_configurations/%{id}/oauth'
87
+ path = '/edges/tls/%{id}/ip_restriction'
88
88
  replacements = {
89
89
  id: id,
90
90
  }
@@ -95,9 +95,9 @@ module NgrokAPI
95
95
  # @param [string] id a resource identifier
96
96
  # @return [NgrokAPI::Models::Empty] result from the API request
97
97
  #
98
- # https://ngrok.com/docs/api#api-endpoint-o-auth-module-delete
98
+ # https://ngrok.com/docs/api#api-tls-edge-ip-restriction-module-delete
99
99
  def delete!(id: "")
100
- path = '/endpoint_configurations/%{id}/oauth'
100
+ path = '/edges/tls/%{id}/ip_restriction'
101
101
  replacements = {
102
102
  id: id,
103
103
  }
@@ -3,10 +3,10 @@
3
3
  module NgrokAPI
4
4
  module Services
5
5
  ##
6
- # https://ngrok.com/docs/api#api-endpoint-mutual-tls-module
7
- class EndpointMutualTLSModuleClient
6
+ # https://ngrok.com/docs/api#api-tls-edge-mutual-tls-module
7
+ class TLSEdgeMutualTLSModuleClient
8
8
  # The API path for the requests
9
- PATH = '/endpoint_configurations/%{id}/mutual_tls'
9
+ PATH = '/edges/tls/%{id}/mutual_tls'
10
10
 
11
11
  attr_reader :client
12
12
 
@@ -19,9 +19,9 @@ module NgrokAPI
19
19
  # @param [EndpointMutualTLSMutate] a_module
20
20
  # @return [NgrokAPI::Models::EndpointMutualTLS] result from the API request
21
21
  #
22
- # https://ngrok.com/docs/api#api-endpoint-mutual-tls-module-replace
22
+ # https://ngrok.com/docs/api#api-tls-edge-mutual-tls-module-replace
23
23
  def replace(id: "", a_module: nil)
24
- path = '/endpoint_configurations/%{id}/mutual_tls'
24
+ path = '/edges/tls/%{id}/mutual_tls'
25
25
  replacements = {
26
26
  id: id,
27
27
  }
@@ -36,9 +36,9 @@ module NgrokAPI
36
36
  # @param [EndpointMutualTLSMutate] a_module
37
37
  # @return [NgrokAPI::Models::EndpointMutualTLS] result from the API request
38
38
  #
39
- # https://ngrok.com/docs/api#api-endpoint-mutual-tls-module-replace
39
+ # https://ngrok.com/docs/api#api-tls-edge-mutual-tls-module-replace
40
40
  def replace!(id: "", a_module: nil)
41
- path = '/endpoint_configurations/%{id}/mutual_tls'
41
+ path = '/edges/tls/%{id}/mutual_tls'
42
42
  replacements = {
43
43
  id: id,
44
44
  }
@@ -52,9 +52,9 @@ module NgrokAPI
52
52
  # @param [string] id a resource identifier
53
53
  # @return [NgrokAPI::Models::EndpointMutualTLS] result from the API request
54
54
  #
55
- # https://ngrok.com/docs/api#api-endpoint-mutual-tls-module-get
55
+ # https://ngrok.com/docs/api#api-tls-edge-mutual-tls-module-get
56
56
  def get(id: "")
57
- path = '/endpoint_configurations/%{id}/mutual_tls'
57
+ path = '/edges/tls/%{id}/mutual_tls'
58
58
  replacements = {
59
59
  id: id,
60
60
  }
@@ -67,9 +67,9 @@ module NgrokAPI
67
67
  # @param [string] id a resource identifier
68
68
  # @return [NgrokAPI::Models::EndpointMutualTLS] result from the API request
69
69
  #
70
- # https://ngrok.com/docs/api#api-endpoint-mutual-tls-module-get
70
+ # https://ngrok.com/docs/api#api-tls-edge-mutual-tls-module-get
71
71
  def get!(id: "")
72
- path = '/endpoint_configurations/%{id}/mutual_tls'
72
+ path = '/edges/tls/%{id}/mutual_tls'
73
73
  replacements = {
74
74
  id: id,
75
75
  }
@@ -82,9 +82,9 @@ module NgrokAPI
82
82
  # @param [string] id a resource identifier
83
83
  # @return [NgrokAPI::Models::Empty] result from the API request
84
84
  #
85
- # https://ngrok.com/docs/api#api-endpoint-mutual-tls-module-delete
85
+ # https://ngrok.com/docs/api#api-tls-edge-mutual-tls-module-delete
86
86
  def delete(id: "")
87
- path = '/endpoint_configurations/%{id}/mutual_tls'
87
+ path = '/edges/tls/%{id}/mutual_tls'
88
88
  replacements = {
89
89
  id: id,
90
90
  }
@@ -95,9 +95,9 @@ module NgrokAPI
95
95
  # @param [string] id a resource identifier
96
96
  # @return [NgrokAPI::Models::Empty] result from the API request
97
97
  #
98
- # https://ngrok.com/docs/api#api-endpoint-mutual-tls-module-delete
98
+ # https://ngrok.com/docs/api#api-tls-edge-mutual-tls-module-delete
99
99
  def delete!(id: "")
100
- path = '/endpoint_configurations/%{id}/mutual_tls'
100
+ path = '/edges/tls/%{id}/mutual_tls'
101
101
  replacements = {
102
102
  id: id,
103
103
  }
@@ -3,10 +3,10 @@
3
3
  module NgrokAPI
4
4
  module Services
5
5
  ##
6
- # https://ngrok.com/docs/api#api-endpoint-tls-termination-module
7
- class EndpointTLSTerminationModuleClient
6
+ # https://ngrok.com/docs/api#api-tls-edge-tls-termination-module
7
+ class TLSEdgeTLSTerminationModuleClient
8
8
  # The API path for the requests
9
- PATH = '/endpoint_configurations/%{id}/tls_termination'
9
+ PATH = '/edges/tls/%{id}/tls_termination'
10
10
 
11
11
  attr_reader :client
12
12
 
@@ -19,9 +19,9 @@ module NgrokAPI
19
19
  # @param [EndpointTLSTermination] a_module
20
20
  # @return [NgrokAPI::Models::EndpointTLSTermination] result from the API request
21
21
  #
22
- # https://ngrok.com/docs/api#api-endpoint-tls-termination-module-replace
22
+ # https://ngrok.com/docs/api#api-tls-edge-tls-termination-module-replace
23
23
  def replace(id: "", a_module: nil)
24
- path = '/endpoint_configurations/%{id}/tls_termination'
24
+ path = '/edges/tls/%{id}/tls_termination'
25
25
  replacements = {
26
26
  id: id,
27
27
  }
@@ -36,9 +36,9 @@ module NgrokAPI
36
36
  # @param [EndpointTLSTermination] a_module
37
37
  # @return [NgrokAPI::Models::EndpointTLSTermination] result from the API request
38
38
  #
39
- # https://ngrok.com/docs/api#api-endpoint-tls-termination-module-replace
39
+ # https://ngrok.com/docs/api#api-tls-edge-tls-termination-module-replace
40
40
  def replace!(id: "", a_module: nil)
41
- path = '/endpoint_configurations/%{id}/tls_termination'
41
+ path = '/edges/tls/%{id}/tls_termination'
42
42
  replacements = {
43
43
  id: id,
44
44
  }
@@ -52,9 +52,9 @@ module NgrokAPI
52
52
  # @param [string] id a resource identifier
53
53
  # @return [NgrokAPI::Models::EndpointTLSTermination] result from the API request
54
54
  #
55
- # https://ngrok.com/docs/api#api-endpoint-tls-termination-module-get
55
+ # https://ngrok.com/docs/api#api-tls-edge-tls-termination-module-get
56
56
  def get(id: "")
57
- path = '/endpoint_configurations/%{id}/tls_termination'
57
+ path = '/edges/tls/%{id}/tls_termination'
58
58
  replacements = {
59
59
  id: id,
60
60
  }
@@ -67,9 +67,9 @@ module NgrokAPI
67
67
  # @param [string] id a resource identifier
68
68
  # @return [NgrokAPI::Models::EndpointTLSTermination] result from the API request
69
69
  #
70
- # https://ngrok.com/docs/api#api-endpoint-tls-termination-module-get
70
+ # https://ngrok.com/docs/api#api-tls-edge-tls-termination-module-get
71
71
  def get!(id: "")
72
- path = '/endpoint_configurations/%{id}/tls_termination'
72
+ path = '/edges/tls/%{id}/tls_termination'
73
73
  replacements = {
74
74
  id: id,
75
75
  }
@@ -82,9 +82,9 @@ module NgrokAPI
82
82
  # @param [string] id a resource identifier
83
83
  # @return [NgrokAPI::Models::Empty] result from the API request
84
84
  #
85
- # https://ngrok.com/docs/api#api-endpoint-tls-termination-module-delete
85
+ # https://ngrok.com/docs/api#api-tls-edge-tls-termination-module-delete
86
86
  def delete(id: "")
87
- path = '/endpoint_configurations/%{id}/tls_termination'
87
+ path = '/edges/tls/%{id}/tls_termination'
88
88
  replacements = {
89
89
  id: id,
90
90
  }
@@ -95,9 +95,9 @@ module NgrokAPI
95
95
  # @param [string] id a resource identifier
96
96
  # @return [NgrokAPI::Models::Empty] result from the API request
97
97
  #
98
- # https://ngrok.com/docs/api#api-endpoint-tls-termination-module-delete
98
+ # https://ngrok.com/docs/api#api-tls-edge-tls-termination-module-delete
99
99
  def delete!(id: "")
100
- path = '/endpoint_configurations/%{id}/tls_termination'
100
+ path = '/edges/tls/%{id}/tls_termination'
101
101
  replacements = {
102
102
  id: id,
103
103
  }
@@ -0,0 +1,212 @@
1
+ # frozen_string_literal: true
2
+
3
+ module NgrokAPI
4
+ module Services
5
+ ##
6
+ # A Tunnel Group Backend balances traffic among all online tunnels that match
7
+ # a label selector.
8
+ #
9
+ # https://ngrok.com/docs/api#api-tunnel-group-backends
10
+ class TunnelGroupBackendsClient
11
+ # The API path for the requests
12
+ PATH = '/backends/tunnel_group'
13
+ # The List Property from the resulting API for list calls
14
+ LIST_PROPERTY = 'backends'
15
+
16
+ attr_reader :client
17
+
18
+ def initialize(client:)
19
+ @client = client
20
+ end
21
+
22
+ ##
23
+ # Create a new TunnelGroup backend
24
+ #
25
+ # @param [string] description human-readable description of this backend. Optional
26
+ # @param [string] metadata arbitrary user-defined machine-readable data of this backend. Optional
27
+ # @param [Map<string, string>] labels labels to watch for tunnels on, e.g. app->foo, dc->bar
28
+ # @return [NgrokAPI::Models::TunnelGroupBackend] result from the API request
29
+ #
30
+ # https://ngrok.com/docs/api#api-tunnel-group-backends-create
31
+ def create(description: "", metadata: "", labels: {})
32
+ path = '/backends/tunnel_group'
33
+ replacements = {
34
+ }
35
+ data = {}
36
+ data[:description] = description if description
37
+ data[:metadata] = metadata if metadata
38
+ data[:labels] = labels if labels
39
+ result = @client.post(path % replacements, data: data)
40
+ NgrokAPI::Models::TunnelGroupBackend.new(client: self, result: result)
41
+ end
42
+
43
+ ##
44
+ # Delete a TunnelGroup backend by ID. TODO what if used?
45
+ #
46
+ # @param [string] id a resource identifier
47
+ # @return [NgrokAPI::Models::Empty] result from the API request
48
+ #
49
+ # https://ngrok.com/docs/api#api-tunnel-group-backends-delete
50
+ def delete(id: "")
51
+ path = '/backends/tunnel_group/%{id}'
52
+ replacements = {
53
+ id: id,
54
+ }
55
+ @client.delete(path % replacements)
56
+ end
57
+
58
+ ##
59
+ # Delete a TunnelGroup backend by ID. TODO what if used?
60
+ # Throws an exception if API error.
61
+ #
62
+ # @param [string] id a resource identifier
63
+ # @return [NgrokAPI::Models::Empty] result from the API request
64
+ #
65
+ # https://ngrok.com/docs/api#api-tunnel-group-backends-delete
66
+ def delete!(id: "")
67
+ path = '/backends/tunnel_group/%{id}'
68
+ replacements = {
69
+ id: id,
70
+ }
71
+ @client.delete(path % replacements, danger: true)
72
+ end
73
+
74
+ ##
75
+ # Get detailed information about a TunnelGroup backend by ID
76
+ #
77
+ # @param [string] id a resource identifier
78
+ # @return [NgrokAPI::Models::TunnelGroupBackend] result from the API request
79
+ #
80
+ # https://ngrok.com/docs/api#api-tunnel-group-backends-get
81
+ def get(id: "")
82
+ path = '/backends/tunnel_group/%{id}'
83
+ replacements = {
84
+ id: id,
85
+ }
86
+ data = {}
87
+ result = @client.get(path % replacements, data: data)
88
+ NgrokAPI::Models::TunnelGroupBackend.new(client: self, result: result)
89
+ end
90
+
91
+ ##
92
+ # Get detailed information about a TunnelGroup backend by ID
93
+ # Throws an exception if API error.
94
+ #
95
+ # @param [string] id a resource identifier
96
+ # @return [NgrokAPI::Models::TunnelGroupBackend] result from the API request
97
+ #
98
+ # https://ngrok.com/docs/api#api-tunnel-group-backends-get
99
+ def get!(id: "")
100
+ path = '/backends/tunnel_group/%{id}'
101
+ replacements = {
102
+ id: id,
103
+ }
104
+ data = {}
105
+ result = @client.get(path % replacements, data: data, danger: true)
106
+ NgrokAPI::Models::TunnelGroupBackend.new(client: self, result: result)
107
+ end
108
+
109
+ ##
110
+ # List all TunnelGroup backends on this account
111
+ #
112
+ # @param [string] before_id
113
+ # @param [string] limit
114
+ # @param [string] url optional and mutually exclusive from before_id and limit
115
+ # @return [NgrokAPI::Models::Listable] result from the API request
116
+ #
117
+ # https://ngrok.com/docs/api#api-tunnel-group-backends-list
118
+ def list(before_id: nil, limit: nil,
119
+ url: nil)
120
+ result = @client.list(
121
+ before_id: before_id,
122
+ limit: limit,
123
+ url: url,
124
+ path: PATH
125
+ )
126
+
127
+ NgrokAPI::Models::Listable.new(
128
+ client: self,
129
+ result: result,
130
+ list_property: LIST_PROPERTY,
131
+ klass: NgrokAPI::Models::TunnelGroupBackend
132
+ )
133
+ end
134
+
135
+ ##
136
+ # List all TunnelGroup backends on this account
137
+ # Throws an exception if API error.
138
+ #
139
+ # @param [string] before_id
140
+ # @param [string] limit
141
+ # @param [string] url optional and mutually exclusive from before_id and limit
142
+ # @return [NgrokAPI::Models::Listable] result from the API request
143
+ #
144
+ # https://ngrok.com/docs/api#api-tunnel-group-backends-list
145
+ def list!(before_id: nil, limit: nil,
146
+ url: nil)
147
+ result = @client.list(
148
+ before_id: before_id,
149
+ limit: limit,
150
+ danger: true,
151
+ url: url,
152
+ path: PATH
153
+ )
154
+
155
+ NgrokAPI::Models::Listable.new(
156
+ client: self,
157
+ result: result,
158
+ list_property: LIST_PROPERTY,
159
+ klass: NgrokAPI::Models::TunnelGroupBackend,
160
+ danger: true
161
+ )
162
+ end
163
+
164
+ ##
165
+ # Update TunnelGroup backend by ID
166
+ #
167
+ # @param [string] id
168
+ # @param [string] description human-readable description of this backend. Optional
169
+ # @param [string] metadata arbitrary user-defined machine-readable data of this backend. Optional
170
+ # @param [Map<string, string>] labels labels to watch for tunnels on, e.g. app->foo, dc->bar
171
+ # @return [NgrokAPI::Models::TunnelGroupBackend] result from the API request
172
+ #
173
+ # https://ngrok.com/docs/api#api-tunnel-group-backends-update
174
+ def update(id: "", description: nil, metadata: nil, labels: {})
175
+ path = '/backends/tunnel_group/%{id}'
176
+ replacements = {
177
+ id: id,
178
+ }
179
+ data = {}
180
+ data[:description] = description if description
181
+ data[:metadata] = metadata if metadata
182
+ data[:labels] = labels if labels
183
+ result = @client.patch(path % replacements, data: data)
184
+ NgrokAPI::Models::TunnelGroupBackend.new(client: self, result: result)
185
+ end
186
+
187
+ ##
188
+ # Update TunnelGroup backend by ID
189
+ # Throws an exception if API error.
190
+ #
191
+ # @param [string] id
192
+ # @param [string] description human-readable description of this backend. Optional
193
+ # @param [string] metadata arbitrary user-defined machine-readable data of this backend. Optional
194
+ # @param [Map<string, string>] labels labels to watch for tunnels on, e.g. app->foo, dc->bar
195
+ # @return [NgrokAPI::Models::TunnelGroupBackend] result from the API request
196
+ #
197
+ # https://ngrok.com/docs/api#api-tunnel-group-backends-update
198
+ def update!(id: "", description: nil, metadata: nil, labels: {})
199
+ path = '/backends/tunnel_group/%{id}'
200
+ replacements = {
201
+ id: id,
202
+ }
203
+ data = {}
204
+ data[:description] = description if description
205
+ data[:metadata] = metadata if metadata
206
+ data[:labels] = labels if labels
207
+ result = @client.patch(path % replacements, data: data, danger: true)
208
+ NgrokAPI::Models::TunnelGroupBackend.new(client: self, result: result)
209
+ end
210
+ end
211
+ end
212
+ end
@@ -73,6 +73,41 @@ module NgrokAPI
73
73
  danger: true
74
74
  )
75
75
  end
76
+
77
+ ##
78
+ # Get the status of a tunnel by ID
79
+ #
80
+ # @param [string] id a resource identifier
81
+ # @return [NgrokAPI::Models::Tunnel] result from the API request
82
+ #
83
+ # https://ngrok.com/docs/api#api-tunnels-get
84
+ def get(id: "")
85
+ path = '/tunnels/%{id}'
86
+ replacements = {
87
+ id: id,
88
+ }
89
+ data = {}
90
+ result = @client.get(path % replacements, data: data)
91
+ NgrokAPI::Models::Tunnel.new(client: self, result: result)
92
+ end
93
+
94
+ ##
95
+ # Get the status of a tunnel by ID
96
+ # Throws an exception if API error.
97
+ #
98
+ # @param [string] id a resource identifier
99
+ # @return [NgrokAPI::Models::Tunnel] result from the API request
100
+ #
101
+ # https://ngrok.com/docs/api#api-tunnels-get
102
+ def get!(id: "")
103
+ path = '/tunnels/%{id}'
104
+ replacements = {
105
+ id: id,
106
+ }
107
+ data = {}
108
+ result = @client.get(path % replacements, data: data, danger: true)
109
+ NgrokAPI::Models::Tunnel.new(client: self, result: result)
110
+ end
76
111
  end
77
112
  end
78
113
  end