ngrok-api 0.14.0 → 0.17.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (396) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +1 -1
  3. data/doc/NgrokAPI/Client.html +325 -267
  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/AgentIngress.html +1217 -0
  15. data/doc/NgrokAPI/Models/CertificateAuthority.html +3 -3
  16. data/doc/NgrokAPI/Models/Credential.html +3 -3
  17. data/doc/NgrokAPI/Models/Endpoint.html +1431 -0
  18. data/doc/NgrokAPI/Models/{EndpointLogging.html → EndpointBackend.html} +42 -42
  19. data/{docs/NgrokAPI/Models/EndpointLoggingMutate.html → doc/NgrokAPI/Models/EndpointBackendMutate.html} +42 -42
  20. data/doc/NgrokAPI/Models/EndpointCircuitBreaker.html +3 -3
  21. data/doc/NgrokAPI/Models/EndpointCompression.html +3 -3
  22. data/doc/NgrokAPI/Models/EndpointIPPolicy.html +3 -3
  23. data/doc/NgrokAPI/Models/EndpointIPPolicyMutate.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/EndpointTLSTerminationAtEdge.html +617 -0
  39. data/doc/NgrokAPI/Models/EndpointWebhookValidation.html +3 -3
  40. data/doc/NgrokAPI/Models/EndpointWebsocketTCPConverter.html +543 -0
  41. data/doc/NgrokAPI/Models/EventDestination.html +7 -7
  42. data/doc/NgrokAPI/Models/EventSource.html +3 -3
  43. data/doc/NgrokAPI/Models/EventSourceList.html +3 -3
  44. data/doc/NgrokAPI/Models/EventSourceReplace.html +3 -3
  45. data/doc/NgrokAPI/Models/EventSubscription.html +3 -3
  46. data/doc/NgrokAPI/Models/EventTarget.html +3 -3
  47. data/doc/NgrokAPI/Models/EventTargetCloudwatchLogs.html +3 -3
  48. data/doc/NgrokAPI/Models/EventTargetFirehose.html +3 -3
  49. data/doc/NgrokAPI/Models/EventTargetKinesis.html +3 -3
  50. data/doc/NgrokAPI/Models/FailoverBackend.html +1075 -0
  51. data/doc/NgrokAPI/Models/HTTPResponseBackend.html +1231 -0
  52. data/{docs/NgrokAPI/Models/EventStream.html → doc/NgrokAPI/Models/HTTPSEdge.html} +119 -119
  53. data/doc/NgrokAPI/Models/{EndpointConfiguration.html → HTTPSEdgeRoute.html} +203 -265
  54. data/doc/NgrokAPI/Models/IPPolicy.html +3 -3
  55. data/doc/NgrokAPI/Models/IPPolicyRule.html +97 -23
  56. data/doc/NgrokAPI/Models/IPRestriction.html +3 -3
  57. data/doc/NgrokAPI/Models/Listable.html +3 -3
  58. data/doc/NgrokAPI/Models/Ref.html +3 -3
  59. data/doc/NgrokAPI/Models/ReservedAddr.html +3 -3
  60. data/doc/NgrokAPI/Models/ReservedDomain.html +3 -3
  61. data/doc/NgrokAPI/Models/ReservedDomainCertJob.html +3 -3
  62. data/doc/NgrokAPI/Models/ReservedDomainCertPolicy.html +3 -3
  63. data/doc/NgrokAPI/Models/ReservedDomainCertStatus.html +3 -3
  64. data/doc/NgrokAPI/Models/SSHCertificateAuthority.html +3 -3
  65. data/doc/NgrokAPI/Models/SSHCredential.html +3 -3
  66. data/doc/NgrokAPI/Models/SSHHostCertificate.html +3 -3
  67. data/doc/NgrokAPI/Models/SSHUserCertificate.html +3 -3
  68. data/doc/NgrokAPI/Models/TCPEdge.html +1235 -0
  69. data/doc/NgrokAPI/Models/TLSCertificate.html +3 -3
  70. data/doc/NgrokAPI/Models/TLSCertificateSANs.html +3 -3
  71. data/doc/NgrokAPI/Models/TLSEdge.html +1395 -0
  72. data/doc/NgrokAPI/Models/Tunnel.html +314 -18
  73. data/doc/NgrokAPI/Models/TunnelGroupBackend.html +1149 -0
  74. data/doc/NgrokAPI/Models/TunnelSession.html +3 -3
  75. data/doc/NgrokAPI/Models/{IPWhitelistEntry.html → WeightedBackend.html} +80 -74
  76. data/doc/NgrokAPI/Models.html +5 -5
  77. data/doc/NgrokAPI/PagedIterator.html +3 -3
  78. data/doc/NgrokAPI/Services/APIKeysClient.html +99 -149
  79. data/doc/NgrokAPI/Services/AbuseReportsClient.html +19 -33
  80. data/doc/NgrokAPI/Services/{IPWhitelistClient.html → AgentIngressesClient.html} +209 -265
  81. data/doc/NgrokAPI/Services/CertificateAuthoritiesClient.html +104 -156
  82. data/doc/NgrokAPI/Services/CredentialsClient.html +108 -164
  83. data/doc/NgrokAPI/Services/EdgeRouteBackendModuleClient.html +1153 -0
  84. data/{docs/NgrokAPI/Services/EndpointCircuitBreakerModuleClient.html → doc/NgrokAPI/Services/EdgeRouteCircuitBreakerModuleClient.html} +177 -95
  85. data/doc/NgrokAPI/Services/{EndpointCompressionModuleClient.html → EdgeRouteCompressionModuleClient.html} +177 -95
  86. data/doc/NgrokAPI/Services/EdgeRouteIPRestrictionModuleClient.html +1153 -0
  87. data/doc/NgrokAPI/Services/EdgeRouteOAuthModuleClient.html +1153 -0
  88. data/{docs/NgrokAPI/Services/EndpointOIDCModuleClient.html → doc/NgrokAPI/Services/EdgeRouteOIDCModuleClient.html} +177 -95
  89. data/doc/NgrokAPI/Services/EdgeRouteRequestHeadersModuleClient.html +1153 -0
  90. data/{docs/NgrokAPI/Services/EndpointResponseHeadersModuleClient.html → doc/NgrokAPI/Services/EdgeRouteResponseHeadersModuleClient.html} +177 -95
  91. data/{docs/NgrokAPI/Services/EndpointSAMLModuleClient.html → doc/NgrokAPI/Services/EdgeRouteSAMLModuleClient.html} +177 -95
  92. data/doc/NgrokAPI/Services/{EndpointWebhookValidationModuleClient.html → EdgeRouteWebhookVerificationModuleClient.html} +177 -95
  93. data/doc/NgrokAPI/Services/EdgeRouteWebsocketTCPConverterModuleClient.html +1153 -0
  94. data/doc/NgrokAPI/Services/{EventStreamsClient.html → EdgesHTTPSClient.html} +248 -353
  95. data/{docs/NgrokAPI/Services/EndpointConfigurationsClient.html → doc/NgrokAPI/Services/EdgesHTTPSRoutesClient.html} +461 -761
  96. data/doc/NgrokAPI/Services/EdgesTCPClient.html +1757 -0
  97. data/doc/NgrokAPI/Services/EdgesTLSClient.html +1847 -0
  98. data/doc/NgrokAPI/Services/EndpointsClient.html +907 -0
  99. data/doc/NgrokAPI/Services/EventDestinationsClient.html +119 -187
  100. data/doc/NgrokAPI/Services/EventSourcesClient.html +95 -157
  101. data/doc/NgrokAPI/Services/EventSubscriptionsClient.html +116 -178
  102. data/doc/NgrokAPI/Services/FailoverBackendsClient.html +1644 -0
  103. data/doc/NgrokAPI/Services/HTTPResponseBackendsClient.html +1744 -0
  104. data/doc/NgrokAPI/Services/{EndpointSAMLModuleClient.html → HTTPSEdgeMutualTLSModuleClient.html} +101 -129
  105. data/doc/NgrokAPI/Services/{EndpointRequestHeadersModuleClient.html → HTTPSEdgeTLSTerminationModuleClient.html} +101 -129
  106. data/doc/NgrokAPI/Services/IPPoliciesClient.html +114 -184
  107. data/doc/NgrokAPI/Services/IPPolicyRulesClient.html +126 -164
  108. data/doc/NgrokAPI/Services/IPRestrictionsClient.html +117 -181
  109. data/doc/NgrokAPI/Services/ReservedAddrsClient.html +117 -473
  110. data/doc/NgrokAPI/Services/ReservedDomainsClient.html +209 -899
  111. data/doc/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html +110 -166
  112. data/doc/NgrokAPI/Services/SSHCredentialsClient.html +111 -169
  113. data/doc/NgrokAPI/Services/SSHHostCertificatesClient.html +111 -171
  114. data/doc/NgrokAPI/Services/SSHUserCertificatesClient.html +111 -175
  115. data/{docs/NgrokAPI/Services/EndpointLoggingModuleClient.html → doc/NgrokAPI/Services/TCPEdgeBackendModuleClient.html} +101 -129
  116. data/{docs/NgrokAPI/Services/EndpointIPPolicyModuleClient.html → doc/NgrokAPI/Services/TCPEdgeIPRestrictionModuleClient.html} +83 -111
  117. data/doc/NgrokAPI/Services/TLSCertificatesClient.html +107 -161
  118. data/doc/NgrokAPI/Services/{EndpointLoggingModuleClient.html → TLSEdgeBackendModuleClient.html} +101 -129
  119. data/doc/NgrokAPI/Services/{EndpointIPPolicyModuleClient.html → TLSEdgeIPRestrictionModuleClient.html} +83 -111
  120. data/{docs/NgrokAPI/Services/EndpointMutualTLSModuleClient.html → doc/NgrokAPI/Services/TLSEdgeMutualTLSModuleClient.html} +83 -111
  121. data/{docs/NgrokAPI/Services/EndpointTLSTerminationModuleClient.html → doc/NgrokAPI/Services/TLSEdgeTLSTerminationModuleClient.html} +83 -111
  122. data/doc/NgrokAPI/Services/TunnelGroupBackendsClient.html +1644 -0
  123. data/doc/NgrokAPI/Services/TunnelSessionsClient.html +87 -135
  124. data/doc/NgrokAPI/Services/TunnelsClient.html +252 -26
  125. data/doc/NgrokAPI/Services/WeightedBackendsClient.html +1644 -0
  126. data/doc/NgrokAPI/Services.html +5 -5
  127. data/doc/NgrokAPI.html +4 -4
  128. data/doc/_index.html +253 -76
  129. data/doc/class_list.html +1 -1
  130. data/doc/file.README.html +3 -3
  131. data/doc/frames.html +1 -1
  132. data/doc/index.html +3 -3
  133. data/doc/method_list.html +3559 -1583
  134. data/doc/top-level-namespace.html +3 -3
  135. data/docs/CNAME +1 -0
  136. data/docs/NgrokAPI/Client.html +325 -267
  137. data/docs/NgrokAPI/Error.html +3 -3
  138. data/docs/NgrokAPI/Errors/NotFoundError.html +3 -3
  139. data/docs/NgrokAPI/Errors.html +3 -3
  140. data/docs/NgrokAPI/HttpClient.html +30 -36
  141. data/docs/NgrokAPI/Models/APIKey.html +3 -3
  142. data/docs/NgrokAPI/Models/AWSAuth.html +3 -3
  143. data/docs/NgrokAPI/Models/AWSCredentials.html +3 -3
  144. data/docs/NgrokAPI/Models/AWSRole.html +3 -3
  145. data/docs/NgrokAPI/Models/AbuseReport.html +3 -3
  146. data/docs/NgrokAPI/Models/AbuseReportHostname.html +3 -3
  147. data/docs/NgrokAPI/Models/AgentIngress.html +1217 -0
  148. data/docs/NgrokAPI/Models/CertificateAuthority.html +3 -3
  149. data/docs/NgrokAPI/Models/Credential.html +3 -3
  150. data/docs/NgrokAPI/Models/Endpoint.html +1431 -0
  151. data/docs/NgrokAPI/Models/{EndpointLogging.html → EndpointBackend.html} +42 -42
  152. data/{doc/NgrokAPI/Models/EndpointLoggingMutate.html → docs/NgrokAPI/Models/EndpointBackendMutate.html} +42 -42
  153. data/docs/NgrokAPI/Models/EndpointCircuitBreaker.html +3 -3
  154. data/docs/NgrokAPI/Models/EndpointCompression.html +3 -3
  155. data/docs/NgrokAPI/Models/EndpointIPPolicy.html +3 -3
  156. data/docs/NgrokAPI/Models/EndpointIPPolicyMutate.html +3 -3
  157. data/docs/NgrokAPI/Models/EndpointMutualTLS.html +3 -3
  158. data/docs/NgrokAPI/Models/EndpointMutualTLSMutate.html +3 -3
  159. data/docs/NgrokAPI/Models/EndpointOAuth.html +3 -3
  160. data/docs/NgrokAPI/Models/EndpointOAuthFacebook.html +3 -3
  161. data/docs/NgrokAPI/Models/EndpointOAuthGitHub.html +3 -3
  162. data/docs/NgrokAPI/Models/EndpointOAuthGoogle.html +3 -3
  163. data/docs/NgrokAPI/Models/EndpointOAuthMicrosoft.html +3 -3
  164. data/docs/NgrokAPI/Models/EndpointOAuthProvider.html +3 -3
  165. data/docs/NgrokAPI/Models/EndpointOIDC.html +3 -3
  166. data/docs/NgrokAPI/Models/EndpointRequestHeaders.html +3 -3
  167. data/docs/NgrokAPI/Models/EndpointResponseHeaders.html +3 -3
  168. data/docs/NgrokAPI/Models/EndpointSAML.html +3 -3
  169. data/docs/NgrokAPI/Models/EndpointSAMLMutate.html +3 -3
  170. data/docs/NgrokAPI/Models/EndpointTLSTermination.html +3 -3
  171. data/docs/NgrokAPI/Models/EndpointTLSTerminationAtEdge.html +617 -0
  172. data/docs/NgrokAPI/Models/EndpointWebhookValidation.html +3 -3
  173. data/docs/NgrokAPI/Models/EndpointWebsocketTCPConverter.html +543 -0
  174. data/docs/NgrokAPI/Models/EventDestination.html +7 -7
  175. data/docs/NgrokAPI/Models/EventSource.html +3 -3
  176. data/docs/NgrokAPI/Models/EventSourceList.html +3 -3
  177. data/docs/NgrokAPI/Models/EventSourceReplace.html +3 -3
  178. data/docs/NgrokAPI/Models/EventSubscription.html +3 -3
  179. data/docs/NgrokAPI/Models/EventTarget.html +3 -3
  180. data/docs/NgrokAPI/Models/EventTargetCloudwatchLogs.html +3 -3
  181. data/docs/NgrokAPI/Models/EventTargetFirehose.html +3 -3
  182. data/docs/NgrokAPI/Models/EventTargetKinesis.html +3 -3
  183. data/docs/NgrokAPI/Models/FailoverBackend.html +1075 -0
  184. data/docs/NgrokAPI/Models/HTTPResponseBackend.html +1231 -0
  185. data/{doc/NgrokAPI/Models/EventStream.html → docs/NgrokAPI/Models/HTTPSEdge.html} +119 -119
  186. data/docs/NgrokAPI/Models/{EndpointConfiguration.html → HTTPSEdgeRoute.html} +203 -265
  187. data/docs/NgrokAPI/Models/IPPolicy.html +3 -3
  188. data/docs/NgrokAPI/Models/IPPolicyRule.html +97 -23
  189. data/docs/NgrokAPI/Models/IPRestriction.html +3 -3
  190. data/docs/NgrokAPI/Models/Listable.html +3 -3
  191. data/docs/NgrokAPI/Models/Ref.html +3 -3
  192. data/docs/NgrokAPI/Models/ReservedAddr.html +3 -3
  193. data/docs/NgrokAPI/Models/ReservedDomain.html +3 -3
  194. data/docs/NgrokAPI/Models/ReservedDomainCertJob.html +3 -3
  195. data/docs/NgrokAPI/Models/ReservedDomainCertPolicy.html +3 -3
  196. data/docs/NgrokAPI/Models/ReservedDomainCertStatus.html +3 -3
  197. data/docs/NgrokAPI/Models/SSHCertificateAuthority.html +3 -3
  198. data/docs/NgrokAPI/Models/SSHCredential.html +3 -3
  199. data/docs/NgrokAPI/Models/SSHHostCertificate.html +3 -3
  200. data/docs/NgrokAPI/Models/SSHUserCertificate.html +3 -3
  201. data/docs/NgrokAPI/Models/TCPEdge.html +1235 -0
  202. data/docs/NgrokAPI/Models/TLSCertificate.html +3 -3
  203. data/docs/NgrokAPI/Models/TLSCertificateSANs.html +3 -3
  204. data/docs/NgrokAPI/Models/TLSEdge.html +1395 -0
  205. data/docs/NgrokAPI/Models/Tunnel.html +314 -18
  206. data/docs/NgrokAPI/Models/TunnelGroupBackend.html +1149 -0
  207. data/docs/NgrokAPI/Models/TunnelSession.html +3 -3
  208. data/docs/NgrokAPI/Models/{IPWhitelistEntry.html → WeightedBackend.html} +80 -74
  209. data/docs/NgrokAPI/Models.html +5 -5
  210. data/docs/NgrokAPI/PagedIterator.html +3 -3
  211. data/docs/NgrokAPI/Services/APIKeysClient.html +99 -149
  212. data/docs/NgrokAPI/Services/AbuseReportsClient.html +19 -33
  213. data/docs/NgrokAPI/Services/{IPWhitelistClient.html → AgentIngressesClient.html} +209 -265
  214. data/docs/NgrokAPI/Services/CertificateAuthoritiesClient.html +104 -156
  215. data/docs/NgrokAPI/Services/CredentialsClient.html +108 -164
  216. data/docs/NgrokAPI/Services/EdgeRouteBackendModuleClient.html +1153 -0
  217. data/{doc/NgrokAPI/Services/EndpointCircuitBreakerModuleClient.html → docs/NgrokAPI/Services/EdgeRouteCircuitBreakerModuleClient.html} +177 -95
  218. data/docs/NgrokAPI/Services/{EndpointCompressionModuleClient.html → EdgeRouteCompressionModuleClient.html} +177 -95
  219. data/docs/NgrokAPI/Services/EdgeRouteIPRestrictionModuleClient.html +1153 -0
  220. data/docs/NgrokAPI/Services/EdgeRouteOAuthModuleClient.html +1153 -0
  221. data/docs/NgrokAPI/Services/EdgeRouteOIDCModuleClient.html +1153 -0
  222. data/docs/NgrokAPI/Services/EdgeRouteRequestHeadersModuleClient.html +1153 -0
  223. data/{doc/NgrokAPI/Services/EndpointResponseHeadersModuleClient.html → docs/NgrokAPI/Services/EdgeRouteResponseHeadersModuleClient.html} +177 -95
  224. data/docs/NgrokAPI/Services/EdgeRouteSAMLModuleClient.html +1153 -0
  225. data/docs/NgrokAPI/Services/{EndpointWebhookValidationModuleClient.html → EdgeRouteWebhookVerificationModuleClient.html} +177 -95
  226. data/docs/NgrokAPI/Services/EdgeRouteWebsocketTCPConverterModuleClient.html +1153 -0
  227. data/docs/NgrokAPI/Services/{EventStreamsClient.html → EdgesHTTPSClient.html} +248 -353
  228. data/{doc/NgrokAPI/Services/EndpointConfigurationsClient.html → docs/NgrokAPI/Services/EdgesHTTPSRoutesClient.html} +461 -761
  229. data/docs/NgrokAPI/Services/EdgesTCPClient.html +1757 -0
  230. data/docs/NgrokAPI/Services/EdgesTLSClient.html +1847 -0
  231. data/docs/NgrokAPI/Services/EndpointsClient.html +907 -0
  232. data/docs/NgrokAPI/Services/EventDestinationsClient.html +119 -187
  233. data/docs/NgrokAPI/Services/EventSourcesClient.html +95 -157
  234. data/docs/NgrokAPI/Services/EventSubscriptionsClient.html +116 -178
  235. data/docs/NgrokAPI/Services/FailoverBackendsClient.html +1644 -0
  236. data/docs/NgrokAPI/Services/HTTPResponseBackendsClient.html +1744 -0
  237. data/{doc/NgrokAPI/Services/EndpointOIDCModuleClient.html → docs/NgrokAPI/Services/HTTPSEdgeMutualTLSModuleClient.html} +101 -129
  238. data/docs/NgrokAPI/Services/{EndpointRequestHeadersModuleClient.html → HTTPSEdgeTLSTerminationModuleClient.html} +101 -129
  239. data/docs/NgrokAPI/Services/IPPoliciesClient.html +114 -184
  240. data/docs/NgrokAPI/Services/IPPolicyRulesClient.html +126 -164
  241. data/docs/NgrokAPI/Services/IPRestrictionsClient.html +117 -181
  242. data/docs/NgrokAPI/Services/ReservedAddrsClient.html +117 -473
  243. data/docs/NgrokAPI/Services/ReservedDomainsClient.html +209 -899
  244. data/docs/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html +110 -166
  245. data/docs/NgrokAPI/Services/SSHCredentialsClient.html +111 -169
  246. data/docs/NgrokAPI/Services/SSHHostCertificatesClient.html +111 -171
  247. data/docs/NgrokAPI/Services/SSHUserCertificatesClient.html +111 -175
  248. data/{doc/NgrokAPI/Services/EndpointOAuthModuleClient.html → docs/NgrokAPI/Services/TCPEdgeBackendModuleClient.html} +101 -129
  249. data/docs/NgrokAPI/Services/TCPEdgeIPRestrictionModuleClient.html +1043 -0
  250. data/docs/NgrokAPI/Services/TLSCertificatesClient.html +107 -161
  251. data/docs/NgrokAPI/Services/{EndpointOAuthModuleClient.html → TLSEdgeBackendModuleClient.html} +101 -129
  252. data/docs/NgrokAPI/Services/TLSEdgeIPRestrictionModuleClient.html +1043 -0
  253. data/{doc/NgrokAPI/Services/EndpointMutualTLSModuleClient.html → docs/NgrokAPI/Services/TLSEdgeMutualTLSModuleClient.html} +83 -111
  254. data/{doc/NgrokAPI/Services/EndpointTLSTerminationModuleClient.html → docs/NgrokAPI/Services/TLSEdgeTLSTerminationModuleClient.html} +83 -111
  255. data/docs/NgrokAPI/Services/TunnelGroupBackendsClient.html +1644 -0
  256. data/docs/NgrokAPI/Services/TunnelSessionsClient.html +87 -135
  257. data/docs/NgrokAPI/Services/TunnelsClient.html +252 -26
  258. data/docs/NgrokAPI/Services/WeightedBackendsClient.html +1644 -0
  259. data/docs/NgrokAPI/Services.html +5 -5
  260. data/docs/NgrokAPI.html +4 -4
  261. data/docs/_index.html +253 -76
  262. data/docs/class_list.html +1 -1
  263. data/docs/file.README.html +3 -3
  264. data/docs/frames.html +1 -1
  265. data/docs/index.html +3 -3
  266. data/docs/method_list.html +3559 -1583
  267. data/docs/top-level-namespace.html +3 -3
  268. data/lib/ngrokapi/client.rb +52 -37
  269. data/lib/ngrokapi/http_client.rb +1 -4
  270. data/lib/ngrokapi/models/{ip_whitelist_entry.rb → agent_ingress.rb} +13 -9
  271. data/lib/ngrokapi/models/endpoint.rb +49 -0
  272. data/lib/ngrokapi/models/{endpoint_logging.rb → endpoint_backend.rb} +3 -3
  273. data/lib/ngrokapi/models/{endpoint_logging_mutate.rb → endpoint_backend_mutate.rb} +3 -3
  274. data/lib/ngrokapi/models/endpoint_tls_termination_at_edge.rb +27 -0
  275. data/lib/ngrokapi/models/endpoint_websocket_tcp_converter.rb +25 -0
  276. data/lib/ngrokapi/models/event_destination.rb +1 -2
  277. data/lib/ngrokapi/models/{event_stream.rb → failover_backend.rb} +15 -27
  278. data/lib/ngrokapi/models/http_response_backend.rb +71 -0
  279. data/lib/ngrokapi/models/https_edge.rb +80 -0
  280. data/lib/ngrokapi/models/{endpoint_configuration.rb → https_edge_route.rb} +56 -53
  281. data/lib/ngrokapi/models/ip_policy_rule.rb +3 -1
  282. data/lib/ngrokapi/models/tcp_edge.rb +78 -0
  283. data/lib/ngrokapi/models/tls_edge.rb +88 -0
  284. data/lib/ngrokapi/models/tunnel.rb +9 -1
  285. data/lib/ngrokapi/models/tunnel_group_backend.rb +67 -0
  286. data/lib/ngrokapi/models/weighted_backend.rb +65 -0
  287. data/lib/ngrokapi/services/abuse_reports_client.rb +3 -10
  288. data/lib/ngrokapi/services/agent_ingresses_client.rb +206 -0
  289. data/lib/ngrokapi/services/api_keys_client.rb +11 -36
  290. data/lib/ngrokapi/services/certificate_authorities_client.rb +11 -37
  291. data/lib/ngrokapi/services/credentials_client.rb +11 -39
  292. data/lib/ngrokapi/services/edge_route_backend_module_client.rb +120 -0
  293. data/lib/ngrokapi/services/{endpoint_circuit_breaker_module_client.rb → edge_route_circuit_breaker_module_client.rb} +37 -39
  294. data/lib/ngrokapi/services/{endpoint_compression_module_client.rb → edge_route_compression_module_client.rb} +37 -39
  295. data/lib/ngrokapi/services/edge_route_ip_restriction_module_client.rb +120 -0
  296. data/lib/ngrokapi/services/{endpoint_o_auth_module_client.rb → edge_route_o_auth_module_client.rb} +37 -39
  297. data/lib/ngrokapi/services/{endpoint_oidc_module_client.rb → edge_route_oidc_module_client.rb} +37 -39
  298. data/lib/ngrokapi/services/{endpoint_request_headers_module_client.rb → edge_route_request_headers_module_client.rb} +37 -39
  299. data/lib/ngrokapi/services/{endpoint_response_headers_module_client.rb → edge_route_response_headers_module_client.rb} +37 -39
  300. data/lib/ngrokapi/services/{endpoint_saml_module_client.rb → edge_route_saml_module_client.rb} +37 -39
  301. data/lib/ngrokapi/services/{endpoint_webhook_validation_module_client.rb → edge_route_webhook_verification_module_client.rb} +37 -39
  302. data/lib/ngrokapi/services/edge_route_websocket_tcp_converter_module_client.rb +120 -0
  303. data/lib/ngrokapi/services/edges_https_client.rb +227 -0
  304. data/lib/ngrokapi/services/edges_https_routes_client.rb +244 -0
  305. data/lib/ngrokapi/services/edges_tcp_client.rb +227 -0
  306. data/lib/ngrokapi/services/edges_tls_client.rb +239 -0
  307. data/lib/ngrokapi/services/endpoints_client.rb +114 -0
  308. data/lib/ngrokapi/services/event_destinations_client.rb +13 -49
  309. data/lib/ngrokapi/services/event_sources_client.rb +9 -40
  310. data/lib/ngrokapi/services/event_subscriptions_client.rb +14 -45
  311. data/lib/ngrokapi/services/failover_backends_client.rb +214 -0
  312. data/lib/ngrokapi/services/http_response_backends_client.rb +199 -0
  313. data/lib/ngrokapi/services/https_edge_mutual_tls_module_client.rb +108 -0
  314. data/lib/ngrokapi/services/https_edge_tls_termination_module_client.rb +108 -0
  315. data/lib/ngrokapi/services/ip_policies_client.rb +11 -39
  316. data/lib/ngrokapi/services/ip_policy_rules_client.rb +13 -40
  317. data/lib/ngrokapi/services/ip_restrictions_client.rb +12 -44
  318. data/lib/ngrokapi/services/reserved_addrs_client.rb +11 -81
  319. data/lib/ngrokapi/services/reserved_domains_client.rb +15 -144
  320. data/lib/ngrokapi/services/ssh_certificate_authorities_client.rb +11 -39
  321. data/lib/ngrokapi/services/ssh_credentials_client.rb +11 -40
  322. data/lib/ngrokapi/services/ssh_host_certificates_client.rb +11 -41
  323. data/lib/ngrokapi/services/ssh_user_certificates_client.rb +11 -43
  324. data/lib/ngrokapi/services/{endpoint_logging_module_client.rb → tcp_edge_backend_module_client.rb} +31 -45
  325. data/lib/ngrokapi/services/{endpoint_ip_policy_module_client.rb → tcp_edge_ip_restriction_module_client.rb} +21 -35
  326. data/lib/ngrokapi/services/tls_certificates_client.rb +11 -38
  327. data/lib/ngrokapi/services/tls_edge_backend_module_client.rb +108 -0
  328. data/lib/ngrokapi/services/tls_edge_ip_restriction_module_client.rb +108 -0
  329. data/lib/ngrokapi/services/{endpoint_mutual_tls_module_client.rb → tls_edge_mutual_tls_module_client.rb} +21 -35
  330. data/lib/ngrokapi/services/{endpoint_tls_termination_module_client.rb → tls_edge_tls_termination_module_client.rb} +21 -35
  331. data/lib/ngrokapi/services/{ip_whitelist_client.rb → tunnel_group_backends_client.rb} +70 -93
  332. data/lib/ngrokapi/services/tunnel_sessions_client.rb +12 -36
  333. data/lib/ngrokapi/services/tunnels_client.rb +39 -10
  334. data/lib/ngrokapi/services/weighted_backends_client.rb +214 -0
  335. data/lib/ngrokapi/version.rb +1 -1
  336. data/lib/ngrokapi.rb +1 -1
  337. data/ngrok-api.gemspec +1 -1
  338. data/spec/ngrokapi/client_spec.rb +50 -29
  339. data/spec/ngrokapi/models/agent_ingress_spec.rb +42 -0
  340. data/spec/ngrokapi/models/endpoint_backend_mutate_spec.rb +21 -0
  341. data/spec/ngrokapi/models/endpoint_backend_spec.rb +21 -0
  342. data/spec/ngrokapi/models/endpoint_spec.rb +21 -0
  343. data/spec/ngrokapi/models/endpoint_tls_termination_at_edge_spec.rb +21 -0
  344. data/spec/ngrokapi/models/endpoint_websocket_tcp_converter_spec.rb +21 -0
  345. data/spec/ngrokapi/models/failover_backend_spec.rb +45 -0
  346. data/spec/ngrokapi/models/http_response_backend_spec.rb +51 -0
  347. data/spec/ngrokapi/models/https_edge_route_spec.rb +81 -0
  348. data/spec/ngrokapi/models/https_edge_spec.rb +51 -0
  349. data/spec/ngrokapi/models/tcp_edge_spec.rb +51 -0
  350. data/spec/ngrokapi/models/tls_edge_spec.rb +57 -0
  351. data/spec/ngrokapi/models/tunnel_group_backend_spec.rb +45 -0
  352. data/spec/ngrokapi/models/weighted_backend_spec.rb +45 -0
  353. data/spec/ngrokapi/services/{ip_whitelist_client_spec.rb → agent_ingresses_client_spec.rb} +49 -49
  354. data/spec/ngrokapi/services/edge_route_backend_module_client_spec.rb +139 -0
  355. data/spec/ngrokapi/services/{endpoint_circuit_breaker_module_client_spec.rb → edge_route_circuit_breaker_module_client_spec.rb} +31 -17
  356. data/spec/ngrokapi/services/{endpoint_compression_module_client_spec.rb → edge_route_compression_module_client_spec.rb} +31 -17
  357. data/spec/ngrokapi/services/edge_route_ip_restriction_module_client_spec.rb +139 -0
  358. data/spec/ngrokapi/services/{endpoint_o_auth_module_client_spec.rb → edge_route_o_auth_module_client_spec.rb} +31 -17
  359. data/spec/ngrokapi/services/{endpoint_oidc_module_client_spec.rb → edge_route_oidc_module_client_spec.rb} +31 -17
  360. data/spec/ngrokapi/services/{endpoint_request_headers_module_client_spec.rb → edge_route_request_headers_module_client_spec.rb} +31 -17
  361. data/spec/ngrokapi/services/{endpoint_response_headers_module_client_spec.rb → edge_route_response_headers_module_client_spec.rb} +31 -17
  362. data/spec/ngrokapi/services/{endpoint_saml_module_client_spec.rb → edge_route_saml_module_client_spec.rb} +31 -17
  363. data/spec/ngrokapi/services/{endpoint_webhook_validation_module_client_spec.rb → edge_route_webhook_verification_module_client_spec.rb} +31 -17
  364. data/spec/ngrokapi/services/edge_route_websocket_tcp_converter_module_client_spec.rb +139 -0
  365. data/spec/ngrokapi/services/{event_streams_client_spec.rb → edges_https_client_spec.rb} +106 -108
  366. data/spec/ngrokapi/services/edges_https_routes_client_spec.rb +241 -0
  367. data/spec/ngrokapi/services/edges_tcp_client_spec.rb +175 -0
  368. data/spec/ngrokapi/services/edges_tls_client_spec.rb +187 -0
  369. data/spec/ngrokapi/services/endpoints_client_spec.rb +57 -0
  370. data/spec/ngrokapi/services/failover_backends_client_spec.rb +163 -0
  371. data/spec/ngrokapi/services/http_response_backends_client_spec.rb +175 -0
  372. data/spec/ngrokapi/services/{endpoint_mutual_tls_module_client_spec.rb → https_edge_mutual_tls_module_client_spec.rb} +17 -17
  373. data/spec/ngrokapi/services/{endpoint_tls_termination_module_client_spec.rb → https_edge_tls_termination_module_client_spec.rb} +17 -17
  374. data/spec/ngrokapi/services/ip_policies_client_spec.rb +0 -1
  375. data/spec/ngrokapi/services/ip_policy_rules_client_spec.rb +3 -1
  376. data/spec/ngrokapi/services/reserved_addrs_client_spec.rb +0 -44
  377. data/spec/ngrokapi/services/reserved_domains_client_spec.rb +0 -88
  378. data/spec/ngrokapi/services/{endpoint_logging_module_client_spec.rb → tcp_edge_backend_module_client_spec.rb} +40 -40
  379. data/spec/ngrokapi/services/{endpoint_ip_policy_module_client_spec.rb → tcp_edge_ip_restriction_module_client_spec.rb} +17 -17
  380. data/spec/ngrokapi/services/tls_edge_backend_module_client_spec.rb +125 -0
  381. data/spec/ngrokapi/services/tls_edge_ip_restriction_module_client_spec.rb +125 -0
  382. data/spec/ngrokapi/services/tls_edge_mutual_tls_module_client_spec.rb +125 -0
  383. data/spec/ngrokapi/services/tls_edge_tls_termination_module_client_spec.rb +125 -0
  384. data/spec/ngrokapi/services/tunnel_group_backends_client_spec.rb +163 -0
  385. data/spec/ngrokapi/services/tunnels_client_spec.rb +36 -0
  386. data/spec/ngrokapi/services/weighted_backends_client_spec.rb +163 -0
  387. data/spec/spec_helper.rb +1389 -1045
  388. metadata +176 -83
  389. data/lib/ngrokapi/services/endpoint_configurations_client.rb +0 -357
  390. data/lib/ngrokapi/services/event_streams_client.rb +0 -259
  391. data/spec/ngrokapi/models/endpoint_configuration_spec.rb +0 -78
  392. data/spec/ngrokapi/models/endpoint_logging_mutate_spec.rb +0 -21
  393. data/spec/ngrokapi/models/endpoint_logging_spec.rb +0 -21
  394. data/spec/ngrokapi/models/event_stream_spec.rb +0 -51
  395. data/spec/ngrokapi/models/ip_whitelist_entry_spec.rb +0 -42
  396. data/spec/ngrokapi/services/endpoint_configurations_client_spec.rb +0 -237
