ngrok-api 0.16.0 → 0.19.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (525) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +28 -1
  3. data/doc/NgrokAPI/Client.html +270 -180
  4. data/doc/NgrokAPI/Error.html +2 -2
  5. data/doc/NgrokAPI/Errors/NotFoundError.html +2 -2
  6. data/doc/NgrokAPI/Errors.html +2 -2
  7. data/doc/NgrokAPI/HttpClient.html +147 -4
  8. data/doc/NgrokAPI/Models/APIKey.html +120 -68
  9. data/doc/NgrokAPI/Models/AWSAuth.html +83 -31
  10. data/doc/NgrokAPI/Models/AWSCredentials.html +90 -38
  11. data/doc/NgrokAPI/Models/AWSRole.html +75 -23
  12. data/doc/NgrokAPI/Models/AbuseReport.html +109 -57
  13. data/doc/NgrokAPI/Models/AbuseReportHostname.html +83 -31
  14. data/doc/NgrokAPI/Models/AgentIngress.html +142 -90
  15. data/doc/NgrokAPI/Models/CertificateAuthority.html +149 -97
  16. data/doc/NgrokAPI/Models/Credential.html +121 -69
  17. data/doc/NgrokAPI/Models/Endpoint.html +1483 -0
  18. data/doc/NgrokAPI/Models/{EndpointLoggingMutate.html → EndpointBackend.html} +105 -53
  19. data/doc/NgrokAPI/Models/EndpointBackendMutate.html +669 -0
  20. data/doc/NgrokAPI/Models/EndpointCircuitBreaker.html +101 -49
  21. data/doc/NgrokAPI/Models/EndpointCompression.html +82 -30
  22. data/doc/NgrokAPI/Models/EndpointIPPolicy.html +90 -38
  23. data/doc/NgrokAPI/Models/EndpointIPPolicyMutate.html +90 -38
  24. data/doc/NgrokAPI/Models/EndpointMutualTLS.html +90 -38
  25. data/doc/NgrokAPI/Models/EndpointMutualTLSMutate.html +90 -38
  26. data/doc/NgrokAPI/Models/EndpointOAuth.html +124 -72
  27. data/doc/NgrokAPI/Models/EndpointOAuthFacebook.html +107 -55
  28. data/doc/NgrokAPI/Models/EndpointOAuthGitHub.html +116 -64
  29. data/doc/NgrokAPI/Models/EndpointOAuthGoogle.html +107 -55
  30. data/doc/NgrokAPI/Models/EndpointOAuthMicrosoft.html +107 -55
  31. data/doc/NgrokAPI/Models/EndpointOAuthProvider.html +106 -54
  32. data/doc/NgrokAPI/Models/EndpointOIDC.html +133 -81
  33. data/doc/NgrokAPI/Models/EndpointRequestHeaders.html +91 -39
  34. data/doc/NgrokAPI/Models/EndpointResponseHeaders.html +91 -39
  35. data/doc/NgrokAPI/Models/EndpointSAML.html +148 -96
  36. data/doc/NgrokAPI/Models/EndpointSAMLMutate.html +133 -81
  37. data/doc/NgrokAPI/Models/EndpointTLSTermination.html +91 -39
  38. data/doc/NgrokAPI/Models/EndpointTLSTerminationAtEdge.html +669 -0
  39. data/doc/NgrokAPI/Models/EndpointWebhookValidation.html +91 -39
  40. data/{docs/NgrokAPI/Models/EndpointLogging.html → doc/NgrokAPI/Models/EndpointWebsocketTCPConverter.html} +95 -117
  41. data/doc/NgrokAPI/Models/EventDestination.html +122 -70
  42. data/doc/NgrokAPI/Models/EventSource.html +92 -40
  43. data/doc/NgrokAPI/Models/EventSourceList.html +76 -24
  44. data/doc/NgrokAPI/Models/EventSourceReplace.html +91 -39
  45. data/doc/NgrokAPI/Models/EventSubscription.html +122 -70
  46. data/doc/NgrokAPI/Models/EventTarget.html +106 -54
  47. data/doc/NgrokAPI/Models/EventTargetCloudwatchLogs.html +90 -38
  48. data/doc/NgrokAPI/Models/EventTargetFirehose.html +90 -38
  49. data/doc/NgrokAPI/Models/EventTargetKinesis.html +83 -31
  50. data/doc/NgrokAPI/Models/FailoverBackend.html +1127 -0
  51. data/{docs/NgrokAPI/Models/EventStream.html → doc/NgrokAPI/Models/HTTPResponseBackend.html} +170 -196
  52. data/doc/NgrokAPI/Models/HTTPSEdge.html +1361 -0
  53. data/doc/NgrokAPI/Models/{EndpointConfiguration.html → HTTPSEdgeRoute.html} +278 -288
  54. data/doc/NgrokAPI/Models/IPPolicy.html +120 -68
  55. data/doc/NgrokAPI/Models/IPPolicyRule.html +222 -96
  56. data/doc/NgrokAPI/Models/IPRestriction.html +130 -78
  57. data/doc/NgrokAPI/Models/Listable.html +61 -61
  58. data/doc/NgrokAPI/Models/Ref.html +83 -31
  59. data/doc/NgrokAPI/Models/ReservedAddr.html +130 -78
  60. data/doc/NgrokAPI/Models/ReservedDomain.html +151 -99
  61. data/doc/NgrokAPI/Models/ReservedDomainCertJob.html +92 -40
  62. data/doc/NgrokAPI/Models/ReservedDomainCertPolicy.html +90 -38
  63. data/doc/NgrokAPI/Models/ReservedDomainCertStatus.html +90 -38
  64. data/doc/NgrokAPI/Models/SSHCertificateAuthority.html +135 -83
  65. data/doc/NgrokAPI/Models/SSHCredential.html +128 -76
  66. data/doc/NgrokAPI/Models/SSHHostCertificate.html +148 -96
  67. data/doc/NgrokAPI/Models/SSHUserCertificate.html +154 -102
  68. data/doc/NgrokAPI/Models/TCPEdge.html +1287 -0
  69. data/doc/NgrokAPI/Models/TLSCertificate.html +165 -113
  70. data/doc/NgrokAPI/Models/TLSCertificateSANs.html +90 -38
  71. data/doc/NgrokAPI/Models/TLSEdge.html +1447 -0
  72. data/doc/NgrokAPI/Models/Tunnel.html +413 -65
  73. data/doc/NgrokAPI/Models/TunnelGroupBackend.html +1201 -0
  74. data/doc/NgrokAPI/Models/TunnelSession.html +126 -74
  75. data/doc/NgrokAPI/Models/WeightedBackend.html +1127 -0
  76. data/doc/NgrokAPI/Models.html +4 -4
  77. data/doc/NgrokAPI/PagedIterator.html +3 -3
  78. data/doc/NgrokAPI/Services/APIKeysClient.html +244 -109
  79. data/doc/NgrokAPI/Services/AbuseReportsClient.html +162 -25
  80. data/doc/NgrokAPI/Services/AgentIngressesClient.html +262 -109
  81. data/doc/NgrokAPI/Services/CertificateAuthoritiesClient.html +262 -109
  82. data/doc/NgrokAPI/Services/CredentialsClient.html +266 -111
  83. data/doc/NgrokAPI/Services/EdgeRouteBackendModuleClient.html +1149 -0
  84. data/doc/NgrokAPI/Services/{EndpointCircuitBreakerModuleClient.html → EdgeRouteCircuitBreakerModuleClient.html} +205 -99
  85. data/{docs/NgrokAPI/Services/EndpointCompressionModuleClient.html → doc/NgrokAPI/Services/EdgeRouteCompressionModuleClient.html} +205 -99
  86. data/doc/NgrokAPI/Services/EdgeRouteIPRestrictionModuleClient.html +1149 -0
  87. data/doc/NgrokAPI/Services/{EndpointOAuthModuleClient.html → EdgeRouteOAuthModuleClient.html} +205 -99
  88. data/doc/NgrokAPI/Services/EdgeRouteOIDCModuleClient.html +1149 -0
  89. data/doc/NgrokAPI/Services/EdgeRouteRequestHeadersModuleClient.html +1149 -0
  90. data/doc/NgrokAPI/Services/{EndpointResponseHeadersModuleClient.html → EdgeRouteResponseHeadersModuleClient.html} +205 -99
  91. data/{docs/NgrokAPI/Services/EndpointSAMLModuleClient.html → doc/NgrokAPI/Services/EdgeRouteSAMLModuleClient.html} +205 -99
  92. data/{docs/NgrokAPI/Services/EndpointWebhookValidationModuleClient.html → doc/NgrokAPI/Services/EdgeRouteWebhookVerificationModuleClient.html} +205 -99
  93. data/doc/NgrokAPI/Services/EdgeRouteWebsocketTCPConverterModuleClient.html +1149 -0
  94. data/doc/NgrokAPI/Services/EdgesHTTPSClient.html +1947 -0
  95. data/doc/NgrokAPI/Services/EdgesHTTPSRoutesClient.html +2585 -0
  96. data/doc/NgrokAPI/Services/EdgesTCPClient.html +1947 -0
  97. data/{docs/NgrokAPI/Services/EndpointConfigurationsClient.html → doc/NgrokAPI/Services/EdgesTLSClient.html} +374 -641
  98. data/doc/NgrokAPI/Services/EndpointsClient.html +903 -0
  99. data/doc/NgrokAPI/Services/EventDestinationsClient.html +290 -115
  100. data/doc/NgrokAPI/Services/EventSourcesClient.html +227 -88
  101. data/doc/NgrokAPI/Services/EventSubscriptionsClient.html +291 -116
  102. data/doc/NgrokAPI/Services/{EventStreamsClient.html → FailoverBackendsClient.html} +342 -335
  103. data/doc/NgrokAPI/Services/HTTPResponseBackendsClient.html +1937 -0
  104. data/doc/NgrokAPI/Services/HTTPSEdgeMutualTLSModuleClient.html +1039 -0
  105. data/{docs/NgrokAPI/Services/EndpointRequestHeadersModuleClient.html → doc/NgrokAPI/Services/HTTPSEdgeTLSTerminationModuleClient.html} +76 -80
  106. data/doc/NgrokAPI/Services/IPPoliciesClient.html +245 -128
  107. data/doc/NgrokAPI/Services/IPPolicyRulesClient.html +328 -117
  108. data/doc/NgrokAPI/Services/IPRestrictionsClient.html +305 -114
  109. data/doc/NgrokAPI/Services/ReservedAddrsClient.html +160 -295
  110. data/doc/NgrokAPI/Services/ReservedDomainsClient.html +257 -624
  111. data/doc/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html +304 -109
  112. data/doc/NgrokAPI/Services/SSHCredentialsClient.html +284 -111
  113. data/doc/NgrokAPI/Services/SSHHostCertificatesClient.html +340 -109
  114. data/doc/NgrokAPI/Services/SSHUserCertificatesClient.html +381 -110
  115. data/{docs/NgrokAPI/Services/EndpointLoggingModuleClient.html → doc/NgrokAPI/Services/TCPEdgeBackendModuleClient.html} +76 -80
  116. data/doc/NgrokAPI/Services/{EndpointIPPolicyModuleClient.html → TCPEdgeIPRestrictionModuleClient.html} +62 -66
  117. data/doc/NgrokAPI/Services/TLSCertificatesClient.html +280 -109
  118. data/doc/NgrokAPI/Services/{EndpointLoggingModuleClient.html → TLSEdgeBackendModuleClient.html} +76 -80
  119. data/{docs/NgrokAPI/Services/EndpointIPPolicyModuleClient.html → doc/NgrokAPI/Services/TLSEdgeIPRestrictionModuleClient.html} +62 -66
  120. data/doc/NgrokAPI/Services/{EndpointMutualTLSModuleClient.html → TLSEdgeMutualTLSModuleClient.html} +62 -66
  121. data/doc/NgrokAPI/Services/{EndpointTLSTerminationModuleClient.html → TLSEdgeTLSTerminationModuleClient.html} +62 -66
  122. data/doc/NgrokAPI/Services/TunnelGroupBackendsClient.html +1799 -0
  123. data/doc/NgrokAPI/Services/TunnelSessionsClient.html +44 -48
  124. data/doc/NgrokAPI/Services/TunnelsClient.html +249 -15
  125. data/doc/NgrokAPI/Services/WeightedBackendsClient.html +1799 -0
  126. data/doc/NgrokAPI/Services.html +4 -4
  127. data/doc/NgrokAPI.html +3 -3
  128. data/doc/_index.html +237 -60
  129. data/doc/class_list.html +1 -1
  130. data/doc/file.README.html +55 -55
  131. data/doc/index.html +55 -55
  132. data/doc/method_list.html +4555 -1843
  133. data/doc/top-level-namespace.html +2 -2
  134. data/docs/NgrokAPI/Client.html +270 -180
  135. data/docs/NgrokAPI/Error.html +2 -2
  136. data/docs/NgrokAPI/Errors/NotFoundError.html +2 -2
  137. data/docs/NgrokAPI/Errors.html +2 -2
  138. data/docs/NgrokAPI/HttpClient.html +147 -4
  139. data/docs/NgrokAPI/Models/APIKey.html +120 -68
  140. data/docs/NgrokAPI/Models/AWSAuth.html +83 -31
  141. data/docs/NgrokAPI/Models/AWSCredentials.html +90 -38
  142. data/docs/NgrokAPI/Models/AWSRole.html +75 -23
  143. data/docs/NgrokAPI/Models/AbuseReport.html +109 -57
  144. data/docs/NgrokAPI/Models/AbuseReportHostname.html +83 -31
  145. data/docs/NgrokAPI/Models/AgentIngress.html +142 -90
  146. data/docs/NgrokAPI/Models/CertificateAuthority.html +149 -97
  147. data/docs/NgrokAPI/Models/Credential.html +121 -69
  148. data/docs/NgrokAPI/Models/Endpoint.html +1483 -0
  149. data/docs/NgrokAPI/Models/{EndpointLoggingMutate.html → EndpointBackend.html} +105 -53
  150. data/docs/NgrokAPI/Models/EndpointBackendMutate.html +669 -0
  151. data/docs/NgrokAPI/Models/EndpointCircuitBreaker.html +101 -49
  152. data/docs/NgrokAPI/Models/EndpointCompression.html +82 -30
  153. data/docs/NgrokAPI/Models/EndpointIPPolicy.html +90 -38
  154. data/docs/NgrokAPI/Models/EndpointIPPolicyMutate.html +90 -38
  155. data/docs/NgrokAPI/Models/EndpointMutualTLS.html +90 -38
  156. data/docs/NgrokAPI/Models/EndpointMutualTLSMutate.html +90 -38
  157. data/docs/NgrokAPI/Models/EndpointOAuth.html +124 -72
  158. data/docs/NgrokAPI/Models/EndpointOAuthFacebook.html +107 -55
  159. data/docs/NgrokAPI/Models/EndpointOAuthGitHub.html +116 -64
  160. data/docs/NgrokAPI/Models/EndpointOAuthGoogle.html +107 -55
  161. data/docs/NgrokAPI/Models/EndpointOAuthMicrosoft.html +107 -55
  162. data/docs/NgrokAPI/Models/EndpointOAuthProvider.html +106 -54
  163. data/docs/NgrokAPI/Models/EndpointOIDC.html +133 -81
  164. data/docs/NgrokAPI/Models/EndpointRequestHeaders.html +91 -39
  165. data/docs/NgrokAPI/Models/EndpointResponseHeaders.html +91 -39
  166. data/docs/NgrokAPI/Models/EndpointSAML.html +148 -96
  167. data/docs/NgrokAPI/Models/EndpointSAMLMutate.html +133 -81
  168. data/docs/NgrokAPI/Models/EndpointTLSTermination.html +91 -39
  169. data/docs/NgrokAPI/Models/EndpointTLSTerminationAtEdge.html +669 -0
  170. data/docs/NgrokAPI/Models/EndpointWebhookValidation.html +91 -39
  171. data/{doc/NgrokAPI/Models/EndpointLogging.html → docs/NgrokAPI/Models/EndpointWebsocketTCPConverter.html} +95 -117
  172. data/docs/NgrokAPI/Models/EventDestination.html +122 -70
  173. data/docs/NgrokAPI/Models/EventSource.html +92 -40
  174. data/docs/NgrokAPI/Models/EventSourceList.html +76 -24
  175. data/docs/NgrokAPI/Models/EventSourceReplace.html +91 -39
  176. data/docs/NgrokAPI/Models/EventSubscription.html +122 -70
  177. data/docs/NgrokAPI/Models/EventTarget.html +106 -54
  178. data/docs/NgrokAPI/Models/EventTargetCloudwatchLogs.html +90 -38
  179. data/docs/NgrokAPI/Models/EventTargetFirehose.html +90 -38
  180. data/docs/NgrokAPI/Models/EventTargetKinesis.html +83 -31
  181. data/docs/NgrokAPI/Models/FailoverBackend.html +1127 -0
  182. data/{doc/NgrokAPI/Models/EventStream.html → docs/NgrokAPI/Models/HTTPResponseBackend.html} +170 -196
  183. data/docs/NgrokAPI/Models/HTTPSEdge.html +1361 -0
  184. data/docs/NgrokAPI/Models/{EndpointConfiguration.html → HTTPSEdgeRoute.html} +278 -288
  185. data/docs/NgrokAPI/Models/IPPolicy.html +120 -68
  186. data/docs/NgrokAPI/Models/IPPolicyRule.html +222 -96
  187. data/docs/NgrokAPI/Models/IPRestriction.html +130 -78
  188. data/docs/NgrokAPI/Models/Listable.html +61 -61
  189. data/docs/NgrokAPI/Models/Ref.html +83 -31
  190. data/docs/NgrokAPI/Models/ReservedAddr.html +130 -78
  191. data/docs/NgrokAPI/Models/ReservedDomain.html +151 -99
  192. data/docs/NgrokAPI/Models/ReservedDomainCertJob.html +92 -40
  193. data/docs/NgrokAPI/Models/ReservedDomainCertPolicy.html +90 -38
  194. data/docs/NgrokAPI/Models/ReservedDomainCertStatus.html +90 -38
  195. data/docs/NgrokAPI/Models/SSHCertificateAuthority.html +135 -83
  196. data/docs/NgrokAPI/Models/SSHCredential.html +128 -76
  197. data/docs/NgrokAPI/Models/SSHHostCertificate.html +148 -96
  198. data/docs/NgrokAPI/Models/SSHUserCertificate.html +154 -102
  199. data/docs/NgrokAPI/Models/TCPEdge.html +1287 -0
  200. data/docs/NgrokAPI/Models/TLSCertificate.html +165 -113
  201. data/docs/NgrokAPI/Models/TLSCertificateSANs.html +90 -38
  202. data/docs/NgrokAPI/Models/TLSEdge.html +1447 -0
  203. data/docs/NgrokAPI/Models/Tunnel.html +413 -65
  204. data/docs/NgrokAPI/Models/TunnelGroupBackend.html +1201 -0
  205. data/docs/NgrokAPI/Models/TunnelSession.html +126 -74
  206. data/docs/NgrokAPI/Models/WeightedBackend.html +1127 -0
  207. data/docs/NgrokAPI/Models.html +4 -4
  208. data/docs/NgrokAPI/PagedIterator.html +3 -3
  209. data/docs/NgrokAPI/Services/APIKeysClient.html +244 -109
  210. data/docs/NgrokAPI/Services/AbuseReportsClient.html +162 -25
  211. data/docs/NgrokAPI/Services/AgentIngressesClient.html +262 -109
  212. data/docs/NgrokAPI/Services/CertificateAuthoritiesClient.html +262 -109
  213. data/docs/NgrokAPI/Services/CredentialsClient.html +266 -111
  214. data/docs/NgrokAPI/Services/EdgeRouteBackendModuleClient.html +1149 -0
  215. data/docs/NgrokAPI/Services/{EndpointCircuitBreakerModuleClient.html → EdgeRouteCircuitBreakerModuleClient.html} +205 -99
  216. data/{doc/NgrokAPI/Services/EndpointCompressionModuleClient.html → docs/NgrokAPI/Services/EdgeRouteCompressionModuleClient.html} +205 -99
  217. data/docs/NgrokAPI/Services/EdgeRouteIPRestrictionModuleClient.html +1149 -0
  218. data/docs/NgrokAPI/Services/{EndpointOAuthModuleClient.html → EdgeRouteOAuthModuleClient.html} +205 -99
  219. data/docs/NgrokAPI/Services/EdgeRouteOIDCModuleClient.html +1149 -0
  220. data/docs/NgrokAPI/Services/EdgeRouteRequestHeadersModuleClient.html +1149 -0
  221. data/docs/NgrokAPI/Services/{EndpointResponseHeadersModuleClient.html → EdgeRouteResponseHeadersModuleClient.html} +205 -99
  222. data/{doc/NgrokAPI/Services/EndpointSAMLModuleClient.html → docs/NgrokAPI/Services/EdgeRouteSAMLModuleClient.html} +205 -99
  223. data/{doc/NgrokAPI/Services/EndpointWebhookValidationModuleClient.html → docs/NgrokAPI/Services/EdgeRouteWebhookVerificationModuleClient.html} +205 -99
  224. data/docs/NgrokAPI/Services/EdgeRouteWebsocketTCPConverterModuleClient.html +1149 -0
  225. data/docs/NgrokAPI/Services/EdgesHTTPSClient.html +1947 -0
  226. data/docs/NgrokAPI/Services/EdgesHTTPSRoutesClient.html +2585 -0
  227. data/docs/NgrokAPI/Services/EdgesTCPClient.html +1947 -0
  228. data/{doc/NgrokAPI/Services/EndpointConfigurationsClient.html → docs/NgrokAPI/Services/EdgesTLSClient.html} +374 -641
  229. data/docs/NgrokAPI/Services/EndpointsClient.html +903 -0
  230. data/docs/NgrokAPI/Services/EventDestinationsClient.html +290 -115
  231. data/docs/NgrokAPI/Services/EventSourcesClient.html +227 -88
  232. data/docs/NgrokAPI/Services/EventSubscriptionsClient.html +291 -116
  233. data/docs/NgrokAPI/Services/{EventStreamsClient.html → FailoverBackendsClient.html} +342 -335
  234. data/docs/NgrokAPI/Services/HTTPResponseBackendsClient.html +1937 -0
  235. data/docs/NgrokAPI/Services/HTTPSEdgeMutualTLSModuleClient.html +1039 -0
  236. data/{doc/NgrokAPI/Services/EndpointRequestHeadersModuleClient.html → docs/NgrokAPI/Services/HTTPSEdgeTLSTerminationModuleClient.html} +76 -80
  237. data/docs/NgrokAPI/Services/IPPoliciesClient.html +245 -128
  238. data/docs/NgrokAPI/Services/IPPolicyRulesClient.html +328 -117
  239. data/docs/NgrokAPI/Services/IPRestrictionsClient.html +305 -114
  240. data/docs/NgrokAPI/Services/ReservedAddrsClient.html +160 -295
  241. data/docs/NgrokAPI/Services/ReservedDomainsClient.html +257 -624
  242. data/docs/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html +304 -109
  243. data/docs/NgrokAPI/Services/SSHCredentialsClient.html +284 -111
  244. data/docs/NgrokAPI/Services/SSHHostCertificatesClient.html +340 -109
  245. data/docs/NgrokAPI/Services/SSHUserCertificatesClient.html +381 -110
  246. data/docs/NgrokAPI/Services/{EndpointOIDCModuleClient.html → TCPEdgeBackendModuleClient.html} +76 -80
  247. data/docs/NgrokAPI/Services/TCPEdgeIPRestrictionModuleClient.html +1039 -0
  248. data/docs/NgrokAPI/Services/TLSCertificatesClient.html +280 -109
  249. data/{doc/NgrokAPI/Services/EndpointOIDCModuleClient.html → docs/NgrokAPI/Services/TLSEdgeBackendModuleClient.html} +76 -80
  250. data/docs/NgrokAPI/Services/TLSEdgeIPRestrictionModuleClient.html +1039 -0
  251. data/docs/NgrokAPI/Services/{EndpointMutualTLSModuleClient.html → TLSEdgeMutualTLSModuleClient.html} +62 -66
  252. data/docs/NgrokAPI/Services/{EndpointTLSTerminationModuleClient.html → TLSEdgeTLSTerminationModuleClient.html} +62 -66
  253. data/docs/NgrokAPI/Services/TunnelGroupBackendsClient.html +1799 -0
  254. data/docs/NgrokAPI/Services/TunnelSessionsClient.html +44 -48
  255. data/docs/NgrokAPI/Services/TunnelsClient.html +249 -15
  256. data/docs/NgrokAPI/Services/WeightedBackendsClient.html +1799 -0
  257. data/docs/NgrokAPI/Services.html +4 -4
  258. data/docs/NgrokAPI.html +3 -3
  259. data/docs/_index.html +237 -60
  260. data/docs/class_list.html +1 -1
  261. data/docs/file.README.html +55 -55
  262. data/docs/index.html +55 -55
  263. data/docs/method_list.html +4555 -1843
  264. data/docs/top-level-namespace.html +2 -2
  265. data/lib/ngrokapi/client.rb +47 -24
  266. data/lib/ngrokapi/http_client.rb +21 -2
  267. data/lib/ngrokapi/models/abuse_report.rb +16 -12
  268. data/lib/ngrokapi/models/abuse_report_hostname.rb +11 -7
  269. data/lib/ngrokapi/models/agent_ingress.rb +17 -13
  270. data/lib/ngrokapi/models/api_key.rb +15 -11
  271. data/lib/ngrokapi/models/aws_auth.rb +11 -7
  272. data/lib/ngrokapi/models/aws_credentials.rb +11 -7
  273. data/lib/ngrokapi/models/aws_role.rb +10 -6
  274. data/lib/ngrokapi/models/certificate_authority.rb +20 -16
  275. data/lib/ngrokapi/models/credential.rb +16 -12
  276. data/lib/ngrokapi/models/endpoint.rb +53 -0
  277. data/lib/ngrokapi/models/endpoint_backend.rb +31 -0
  278. data/lib/ngrokapi/models/endpoint_backend_mutate.rb +31 -0
  279. data/lib/ngrokapi/models/endpoint_circuit_breaker.rb +15 -11
  280. data/lib/ngrokapi/models/endpoint_compression.rb +10 -6
  281. data/lib/ngrokapi/models/endpoint_ip_policy.rb +11 -7
  282. data/lib/ngrokapi/models/endpoint_ip_policy_mutate.rb +11 -7
  283. data/lib/ngrokapi/models/endpoint_mutual_tls.rb +11 -7
  284. data/lib/ngrokapi/models/endpoint_mutual_tls_mutate.rb +11 -7
  285. data/lib/ngrokapi/models/endpoint_o_auth.rb +16 -12
  286. data/lib/ngrokapi/models/endpoint_o_auth_facebook.rb +14 -10
  287. data/lib/ngrokapi/models/endpoint_o_auth_git_hub.rb +16 -12
  288. data/lib/ngrokapi/models/endpoint_o_auth_google.rb +14 -10
  289. data/lib/ngrokapi/models/endpoint_o_auth_microsoft.rb +14 -10
  290. data/lib/ngrokapi/models/endpoint_o_auth_provider.rb +13 -9
  291. data/lib/ngrokapi/models/endpoint_oidc.rb +18 -14
  292. data/lib/ngrokapi/models/endpoint_request_headers.rb +12 -8
  293. data/lib/ngrokapi/models/endpoint_response_headers.rb +12 -8
  294. data/lib/ngrokapi/models/endpoint_saml.rb +25 -21
  295. data/lib/ngrokapi/models/endpoint_saml_mutate.rb +20 -16
  296. data/lib/ngrokapi/models/endpoint_tls_termination.rb +12 -8
  297. data/lib/ngrokapi/models/endpoint_tls_termination_at_edge.rb +31 -0
  298. data/lib/ngrokapi/models/endpoint_webhook_validation.rb +12 -8
  299. data/lib/ngrokapi/models/endpoint_websocket_tcp_converter.rb +29 -0
  300. data/lib/ngrokapi/models/event_destination.rb +17 -14
  301. data/lib/ngrokapi/models/event_source.rb +13 -9
  302. data/lib/ngrokapi/models/event_source_list.rb +11 -7
  303. data/lib/ngrokapi/models/event_source_replace.rb +12 -8
  304. data/lib/ngrokapi/models/event_subscription.rb +16 -12
  305. data/lib/ngrokapi/models/event_target.rb +13 -9
  306. data/lib/ngrokapi/models/event_target_cloudwatch_logs.rb +11 -7
  307. data/lib/ngrokapi/models/event_target_firehose.rb +11 -7
  308. data/lib/ngrokapi/models/event_target_kinesis.rb +11 -7
  309. data/lib/ngrokapi/models/failover_backend.rb +69 -0
  310. data/lib/ngrokapi/models/http_response_backend.rb +75 -0
  311. data/lib/ngrokapi/models/https_edge.rb +84 -0
  312. data/lib/ngrokapi/models/https_edge_route.rb +137 -0
  313. data/lib/ngrokapi/models/ip_policy.rb +15 -11
  314. data/lib/ngrokapi/models/ip_policy_rule.rb +19 -13
  315. data/lib/ngrokapi/models/ip_restriction.rb +17 -13
  316. data/lib/ngrokapi/models/listable.rb +9 -9
  317. data/lib/ngrokapi/models/ref.rb +11 -7
  318. data/lib/ngrokapi/models/reserved_addr.rb +17 -13
  319. data/lib/ngrokapi/models/reserved_domain.rb +23 -19
  320. data/lib/ngrokapi/models/reserved_domain_cert_job.rb +13 -9
  321. data/lib/ngrokapi/models/reserved_domain_cert_policy.rb +11 -7
  322. data/lib/ngrokapi/models/reserved_domain_cert_status.rb +11 -7
  323. data/lib/ngrokapi/models/ssh_certificate_authority.rb +16 -12
  324. data/lib/ngrokapi/models/ssh_credential.rb +16 -12
  325. data/lib/ngrokapi/models/ssh_host_certificate.rb +21 -17
  326. data/lib/ngrokapi/models/ssh_user_certificate.rb +23 -19
  327. data/lib/ngrokapi/models/tcp_edge.rb +82 -0
  328. data/lib/ngrokapi/models/tls_certificate.rb +30 -26
  329. data/lib/ngrokapi/models/tls_certificate_sa_ns.rb +11 -7
  330. data/lib/ngrokapi/models/tls_edge.rb +92 -0
  331. data/lib/ngrokapi/models/tunnel.rb +25 -13
  332. data/lib/ngrokapi/models/tunnel_group_backend.rb +71 -0
  333. data/lib/ngrokapi/models/tunnel_session.rb +19 -15
  334. data/lib/ngrokapi/models/weighted_backend.rb +69 -0
  335. data/lib/ngrokapi/paged_iterator.rb +1 -1
  336. data/lib/ngrokapi/services/abuse_reports_client.rb +25 -3
  337. data/lib/ngrokapi/services/agent_ingresses_client.rb +32 -11
  338. data/lib/ngrokapi/services/api_keys_client.rb +30 -11
  339. data/lib/ngrokapi/services/certificate_authorities_client.rb +31 -11
  340. data/lib/ngrokapi/services/credentials_client.rb +34 -11
  341. data/lib/ngrokapi/services/edge_route_backend_module_client.rb +118 -0
  342. data/lib/ngrokapi/services/edge_route_circuit_breaker_module_client.rb +118 -0
  343. data/lib/ngrokapi/services/edge_route_compression_module_client.rb +118 -0
  344. data/lib/ngrokapi/services/edge_route_ip_restriction_module_client.rb +118 -0
  345. data/lib/ngrokapi/services/edge_route_o_auth_module_client.rb +118 -0
  346. data/lib/ngrokapi/services/edge_route_oidc_module_client.rb +118 -0
  347. data/lib/ngrokapi/services/edge_route_request_headers_module_client.rb +118 -0
  348. data/lib/ngrokapi/services/edge_route_response_headers_module_client.rb +118 -0
  349. data/lib/ngrokapi/services/edge_route_saml_module_client.rb +118 -0
  350. data/lib/ngrokapi/services/edge_route_webhook_verification_module_client.rb +118 -0
  351. data/lib/ngrokapi/services/edge_route_websocket_tcp_converter_module_client.rb +118 -0
  352. data/lib/ngrokapi/services/edges_https_client.rb +251 -0
  353. data/lib/ngrokapi/services/edges_https_routes_client.rb +292 -0
  354. data/lib/ngrokapi/services/edges_tcp_client.rb +251 -0
  355. data/lib/ngrokapi/services/edges_tls_client.rb +267 -0
  356. data/lib/ngrokapi/services/endpoints_client.rb +112 -0
  357. data/lib/ngrokapi/services/event_destinations_client.rb +37 -15
  358. data/lib/ngrokapi/services/event_sources_client.rb +27 -7
  359. data/lib/ngrokapi/services/event_subscriptions_client.rb +36 -14
  360. data/lib/ngrokapi/services/failover_backends_client.rb +234 -0
  361. data/lib/ngrokapi/services/http_response_backends_client.rb +220 -0
  362. data/lib/ngrokapi/services/{endpoint_oidc_module_client.rb → https_edge_mutual_tls_module_client.rb} +27 -29
  363. data/lib/ngrokapi/services/https_edge_tls_termination_module_client.rb +106 -0
  364. data/lib/ngrokapi/services/ip_policies_client.rb +31 -14
  365. data/lib/ngrokapi/services/ip_policy_rules_client.rb +38 -12
  366. data/lib/ngrokapi/services/ip_restrictions_client.rb +36 -12
  367. data/lib/ngrokapi/services/reserved_addrs_client.rb +31 -48
  368. data/lib/ngrokapi/services/reserved_domains_client.rb +37 -85
  369. data/lib/ngrokapi/services/ssh_certificate_authorities_client.rb +35 -11
  370. data/lib/ngrokapi/services/ssh_credentials_client.rb +34 -11
  371. data/lib/ngrokapi/services/ssh_host_certificates_client.rb +39 -11
  372. data/lib/ngrokapi/services/ssh_user_certificates_client.rb +44 -12
  373. data/lib/ngrokapi/services/{endpoint_logging_module_client.rb → tcp_edge_backend_module_client.rb} +27 -29
  374. data/lib/ngrokapi/services/{endpoint_ip_policy_module_client.rb → tcp_edge_ip_restriction_module_client.rb} +21 -23
  375. data/lib/ngrokapi/services/tls_certificates_client.rb +33 -11
  376. data/lib/ngrokapi/services/{endpoint_saml_module_client.rb → tls_edge_backend_module_client.rb} +27 -29
  377. data/lib/ngrokapi/services/tls_edge_ip_restriction_module_client.rb +106 -0
  378. data/lib/ngrokapi/services/{endpoint_mutual_tls_module_client.rb → tls_edge_mutual_tls_module_client.rb} +21 -23
  379. data/lib/ngrokapi/services/{endpoint_tls_termination_module_client.rb → tls_edge_tls_termination_module_client.rb} +21 -23
  380. data/lib/ngrokapi/services/tunnel_group_backends_client.rb +232 -0
  381. data/lib/ngrokapi/services/tunnel_sessions_client.rb +6 -8
  382. data/lib/ngrokapi/services/tunnels_client.rb +39 -6
  383. data/lib/ngrokapi/services/weighted_backends_client.rb +234 -0
  384. data/lib/ngrokapi/version.rb +1 -1
  385. data/lib/ngrokapi.rb +1 -1
  386. data/spec/ngrokapi/client_spec.rb +44 -23
  387. data/spec/ngrokapi/models/abuse_report_hostname_spec.rb +2 -2
  388. data/spec/ngrokapi/models/abuse_report_spec.rb +2 -2
  389. data/spec/ngrokapi/models/agent_ingress_spec.rb +2 -2
  390. data/spec/ngrokapi/models/api_key_spec.rb +2 -2
  391. data/spec/ngrokapi/models/aws_auth_spec.rb +2 -2
  392. data/spec/ngrokapi/models/aws_credentials_spec.rb +2 -2
  393. data/spec/ngrokapi/models/aws_role_spec.rb +2 -2
  394. data/spec/ngrokapi/models/certificate_authority_spec.rb +2 -2
  395. data/spec/ngrokapi/models/credential_spec.rb +2 -2
  396. data/spec/ngrokapi/models/endpoint_backend_mutate_spec.rb +21 -0
  397. data/spec/ngrokapi/models/endpoint_backend_spec.rb +21 -0
  398. data/spec/ngrokapi/models/endpoint_circuit_breaker_spec.rb +2 -2
  399. data/spec/ngrokapi/models/endpoint_compression_spec.rb +2 -2
  400. data/spec/ngrokapi/models/endpoint_ip_policy_mutate_spec.rb +2 -2
  401. data/spec/ngrokapi/models/endpoint_ip_policy_spec.rb +2 -2
  402. data/spec/ngrokapi/models/endpoint_mutual_tls_mutate_spec.rb +2 -2
  403. data/spec/ngrokapi/models/endpoint_mutual_tls_spec.rb +2 -2
  404. data/spec/ngrokapi/models/endpoint_o_auth_facebook_spec.rb +2 -2
  405. data/spec/ngrokapi/models/endpoint_o_auth_git_hub_spec.rb +2 -2
  406. data/spec/ngrokapi/models/endpoint_o_auth_google_spec.rb +2 -2
  407. data/spec/ngrokapi/models/endpoint_o_auth_microsoft_spec.rb +2 -2
  408. data/spec/ngrokapi/models/endpoint_o_auth_provider_spec.rb +2 -2
  409. data/spec/ngrokapi/models/endpoint_o_auth_spec.rb +2 -2
  410. data/spec/ngrokapi/models/endpoint_oidc_spec.rb +2 -2
  411. data/spec/ngrokapi/models/endpoint_request_headers_spec.rb +2 -2
  412. data/spec/ngrokapi/models/endpoint_response_headers_spec.rb +2 -2
  413. data/spec/ngrokapi/models/endpoint_saml_mutate_spec.rb +2 -2
  414. data/spec/ngrokapi/models/endpoint_saml_spec.rb +2 -2
  415. data/spec/ngrokapi/models/endpoint_spec.rb +21 -0
  416. data/spec/ngrokapi/models/endpoint_tls_termination_at_edge_spec.rb +21 -0
  417. data/spec/ngrokapi/models/endpoint_tls_termination_spec.rb +2 -2
  418. data/spec/ngrokapi/models/endpoint_webhook_validation_spec.rb +2 -2
  419. data/spec/ngrokapi/models/endpoint_websocket_tcp_converter_spec.rb +21 -0
  420. data/spec/ngrokapi/models/event_destination_spec.rb +2 -2
  421. data/spec/ngrokapi/models/event_source_list_spec.rb +2 -2
  422. data/spec/ngrokapi/models/event_source_replace_spec.rb +2 -2
  423. data/spec/ngrokapi/models/event_source_spec.rb +2 -2
  424. data/spec/ngrokapi/models/event_subscription_spec.rb +2 -2
  425. data/spec/ngrokapi/models/event_target_cloudwatch_logs_spec.rb +2 -2
  426. data/spec/ngrokapi/models/event_target_firehose_spec.rb +2 -2
  427. data/spec/ngrokapi/models/event_target_kinesis_spec.rb +2 -2
  428. data/spec/ngrokapi/models/event_target_spec.rb +2 -2
  429. data/spec/ngrokapi/models/failover_backend_spec.rb +45 -0
  430. data/spec/ngrokapi/models/http_response_backend_spec.rb +51 -0
  431. data/spec/ngrokapi/models/https_edge_route_spec.rb +81 -0
  432. data/spec/ngrokapi/models/https_edge_spec.rb +51 -0
  433. data/spec/ngrokapi/models/ip_policy_rule_spec.rb +2 -2
  434. data/spec/ngrokapi/models/ip_policy_spec.rb +2 -2
  435. data/spec/ngrokapi/models/ip_restriction_spec.rb +2 -2
  436. data/spec/ngrokapi/models/listable_spec.rb +2 -2
  437. data/spec/ngrokapi/models/ref_spec.rb +2 -2
  438. data/spec/ngrokapi/models/reserved_addr_spec.rb +2 -2
  439. data/spec/ngrokapi/models/reserved_domain_cert_job_spec.rb +2 -2
  440. data/spec/ngrokapi/models/reserved_domain_cert_policy_spec.rb +2 -2
  441. data/spec/ngrokapi/models/reserved_domain_cert_status_spec.rb +2 -2
  442. data/spec/ngrokapi/models/reserved_domain_spec.rb +2 -2
  443. data/spec/ngrokapi/models/ssh_certificate_authority_spec.rb +2 -2
  444. data/spec/ngrokapi/models/ssh_credential_spec.rb +2 -2
  445. data/spec/ngrokapi/models/ssh_host_certificate_spec.rb +2 -2
  446. data/spec/ngrokapi/models/ssh_user_certificate_spec.rb +2 -2
  447. data/spec/ngrokapi/models/tcp_edge_spec.rb +51 -0
  448. data/spec/ngrokapi/models/tls_certificate_sa_ns_spec.rb +2 -2
  449. data/spec/ngrokapi/models/tls_certificate_spec.rb +2 -2
  450. data/spec/ngrokapi/models/tls_edge_spec.rb +57 -0
  451. data/spec/ngrokapi/models/tunnel_group_backend_spec.rb +45 -0
  452. data/spec/ngrokapi/models/tunnel_session_spec.rb +2 -2
  453. data/spec/ngrokapi/models/tunnel_spec.rb +2 -2
  454. data/spec/ngrokapi/models/weighted_backend_spec.rb +45 -0
  455. data/spec/ngrokapi/paged_iterator_spec.rb +5 -5
  456. data/spec/ngrokapi/services/abuse_reports_client_spec.rb +19 -0
  457. data/spec/ngrokapi/services/agent_ingresses_client_spec.rb +21 -0
  458. data/spec/ngrokapi/services/api_keys_client_spec.rb +19 -0
  459. data/spec/ngrokapi/services/certificate_authorities_client_spec.rb +21 -0
  460. data/spec/ngrokapi/services/credentials_client_spec.rb +21 -0
  461. data/spec/ngrokapi/services/edge_route_backend_module_client_spec.rb +137 -0
  462. data/spec/ngrokapi/services/{endpoint_circuit_breaker_module_client_spec.rb → edge_route_circuit_breaker_module_client_spec.rb} +33 -21
  463. data/spec/ngrokapi/services/{endpoint_compression_module_client_spec.rb → edge_route_compression_module_client_spec.rb} +33 -21
  464. data/spec/ngrokapi/services/edge_route_ip_restriction_module_client_spec.rb +137 -0
  465. data/spec/ngrokapi/services/{endpoint_o_auth_module_client_spec.rb → edge_route_o_auth_module_client_spec.rb} +33 -21
  466. data/spec/ngrokapi/services/{endpoint_oidc_module_client_spec.rb → edge_route_oidc_module_client_spec.rb} +33 -21
  467. data/spec/ngrokapi/services/{endpoint_request_headers_module_client_spec.rb → edge_route_request_headers_module_client_spec.rb} +33 -21
  468. data/spec/ngrokapi/services/{endpoint_response_headers_module_client_spec.rb → edge_route_response_headers_module_client_spec.rb} +33 -21
  469. data/spec/ngrokapi/services/{endpoint_saml_module_client_spec.rb → edge_route_saml_module_client_spec.rb} +33 -21
  470. data/spec/ngrokapi/services/{endpoint_webhook_validation_module_client_spec.rb → edge_route_webhook_verification_module_client_spec.rb} +33 -21
  471. data/spec/ngrokapi/services/edge_route_websocket_tcp_converter_module_client_spec.rb +137 -0
  472. data/spec/ngrokapi/services/edges_https_client_spec.rb +200 -0
  473. data/spec/ngrokapi/services/edges_https_routes_client_spec.rb +288 -0
  474. data/spec/ngrokapi/services/edges_tcp_client_spec.rb +200 -0
  475. data/spec/ngrokapi/services/edges_tls_client_spec.rb +216 -0
  476. data/spec/ngrokapi/services/endpoints_client_spec.rb +57 -0
  477. data/spec/ngrokapi/services/event_destinations_client_spec.rb +24 -0
  478. data/spec/ngrokapi/services/event_sources_client_spec.rb +21 -0
  479. data/spec/ngrokapi/services/event_subscriptions_client_spec.rb +23 -0
  480. data/spec/ngrokapi/services/failover_backends_client_spec.rb +184 -0
  481. data/spec/ngrokapi/services/http_response_backends_client_spec.rb +200 -0
  482. data/spec/ngrokapi/services/{endpoint_mutual_tls_module_client_spec.rb → https_edge_mutual_tls_module_client_spec.rb} +19 -21
  483. data/spec/ngrokapi/services/{endpoint_tls_termination_module_client_spec.rb → https_edge_tls_termination_module_client_spec.rb} +19 -21
  484. data/spec/ngrokapi/services/ip_policies_client_spec.rb +20 -1
  485. data/spec/ngrokapi/services/ip_policy_rules_client_spec.rb +28 -1
  486. data/spec/ngrokapi/services/ip_restrictions_client_spec.rb +25 -0
  487. data/spec/ngrokapi/services/reserved_addrs_client_spec.rb +22 -44
  488. data/spec/ngrokapi/services/reserved_domains_client_spec.rb +29 -88
  489. data/spec/ngrokapi/services/ssh_certificate_authorities_client_spec.rb +25 -0
  490. data/spec/ngrokapi/services/ssh_credentials_client_spec.rb +23 -0
  491. data/spec/ngrokapi/services/ssh_host_certificates_client_spec.rb +29 -0
  492. data/spec/ngrokapi/services/ssh_user_certificates_client_spec.rb +33 -0
  493. data/spec/ngrokapi/services/tcp_edge_backend_module_client_spec.rb +123 -0
  494. data/spec/ngrokapi/services/{endpoint_ip_policy_module_client_spec.rb → tcp_edge_ip_restriction_module_client_spec.rb} +19 -21
  495. data/spec/ngrokapi/services/tls_certificates_client_spec.rb +23 -0
  496. data/spec/ngrokapi/services/tls_edge_backend_module_client_spec.rb +123 -0
  497. data/spec/ngrokapi/services/tls_edge_ip_restriction_module_client_spec.rb +123 -0
  498. data/spec/ngrokapi/services/tls_edge_mutual_tls_module_client_spec.rb +123 -0
  499. data/spec/ngrokapi/services/tls_edge_tls_termination_module_client_spec.rb +123 -0
  500. data/spec/ngrokapi/services/tunnel_group_backends_client_spec.rb +184 -0
  501. data/spec/ngrokapi/services/tunnels_client_spec.rb +36 -0
  502. data/spec/ngrokapi/services/weighted_backends_client_spec.rb +184 -0
  503. data/spec/spec_helper.rb +326 -33
  504. metadata +166 -76
  505. data/doc/README +0 -94
  506. data/docs/README +0 -94
  507. data/lib/ngrokapi/models/endpoint_configuration.rb +0 -130
  508. data/lib/ngrokapi/models/endpoint_logging.rb +0 -27
  509. data/lib/ngrokapi/models/endpoint_logging_mutate.rb +0 -27
  510. data/lib/ngrokapi/models/event_stream.rb +0 -77
  511. data/lib/ngrokapi/services/endpoint_circuit_breaker_module_client.rb +0 -108
  512. data/lib/ngrokapi/services/endpoint_compression_module_client.rb +0 -108
  513. data/lib/ngrokapi/services/endpoint_configurations_client.rb +0 -289
  514. data/lib/ngrokapi/services/endpoint_o_auth_module_client.rb +0 -108
  515. data/lib/ngrokapi/services/endpoint_request_headers_module_client.rb +0 -108
  516. data/lib/ngrokapi/services/endpoint_response_headers_module_client.rb +0 -108
  517. data/lib/ngrokapi/services/endpoint_webhook_validation_module_client.rb +0 -108
  518. data/lib/ngrokapi/services/event_streams_client.rb +0 -224
  519. data/spec/ngrokapi/models/endpoint_configuration_spec.rb +0 -78
  520. data/spec/ngrokapi/models/endpoint_logging_mutate_spec.rb +0 -21
  521. data/spec/ngrokapi/models/endpoint_logging_spec.rb +0 -21
  522. data/spec/ngrokapi/models/event_stream_spec.rb +0 -51
  523. data/spec/ngrokapi/services/endpoint_configurations_client_spec.rb +0 -237
  524. data/spec/ngrokapi/services/endpoint_logging_module_client_spec.rb +0 -125
  525. data/spec/ngrokapi/services/event_streams_client_spec.rb +0 -177