@@ -4,9 +4,9 @@
4
4
  <meta charset="utf-8">
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
6
  <title>
7
- Class: NgrokAPI::Services::EventStreamsClient
7
+ Class: NgrokAPI::Services::EdgesHTTPSClient
8
8
 
9
- &mdash; Documentation by YARD 0.9.26
9
+ &mdash; Documentation by YARD 0.9.27
10
10
 
11
11
  </title>
12
12
 
@@ -15,7 +15,7 @@
15
15
  <link rel="stylesheet" href="../../css/common.css" type="text/css" />
16
16
 
17
17
  <script type="text/javascript">
18
- pathId = "NgrokAPI::Services::EventStreamsClient";
18
+ pathId = "NgrokAPI::Services::EdgesHTTPSClient";
19
19
  relpath = '../../';
20
20
  </script>
21
21
 
@@ -39,7 +39,7 @@
39
39
  <a href="../../_index.html">Index (E)</a> &raquo;
40
40
  <span class='title'><span class='object_link'><a href="../../NgrokAPI.html" title="NgrokAPI (module)">NgrokAPI</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../Services.html" title="NgrokAPI::Services (module)">Services</a></span></span>
41
41
  &raquo;
42
- <span class="title">EventStreamsClient</span>
42
+ <span class="title">EdgesHTTPSClient</span>
43
43
 
44
44
  </div>
45
45
 
@@ -59,7 +59,7 @@
59
59
  <div class="clear"></div>
60
60
  </div>
61
61
 
62
- <div id="content"><h1>Class: NgrokAPI::Services::EventStreamsClient
62
+ <div id="content"><h1>Class: NgrokAPI::Services::EdgesHTTPSClient
63
63
 
64
64
 
65
65
 
@@ -74,7 +74,7 @@
74
74
  <ul class="fullTree">
75
75
  <li>Object</li>
76
76
 
77
- <li class="next">NgrokAPI::Services::EventStreamsClient</li>
77
+ <li class="next">NgrokAPI::Services::EdgesHTTPSClient</li>
78
78
 
79
79
  </ul>
80
80
  <a href="#" class="inheritanceTree">show all</a>
@@ -94,7 +94,7 @@
94
94
 
95
95
  <dl>
96
96
  <dt>Defined in:</dt>
97
- <dd>lib/ngrokapi/services/event_streams_client.rb</dd>
97
+ <dd>lib/ngrokapi/services/edges_https_client.rb</dd>
98
98
  </dl>
99
99
 
100
100
  </div>
@@ -102,7 +102,7 @@
102
102
  <h2>Overview</h2><div class="docstring">
103
103
  <div class="discussion">
104
104
 
105
- <p><a href="https://ngrok.com/docs/api#api-event-streams">ngrok.com/docs/api#api-event-streams</a></p>
105
+ <p><a href="https://ngrok.com/docs/api#api-edges-https">ngrok.com/docs/api#api-edges-https</a></p>
106
106
 
107
107
 
108
108
  </div>
@@ -133,7 +133,7 @@
133
133
 
134
134
  </div>
135
135
  </dt>
136
- <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>/event_streams</span><span class='tstring_end'>&#39;</span></span></pre></dd>
136
+ <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>/edges/https</span><span class='tstring_end'>&#39;</span></span></pre></dd>
137
137
 
138
138
  <dt id="LIST_PROPERTY-constant" class="">LIST_PROPERTY =
139
139
  <div class="docstring">
@@ -149,7 +149,7 @@
149
149
 
150
150
  </div>
151
151
  </dt>
152
- <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>event_streams</span><span class='tstring_end'>&#39;</span></span></pre></dd>
152
+ <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>https_edges</span><span class='tstring_end'>&#39;</span></span></pre></dd>
153
153
 
154
154
  </dl>
155
155
 
@@ -205,7 +205,7 @@
205
205
  <li class="public ">
206
206
  <span class="summary_signature">
207
207
 
208
- <a href="#create-instance_method" title="#create (instance method)">#<strong>create</strong>(metadata: &quot;&quot;, description: &quot;&quot;, fields: [], event_type: &quot;&quot;, destination_ids: [], sampling_rate: 0) &#x21d2; NgrokAPI::Models::EventStream </a>
208
+ <a href="#create-instance_method" title="#create (instance method)">#<strong>create</strong>(description: &quot;&quot;, metadata: &quot;&quot;, hostports: nil, mutual_tls: nil, tls_termination: nil) &#x21d2; NgrokAPI::Models::HTTPSEdge </a>
209
209
 
210
210
 
211
211
 
@@ -220,7 +220,7 @@
220
220
 
221
221
 
222
222
  <span class="summary_desc"><div class='inline'>
223
- <p>Create a new Event Stream.</p>
223
+ <p>Create an HTTPS Edge.</p>
224
224
  </div></span>
225
225
 
226
226
  </li>
@@ -244,7 +244,7 @@
244
244
 