@@ -1,289 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- module NgrokAPI
4
- module Services
5
- ##
6
- # Endpoint Configurations are a reusable group of modules that encapsulate how
7
- # traffic to a domain or address is handled. Endpoint configurations are only
8
- # applied to Domains and TCP Addresses they have been attached to.
9
- #
10
- # https://ngrok.com/docs/api#api-endpoint-configurations
11
- class EndpointConfigurationsClient
12
- # The API path for the requests
13
- PATH = '/endpoint_configurations'
14
- # The List Property from the resulting API for list calls
15
- LIST_PROPERTY = 'endpoint_configurations'
16
-
17
- attr_reader :client
18
-
19
- def initialize(client:)
20
- @client = client
21
- end
22
-
23
- ##
24
- # Create a new endpoint configuration
25
- #
26
- # @param [string] type they type of traffic this endpoint configuration can be applied to. one of: ``http``, ``https``, ``tcp``
27
- # @param [string] description human-readable description of what this endpoint configuration will be do when applied or what traffic it will be applied to. Optional, max 255 bytes
28
- # @param [string] metadata arbitrary user-defined machine-readable data of this endpoint configuration. Optional, max 4096 bytes.
29
- # @param [EndpointCircuitBreaker] circuit_breaker circuit breaker module configuration or ``null``
30
- # @param [EndpointCompression] compression compression module configuration or ``null``
31
- # @param [EndpointRequestHeaders] request_headers request headers module configuration or ``null``
32
- # @param [EndpointResponseHeaders] response_headers response headers module configuration or ``null``
33
- # @param [EndpointIPPolicyMutate] ip_policy ip policy module configuration or ``null``
34
- # @param [EndpointMutualTLSMutate] mutual_tls mutual TLS module configuration or ``null``
35
- # @param [EndpointTLSTermination] tls_termination TLS termination module configuration or ``null``
36
- # @param [EndpointWebhookValidation] webhook_validation webhook validation module configuration or ``null``
37
- # @param [EndpointOAuth] oauth oauth module configuration or ``null``
38
- # @param [EndpointLoggingMutate] logging logging module configuration or ``null``
39
- # @param [EndpointSAMLMutate] saml saml module configuration or ``null``
40
- # @param [EndpointOIDC] oidc oidc module configuration or ``null``
41
- # @return [NgrokAPI::Models::EndpointConfiguration] result from the API request
42
- #
43
- # https://ngrok.com/docs/api#api-endpoint-configurations-create
44
- def create(type: "", description: "", metadata: "", basic_auth: nil, circuit_breaker: nil, compression: nil, request_headers: nil, response_headers: nil, ip_policy: nil, mutual_tls: nil, tls_termination: nil, webhook_validation: nil, oauth: nil, logging: nil, saml: nil, oidc: nil, backend: nil)
45
- path = '/endpoint_configurations'
46
- replacements = {
47
- }
48
- data = {}
49
- data[:type] = type if type
50
- data[:description] = description if description
51
- data[:metadata] = metadata if metadata
52
- data[:circuit_breaker] = circuit_breaker if circuit_breaker
53
- data[:compression] = compression if compression
54
- data[:request_headers] = request_headers if request_headers
55
- data[:response_headers] = response_headers if response_headers
56
- data[:ip_policy] = ip_policy if ip_policy
57
- data[:mutual_tls] = mutual_tls if mutual_tls
58
- data[:tls_termination] = tls_termination if tls_termination
59
- data[:webhook_validation] = webhook_validation if webhook_validation
60
- data[:oauth] = oauth if oauth
61
- data[:logging] = logging if logging
62
- data[:saml] = saml if saml
63
- data[:oidc] = oidc if oidc
64
- result = @client.post(path % replacements, data: data)
65
- NgrokAPI::Models::EndpointConfiguration.new(client: self, result: result)
66
- end
67
-
68
- ##
69
- # Delete an endpoint configuration. This operation will fail if the endpoint
70
- # configuration is still referenced by any reserved domain or reserved address.
71
- #
72
- # @param [string] id a resource identifier
73
- # @return [NgrokAPI::Models::Empty] result from the API request
74
- #
75
- # https://ngrok.com/docs/api#api-endpoint-configurations-delete
76
- def delete(id: "")
77
- path = '/endpoint_configurations/%{id}'
78
- replacements = {
79
- id: id,
80
- }
81
- @client.delete(path % replacements)
82
- end
83
-
84
- ##
85
- # Delete an endpoint configuration. This operation will fail if the endpoint
86
- # configuration is still referenced by any reserved domain or reserved address.
87
- # Throws an exception if API error.
88
- #
89
- # @param [string] id a resource identifier
90
- # @return [NgrokAPI::Models::Empty] result from the API request
91
- #
92
- # https://ngrok.com/docs/api#api-endpoint-configurations-delete
93
- def delete!(id: "")
94
- path = '/endpoint_configurations/%{id}'
95
- replacements = {
96
- id: id,
97
- }
98
- @client.delete(path % replacements, danger: true)
99
- end
100
-
101
- ##
102
- # Returns detailed information about an endpoint configuration
103
- #
104
- # @param [string] id a resource identifier
105
- # @return [NgrokAPI::Models::EndpointConfiguration] result from the API request
106
- #
107
- # https://ngrok.com/docs/api#api-endpoint-configurations-get
108
- def get(id: "")
109
- path = '/endpoint_configurations/%{id}'
110
- replacements = {
111
- id: id,
112
- }
113
- data = {}
114
- result = @client.get(path % replacements, data: data)
115
- NgrokAPI::Models::EndpointConfiguration.new(client: self, result: result)
116
- end
117
-
118
- ##
119
- # Returns detailed information about an endpoint configuration
120
- # Throws an exception if API error.
121
- #
122
- # @param [string] id a resource identifier
123
- # @return [NgrokAPI::Models::EndpointConfiguration] result from the API request
124
- #
125
- # https://ngrok.com/docs/api#api-endpoint-configurations-get
126
- def get!(id: "")
127
- path = '/endpoint_configurations/%{id}'
128
- replacements = {
129
- id: id,
130
- }
131
- data = {}
132
- result = @client.get(path % replacements, data: data, danger: true)
133
- NgrokAPI::Models::EndpointConfiguration.new(client: self, result: result)
134
- end
135
-
136
- ##
137
- # Returns a list of all endpoint configurations on this account
138
- #
139
- # @param [string] before_id
140
- # @param [string] limit
141
- # @param [string] url optional and mutually exclusive from before_id and limit
142
- # @return [NgrokAPI::Models::Listable] result from the API request
143
- #
144
- # https://ngrok.com/docs/api#api-endpoint-configurations-list
145
- def list(before_id: nil, limit: nil,
146
- url: nil)
147
- result = @client.list(
148
- before_id: before_id,
149
- limit: limit,
150
- url: url,
151
- path: PATH
152
- )
153
-
154
- NgrokAPI::Models::Listable.new(
155
- client: self,
156
- result: result,
157
- list_property: LIST_PROPERTY,
158
- klass: NgrokAPI::Models::EndpointConfiguration
159
- )
160
- end
161
-
162
- ##
163
- # Returns a list of all endpoint configurations on this account
164
- # Throws an exception if API error.
165
- #
166
- # @param [string] before_id
167
- # @param [string] limit
168
- # @param [string] url optional and mutually exclusive from before_id and limit
169
- # @return [NgrokAPI::Models::Listable] result from the API request
170
- #
171
- # https://ngrok.com/docs/api#api-endpoint-configurations-list
172
- def list!(before_id: nil, limit: nil,
173
- url: nil)
174
- result = @client.list(
175
- before_id: before_id,
176
- limit: limit,
177
- danger: true,
178
- url: url,
179
- path: PATH
180
- )
181
-
182
- NgrokAPI::Models::Listable.new(
183
- client: self,
184
- result: result,
185
- list_property: LIST_PROPERTY,
186
- klass: NgrokAPI::Models::EndpointConfiguration,
187
- danger: true
188
- )
189
- end
190
-
191
- ##
192
- # Updates an endpoint configuration. If a module is not specified in the update,
193
- # it will not be modified. However, each module configuration that is specified
194
- # will completely replace the existing value. There is no way to delete an
195
- # existing module via this API, instead use the delete module API.
196
- #
197
- # @param [string] id unique identifier of this endpoint configuration
198
- # @param [string] description human-readable description of what this endpoint configuration will be do when applied or what traffic it will be applied to. Optional, max 255 bytes
199
- # @param [string] metadata arbitrary user-defined machine-readable data of this endpoint configuration. Optional, max 4096 bytes.
200
- # @param [EndpointCircuitBreaker] circuit_breaker circuit breaker module configuration or ``null``
201
- # @param [EndpointCompression] compression compression module configuration or ``null``
202
- # @param [EndpointRequestHeaders] request_headers request headers module configuration or ``null``
203
- # @param [EndpointResponseHeaders] response_headers response headers module configuration or ``null``
204
- # @param [EndpointIPPolicyMutate] ip_policy ip policy module configuration or ``null``
205
- # @param [EndpointMutualTLSMutate] mutual_tls mutual TLS module configuration or ``null``
206
- # @param [EndpointTLSTermination] tls_termination TLS termination module configuration or ``null``
207
- # @param [EndpointWebhookValidation] webhook_validation webhook validation module configuration or ``null``
208
- # @param [EndpointOAuth] oauth oauth module configuration or ``null``
209
- # @param [EndpointLoggingMutate] logging logging module configuration or ``null``
210
- # @param [EndpointSAMLMutate] saml saml module configuration or ``null``
211
- # @param [EndpointOIDC] oidc oidc module configuration or ``null``
212
- # @return [NgrokAPI::Models::EndpointConfiguration] result from the API request
213
- #
214
- # https://ngrok.com/docs/api#api-endpoint-configurations-update
215
- def update(id: "", description: nil, metadata: nil, basic_auth: nil, circuit_breaker: nil, compression: nil, request_headers: nil, response_headers: nil, ip_policy: nil, mutual_tls: nil, tls_termination: nil, webhook_validation: nil, oauth: nil, logging: nil, saml: nil, oidc: nil, backend: nil)
216
- path = '/endpoint_configurations/%{id}'
217
- replacements = {
218
- id: id,
219
- }
220
- data = {}
221
- data[:description] = description if description
222
- data[:metadata] = metadata if metadata
223
- data[:circuit_breaker] = circuit_breaker if circuit_breaker
224
- data[:compression] = compression if compression
225
- data[:request_headers] = request_headers if request_headers
226
- data[:response_headers] = response_headers if response_headers
227
- data[:ip_policy] = ip_policy if ip_policy
228
- data[:mutual_tls] = mutual_tls if mutual_tls
229
- data[:tls_termination] = tls_termination if tls_termination
230
- data[:webhook_validation] = webhook_validation if webhook_validation
231
- data[:oauth] = oauth if oauth
232
- data[:logging] = logging if logging
233
- data[:saml] = saml if saml
234
- data[:oidc] = oidc if oidc
235
- result = @client.patch(path % replacements, data: data)
236
- NgrokAPI::Models::EndpointConfiguration.new(client: self, result: result)
237
- end
238
-
239
- ##
240
- # Updates an endpoint configuration. If a module is not specified in the update,
241
- # it will not be modified. However, each module configuration that is specified
242
- # will completely replace the existing value. There is no way to delete an
243
- # existing module via this API, instead use the delete module API.
244
- # Throws an exception if API error.
245
- #
246
- # @param [string] id unique identifier of this endpoint configuration
247
- # @param [string] description human-readable description of what this endpoint configuration will be do when applied or what traffic it will be applied to. Optional, max 255 bytes
248
- # @param [string] metadata arbitrary user-defined machine-readable data of this endpoint configuration. Optional, max 4096 bytes.
249
- # @param [EndpointCircuitBreaker] circuit_breaker circuit breaker module configuration or ``null``
250
- # @param [EndpointCompression] compression compression module configuration or ``null``
251
- # @param [EndpointRequestHeaders] request_headers request headers module configuration or ``null``
252
- # @param [EndpointResponseHeaders] response_headers response headers module configuration or ``null``
253
- # @param [EndpointIPPolicyMutate] ip_policy ip policy module configuration or ``null``
254
- # @param [EndpointMutualTLSMutate] mutual_tls mutual TLS module configuration or ``null``
255
- # @param [EndpointTLSTermination] tls_termination TLS termination module configuration or ``null``
256
- # @param [EndpointWebhookValidation] webhook_validation webhook validation module configuration or ``null``
257
- # @param [EndpointOAuth] oauth oauth module configuration or ``null``
258
- # @param [EndpointLoggingMutate] logging logging module configuration or ``null``
259
- # @param [EndpointSAMLMutate] saml saml module configuration or ``null``
260
- # @param [EndpointOIDC] oidc oidc module configuration or ``null``
261
- # @return [NgrokAPI::Models::EndpointConfiguration] result from the API request
262
- #
263
- # https://ngrok.com/docs/api#api-endpoint-configurations-update
264
- def update!(id: "", description: nil, metadata: nil, basic_auth: nil, circuit_breaker: nil, compression: nil, request_headers: nil, response_headers: nil, ip_policy: nil, mutual_tls: nil, tls_termination: nil, webhook_validation: nil, oauth: nil, logging: nil, saml: nil, oidc: nil, backend: nil)
265
- path = '/endpoint_configurations/%{id}'
266
- replacements = {
267
- id: id,
268
- }
269
- data = {}
270
- data[:description] = description if description
271
- data[:metadata] = metadata if metadata
272
- data[:circuit_breaker] = circuit_breaker if circuit_breaker
273
- data[:compression] = compression if compression
274
- data[:request_headers] = request_headers if request_headers
275
- data[:response_headers] = response_headers if response_headers
276
- data[:ip_policy] = ip_policy if ip_policy
277
- data[:mutual_tls] = mutual_tls if mutual_tls
278
- data[:tls_termination] = tls_termination if tls_termination
279
- data[:webhook_validation] = webhook_validation if webhook_validation
280
- data[:oauth] = oauth if oauth
281
- data[:logging] = logging if logging
282
- data[:saml] = saml if saml
283
- data[:oidc] = oidc if oidc
284
- result = @client.patch(path % replacements, data: data, danger: true)
285
- NgrokAPI::Models::EndpointConfiguration.new(client: self, result: result)
286
- end
287
- end
288
- end
289
- end
@@ -1,108 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- module NgrokAPI
4
- module Services
5
- ##
6
- # https://ngrok.com/docs/api#api-endpoint-o-auth-module
7
- class EndpointOAuthModuleClient
8
- # The API path for the requests
9
- PATH = '/endpoint_configurations/%{id}/oauth'
10
-
11
- attr_reader :client
12
-
13
- def initialize(client:)
14
- @client = client
15
- end
16
-
17
- ##
18
- # @param [string] id
19
- # @param [EndpointOAuth] a_module
20
- # @return [NgrokAPI::Models::EndpointOAuth] result from the API request
21
- #
22
- # https://ngrok.com/docs/api#api-endpoint-o-auth-module-replace
23
- def replace(id: "", a_module: nil)
24
- path = '/endpoint_configurations/%{id}/oauth'
25
- replacements = {
26
- id: id,
27
- }
28
- data = {}
29
- data[:module] = a_module if a_module
30
- result = @client.put(path % replacements, data: data)
31
- NgrokAPI::Models::EndpointOAuth.new(client: self, result: result)
32
- end
33
-
34
- ##
35
- # @param [string] id
36
- # @param [EndpointOAuth] a_module
37
- # @return [NgrokAPI::Models::EndpointOAuth] result from the API request
38
- #
39
- # https://ngrok.com/docs/api#api-endpoint-o-auth-module-replace
40
- def replace!(id: "", a_module: nil)
41
- path = '/endpoint_configurations/%{id}/oauth'
42
- replacements = {
43
- id: id,
44
- }
45
- data = {}
46
- data[:module] = a_module if a_module
47
- result = @client.put(path % replacements, data: data, danger: true)
48
- NgrokAPI::Models::EndpointOAuth.new(client: self, result: result)
49
- end
50
-
51
- ##
52
- # @param [string] id a resource identifier
53
- # @return [NgrokAPI::Models::EndpointOAuth] result from the API request
54
- #
55
- # https://ngrok.com/docs/api#api-endpoint-o-auth-module-get
56
- def get(id: "")
57
- path = '/endpoint_configurations/%{id}/oauth'
58
- replacements = {
59
- id: id,
60
- }
61
- data = {}
62
- result = @client.get(path % replacements, data: data)
63
- NgrokAPI::Models::EndpointOAuth.new(client: self, result: result)
64
- end
65
-
66
- ##
67
- # @param [string] id a resource identifier
68
- # @return [NgrokAPI::Models::EndpointOAuth] result from the API request
69
- #
70
- # https://ngrok.com/docs/api#api-endpoint-o-auth-module-get
71
- def get!(id: "")
72
- path = '/endpoint_configurations/%{id}/oauth'
73
- replacements = {
74
- id: id,
75
- }
76
- data = {}
77
- result = @client.get(path % replacements, data: data, danger: true)
78
- NgrokAPI::Models::EndpointOAuth.new(client: self, result: result)
79
- end
80
-
81
- ##
82
- # @param [string] id a resource identifier
83
- # @return [NgrokAPI::Models::Empty] result from the API request
84
- #
85
- # https://ngrok.com/docs/api#api-endpoint-o-auth-module-delete
86
- def delete(id: "")
87
- path = '/endpoint_configurations/%{id}/oauth'
88
- replacements = {
89
- id: id,
90
- }
91
- @client.delete(path % replacements)
92
- end
93
-
94
- ##
95
- # @param [string] id a resource identifier
96
- # @return [NgrokAPI::Models::Empty] result from the API request
97
- #
98
- # https://ngrok.com/docs/api#api-endpoint-o-auth-module-delete
99
- def delete!(id: "")
100
- path = '/endpoint_configurations/%{id}/oauth'
101
- replacements = {
102
- id: id,
103
- }
104
- @client.delete(path % replacements, danger: true)
105
- end
106
- end
107
- end
108
- end
@@ -1,108 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- module NgrokAPI
4
- module Services
5
- ##
6
- # https://ngrok.com/docs/api#api-endpoint-request-headers-module
7
- class EndpointRequestHeadersModuleClient
8
- # The API path for the requests
9
- PATH = '/endpoint_configurations/%{id}/request_headers'
10
-
11
- attr_reader :client
12
-
13
- def initialize(client:)
14
- @client = client
15
- end
16
-
17
- ##
18
- # @param [string] id
19
- # @param [EndpointRequestHeaders] a_module
20
- # @return [NgrokAPI::Models::EndpointRequestHeaders] result from the API request
21
- #
22
- # https://ngrok.com/docs/api#api-endpoint-request-headers-module-replace
23
- def replace(id: "", a_module: nil)
24
- path = '/endpoint_configurations/%{id}/request_headers'
25
- replacements = {
26
- id: id,
27
- }
28
- data = {}
29
- data[:module] = a_module if a_module
30
- result = @client.put(path % replacements, data: data)
31
- NgrokAPI::Models::EndpointRequestHeaders.new(client: self, result: result)
32
- end
33
-
34
- ##
35
- # @param [string] id
36
- # @param [EndpointRequestHeaders] a_module
37
- # @return [NgrokAPI::Models::EndpointRequestHeaders] result from the API request
38
- #
39
- # https://ngrok.com/docs/api#api-endpoint-request-headers-module-replace
40
- def replace!(id: "", a_module: nil)
41
- path = '/endpoint_configurations/%{id}/request_headers'
42
- replacements = {
43
- id: id,
44
- }
45
- data = {}
46
- data[:module] = a_module if a_module
47
- result = @client.put(path % replacements, data: data, danger: true)
48
- NgrokAPI::Models::EndpointRequestHeaders.new(client: self, result: result)
49
- end
50
-
51
- ##
52
- # @param [string] id a resource identifier
53
- # @return [NgrokAPI::Models::EndpointRequestHeaders] result from the API request
54
- #
55
- # https://ngrok.com/docs/api#api-endpoint-request-headers-module-get
56
- def get(id: "")
57
- path = '/endpoint_configurations/%{id}/request_headers'
58
- replacements = {
59
- id: id,
60
- }
61
- data = {}
62
- result = @client.get(path % replacements, data: data)
63
- NgrokAPI::Models::EndpointRequestHeaders.new(client: self, result: result)
64
- end
65
-
66
- ##
67
- # @param [string] id a resource identifier
68
- # @return [NgrokAPI::Models::EndpointRequestHeaders] result from the API request
69
- #
70
- # https://ngrok.com/docs/api#api-endpoint-request-headers-module-get
71
- def get!(id: "")
72
- path = '/endpoint_configurations/%{id}/request_headers'
73
- replacements = {
74
- id: id,
75
- }
76
- data = {}
77
- result = @client.get(path % replacements, data: data, danger: true)
78
- NgrokAPI::Models::EndpointRequestHeaders.new(client: self, result: result)
79
- end
80
-
81
- ##
82
- # @param [string] id a resource identifier
83
- # @return [NgrokAPI::Models::Empty] result from the API request
84
- #
85
- # https://ngrok.com/docs/api#api-endpoint-request-headers-module-delete
86
- def delete(id: "")
87
- path = '/endpoint_configurations/%{id}/request_headers'
88
- replacements = {
89
- id: id,
90
- }
91
- @client.delete(path % replacements)
92
- end
93
-
94
- ##
95
- # @param [string] id a resource identifier
96
- # @return [NgrokAPI::Models::Empty] result from the API request
97
- #
98
- # https://ngrok.com/docs/api#api-endpoint-request-headers-module-delete
99
- def delete!(id: "")
100
- path = '/endpoint_configurations/%{id}/request_headers'
101
- replacements = {
102
- id: id,
103
- }
104
- @client.delete(path % replacements, danger: true)
105
- end
106
- end
107
- end
108
- end
@@ -1,108 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- module NgrokAPI
4
- module Services
5
- ##
6
- # https://ngrok.com/docs/api#api-endpoint-response-headers-module
7
- class EndpointResponseHeadersModuleClient
8
- # The API path for the requests
9
- PATH = '/endpoint_configurations/%{id}/response_headers'
10
-
11
- attr_reader :client
12
-
13
- def initialize(client:)
14
- @client = client
15
- end
16
-
17
- ##
18
- # @param [string] id
19
- # @param [EndpointResponseHeaders] a_module
20
- # @return [NgrokAPI::Models::EndpointResponseHeaders] result from the API request
21
- #
22
- # https://ngrok.com/docs/api#api-endpoint-response-headers-module-replace
23
- def replace(id: "", a_module: nil)
24
- path = '/endpoint_configurations/%{id}/response_headers'
25
- replacements = {
26
- id: id,
27
- }
28
- data = {}
29
- data[:module] = a_module if a_module
30
- result = @client.put(path % replacements, data: data)
31
- NgrokAPI::Models::EndpointResponseHeaders.new(client: self, result: result)
32
- end
33
-
34
- ##
35
- # @param [string] id
36
- # @param [EndpointResponseHeaders] a_module
37
- # @return [NgrokAPI::Models::EndpointResponseHeaders] result from the API request
38
- #
39
- # https://ngrok.com/docs/api#api-endpoint-response-headers-module-replace
40
- def replace!(id: "", a_module: nil)
41
- path = '/endpoint_configurations/%{id}/response_headers'
42
- replacements = {
43
- id: id,
44
- }
45
- data = {}
46
- data[:module] = a_module if a_module
47
- result = @client.put(path % replacements, data: data, danger: true)
48
- NgrokAPI::Models::EndpointResponseHeaders.new(client: self, result: result)
49
- end
50
-
51
- ##
52
- # @param [string] id a resource identifier
53
- # @return [NgrokAPI::Models::EndpointResponseHeaders] result from the API request
54
- #
55
- # https://ngrok.com/docs/api#api-endpoint-response-headers-module-get
56
- def get(id: "")
57
- path = '/endpoint_configurations/%{id}/response_headers'
58
- replacements = {
59
- id: id,
60
- }
61
- data = {}
62
- result = @client.get(path % replacements, data: data)
63
- NgrokAPI::Models::EndpointResponseHeaders.new(client: self, result: result)
64
- end
65
-
66
- ##
67
- # @param [string] id a resource identifier
68
- # @return [NgrokAPI::Models::EndpointResponseHeaders] result from the API request
69
- #
70
- # https://ngrok.com/docs/api#api-endpoint-response-headers-module-get
71
- def get!(id: "")
72
- path = '/endpoint_configurations/%{id}/response_headers'
73
- replacements = {
74
- id: id,
75
- }
76
- data = {}
77
- result = @client.get(path % replacements, data: data, danger: true)
78
- NgrokAPI::Models::EndpointResponseHeaders.new(client: self, result: result)
79
- end
80
-
81
- ##
82
- # @param [string] id a resource identifier
83
- # @return [NgrokAPI::Models::Empty] result from the API request
84
- #
85
- # https://ngrok.com/docs/api#api-endpoint-response-headers-module-delete
86
- def delete(id: "")
87
- path = '/endpoint_configurations/%{id}/response_headers'
88
- replacements = {
89
- id: id,
90
- }
91
- @client.delete(path % replacements)
92
- end
93
-
94
- ##
95
- # @param [string] id a resource identifier
96
- # @return [NgrokAPI::Models::Empty] result from the API request
97
- #
98
- # https://ngrok.com/docs/api#api-endpoint-response-headers-module-delete
99
- def delete!(id: "")
100
- path = '/endpoint_configurations/%{id}/response_headers'
101
- replacements = {
102
- id: id,
103
- }
104
- @client.delete(path % replacements, danger: true)
105
- end
106
- end
107
- end
108
- end