245
245
 
246
246
  <span class="summary_desc"><div class='inline'>
247
- <p>Delete an Event Stream.</p>
247
+ <p>Delete an HTTPS Edge by ID.</p>
248
248
  </div></span>
249
249
 
250
250
  </li>
@@ -268,7 +268,7 @@
268
268
 
269
269
 
270
270
  <span class="summary_desc"><div class='inline'>
271
- <p>Delete an Event Stream.</p>
271
+ <p>Delete an HTTPS Edge by ID Throws an exception if API error.</p>
272
272
  </div></span>
273
273
 
274
274
  </li>
@@ -277,7 +277,7 @@
277
277
  <li class="public ">
278
278
  <span class="summary_signature">
279
279
 
280
- <a href="#get-instance_method" title="#get (instance method)">#<strong>get</strong>(id: &quot;&quot;) &#x21d2; NgrokAPI::Models::EventStream </a>
280
+ <a href="#get-instance_method" title="#get (instance method)">#<strong>get</strong>(id: &quot;&quot;) &#x21d2; NgrokAPI::Models::HTTPSEdge </a>
281
281
 
282
282
 
283
283
 
@@ -292,7 +292,7 @@
292
292
 
293
293
 
294
294
  <span class="summary_desc"><div class='inline'>
295
- <p>Get detailed information about an Event Stream by ID.</p>
295
+ <p>Get an HTTPS Edge by ID.</p>
296
296
  </div></span>
297
297
 
298
298
  </li>
@@ -301,7 +301,7 @@
301
301
  <li class="public ">
302
302
  <span class="summary_signature">
303
303
 
304
- <a href="#get!-instance_method" title="#get! (instance method)">#<strong>get!</strong>(id: &quot;&quot;) &#x21d2; NgrokAPI::Models::EventStream </a>
304
+ <a href="#get!-instance_method" title="#get! (instance method)">#<strong>get!</strong>(id: &quot;&quot;) &#x21d2; NgrokAPI::Models::HTTPSEdge </a>
305
305
 
306
306
 
307
307
 
@@ -316,7 +316,7 @@
316
316
 
317
317
 
318
318
  <span class="summary_desc"><div class='inline'>
319
- <p>Get detailed information about an Event Stream by ID.</p>
319
+ <p>Get an HTTPS Edge by ID Throws an exception if API error.</p>
320
320
  </div></span>
321
321
 
322
322
  </li>
@@ -325,7 +325,7 @@
325
325
  <li class="public ">
326
326
  <span class="summary_signature">
327
327
 
328
- <a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(client:) &#x21d2; EventStreamsClient </a>
328
+ <a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(client:) &#x21d2; EdgesHTTPSClient </a>
329
329
 
330
330
 
331
331
 
@@ -342,7 +342,7 @@
342
342
 
343
343
 
344
344
  <span class="summary_desc"><div class='inline'>
345
- <p>A new instance of EventStreamsClient.</p>
345
+ <p>A new instance of EdgesHTTPSClient.</p>
346
346
  </div></span>
347
347
 
348
348
  </li>
@@ -366,7 +366,7 @@
366
366
 
367
367
 
368
368
  <span class="summary_desc"><div class='inline'>
369
- <p>List all Event Streams available on this account.</p>
369
+ <p>Returns a list of all HTTPS Edges on this account.</p>
370
370
  </div></span>
371
371
 
372
372
  </li>
@@ -390,7 +390,7 @@
390
390
 
391
391
 
392
392
  <span class="summary_desc"><div class='inline'>
393
- <p>List all Event Streams available on this account.</p>
393
+ <p>Returns a list of all HTTPS Edges on this account Throws an exception if API error.</p>
394
394
  </div></span>
395
395
 
396
396
  </li>
@@ -399,7 +399,7 @@
399
399
  <li class="public ">
400
400
  <span class="summary_signature">
401
401
 
402
- <a href="#update-instance_method" title="#update (instance method)">#<strong>update</strong>(id: &quot;&quot;, metadata: nil, description: nil, fields: nil, destination_ids: nil, sampling_rate: nil) &#x21d2; NgrokAPI::Models::EventStream </a>
402
+ <a href="#update-instance_method" title="#update (instance method)">#<strong>update</strong>(id: &quot;&quot;, description: nil, metadata: nil, hostports: nil, mutual_tls: nil, tls_termination: nil) &#x21d2; NgrokAPI::Models::HTTPSEdge </a>
403
403
 
404
404
 
405
405
 
@@ -414,7 +414,7 @@
414
414
 
415
415
 
416
416
  <span class="summary_desc"><div class='inline'>
417
- <p>Update attributes of an Event Stream by ID.</p>
417
+ <p>Updates an HTTPS Edge by ID.</p>
418
418
  </div></span>
419
419
 
420
420
  </li>
@@ -423,7 +423,7 @@
423
423
  <li class="public ">
424
424
  <span class="summary_signature">
425
425
 
426
- <a href="#update!-instance_method" title="#update! (instance method)">#<strong>update!</strong>(id: &quot;&quot;, metadata: nil, description: nil, fields: nil, destination_ids: nil, sampling_rate: nil) &#x21d2; NgrokAPI::Models::EventStream </a>
426
+ <a href="#update!-instance_method" title="#update! (instance method)">#<strong>update!</strong>(id: &quot;&quot;, description: nil, metadata: nil, hostports: nil, mutual_tls: nil, tls_termination: nil) &#x21d2; NgrokAPI::Models::HTTPSEdge </a>
427
427
 
428
428
 
429
429
 
@@ -438,7 +438,7 @@
438
438
 
439
439
 
440
440
  <span class="summary_desc"><div class='inline'>
441
- <p>Update attributes of an Event Stream by ID.</p>
441
+ <p>Updates an HTTPS Edge by ID.</p>
442
442
  </div></span>
443
443
 
444
444
  </li>
@@ -453,7 +453,7 @@
453
453
  <div class="method_details first">
454
454
  <h3 class="signature first" id="initialize-instance_method">
455
455
 
456
- #<strong>initialize</strong>(client:) &#x21d2; <tt><span class='object_link'><a href="" title="NgrokAPI::Services::EventStreamsClient (class)">EventStreamsClient</a></span></tt>
456
+ #<strong>initialize</strong>(client:) &#x21d2; <tt><span class='object_link'><a href="" title="NgrokAPI::Services::EdgesHTTPSClient (class)">EdgesHTTPSClient</a></span></tt>
457
457
 
458
458
 
459
459
 
@@ -462,7 +462,7 @@
462
462
  </h3><div class="docstring">
463
463
  <div class="discussion">
464
464
 
465
- <p>Returns a new instance of EventStreamsClient.</p>
465
+ <p>Returns a new instance of EdgesHTTPSClient.</p>
466
466
 
467
467
 
468
468
  </div>
@@ -481,7 +481,7 @@
481
481
  17</pre>
482
482
  </td>
483
483
  <td>
484
- <pre class="code"><span class="info file"># File 'lib/ngrokapi/services/event_streams_client.rb', line 15</span>
484
+ <pre class="code"><span class="info file"># File 'lib/ngrokapi/services/edges_https_client.rb', line 15</span>
485
485
 
486
486
  <span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='label'>client:</span><span class='rparen'>)</span>
487
487
  <span class='ivar'>@client</span> <span class='op'>=</span> <span class='id identifier rubyid_client'>client</span>
@@ -529,7 +529,7 @@
529
529
  15</pre>
530
530
  </td>
531
531
  <td>
532
- <pre class="code"><span class="info file"># File 'lib/ngrokapi/services/event_streams_client.rb', line 13</span>
532
+ <pre class="code"><span class="info file"># File 'lib/ngrokapi/services/edges_https_client.rb', line 13</span>
533
533
 
534
534
  <span class='kw'>def</span> <span class='id identifier rubyid_client'>client</span>
535
535
  <span class='ivar'>@client</span>
@@ -549,7 +549,7 @@
549
549
  <div class="method_details first">
550
550
  <h3 class="signature first" id="create-instance_method">
551
551
 
552
- #<strong>create</strong>(metadata: &quot;&quot;, description: &quot;&quot;, fields: [], event_type: &quot;&quot;, destination_ids: [], sampling_rate: 0) &#x21d2; <tt><span class='object_link'><a href="../Models/EventStream.html" title="NgrokAPI::Models::EventStream (class)">NgrokAPI::Models::EventStream</a></span></tt>
552
+ #<strong>create</strong>(description: &quot;&quot;, metadata: &quot;&quot;, hostports: nil, mutual_tls: nil, tls_termination: nil) &#x21d2; <tt><span class='object_link'><a href="../Models/HTTPSEdge.html" title="NgrokAPI::Models::HTTPSEdge (class)">NgrokAPI::Models::HTTPSEdge</a></span></tt>
553
553
 
554
554
 
555
555
 
@@ -558,9 +558,9 @@
558
558
  </h3><div class="docstring">
559
559
  <div class="discussion">
560
560
 
561
- <p>Create a new Event Stream. It will not apply to anything until you associate it with one or more Endpoint Configs.</p>
561
+ <p>Create an HTTPS Edge</p>
562
562
 
563
- <p><a href="https://ngrok.com/docs/api#api-event-streams-create">ngrok.com/docs/api#api-event-streams-create</a></p>
563
+ <p><a href="https://ngrok.com/docs/api#api-edges-https-create">ngrok.com/docs/api#api-edges-https-create</a></p>
564
564
 
565
565
 
566
566
  </div>
@@ -571,7 +571,7 @@
571
571
 
572
572
  <li>
573
573
 
574
- <span class='name'>metadata</span>
574
+ <span class='name'>description</span>
575
575
 
576
576
 
577
577
  <span class='type'>(<tt>string</tt>)</span>
@@ -582,14 +582,14 @@
582
582
 
583
583
  &mdash;
584
584
  <div class='inline'>
585
- <p>Arbitrary user-defined machine-readable data of this Event Stream. Optional, max 4096 bytes.</p>
585
+ <p>human-readable description of what this edge will be used for; optional, max 255 bytes.</p>
586
586
  </div>
587
587
 
588
588
  </li>
589
589
 
590
590
  <li>
591
591
 
592
- <span class='name'>description</span>
592
+ <span class='name'>metadata</span>
593
593
 
594
594
 
595
595
  <span class='type'>(<tt>string</tt>)</span>
@@ -600,81 +600,58 @@
600
600
 
601
601
  &mdash;
602
602
  <div class='inline'>
603
- <p>Human-readable description of the Event Stream. Optional, max 255 bytes.</p>
603
+ <p>arbitrary user-defined machine-readable data of this edge; optional, max 4096 bytes.</p>
604
604
  </div>
605
605
 
606
606
  </li>
607
607
 
608
608
  <li>
609
609
 
610
- <span class='name'>fields</span>
610
+ <span class='name'>hostports</span>
611
611
 
612
612
 
613
613
  <span class='type'>(<tt>List&lt;string&gt;</tt>)</span>
614
614
 
615
615
 
616
- <em class="default">(defaults to: <tt>[]</tt>)</em>
617
-
618
-
619
- &mdash;
620
- <div class='inline'>
621
- <p>A list of protocol-specific fields you want to collect on each event.</p>
622
- </div>
623
-
624
- </li>
625
-
626
- <li>
627
-
628
- <span class='name'>event_type</span>
629
-
630
-
631
- <span class='type'>(<tt>string</tt>)</span>
632
-
633
-
634
- <em class="default">(defaults to: <tt>&quot;&quot;</tt>)</em>
616
+ <em class="default">(defaults to: <tt>nil</tt>)</em>
635
617
 
636
618
 
637
619
  &mdash;
638
620
  <div class='inline'>
639
- <p>The protocol that determines which events will be collected. Supported values are <code>tcp_connection_closed</code> and <code>http_request_complete</code>.</p>
621
+ <p>hostports served by this edge</p>
640
622
  </div>
641
623
 
642
624
  </li>
643
625
 
644
626
  <li>
645
627
 
646
- <span class='name'>destination_ids</span>
628
+ <span class='name'>mutual_tls</span>
647
629
 
648
630
 
649
- <span class='type'>(<tt>List&lt;string&gt;</tt>)</span>
631
+ <span class='type'>(<tt>EndpointMutualTLSMutate</tt>)</span>
650
632
 
651
633
 
652
- <em class="default">(defaults to: <tt>[]</tt>)</em>
634
+ <em class="default">(defaults to: <tt>nil</tt>)</em>
653
635
 
654
636
 
655
637
  &mdash;
656
638
  <div class='inline'>
657
- <p>A list of Event Destination IDs which should be used for this Event Stream. Event Streams are required to have at least one Event Destination.</p>
639
+ <p>edge modules</p>
658
640
  </div>
659
641
 
660
642
  </li>
661
643
 
662
644
  <li>
663
645
 
664
- <span class='name'>sampling_rate</span>
646
+ <span class='name'>tls_termination</span>
665
647
 
666
648
 
667
- <span class='type'>(<tt>float64</tt>)</span>
649
+ <span class='type'>(<tt>EndpointTLSTerminationAtEdge</tt>)</span>
668
650
 
669
651
 
670
- <em class="default">(defaults to: <tt>0</tt>)</em>
652
+ <em class="default">(defaults to: <tt>nil</tt>)</em>
671
653
 
672
654
 
673
- &mdash;
674
- <div class='inline'>
675
- <p>The percentage of all events you would like to capture. Valid values range from 0.01, representing 1% of all events to 1.00, representing 100% of all events.</p>
676
- </div>
677
-
678
655
  </li>
679
656
 
680
657
  </ul>
@@ -685,7 +662,7 @@
685
662
  <li>
686
663
 
687
664
 
688
- <span class='type'>(<tt><span class='object_link'><a href="../Models/EventStream.html" title="NgrokAPI::Models::EventStream (class)">NgrokAPI::Models::EventStream</a></span></tt>)</span>
665
+ <span class='type'>(<tt><span class='object_link'><a href="../Models/HTTPSEdge.html" title="NgrokAPI::Models::HTTPSEdge (class)">NgrokAPI::Models::HTTPSEdge</a></span></tt>)</span>
689
666
 
690
667
 
691
668
 
@@ -704,6 +681,8 @@
704
681
  <pre class="lines">
705
682
 
706
683
 
684
+ 30
685
+ 31
707
686
  32
708
687
  33
709
688
  34
@@ -714,41 +693,23 @@
714
693
  39
715
694
  40
716
695
  41
717
- 42
718
- 43
719
- 44
720
- 45
721
- 46
722
- 47
723
- 48
724
- 49
725
- 50
726
- 51
727
- 52</pre>
696
+ 42</pre>
728
697
  </td>
729
698
  <td>
730
- <pre class="code"><span class="info file"># File 'lib/ngrokapi/services/event_streams_client.rb', line 32</span>
731
-
732
- <span class='kw'>def</span> <span class='id identifier rubyid_create'>create</span><span class='lparen'>(</span>
733
- <span class='label'>metadata:</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span>
734
- <span class='label'>description:</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span>
735
- <span class='label'>fields:</span> <span class='lbracket'>[</span><span class='rbracket'>]</span><span class='comma'>,</span>
736
- <span class='label'>event_type:</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span>
737
- <span class='label'>destination_ids:</span> <span class='lbracket'>[</span><span class='rbracket'>]</span><span class='comma'>,</span>
738
- <span class='label'>sampling_rate:</span> <span class='int'>0</span>
739
- <span class='rparen'>)</span>
740
- <span class='id identifier rubyid_path'>path</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>/event_streams</span><span class='tstring_end'>&#39;</span></span>
699
+ <pre class="code"><span class="info file"># File 'lib/ngrokapi/services/edges_https_client.rb', line 30</span>
700
+
701
+ <span class='kw'>def</span> <span class='id identifier rubyid_create'>create</span><span class='lparen'>(</span><span class='label'>description:</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span> <span class='label'>metadata:</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span> <span class='label'>hostports:</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='label'>mutual_tls:</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='label'>tls_termination:</span> <span class='kw'>nil</span><span class='rparen'>)</span>
702
+ <span class='id identifier rubyid_path'>path</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>/edges/https</span><span class='tstring_end'>&#39;</span></span>
741
703
  <span class='id identifier rubyid_replacements'>replacements</span> <span class='op'>=</span> <span class='lbrace'>{</span>
742
704
  <span class='rbrace'>}</span>
743
705
  <span class='id identifier rubyid_data'>data</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span>
744
- <span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:metadata</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_metadata'>metadata</span> <span class='kw'>if</span> <span class='id identifier rubyid_metadata'>metadata</span>
745
706
  <span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:description</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_description'>description</span> <span class='kw'>if</span> <span class='id identifier rubyid_description'>description</span>
746
- <span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:fields</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_fields'>fields</span> <span class='kw'>if</span> <span class='id identifier rubyid_fields'>fields</span>
747
- <span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:event_type</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_event_type'>event_type</span> <span class='kw'>if</span> <span class='id identifier rubyid_event_type'>event_type</span>
748
- <span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:destination_ids</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_destination_ids'>destination_ids</span> <span class='kw'>if</span> <span class='id identifier rubyid_destination_ids'>destination_ids</span>
749
- <span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:sampling_rate</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_sampling_rate'>sampling_rate</span> <span class='kw'>if</span> <span class='id identifier rubyid_sampling_rate'>sampling_rate</span>
707
+ <span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:metadata</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_metadata'>metadata</span> <span class='kw'>if</span> <span class='id identifier rubyid_metadata'>metadata</span>
708
+ <span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:hostports</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_hostports'>hostports</span> <span class='kw'>if</span> <span class='id identifier rubyid_hostports'>hostports</span>
709
+ <span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:mutual_tls</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_mutual_tls'>mutual_tls</span> <span class='kw'>if</span> <span class='id identifier rubyid_mutual_tls'>mutual_tls</span>
710
+ <span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:tls_termination</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_tls_termination'>tls_termination</span> <span class='kw'>if</span> <span class='id identifier rubyid_tls_termination'>tls_termination</span>
750
711
  <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_post'>post</span><span class='lparen'>(</span><span class='id identifier rubyid_path'>path</span> <span class='op'>%</span> <span class='id identifier rubyid_replacements'>replacements</span><span class='comma'>,</span> <span class='label'>data:</span> <span class='id identifier rubyid_data'>data</span><span class='rparen'>)</span>
751
- <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/EventStream.html" title="NgrokAPI::Models::EventStream (class)">EventStream</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="../Models/EventStream.html#initialize-instance_method" title="NgrokAPI::Models::EventStream#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='label'>client:</span> <span class='kw'>self</span><span class='comma'>,</span> <span class='label'>result:</span> <span class='id identifier rubyid_result'>result</span><span class='rparen'>)</span>
712
+ <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/HTTPSEdge.html" title="NgrokAPI::Models::HTTPSEdge (class)">HTTPSEdge</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="../Models/HTTPSEdge.html#initialize-instance_method" title="NgrokAPI::Models::HTTPSEdge#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='label'>client:</span> <span class='kw'>self</span><span class='comma'>,</span> <span class='label'>result:</span> <span class='id identifier rubyid_result'>result</span><span class='rparen'>)</span>
752
713
  <span class='kw'>end</span></pre>
753
714
  </td>
754
715
  </tr>
@@ -767,9 +728,9 @@
767
728
  </h3><div class="docstring">
768
729
  <div class="discussion">
769
730
 
770
- <p>Delete an Event Stream. Associated Event Destinations will be preserved.</p>
731
+ <p>Delete an HTTPS Edge by ID</p>
771
732
 
772
- <p><a href="https://ngrok.com/docs/api#api-event-streams-delete">ngrok.com/docs/api#api-event-streams-delete</a></p>
733
+ <p><a href="https://ngrok.com/docs/api#api-edges-https-delete">ngrok.com/docs/api#api-edges-https-delete</a></p>
773
734
 
774
735
 
775
736
  </div>
@@ -823,23 +784,19 @@
823
784
  <pre class="lines">
824
785
 
825
786
 
826
- 61
827
- 62
828
- 63
829
- 64
830
- 65
831
- 66
832
- 67
833
- 68
834
- 69</pre>
787
+ 202
788
+ 203
789
+ 204
790
+ 205
791
+ 206
792
+ 207
793
+ 208</pre>
835
794
  </td>
836
795
  <td>
837
- <pre class="code"><span class="info file"># File 'lib/ngrokapi/services/event_streams_client.rb', line 61</span>
796
+ <pre class="code"><span class="info file"># File 'lib/ngrokapi/services/edges_https_client.rb', line 202</span>
838
797
 
839
- <span class='kw'>def</span> <span class='id identifier rubyid_delete'>delete</span><span class='lparen'>(</span>
840
- <span class='label'>id:</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_end'>&quot;</span></span>
841
- <span class='rparen'>)</span>
842
- <span class='id identifier rubyid_path'>path</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>/event_streams/%{id}</span><span class='tstring_end'>&#39;</span></span>
798
+ <span class='kw'>def</span> <span class='id identifier rubyid_delete'>delete</span><span class='lparen'>(</span><span class='label'>id:</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_end'>&quot;</span></span><span class='rparen'>)</span>
799
+ <span class='id identifier rubyid_path'>path</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>/edges/https/%{id}</span><span class='tstring_end'>&#39;</span></span>
843
800
  <span class='id identifier rubyid_replacements'>replacements</span> <span class='op'>=</span> <span class='lbrace'>{</span>
844
801
  <span class='label'>id:</span> <span class='id identifier rubyid_id'>id</span><span class='comma'>,</span>
845
802
  <span class='rbrace'>}</span>
@@ -862,9 +819,9 @@
862
819
  </h3><div class="docstring">
863
820
  <div class="discussion">
864
821
 
865
- <p>Delete an Event Stream. Associated Event Destinations will be preserved. Throws an exception if API error.</p>
822
+ <p>Delete an HTTPS Edge by ID Throws an exception if API error.</p>
866
823
 
867
- <p><a href="https://ngrok.com/docs/api#api-event-streams-delete">ngrok.com/docs/api#api-event-streams-delete</a></p>
824
+ <p><a href="https://ngrok.com/docs/api#api-edges-https-delete">ngrok.com/docs/api#api-edges-https-delete</a></p>
868
825
 
869
826
 
870
827
  </div>
@@ -918,23 +875,19 @@
918
875
  <pre class="lines">
919
876
 
920
877
 
921
- 79
922
- 80
923
- 81
924
- 82
925
- 83
926
- 84
927
- 85
928
- 86
929
- 87</pre>
878
+ 218
879
+ 219
880
+ 220
881
+ 221
882
+ 222
883
+ 223
884
+ 224</pre>
930
885
  </td>
931
886
  <td>
932
- <pre class="code"><span class="info file"># File 'lib/ngrokapi/services/event_streams_client.rb', line 79</span>
887
+ <pre class="code"><span class="info file"># File 'lib/ngrokapi/services/edges_https_client.rb', line 218</span>
933
888
 
934
- <span class='kw'>def</span> <span class='id identifier rubyid_delete!'>delete!</span><span class='lparen'>(</span>
935
- <span class='label'>id:</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_end'>&quot;</span></span>
936
- <span class='rparen'>)</span>
937
- <span class='id identifier rubyid_path'>path</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>/event_streams/%{id}</span><span class='tstring_end'>&#39;</span></span>
889
+ <span class='kw'>def</span> <span class='id identifier rubyid_delete!'>delete!</span><span class='lparen'>(</span><span class='label'>id:</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_end'>&quot;</span></span><span class='rparen'>)</span>
890
+ <span class='id identifier rubyid_path'>path</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>/edges/https/%{id}</span><span class='tstring_end'>&#39;</span></span>
938
891
  <span class='id identifier rubyid_replacements'>replacements</span> <span class='op'>=</span> <span class='lbrace'>{</span>
939
892
  <span class='label'>id:</span> <span class='id identifier rubyid_id'>id</span><span class='comma'>,</span>
940
893
  <span class='rbrace'>}</span>
@@ -948,7 +901,7 @@
948
901
  <div class="method_details ">
949
902
  <h3 class="signature " id="get-instance_method">
950
903
 
951
- #<strong>get</strong>(id: &quot;&quot;) &#x21d2; <tt><span class='object_link'><a href="../Models/EventStream.html" title="NgrokAPI::Models::EventStream (class)">NgrokAPI::Models::EventStream</a></span></tt>
904
+ #<strong>get</strong>(id: &quot;&quot;) &#x21d2; <tt><span class='object_link'><a href="../Models/HTTPSEdge.html" title="NgrokAPI::Models::HTTPSEdge (class)">NgrokAPI::Models::HTTPSEdge</a></span></tt>
952
905
 
953
906
 
954
907
 
@@ -957,9 +910,9 @@
957
910
  </h3><div class="docstring">
958
911
  <div class="discussion">
959
912
 
960
- <p>Get detailed information about an Event Stream by ID.</p>
913
+ <p>Get an HTTPS Edge by ID</p>
961
914
 
962
- <p><a href="https://ngrok.com/docs/api#api-event-streams-get">ngrok.com/docs/api#api-event-streams-get</a></p>
915
+ <p><a href="https://ngrok.com/docs/api#api-edges-https-get">ngrok.com/docs/api#api-edges-https-get</a></p>
963
916
 
964
917
 
965
918
  </div>
@@ -994,7 +947,7 @@
994
947
  <li>
995
948
 
996
949
 
997
- <span class='type'>(<tt><span class='object_link'><a href="../Models/EventStream.html" title="NgrokAPI::Models::EventStream (class)">NgrokAPI::Models::EventStream</a></span></tt>)</span>
950
+ <span class='type'>(<tt><span class='object_link'><a href="../Models/HTTPSEdge.html" title="NgrokAPI::Models::HTTPSEdge (class)">NgrokAPI::Models::HTTPSEdge</a></span></tt>)</span>
998
951
 
999
952
 
1000
953
 
@@ -1013,31 +966,27 @@
1013
966
  <pre class="lines">
1014
967
 
1015
968
 
1016
- 96
1017
- 97
1018
- 98
1019
- 99
1020
- 100
1021
- 101
1022
- 102
1023
- 103
1024
- 104
1025
- 105
1026
- 106</pre>
969
+ 51
970
+ 52
971
+ 53
972
+ 54
973
+ 55
974
+ 56
975
+ 57
976
+ 58
977
+ 59</pre>
1027
978
  </td>
1028
979
  <td>
1029
- <pre class="code"><span class="info file"># File 'lib/ngrokapi/services/event_streams_client.rb', line 96</span>
980
+ <pre class="code"><span class="info file"># File 'lib/ngrokapi/services/edges_https_client.rb', line 51</span>
1030
981
 
1031
- <span class='kw'>def</span> <span class='id identifier rubyid_get'>get</span><span class='lparen'>(</span>
1032
- <span class='label'>id:</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_end'>&quot;</span></span>
1033
- <span class='rparen'>)</span>
1034
- <span class='id identifier rubyid_path'>path</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>/event_streams/%{id}</span><span class='tstring_end'>&#39;</span></span>
982
+ <span class='kw'>def</span> <span class='id identifier rubyid_get'>get</span><span class='lparen'>(</span><span class='label'>id:</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_end'>&quot;</span></span><span class='rparen'>)</span>
983
+ <span class='id identifier rubyid_path'>path</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>/edges/https/%{id}</span><span class='tstring_end'>&#39;</span></span>
1035
984
  <span class='id identifier rubyid_replacements'>replacements</span> <span class='op'>=</span> <span class='lbrace'>{</span>
1036
985
  <span class='label'>id:</span> <span class='id identifier rubyid_id'>id</span><span class='comma'>,</span>
1037
986
  <span class='rbrace'>}</span>
1038
987
  <span class='id identifier rubyid_data'>data</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span>
1039
988
  <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_get'>get</span><span class='lparen'>(</span><span class='id identifier rubyid_path'>path</span> <span class='op'>%</span> <span class='id identifier rubyid_replacements'>replacements</span><span class='comma'>,</span> <span class='label'>data:</span> <span class='id identifier rubyid_data'>data</span><span class='rparen'>)</span>
1040
- <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/EventStream.html" title="NgrokAPI::Models::EventStream (class)">EventStream</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="../Models/EventStream.html#initialize-instance_method" title="NgrokAPI::Models::EventStream#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='label'>client:</span> <span class='kw'>self</span><span class='comma'>,</span> <span class='label'>result:</span> <span class='id identifier rubyid_result'>result</span><span class='rparen'>)</span>
989
+ <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/HTTPSEdge.html" title="NgrokAPI::Models::HTTPSEdge (class)">HTTPSEdge</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="../Models/HTTPSEdge.html#initialize-instance_method" title="NgrokAPI::Models::HTTPSEdge#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='label'>client:</span> <span class='kw'>self</span><span class='comma'>,</span> <span class='label'>result:</span> <span class='id identifier rubyid_result'>result</span><span class='rparen'>)</span>
1041
990
  <span class='kw'>end</span></pre>
1042
991
  </td>
1043
992
  </tr>
@@ -1047,7 +996,7 @@
1047
996
  <div class="method_details ">
1048
997
  <h3 class="signature " id="get!-instance_method">
1049
998
 
1050
- #<strong>get!</strong>(id: &quot;&quot;) &#x21d2; <tt><span class='object_link'><a href="../Models/EventStream.html" title="NgrokAPI::Models::EventStream (class)">NgrokAPI::Models::EventStream</a></span></tt>
999
+ #<strong>get!</strong>(id: &quot;&quot;) &#x21d2; <tt><span class='object_link'><a href="../Models/HTTPSEdge.html" title="NgrokAPI::Models::HTTPSEdge (class)">NgrokAPI::Models::HTTPSEdge</a></span></tt>
1051
1000
 
1052
1001
 
1053
1002
 
@@ -1056,9 +1005,9 @@
1056
1005
  </h3><div class="docstring">
1057
1006
  <div class="discussion">
1058
1007
 
1059
- <p>Get detailed information about an Event Stream by ID. Throws an exception if API error.</p>
1008
+ <p>Get an HTTPS Edge by ID Throws an exception if API error.</p>
1060
1009
 
1061
- <p><a href="https://ngrok.com/docs/api#api-event-streams-get">ngrok.com/docs/api#api-event-streams-get</a></p>
1010
+ <p><a href="https://ngrok.com/docs/api#api-edges-https-get">ngrok.com/docs/api#api-edges-https-get</a></p>
1062
1011
 
1063
1012
 
1064
1013
  </div>
@@ -1093,7 +1042,7 @@
1093
1042
  <li>
1094
1043
 
1095
1044
 
1096
- <span class='type'>(<tt><span class='object_link'><a href="../Models/EventStream.html" title="NgrokAPI::Models::EventStream (class)">NgrokAPI::Models::EventStream</a></span></tt>)</span>
1045
+ <span class='type'>(<tt><span class='object_link'><a href="../Models/HTTPSEdge.html" title="NgrokAPI::Models::HTTPSEdge (class)">NgrokAPI::Models::HTTPSEdge</a></span></tt>)</span>
1097
1046
 
1098
1047
 
1099
1048
 
@@ -1112,31 +1061,27 @@
1112
1061
  <pre class="lines">
1113
1062
 
1114
1063
 
1115
- 116
1116
- 117
1117
- 118
1118
- 119
1119
- 120
1120
- 121
1121
- 122
1122
- 123
1123
- 124
1124
- 125
1125
- 126</pre>
1064
+ 69
1065
+ 70
1066
+ 71
1067
+ 72
1068
+ 73
1069
+ 74
1070
+ 75
1071
+ 76
1072
+ 77</pre>
1126
1073
  </td>
1127
1074
  <td>
1128
- <pre class="code"><span class="info file"># File 'lib/ngrokapi/services/event_streams_client.rb', line 116</span>
1075
+ <pre class="code"><span class="info file"># File 'lib/ngrokapi/services/edges_https_client.rb', line 69</span>
1129
1076
 
1130
- <span class='kw'>def</span> <span class='id identifier rubyid_get!'>get!</span><span class='lparen'>(</span>
1131
- <span class='label'>id:</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_end'>&quot;</span></span>
1132
- <span class='rparen'>)</span>
1133
- <span class='id identifier rubyid_path'>path</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>/event_streams/%{id}</span><span class='tstring_end'>&#39;</span></span>
1077
+ <span class='kw'>def</span> <span class='id identifier rubyid_get!'>get!</span><span class='lparen'>(</span><span class='label'>id:</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_end'>&quot;</span></span><span class='rparen'>)</span>
1078
+ <span class='id identifier rubyid_path'>path</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>/edges/https/%{id}</span><span class='tstring_end'>&#39;</span></span>
1134
1079
  <span class='id identifier rubyid_replacements'>replacements</span> <span class='op'>=</span> <span class='lbrace'>{</span>
1135
1080
  <span class='label'>id:</span> <span class='id identifier rubyid_id'>id</span><span class='comma'>,</span>
1136
1081
  <span class='rbrace'>}</span>
1137
1082
  <span class='id identifier rubyid_data'>data</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span>
1138
1083
  <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_get'>get</span><span class='lparen'>(</span><span class='id identifier rubyid_path'>path</span> <span class='op'>%</span> <span class='id identifier rubyid_replacements'>replacements</span><span class='comma'>,</span> <span class='label'>data:</span> <span class='id identifier rubyid_data'>data</span><span class='comma'>,</span> <span class='label'>danger:</span> <span class='kw'>true</span><span class='rparen'>)</span>
1139
- <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/EventStream.html" title="NgrokAPI::Models::EventStream (class)">EventStream</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="../Models/EventStream.html#initialize-instance_method" title="NgrokAPI::Models::EventStream#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='label'>client:</span> <span class='kw'>self</span><span class='comma'>,</span> <span class='label'>result:</span> <span class='id identifier rubyid_result'>result</span><span class='rparen'>)</span>
1084
+ <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/HTTPSEdge.html" title="NgrokAPI::Models::HTTPSEdge (class)">HTTPSEdge</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="../Models/HTTPSEdge.html#initialize-instance_method" title="NgrokAPI::Models::HTTPSEdge#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='label'>client:</span> <span class='kw'>self</span><span class='comma'>,</span> <span class='label'>result:</span> <span class='id identifier rubyid_result'>result</span><span class='rparen'>)</span>
1140
1085
  <span class='kw'>end</span></pre>
1141
1086
  </td>
1142
1087
  </tr>
@@ -1155,9 +1100,9 @@
1155
1100
  </h3><div class="docstring">
1156
1101
  <div class="discussion">
1157
1102
 
1158
- <p>List all Event Streams available on this account.</p>
1103
+ <p>Returns a list of all HTTPS Edges on this account</p>
1159
1104
 
1160
- <p><a href="https://ngrok.com/docs/api#api-event-streams-list">ngrok.com/docs/api#api-event-streams-list</a></p>
1105
+ <p><a href="https://ngrok.com/docs/api#api-edges-https-list">ngrok.com/docs/api#api-edges-https-list</a></p>
1161
1106
 
1162
1107
 
1163
1108
  </div>
@@ -1237,46 +1182,40 @@
1237
1182
  <pre class="lines">
1238
1183
 
1239
1184
 
1240
- 137
1241
- 138
1242
- 139
1243
- 140
1244
- 141
1245
- 142
1246
- 143
1247
- 144
1248
- 145
1249
- 146
1250
- 147
1251
- 148
1252
- 149
1253
- 150
1254
- 151
1255
- 152
1256
- 153
1257
- 154
1258
- 155</pre>
1185
+ 88
1186
+ 89
1187
+ 90
1188
+ 91
1189
+ 92
1190
+ 93
1191
+ 94
1192
+ 95
1193
+ 96
1194
+ 97
1195
+ 98
1196
+ 99
1197
+ 100
1198
+ 101
1199
+ 102
1200
+ 103</pre>
1259
1201
  </td>
1260
1202
  <td>
1261
- <pre class="code"><span class="info file"># File 'lib/ngrokapi/services/event_streams_client.rb', line 137</span>
1203
+ <pre class="code"><span class="info file"># File 'lib/ngrokapi/services/edges_https_client.rb', line 88</span>
1262
1204
 
1263
- <span class='kw'>def</span> <span class='id identifier rubyid_list'>list</span><span class='lparen'>(</span>
1264
- <span class='label'>before_id:</span> <span class='kw'>nil</span><span class='comma'>,</span>
1265
- <span class='label'>limit:</span> <span class='kw'>nil</span><span class='comma'>,</span>
1266
- <span class='label'>url:</span> <span class='kw'>nil</span>
1267
- <span class='rparen'>)</span>
1205
+ <span class='kw'>def</span> <span class='id identifier rubyid_list'>list</span><span class='lparen'>(</span><span class='label'>before_id:</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='label'>limit:</span> <span class='kw'>nil</span><span class='comma'>,</span>
1206
+ <span class='label'>url:</span> <span class='kw'>nil</span><span class='rparen'>)</span>
1268
1207
  <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>
1269
1208
  <span class='label'>before_id:</span> <span class='id identifier rubyid_before_id'>before_id</span><span class='comma'>,</span>
1270
1209
  <span class='label'>limit:</span> <span class='id identifier rubyid_limit'>limit</span><span class='comma'>,</span>
1271
1210
  <span class='label'>url:</span> <span class='id identifier rubyid_url'>url</span><span class='comma'>,</span>
1272
- <span class='label'>path:</span> <span class='const'><span class='object_link'><a href="#PATH-constant" title="NgrokAPI::Services::EventStreamsClient::PATH (constant)">PATH</a></span></span>
1211
+ <span class='label'>path:</span> <span class='const'><span class='object_link'><a href="#PATH-constant" title="NgrokAPI::Services::EdgesHTTPSClient::PATH (constant)">PATH</a></span></span>
1273
1212
  <span class='rparen'>)</span>
1274
1213
 
1275
1214
  <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>
1276
1215
  <span class='label'>client:</span> <span class='kw'>self</span><span class='comma'>,</span>
1277
1216
  <span class='label'>result:</span> <span class='id identifier rubyid_result'>result</span><span class='comma'>,</span>
1278
- <span class='label'>list_property:</span> <span class='const'><span class='object_link'><a href="#LIST_PROPERTY-constant" title="NgrokAPI::Services::EventStreamsClient::LIST_PROPERTY (constant)">LIST_PROPERTY</a></span></span><span class='comma'>,</span>
1279
- <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/EventStream.html" title="NgrokAPI::Models::EventStream (class)">EventStream</a></span></span>
1217
+ <span class='label'>list_property:</span> <span class='const'><span class='object_link'><a href="#LIST_PROPERTY-constant" title="NgrokAPI::Services::EdgesHTTPSClient::LIST_PROPERTY (constant)">LIST_PROPERTY</a></span></span><span class='comma'>,</span>
1218
+ <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/HTTPSEdge.html" title="NgrokAPI::Models::HTTPSEdge (class)">HTTPSEdge</a></span></span>
1280
1219
  <span class='rparen'>)</span>
1281
1220
  <span class='kw'>end</span></pre>
1282
1221
  </td>
@@ -1296,9 +1235,9 @@
1296
1235
  </h3><div class="docstring">
1297
1236
  <div class="discussion">
1298
1237
 
1299
- <p>List all Event Streams available on this account. Throws an exception if API error.</p>
1238
+ <p>Returns a list of all HTTPS Edges on this account Throws an exception if API error.</p>
1300
1239
 
1301
- <p><a href="https://ngrok.com/docs/api#api-event-streams-list">ngrok.com/docs/api#api-event-streams-list</a></p>
1240
+ <p><a href="https://ngrok.com/docs/api#api-edges-https-list">ngrok.com/docs/api#api-edges-https-list</a></p>
1302
1241
 
1303
1242
 
1304
1243
  </div>
@@ -1378,49 +1317,43 @@
1378
1317
  <pre class="lines">
1379
1318
 
1380
1319
 
1381
- 167
1382
- 168
1383
- 169
1384
- 170
1385
- 171
1386
- 172
1387
- 173
1388
- 174
1389
- 175
1390
- 176
1391
- 177
1392
- 178
1393
- 179
1394
- 180
1395
- 181
1396
- 182
1397
- 183
1398
- 184
1399
- 185
1400
- 186
1401
- 187</pre>
1320
+ 115
1321
+ 116
1322
+ 117
1323
+ 118
1324
+ 119
1325
+ 120
1326
+ 121
1327
+ 122
1328
+ 123
1329
+ 124
1330
+ 125
1331
+ 126
1332
+ 127
1333
+ 128
1334
+ 129
1335
+ 130
1336
+ 131
1337
+ 132</pre>
1402
1338
  </td>
1403
1339
  <td>
1404
- <pre class="code"><span class="info file"># File 'lib/ngrokapi/services/event_streams_client.rb', line 167</span>
1340
+ <pre class="code"><span class="info file"># File 'lib/ngrokapi/services/edges_https_client.rb', line 115</span>
1405
1341
 
1406
- <span class='kw'>def</span> <span class='id identifier rubyid_list!'>list!</span><span class='lparen'>(</span>
1407
- <span class='label'>before_id:</span> <span class='kw'>nil</span><span class='comma'>,</span>
1408
- <span class='label'>limit:</span> <span class='kw'>nil</span><span class='comma'>,</span>
1409
- <span class='label'>url:</span> <span class='kw'>nil</span>
1410
- <span class='rparen'>)</span>
1342
+ <span class='kw'>def</span> <span class='id identifier rubyid_list!'>list!</span><span class='lparen'>(</span><span class='label'>before_id:</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='label'>limit:</span> <span class='kw'>nil</span><span class='comma'>,</span>
1343
+ <span class='label'>url:</span> <span class='kw'>nil</span><span class='rparen'>)</span>
1411
1344
  <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>
1412
1345
  <span class='label'>before_id:</span> <span class='id identifier rubyid_before_id'>before_id</span><span class='comma'>,</span>
1413
1346
  <span class='label'>limit:</span> <span class='id identifier rubyid_limit'>limit</span><span class='comma'>,</span>
1414
1347
  <span class='label'>danger:</span> <span class='kw'>true</span><span class='comma'>,</span>
1415
1348
  <span class='label'>url:</span> <span class='id identifier rubyid_url'>url</span><span class='comma'>,</span>
1416
- <span class='label'>path:</span> <span class='const'><span class='object_link'><a href="#PATH-constant" title="NgrokAPI::Services::EventStreamsClient::PATH (constant)">PATH</a></span></span>
1349
+ <span class='label'>path:</span> <span class='const'><span class='object_link'><a href="#PATH-constant" title="NgrokAPI::Services::EdgesHTTPSClient::PATH (constant)">PATH</a></span></span>
1417
1350
  <span class='rparen'>)</span>
1418
1351
 
1419
1352
  <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>
1420
1353
  <span class='label'>client:</span> <span class='kw'>self</span><span class='comma'>,</span>
1421
1354
  <span class='label'>result:</span> <span class='id identifier rubyid_result'>result</span><span class='comma'>,</span>
1422
- <span class='label'>list_property:</span> <span class='const'><span class='object_link'><a href="#LIST_PROPERTY-constant" title="NgrokAPI::Services::EventStreamsClient::LIST_PROPERTY (constant)">LIST_PROPERTY</a></span></span><span class='comma'>,</span>
1423
- <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/EventStream.html" title="NgrokAPI::Models::EventStream (class)">EventStream</a></span></span><span class='comma'>,</span>
1355
+ <span class='label'>list_property:</span> <span class='const'><span class='object_link'><a href="#LIST_PROPERTY-constant" title="NgrokAPI::Services::EdgesHTTPSClient::LIST_PROPERTY (constant)">LIST_PROPERTY</a></span></span><span class='comma'>,</span>
1356
+ <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/HTTPSEdge.html" title="NgrokAPI::Models::HTTPSEdge (class)">HTTPSEdge</a></span></span><span class='comma'>,</span>
1424
1357
  <span class='label'>danger:</span> <span class='kw'>true</span>
1425
1358
  <span class='rparen'>)</span>
1426
1359
  <span class='kw'>end</span></pre>
@@ -1432,7 +1365,7 @@
1432
1365
  <div class="method_details ">
1433
1366
  <h3 class="signature " id="update-instance_method">
1434
1367
 
1435
- #<strong>update</strong>(id: &quot;&quot;, metadata: nil, description: nil, fields: nil, destination_ids: nil, sampling_rate: nil) &#x21d2; <tt><span class='object_link'><a href="../Models/EventStream.html" title="NgrokAPI::Models::EventStream (class)">NgrokAPI::Models::EventStream</a></span></tt>
1368
+ #<strong>update</strong>(id: &quot;&quot;, description: nil, metadata: nil, hostports: nil, mutual_tls: nil, tls_termination: nil) &#x21d2; <tt><span class='object_link'><a href="../Models/HTTPSEdge.html" title="NgrokAPI::Models::HTTPSEdge (class)">NgrokAPI::Models::HTTPSEdge</a></span></tt>
1436
1369
 
1437
1370
 
1438
1371
 
@@ -1441,9 +1374,9 @@
1441
1374
  </h3><div class="docstring">
1442
1375
  <div class="discussion">
1443
1376
 
1444
- <p>Update attributes of an Event Stream by ID.</p>
1377
+ <p>Updates an HTTPS Edge by ID. If a module is not specified in the update, it will not be modified. However, each module configuration that is specified will completely replace the existing value. There is no way to delete an existing module via this API, instead use the delete module API.</p>
1445
1378
 
1446
- <p><a href="https://ngrok.com/docs/api#api-event-streams-update">ngrok.com/docs/api#api-event-streams-update</a></p>
1379
+ <p><a href="https://ngrok.com/docs/api#api-edges-https-update">ngrok.com/docs/api#api-edges-https-update</a></p>
1447
1380
 
1448
1381
 
1449
1382
  </div>
@@ -1465,14 +1398,14 @@
1465
1398
 
1466
1399
  &mdash;
1467
1400
  <div class='inline'>
1468
- <p>Unique identifier for this Event Stream.</p>
1401
+ <p>unique identifier of this edge</p>
1469
1402
  </div>
1470
1403
 
1471
1404
  </li>
1472
1405
 
1473
1406
  <li>
1474
1407
 
1475
- <span class='name'>metadata</span>
1408
+ <span class='name'>description</span>
1476
1409
 
1477
1410
 
1478
1411
  <span class='type'>(<tt>string</tt>)</span>
@@ -1483,14 +1416,14 @@
1483
1416
 
1484
1417
  &mdash;
1485
1418
  <div class='inline'>
1486
- <p>Arbitrary user-defined machine-readable data of this Event Stream. Optional, max 4096 bytes.</p>
1419
+ <p>human-readable description of what this edge will be used for; optional, max 255 bytes.</p>
1487
1420
  </div>
1488
1421
 
1489
1422
  </li>
1490
1423
 
1491
1424
  <li>
1492
1425
 
1493
- <span class='name'>description</span>
1426
+ <span class='name'>metadata</span>
1494
1427
 
1495
1428
 
1496
1429
  <span class='type'>(<tt>string</tt>)</span>
@@ -1501,14 +1434,14 @@
1501
1434
 
1502
1435
  &mdash;
1503
1436
  <div class='inline'>
1504
- <p>Human-readable description of the Event Stream. Optional, max 255 bytes.</p>
1437
+ <p>arbitrary user-defined machine-readable data of this edge; optional, max 4096 bytes.</p>
1505
1438
  </div>
1506
1439
 
1507
1440
  </li>
1508
1441
 
1509
1442
  <li>
1510
1443
 
1511
- <span class='name'>fields</span>
1444
+ <span class='name'>hostports</span>
1512
1445
 
1513
1446
 
1514
1447
  <span class='type'>(<tt>List&lt;string&gt;</tt>)</span>
@@ -1519,17 +1452,17 @@
1519
1452
 
1520
1453
  &mdash;
1521
1454
  <div class='inline'>
1522
- <p>A list of protocol-specific fields you want to collect on each event.</p>
1455
+ <p>hostports served by this edge</p>
1523
1456
  </div>
1524
1457
 
1525
1458
  </li>
1526
1459
 
1527
1460
  <li>
1528
1461
 
1529
- <span class='name'>destination_ids</span>
1462
+ <span class='name'>mutual_tls</span>
1530
1463
 
1531
1464
 
1532
- <span class='type'>(<tt>List&lt;string&gt;</tt>)</span>
1465
+ <span class='type'>(<tt>EndpointMutualTLSMutate</tt>)</span>
1533
1466
 
1534
1467
 
1535
1468
  <em class="default">(defaults to: <tt>nil</tt>)</em>
@@ -1537,27 +1470,22 @@
1537
1470
 
1538
1471
  &mdash;
1539
1472
  <div class='inline'>
1540
- <p>A list of Event Destination IDs which should be used for this Event Stream. Event Streams are required to have at least one Event Destination.</p>
1473
+ <p>edge modules</p>
1541
1474
  </div>
1542
1475
 
1543
1476
  </li>
1544
1477
 
1545
1478
  <li>
1546
1479
 
1547
- <span class='name'>sampling_rate</span>
1480
+ <span class='name'>tls_termination</span>
1548
1481
 
1549
1482
 
1550
- <span class='type'>(<tt>float64</tt>)</span>
1483
+ <span class='type'>(<tt>EndpointTLSTerminationAtEdge</tt>)</span>
1551
1484
 
1552
1485
 
1553
1486
  <em class="default">(defaults to: <tt>nil</tt>)</em>
1554
1487
 
1555
1488
 
1556
- &mdash;
1557
- <div class='inline'>
1558
- <p>The percentage of all events you would like to capture. Valid values range from 0.01, representing 1% of all events to 1.00, representing 100% of all events.</p>
1559
- </div>
1560
-
1561
1489
  </li>
1562
1490
 
1563
1491
  </ul>
@@ -1568,7 +1496,7 @@
1568
1496
  <li>
1569
1497
 
1570
1498
 
1571
- <span class='type'>(<tt><span class='object_link'><a href="../Models/EventStream.html" title="NgrokAPI::Models::EventStream (class)">NgrokAPI::Models::EventStream</a></span></tt>)</span>
1499
+ <span class='type'>(<tt><span class='object_link'><a href="../Models/HTTPSEdge.html" title="NgrokAPI::Models::HTTPSEdge (class)">NgrokAPI::Models::HTTPSEdge</a></span></tt>)</span>
1572
1500
 
1573
1501
 
1574
1502
 
@@ -1587,51 +1515,37 @@
1587
1515
  <pre class="lines">
1588
1516
 
1589
1517
 
1590
- 201
1591
- 202
1592
- 203
1593
- 204
1594
- 205
1595
- 206
1596
- 207
1597
- 208
1598
- 209
1599
- 210
1600
- 211
1601
- 212
1602
- 213
1603
- 214
1604
- 215
1605
- 216
1606
- 217
1607
- 218
1608
- 219
1609
- 220
1610
- 221</pre>
1518
+ 149
1519
+ 150
1520
+ 151
1521
+ 152
1522
+ 153
1523
+ 154
1524
+ 155
1525
+ 156
1526
+ 157
1527
+ 158
1528
+ 159
1529
+ 160
1530
+ 161
1531
+ 162</pre>
1611
1532
  </td>
1612
1533
  <td>
1613
- <pre class="code"><span class="info file"># File 'lib/ngrokapi/services/event_streams_client.rb', line 201</span>
1614
-
1615
- <span class='kw'>def</span> <span class='id identifier rubyid_update'>update</span><span class='lparen'>(</span>
1616
- <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>
1617
- <span class='label'>metadata:</span> <span class='kw'>nil</span><span class='comma'>,</span>
1618
- <span class='label'>description:</span> <span class='kw'>nil</span><span class='comma'>,</span>
1619
- <span class='label'>fields:</span> <span class='kw'>nil</span><span class='comma'>,</span>
1620
- <span class='label'>destination_ids:</span> <span class='kw'>nil</span><span class='comma'>,</span>
1621
- <span class='label'>sampling_rate:</span> <span class='kw'>nil</span>
1622
- <span class='rparen'>)</span>
1623
- <span class='id identifier rubyid_path'>path</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>/event_streams/%{id}</span><span class='tstring_end'>&#39;</span></span>
1534
+ <pre class="code"><span class="info file"># File 'lib/ngrokapi/services/edges_https_client.rb', line 149</span>
1535
+
1536
+ <span class='kw'>def</span> <span class='id identifier rubyid_update'>update</span><span class='lparen'>(</span><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> <span class='label'>description:</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='label'>metadata:</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='label'>hostports:</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='label'>mutual_tls:</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='label'>tls_termination:</span> <span class='kw'>nil</span><span class='rparen'>)</span>
1537
+ <span class='id identifier rubyid_path'>path</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>/edges/https/%{id}</span><span class='tstring_end'>&#39;</span></span>
1624
1538
  <span class='id identifier rubyid_replacements'>replacements</span> <span class='op'>=</span> <span class='lbrace'>{</span>
1625
1539
  <span class='label'>id:</span> <span class='id identifier rubyid_id'>id</span><span class='comma'>,</span>
1626
1540
  <span class='rbrace'>}</span>
1627
1541
  <span class='id identifier rubyid_data'>data</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span>
1628
- <span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:metadata</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_metadata'>metadata</span> <span class='kw'>if</span> <span class='id identifier rubyid_metadata'>metadata</span>
1629
1542
  <span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:description</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_description'>description</span> <span class='kw'>if</span> <span class='id identifier rubyid_description'>description</span>
1630
- <span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:fields</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_fields'>fields</span> <span class='kw'>if</span> <span class='id identifier rubyid_fields'>fields</span>
1631
- <span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:destination_ids</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_destination_ids'>destination_ids</span> <span class='kw'>if</span> <span class='id identifier rubyid_destination_ids'>destination_ids</span>
1632
- <span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:sampling_rate</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_sampling_rate'>sampling_rate</span> <span class='kw'>if</span> <span class='id identifier rubyid_sampling_rate'>sampling_rate</span>
1543
+ <span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:metadata</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_metadata'>metadata</span> <span class='kw'>if</span> <span class='id identifier rubyid_metadata'>metadata</span>
1544
+ <span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:hostports</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_hostports'>hostports</span> <span class='kw'>if</span> <span class='id identifier rubyid_hostports'>hostports</span>
1545
+ <span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:mutual_tls</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_mutual_tls'>mutual_tls</span> <span class='kw'>if</span> <span class='id identifier rubyid_mutual_tls'>mutual_tls</span>
1546
+ <span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:tls_termination</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_tls_termination'>tls_termination</span> <span class='kw'>if</span> <span class='id identifier rubyid_tls_termination'>tls_termination</span>
1633
1547
  <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_patch'>patch</span><span class='lparen'>(</span><span class='id identifier rubyid_path'>path</span> <span class='op'>%</span> <span class='id identifier rubyid_replacements'>replacements</span><span class='comma'>,</span> <span class='label'>data:</span> <span class='id identifier rubyid_data'>data</span><span class='rparen'>)</span>
1634
- <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/EventStream.html" title="NgrokAPI::Models::EventStream (class)">EventStream</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="../Models/EventStream.html#initialize-instance_method" title="NgrokAPI::Models::EventStream#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='label'>client:</span> <span class='kw'>self</span><span class='comma'>,</span> <span class='label'>result:</span> <span class='id identifier rubyid_result'>result</span><span class='rparen'>)</span>
1548
+ <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/HTTPSEdge.html" title="NgrokAPI::Models::HTTPSEdge (class)">HTTPSEdge</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="../Models/HTTPSEdge.html#initialize-instance_method" title="NgrokAPI::Models::HTTPSEdge#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='label'>client:</span> <span class='kw'>self</span><span class='comma'>,</span> <span class='label'>result:</span> <span class='id identifier rubyid_result'>result</span><span class='rparen'>)</span>
1635
1549
  <span class='kw'>end</span></pre>
1636
1550
  </td>
1637
1551
  </tr>
@@ -1641,7 +1555,7 @@
1641
1555
  <div class="method_details ">
1642
1556
  <h3 class="signature " id="update!-instance_method">
1643
1557
 
1644
- #<strong>update!</strong>(id: &quot;&quot;, metadata: nil, description: nil, fields: nil, destination_ids: nil, sampling_rate: nil) &#x21d2; <tt><span class='object_link'><a href="../Models/EventStream.html" title="NgrokAPI::Models::EventStream (class)">NgrokAPI::Models::EventStream</a></span></tt>
1558
+ #<strong>update!</strong>(id: &quot;&quot;, description: nil, metadata: nil, hostports: nil, mutual_tls: nil, tls_termination: nil) &#x21d2; <tt><span class='object_link'><a href="../Models/HTTPSEdge.html" title="NgrokAPI::Models::HTTPSEdge (class)">NgrokAPI::Models::HTTPSEdge</a></span></tt>
1645
1559
 
1646
1560
 
1647
1561
 
@@ -1650,9 +1564,9 @@
1650
1564
  </h3><div class="docstring">
1651
1565
  <div class="discussion">
1652
1566
 
1653
- <p>Update attributes of an Event Stream by ID. Throws an exception if API error.</p>
1567
+ <p>Updates an HTTPS Edge by ID. If a module is not specified in the update, it will not be modified. However, each module configuration that is specified will completely replace the existing value. There is no way to delete an existing module via this API, instead use the delete module API. Throws an exception if API error.</p>
1654
1568
 
1655
- <p><a href="https://ngrok.com/docs/api#api-event-streams-update">ngrok.com/docs/api#api-event-streams-update</a></p>
1569
+ <p><a href="https://ngrok.com/docs/api#api-edges-https-update">ngrok.com/docs/api#api-edges-https-update</a></p>
1656
1570
 
1657
1571
 
1658
1572
  </div>
@@ -1674,14 +1588,14 @@
1674
1588
 
1675
1589
  &mdash;
1676
1590
  <div class='inline'>
1677
- <p>Unique identifier for this Event Stream.</p>
1591
+ <p>unique identifier of this edge</p>
1678
1592
  </div>
1679
1593
 
1680
1594
  </li>
1681
1595
 
1682
1596
  <li>
1683
1597
 
1684
- <span class='name'>metadata</span>
1598
+ <span class='name'>description</span>
1685
1599
 
1686
1600
 
1687
1601
  <span class='type'>(<tt>string</tt>)</span>
@@ -1692,14 +1606,14 @@
1692
1606
 
1693
1607
  &mdash;
1694
1608
  <div class='inline'>
1695
- <p>Arbitrary user-defined machine-readable data of this Event Stream. Optional, max 4096 bytes.</p>
1609
+ <p>human-readable description of what this edge will be used for; optional, max 255 bytes.</p>
1696
1610
  </div>
1697
1611
 
1698
1612
  </li>
1699
1613
 
1700
1614
  <li>
1701
1615
 
1702
- <span class='name'>description</span>
1616
+ <span class='name'>metadata</span>
1703
1617
 
1704
1618
 
1705
1619
  <span class='type'>(<tt>string</tt>)</span>
@@ -1710,14 +1624,14 @@
1710
1624
 
1711
1625
  &mdash;
1712
1626
  <div class='inline'>
1713
- <p>Human-readable description of the Event Stream. Optional, max 255 bytes.</p>
1627
+ <p>arbitrary user-defined machine-readable data of this edge; optional, max 4096 bytes.</p>
1714
1628
  </div>
1715
1629
 
1716
1630
  </li>
1717
1631
 
1718
1632
  <li>
1719
1633
 
1720
- <span class='name'>fields</span>
1634
+ <span class='name'>hostports</span>
1721
1635
 
1722
1636
 
1723
1637
  <span class='type'>(<tt>List&lt;string&gt;</tt>)</span>
@@ -1728,17 +1642,17 @@
1728
1642
 
1729
1643
  &mdash;
1730
1644
  <div class='inline'>
1731
- <p>A list of protocol-specific fields you want to collect on each event.</p>
1645
+ <p>hostports served by this edge</p>
1732
1646
  </div>
1733
1647
 
1734
1648
  </li>
1735
1649
 
1736
1650
  <li>
1737
1651
 
1738
- <span class='name'>destination_ids</span>
1652
+ <span class='name'>mutual_tls</span>
1739
1653
 
1740
1654
 
1741
- <span class='type'>(<tt>List&lt;string&gt;</tt>)</span>
1655
+ <span class='type'>(<tt>EndpointMutualTLSMutate</tt>)</span>
1742
1656
 
1743
1657
 
1744
1658
  <em class="default">(defaults to: <tt>nil</tt>)</em>
@@ -1746,27 +1660,22 @@
1746
1660
 
1747
1661
  &mdash;
1748
1662
  <div class='inline'>
1749
- <p>A list of Event Destination IDs which should be used for this Event Stream. Event Streams are required to have at least one Event Destination.</p>
1663
+ <p>edge modules</p>
1750
1664
  </div>
1751
1665
 
1752
1666
  </li>
1753
1667
 
1754
1668
  <li>
1755
1669
 
1756
- <span class='name'>sampling_rate</span>
1670
+ <span class='name'>tls_termination</span>
1757
1671
 
1758
1672
 
1759
- <span class='type'>(<tt>float64</tt>)</span>
1673
+ <span class='type'>(<tt>EndpointTLSTerminationAtEdge</tt>)</span>
1760
1674
 
1761
1675
 
1762
1676
  <em class="default">(defaults to: <tt>nil</tt>)</em>
1763
1677
 
1764
1678
 
1765
- &mdash;
1766
- <div class='inline'>
1767
- <p>The percentage of all events you would like to capture. Valid values range from 0.01, representing 1% of all events to 1.00, representing 100% of all events.</p>
1768
- </div>
1769
-
1770
1679
  </li>
1771
1680
 
1772
1681
  </ul>
@@ -1777,7 +1686,7 @@
1777
1686
  <li>
1778
1687
 
1779
1688
 
1780
- <span class='type'>(<tt><span class='object_link'><a href="../Models/EventStream.html" title="NgrokAPI::Models::EventStream (class)">NgrokAPI::Models::EventStream</a></span></tt>)</span>
1689
+ <span class='type'>(<tt><span class='object_link'><a href="../Models/HTTPSEdge.html" title="NgrokAPI::Models::HTTPSEdge (class)">NgrokAPI::Models::HTTPSEdge</a></span></tt>)</span>
1781
1690
 
1782
1691
 
1783
1692
 
@@ -1796,51 +1705,37 @@
1796
1705
  <pre class="lines">
1797
1706
 
1798
1707
 
1799
- 236
1800
- 237
1801
- 238
1802
- 239
1803
- 240
1804
- 241
1805
- 242
1806
- 243
1807
- 244
1808
- 245
1809
- 246
1810
- 247
1811
- 248
1812
- 249
1813
- 250
1814
- 251
1815
- 252
1816
- 253
1817
- 254
1818
- 255
1819
- 256</pre>
1708
+ 180
1709
+ 181
1710
+ 182
1711
+ 183
1712
+ 184
1713
+ 185
1714
+ 186
1715
+ 187
1716
+ 188
1717
+ 189
1718
+ 190
1719
+ 191
1720
+ 192
1721
+ 193</pre>
1820
1722
  </td>
1821
1723
  <td>
1822
- <pre class="code"><span class="info file"># File 'lib/ngrokapi/services/event_streams_client.rb', line 236</span>
1823
-
1824
- <span class='kw'>def</span> <span class='id identifier rubyid_update!'>update!</span><span class='lparen'>(</span>
1825
- <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>
1826
- <span class='label'>metadata:</span> <span class='kw'>nil</span><span class='comma'>,</span>
1827
- <span class='label'>description:</span> <span class='kw'>nil</span><span class='comma'>,</span>
1828
- <span class='label'>fields:</span> <span class='kw'>nil</span><span class='comma'>,</span>
1829
- <span class='label'>destination_ids:</span> <span class='kw'>nil</span><span class='comma'>,</span>
1830
- <span class='label'>sampling_rate:</span> <span class='kw'>nil</span>
1831
- <span class='rparen'>)</span>
1832
- <span class='id identifier rubyid_path'>path</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>/event_streams/%{id}</span><span class='tstring_end'>&#39;</span></span>
1724
+ <pre class="code"><span class="info file"># File 'lib/ngrokapi/services/edges_https_client.rb', line 180</span>
1725
+
1726
+ <span class='kw'>def</span> <span class='id identifier rubyid_update!'>update!</span><span class='lparen'>(</span><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> <span class='label'>description:</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='label'>metadata:</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='label'>hostports:</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='label'>mutual_tls:</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='label'>tls_termination:</span> <span class='kw'>nil</span><span class='rparen'>)</span>
1727
+ <span class='id identifier rubyid_path'>path</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>/edges/https/%{id}</span><span class='tstring_end'>&#39;</span></span>
1833
1728
  <span class='id identifier rubyid_replacements'>replacements</span> <span class='op'>=</span> <span class='lbrace'>{</span>
1834
1729
  <span class='label'>id:</span> <span class='id identifier rubyid_id'>id</span><span class='comma'>,</span>
1835
1730
  <span class='rbrace'>}</span>
1836
1731
  <span class='id identifier rubyid_data'>data</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span>
1837
- <span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:metadata</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_metadata'>metadata</span> <span class='kw'>if</span> <span class='id identifier rubyid_metadata'>metadata</span>
1838
1732
  <span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:description</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_description'>description</span> <span class='kw'>if</span> <span class='id identifier rubyid_description'>description</span>
1839
- <span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:fields</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_fields'>fields</span> <span class='kw'>if</span> <span class='id identifier rubyid_fields'>fields</span>
1840
- <span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:destination_ids</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_destination_ids'>destination_ids</span> <span class='kw'>if</span> <span class='id identifier rubyid_destination_ids'>destination_ids</span>
1841
- <span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:sampling_rate</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_sampling_rate'>sampling_rate</span> <span class='kw'>if</span> <span class='id identifier rubyid_sampling_rate'>sampling_rate</span>
1733
+ <span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:metadata</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_metadata'>metadata</span> <span class='kw'>if</span> <span class='id identifier rubyid_metadata'>metadata</span>
1734
+ <span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:hostports</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_hostports'>hostports</span> <span class='kw'>if</span> <span class='id identifier rubyid_hostports'>hostports</span>
1735
+ <span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:mutual_tls</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_mutual_tls'>mutual_tls</span> <span class='kw'>if</span> <span class='id identifier rubyid_mutual_tls'>mutual_tls</span>
1736
+ <span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:tls_termination</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_tls_termination'>tls_termination</span> <span class='kw'>if</span> <span class='id identifier rubyid_tls_termination'>tls_termination</span>
1842
1737
  <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_patch'>patch</span><span class='lparen'>(</span><span class='id identifier rubyid_path'>path</span> <span class='op'>%</span> <span class='id identifier rubyid_replacements'>replacements</span><span class='comma'>,</span> <span class='label'>data:</span> <span class='id identifier rubyid_data'>data</span><span class='comma'>,</span> <span class='label'>danger:</span> <span class='kw'>true</span><span class='rparen'>)</span>
1843
- <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/EventStream.html" title="NgrokAPI::Models::EventStream (class)">EventStream</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="../Models/EventStream.html#initialize-instance_method" title="NgrokAPI::Models::EventStream#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='label'>client:</span> <span class='kw'>self</span><span class='comma'>,</span> <span class='label'>result:</span> <span class='id identifier rubyid_result'>result</span><span class='rparen'>)</span>
1738
+ <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/HTTPSEdge.html" title="NgrokAPI::Models::HTTPSEdge (class)">HTTPSEdge</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="../Models/HTTPSEdge.html#initialize-instance_method" title="NgrokAPI::Models::HTTPSEdge#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='label'>client:</span> <span class='kw'>self</span><span class='comma'>,</span> <span class='label'>result:</span> <span class='id identifier rubyid_result'>result</span><span class='rparen'>)</span>
1844
1739
  <span class='kw'>end</span></pre>
1845
1740
  </td>
1846
1741
  </tr>
@@ -1852,9 +1747,9 @@
1852
1747
  </div>
1853
1748
 
1854
1749
  <div id="footer">
1855
- Generated on Tue Oct 19 15:48:22 2021 by
1750
+ Generated on Thu Mar 10 04:54:51 2022 by
1856
1751
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1857
- 0.9.26 (ruby-3.0.1).
1752
+ 0.9.27 (ruby-2.7.5).
1858
1753
  </div>
1859
1754
 
1860
1755
  </div>