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.
- checksums.yaml +4 -4
- data/README.md +28 -1
- data/doc/NgrokAPI/Client.html +270 -180
- data/doc/NgrokAPI/Error.html +2 -2
- data/doc/NgrokAPI/Errors/NotFoundError.html +2 -2
- data/doc/NgrokAPI/Errors.html +2 -2
- data/doc/NgrokAPI/HttpClient.html +147 -4
- data/doc/NgrokAPI/Models/APIKey.html +120 -68
- data/doc/NgrokAPI/Models/AWSAuth.html +83 -31
- data/doc/NgrokAPI/Models/AWSCredentials.html +90 -38
- data/doc/NgrokAPI/Models/AWSRole.html +75 -23
- data/doc/NgrokAPI/Models/AbuseReport.html +109 -57
- data/doc/NgrokAPI/Models/AbuseReportHostname.html +83 -31
- data/doc/NgrokAPI/Models/AgentIngress.html +142 -90
- data/doc/NgrokAPI/Models/CertificateAuthority.html +149 -97
- data/doc/NgrokAPI/Models/Credential.html +121 -69
- data/doc/NgrokAPI/Models/Endpoint.html +1483 -0
- data/doc/NgrokAPI/Models/{EndpointLoggingMutate.html → EndpointBackend.html} +105 -53
- data/doc/NgrokAPI/Models/EndpointBackendMutate.html +669 -0
- data/doc/NgrokAPI/Models/EndpointCircuitBreaker.html +101 -49
- data/doc/NgrokAPI/Models/EndpointCompression.html +82 -30
- data/doc/NgrokAPI/Models/EndpointIPPolicy.html +90 -38
- data/doc/NgrokAPI/Models/EndpointIPPolicyMutate.html +90 -38
- data/doc/NgrokAPI/Models/EndpointMutualTLS.html +90 -38
- data/doc/NgrokAPI/Models/EndpointMutualTLSMutate.html +90 -38
- data/doc/NgrokAPI/Models/EndpointOAuth.html +124 -72
- data/doc/NgrokAPI/Models/EndpointOAuthFacebook.html +107 -55
- data/doc/NgrokAPI/Models/EndpointOAuthGitHub.html +116 -64
- data/doc/NgrokAPI/Models/EndpointOAuthGoogle.html +107 -55
- data/doc/NgrokAPI/Models/EndpointOAuthMicrosoft.html +107 -55
- data/doc/NgrokAPI/Models/EndpointOAuthProvider.html +106 -54
- data/doc/NgrokAPI/Models/EndpointOIDC.html +133 -81
- data/doc/NgrokAPI/Models/EndpointRequestHeaders.html +91 -39
- data/doc/NgrokAPI/Models/EndpointResponseHeaders.html +91 -39
- data/doc/NgrokAPI/Models/EndpointSAML.html +148 -96
- data/doc/NgrokAPI/Models/EndpointSAMLMutate.html +133 -81
- data/doc/NgrokAPI/Models/EndpointTLSTermination.html +91 -39
- data/doc/NgrokAPI/Models/EndpointTLSTerminationAtEdge.html +669 -0
- data/doc/NgrokAPI/Models/EndpointWebhookValidation.html +91 -39
- data/{docs/NgrokAPI/Models/EndpointLogging.html → doc/NgrokAPI/Models/EndpointWebsocketTCPConverter.html} +95 -117
- data/doc/NgrokAPI/Models/EventDestination.html +122 -70
- data/doc/NgrokAPI/Models/EventSource.html +92 -40
- data/doc/NgrokAPI/Models/EventSourceList.html +76 -24
- data/doc/NgrokAPI/Models/EventSourceReplace.html +91 -39
- data/doc/NgrokAPI/Models/EventSubscription.html +122 -70
- data/doc/NgrokAPI/Models/EventTarget.html +106 -54
- data/doc/NgrokAPI/Models/EventTargetCloudwatchLogs.html +90 -38
- data/doc/NgrokAPI/Models/EventTargetFirehose.html +90 -38
- data/doc/NgrokAPI/Models/EventTargetKinesis.html +83 -31
- data/doc/NgrokAPI/Models/FailoverBackend.html +1127 -0
- data/{docs/NgrokAPI/Models/EventStream.html → doc/NgrokAPI/Models/HTTPResponseBackend.html} +170 -196
- data/doc/NgrokAPI/Models/HTTPSEdge.html +1361 -0
- data/doc/NgrokAPI/Models/{EndpointConfiguration.html → HTTPSEdgeRoute.html} +278 -288
- data/doc/NgrokAPI/Models/IPPolicy.html +120 -68
- data/doc/NgrokAPI/Models/IPPolicyRule.html +222 -96
- data/doc/NgrokAPI/Models/IPRestriction.html +130 -78
- data/doc/NgrokAPI/Models/Listable.html +61 -61
- data/doc/NgrokAPI/Models/Ref.html +83 -31
- data/doc/NgrokAPI/Models/ReservedAddr.html +130 -78
- data/doc/NgrokAPI/Models/ReservedDomain.html +151 -99
- data/doc/NgrokAPI/Models/ReservedDomainCertJob.html +92 -40
- data/doc/NgrokAPI/Models/ReservedDomainCertPolicy.html +90 -38
- data/doc/NgrokAPI/Models/ReservedDomainCertStatus.html +90 -38
- data/doc/NgrokAPI/Models/SSHCertificateAuthority.html +135 -83
- data/doc/NgrokAPI/Models/SSHCredential.html +128 -76
- data/doc/NgrokAPI/Models/SSHHostCertificate.html +148 -96
- data/doc/NgrokAPI/Models/SSHUserCertificate.html +154 -102
- data/doc/NgrokAPI/Models/TCPEdge.html +1287 -0
- data/doc/NgrokAPI/Models/TLSCertificate.html +165 -113
- data/doc/NgrokAPI/Models/TLSCertificateSANs.html +90 -38
- data/doc/NgrokAPI/Models/TLSEdge.html +1447 -0
- data/doc/NgrokAPI/Models/Tunnel.html +413 -65
- data/doc/NgrokAPI/Models/TunnelGroupBackend.html +1201 -0
- data/doc/NgrokAPI/Models/TunnelSession.html +126 -74
- data/doc/NgrokAPI/Models/WeightedBackend.html +1127 -0
- data/doc/NgrokAPI/Models.html +4 -4
- data/doc/NgrokAPI/PagedIterator.html +3 -3
- data/doc/NgrokAPI/Services/APIKeysClient.html +244 -109
- data/doc/NgrokAPI/Services/AbuseReportsClient.html +162 -25
- data/doc/NgrokAPI/Services/AgentIngressesClient.html +262 -109
- data/doc/NgrokAPI/Services/CertificateAuthoritiesClient.html +262 -109
- data/doc/NgrokAPI/Services/CredentialsClient.html +266 -111
- data/doc/NgrokAPI/Services/EdgeRouteBackendModuleClient.html +1149 -0
- data/doc/NgrokAPI/Services/{EndpointCircuitBreakerModuleClient.html → EdgeRouteCircuitBreakerModuleClient.html} +205 -99
- data/{docs/NgrokAPI/Services/EndpointCompressionModuleClient.html → doc/NgrokAPI/Services/EdgeRouteCompressionModuleClient.html} +205 -99
- data/doc/NgrokAPI/Services/EdgeRouteIPRestrictionModuleClient.html +1149 -0
- data/doc/NgrokAPI/Services/{EndpointOAuthModuleClient.html → EdgeRouteOAuthModuleClient.html} +205 -99
- data/doc/NgrokAPI/Services/EdgeRouteOIDCModuleClient.html +1149 -0
- data/doc/NgrokAPI/Services/EdgeRouteRequestHeadersModuleClient.html +1149 -0
- data/doc/NgrokAPI/Services/{EndpointResponseHeadersModuleClient.html → EdgeRouteResponseHeadersModuleClient.html} +205 -99
- data/{docs/NgrokAPI/Services/EndpointSAMLModuleClient.html → doc/NgrokAPI/Services/EdgeRouteSAMLModuleClient.html} +205 -99
- data/{docs/NgrokAPI/Services/EndpointWebhookValidationModuleClient.html → doc/NgrokAPI/Services/EdgeRouteWebhookVerificationModuleClient.html} +205 -99
- data/doc/NgrokAPI/Services/EdgeRouteWebsocketTCPConverterModuleClient.html +1149 -0
- data/doc/NgrokAPI/Services/EdgesHTTPSClient.html +1947 -0
- data/doc/NgrokAPI/Services/EdgesHTTPSRoutesClient.html +2585 -0
- data/doc/NgrokAPI/Services/EdgesTCPClient.html +1947 -0
- data/{docs/NgrokAPI/Services/EndpointConfigurationsClient.html → doc/NgrokAPI/Services/EdgesTLSClient.html} +374 -641
- data/doc/NgrokAPI/Services/EndpointsClient.html +903 -0
- data/doc/NgrokAPI/Services/EventDestinationsClient.html +290 -115
- data/doc/NgrokAPI/Services/EventSourcesClient.html +227 -88
- data/doc/NgrokAPI/Services/EventSubscriptionsClient.html +291 -116
- data/doc/NgrokAPI/Services/{EventStreamsClient.html → FailoverBackendsClient.html} +342 -335
- data/doc/NgrokAPI/Services/HTTPResponseBackendsClient.html +1937 -0
- data/doc/NgrokAPI/Services/HTTPSEdgeMutualTLSModuleClient.html +1039 -0
- data/{docs/NgrokAPI/Services/EndpointRequestHeadersModuleClient.html → doc/NgrokAPI/Services/HTTPSEdgeTLSTerminationModuleClient.html} +76 -80
- data/doc/NgrokAPI/Services/IPPoliciesClient.html +245 -128
- data/doc/NgrokAPI/Services/IPPolicyRulesClient.html +328 -117
- data/doc/NgrokAPI/Services/IPRestrictionsClient.html +305 -114
- data/doc/NgrokAPI/Services/ReservedAddrsClient.html +160 -295
- data/doc/NgrokAPI/Services/ReservedDomainsClient.html +257 -624
- data/doc/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html +304 -109
- data/doc/NgrokAPI/Services/SSHCredentialsClient.html +284 -111
- data/doc/NgrokAPI/Services/SSHHostCertificatesClient.html +340 -109
- data/doc/NgrokAPI/Services/SSHUserCertificatesClient.html +381 -110
- data/{docs/NgrokAPI/Services/EndpointLoggingModuleClient.html → doc/NgrokAPI/Services/TCPEdgeBackendModuleClient.html} +76 -80
- data/doc/NgrokAPI/Services/{EndpointIPPolicyModuleClient.html → TCPEdgeIPRestrictionModuleClient.html} +62 -66
- data/doc/NgrokAPI/Services/TLSCertificatesClient.html +280 -109
- data/doc/NgrokAPI/Services/{EndpointLoggingModuleClient.html → TLSEdgeBackendModuleClient.html} +76 -80
- data/{docs/NgrokAPI/Services/EndpointIPPolicyModuleClient.html → doc/NgrokAPI/Services/TLSEdgeIPRestrictionModuleClient.html} +62 -66
- data/doc/NgrokAPI/Services/{EndpointMutualTLSModuleClient.html → TLSEdgeMutualTLSModuleClient.html} +62 -66
- data/doc/NgrokAPI/Services/{EndpointTLSTerminationModuleClient.html → TLSEdgeTLSTerminationModuleClient.html} +62 -66
- data/doc/NgrokAPI/Services/TunnelGroupBackendsClient.html +1799 -0
- data/doc/NgrokAPI/Services/TunnelSessionsClient.html +44 -48
- data/doc/NgrokAPI/Services/TunnelsClient.html +249 -15
- data/doc/NgrokAPI/Services/WeightedBackendsClient.html +1799 -0
- data/doc/NgrokAPI/Services.html +4 -4
- data/doc/NgrokAPI.html +3 -3
- data/doc/_index.html +237 -60
- data/doc/class_list.html +1 -1
- data/doc/file.README.html +55 -55
- data/doc/index.html +55 -55
- data/doc/method_list.html +4555 -1843
- data/doc/top-level-namespace.html +2 -2
- data/docs/NgrokAPI/Client.html +270 -180
- data/docs/NgrokAPI/Error.html +2 -2
- data/docs/NgrokAPI/Errors/NotFoundError.html +2 -2
- data/docs/NgrokAPI/Errors.html +2 -2
- data/docs/NgrokAPI/HttpClient.html +147 -4
- data/docs/NgrokAPI/Models/APIKey.html +120 -68
- data/docs/NgrokAPI/Models/AWSAuth.html +83 -31
- data/docs/NgrokAPI/Models/AWSCredentials.html +90 -38
- data/docs/NgrokAPI/Models/AWSRole.html +75 -23
- data/docs/NgrokAPI/Models/AbuseReport.html +109 -57
- data/docs/NgrokAPI/Models/AbuseReportHostname.html +83 -31
- data/docs/NgrokAPI/Models/AgentIngress.html +142 -90
- data/docs/NgrokAPI/Models/CertificateAuthority.html +149 -97
- data/docs/NgrokAPI/Models/Credential.html +121 -69
- data/docs/NgrokAPI/Models/Endpoint.html +1483 -0
- data/docs/NgrokAPI/Models/{EndpointLoggingMutate.html → EndpointBackend.html} +105 -53
- data/docs/NgrokAPI/Models/EndpointBackendMutate.html +669 -0
- data/docs/NgrokAPI/Models/EndpointCircuitBreaker.html +101 -49
- data/docs/NgrokAPI/Models/EndpointCompression.html +82 -30
- data/docs/NgrokAPI/Models/EndpointIPPolicy.html +90 -38
- data/docs/NgrokAPI/Models/EndpointIPPolicyMutate.html +90 -38
- data/docs/NgrokAPI/Models/EndpointMutualTLS.html +90 -38
- data/docs/NgrokAPI/Models/EndpointMutualTLSMutate.html +90 -38
- data/docs/NgrokAPI/Models/EndpointOAuth.html +124 -72
- data/docs/NgrokAPI/Models/EndpointOAuthFacebook.html +107 -55
- data/docs/NgrokAPI/Models/EndpointOAuthGitHub.html +116 -64
- data/docs/NgrokAPI/Models/EndpointOAuthGoogle.html +107 -55
- data/docs/NgrokAPI/Models/EndpointOAuthMicrosoft.html +107 -55
- data/docs/NgrokAPI/Models/EndpointOAuthProvider.html +106 -54
- data/docs/NgrokAPI/Models/EndpointOIDC.html +133 -81
- data/docs/NgrokAPI/Models/EndpointRequestHeaders.html +91 -39
- data/docs/NgrokAPI/Models/EndpointResponseHeaders.html +91 -39
- data/docs/NgrokAPI/Models/EndpointSAML.html +148 -96
- data/docs/NgrokAPI/Models/EndpointSAMLMutate.html +133 -81
- data/docs/NgrokAPI/Models/EndpointTLSTermination.html +91 -39
- data/docs/NgrokAPI/Models/EndpointTLSTerminationAtEdge.html +669 -0
- data/docs/NgrokAPI/Models/EndpointWebhookValidation.html +91 -39
- data/{doc/NgrokAPI/Models/EndpointLogging.html → docs/NgrokAPI/Models/EndpointWebsocketTCPConverter.html} +95 -117
- data/docs/NgrokAPI/Models/EventDestination.html +122 -70
- data/docs/NgrokAPI/Models/EventSource.html +92 -40
- data/docs/NgrokAPI/Models/EventSourceList.html +76 -24
- data/docs/NgrokAPI/Models/EventSourceReplace.html +91 -39
- data/docs/NgrokAPI/Models/EventSubscription.html +122 -70
- data/docs/NgrokAPI/Models/EventTarget.html +106 -54
- data/docs/NgrokAPI/Models/EventTargetCloudwatchLogs.html +90 -38
- data/docs/NgrokAPI/Models/EventTargetFirehose.html +90 -38
- data/docs/NgrokAPI/Models/EventTargetKinesis.html +83 -31
- data/docs/NgrokAPI/Models/FailoverBackend.html +1127 -0
- data/{doc/NgrokAPI/Models/EventStream.html → docs/NgrokAPI/Models/HTTPResponseBackend.html} +170 -196
- data/docs/NgrokAPI/Models/HTTPSEdge.html +1361 -0
- data/docs/NgrokAPI/Models/{EndpointConfiguration.html → HTTPSEdgeRoute.html} +278 -288
- data/docs/NgrokAPI/Models/IPPolicy.html +120 -68
- data/docs/NgrokAPI/Models/IPPolicyRule.html +222 -96
- data/docs/NgrokAPI/Models/IPRestriction.html +130 -78
- data/docs/NgrokAPI/Models/Listable.html +61 -61
- data/docs/NgrokAPI/Models/Ref.html +83 -31
- data/docs/NgrokAPI/Models/ReservedAddr.html +130 -78
- data/docs/NgrokAPI/Models/ReservedDomain.html +151 -99
- data/docs/NgrokAPI/Models/ReservedDomainCertJob.html +92 -40
- data/docs/NgrokAPI/Models/ReservedDomainCertPolicy.html +90 -38
- data/docs/NgrokAPI/Models/ReservedDomainCertStatus.html +90 -38
- data/docs/NgrokAPI/Models/SSHCertificateAuthority.html +135 -83
- data/docs/NgrokAPI/Models/SSHCredential.html +128 -76
- data/docs/NgrokAPI/Models/SSHHostCertificate.html +148 -96
- data/docs/NgrokAPI/Models/SSHUserCertificate.html +154 -102
- data/docs/NgrokAPI/Models/TCPEdge.html +1287 -0
- data/docs/NgrokAPI/Models/TLSCertificate.html +165 -113
- data/docs/NgrokAPI/Models/TLSCertificateSANs.html +90 -38
- data/docs/NgrokAPI/Models/TLSEdge.html +1447 -0
- data/docs/NgrokAPI/Models/Tunnel.html +413 -65
- data/docs/NgrokAPI/Models/TunnelGroupBackend.html +1201 -0
- data/docs/NgrokAPI/Models/TunnelSession.html +126 -74
- data/docs/NgrokAPI/Models/WeightedBackend.html +1127 -0
- data/docs/NgrokAPI/Models.html +4 -4
- data/docs/NgrokAPI/PagedIterator.html +3 -3
- data/docs/NgrokAPI/Services/APIKeysClient.html +244 -109
- data/docs/NgrokAPI/Services/AbuseReportsClient.html +162 -25
- data/docs/NgrokAPI/Services/AgentIngressesClient.html +262 -109
- data/docs/NgrokAPI/Services/CertificateAuthoritiesClient.html +262 -109
- data/docs/NgrokAPI/Services/CredentialsClient.html +266 -111
- data/docs/NgrokAPI/Services/EdgeRouteBackendModuleClient.html +1149 -0
- data/docs/NgrokAPI/Services/{EndpointCircuitBreakerModuleClient.html → EdgeRouteCircuitBreakerModuleClient.html} +205 -99
- data/{doc/NgrokAPI/Services/EndpointCompressionModuleClient.html → docs/NgrokAPI/Services/EdgeRouteCompressionModuleClient.html} +205 -99
- data/docs/NgrokAPI/Services/EdgeRouteIPRestrictionModuleClient.html +1149 -0
- data/docs/NgrokAPI/Services/{EndpointOAuthModuleClient.html → EdgeRouteOAuthModuleClient.html} +205 -99
- data/docs/NgrokAPI/Services/EdgeRouteOIDCModuleClient.html +1149 -0
- data/docs/NgrokAPI/Services/EdgeRouteRequestHeadersModuleClient.html +1149 -0
- data/docs/NgrokAPI/Services/{EndpointResponseHeadersModuleClient.html → EdgeRouteResponseHeadersModuleClient.html} +205 -99
- data/{doc/NgrokAPI/Services/EndpointSAMLModuleClient.html → docs/NgrokAPI/Services/EdgeRouteSAMLModuleClient.html} +205 -99
- data/{doc/NgrokAPI/Services/EndpointWebhookValidationModuleClient.html → docs/NgrokAPI/Services/EdgeRouteWebhookVerificationModuleClient.html} +205 -99
- data/docs/NgrokAPI/Services/EdgeRouteWebsocketTCPConverterModuleClient.html +1149 -0
- data/docs/NgrokAPI/Services/EdgesHTTPSClient.html +1947 -0
- data/docs/NgrokAPI/Services/EdgesHTTPSRoutesClient.html +2585 -0
- data/docs/NgrokAPI/Services/EdgesTCPClient.html +1947 -0
- data/{doc/NgrokAPI/Services/EndpointConfigurationsClient.html → docs/NgrokAPI/Services/EdgesTLSClient.html} +374 -641
- data/docs/NgrokAPI/Services/EndpointsClient.html +903 -0
- data/docs/NgrokAPI/Services/EventDestinationsClient.html +290 -115
- data/docs/NgrokAPI/Services/EventSourcesClient.html +227 -88
- data/docs/NgrokAPI/Services/EventSubscriptionsClient.html +291 -116
- data/docs/NgrokAPI/Services/{EventStreamsClient.html → FailoverBackendsClient.html} +342 -335
- data/docs/NgrokAPI/Services/HTTPResponseBackendsClient.html +1937 -0
- data/docs/NgrokAPI/Services/HTTPSEdgeMutualTLSModuleClient.html +1039 -0
- data/{doc/NgrokAPI/Services/EndpointRequestHeadersModuleClient.html → docs/NgrokAPI/Services/HTTPSEdgeTLSTerminationModuleClient.html} +76 -80
- data/docs/NgrokAPI/Services/IPPoliciesClient.html +245 -128
- data/docs/NgrokAPI/Services/IPPolicyRulesClient.html +328 -117
- data/docs/NgrokAPI/Services/IPRestrictionsClient.html +305 -114
- data/docs/NgrokAPI/Services/ReservedAddrsClient.html +160 -295
- data/docs/NgrokAPI/Services/ReservedDomainsClient.html +257 -624
- data/docs/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html +304 -109
- data/docs/NgrokAPI/Services/SSHCredentialsClient.html +284 -111
- data/docs/NgrokAPI/Services/SSHHostCertificatesClient.html +340 -109
- data/docs/NgrokAPI/Services/SSHUserCertificatesClient.html +381 -110
- data/docs/NgrokAPI/Services/{EndpointOIDCModuleClient.html → TCPEdgeBackendModuleClient.html} +76 -80
- data/docs/NgrokAPI/Services/TCPEdgeIPRestrictionModuleClient.html +1039 -0
- data/docs/NgrokAPI/Services/TLSCertificatesClient.html +280 -109
- data/{doc/NgrokAPI/Services/EndpointOIDCModuleClient.html → docs/NgrokAPI/Services/TLSEdgeBackendModuleClient.html} +76 -80
- data/docs/NgrokAPI/Services/TLSEdgeIPRestrictionModuleClient.html +1039 -0
- data/docs/NgrokAPI/Services/{EndpointMutualTLSModuleClient.html → TLSEdgeMutualTLSModuleClient.html} +62 -66
- data/docs/NgrokAPI/Services/{EndpointTLSTerminationModuleClient.html → TLSEdgeTLSTerminationModuleClient.html} +62 -66
- data/docs/NgrokAPI/Services/TunnelGroupBackendsClient.html +1799 -0
- data/docs/NgrokAPI/Services/TunnelSessionsClient.html +44 -48
- data/docs/NgrokAPI/Services/TunnelsClient.html +249 -15
- data/docs/NgrokAPI/Services/WeightedBackendsClient.html +1799 -0
- data/docs/NgrokAPI/Services.html +4 -4
- data/docs/NgrokAPI.html +3 -3
- data/docs/_index.html +237 -60
- data/docs/class_list.html +1 -1
- data/docs/file.README.html +55 -55
- data/docs/index.html +55 -55
- data/docs/method_list.html +4555 -1843
- data/docs/top-level-namespace.html +2 -2
- data/lib/ngrokapi/client.rb +47 -24
- data/lib/ngrokapi/http_client.rb +21 -2
- data/lib/ngrokapi/models/abuse_report.rb +16 -12
- data/lib/ngrokapi/models/abuse_report_hostname.rb +11 -7
- data/lib/ngrokapi/models/agent_ingress.rb +17 -13
- data/lib/ngrokapi/models/api_key.rb +15 -11
- data/lib/ngrokapi/models/aws_auth.rb +11 -7
- data/lib/ngrokapi/models/aws_credentials.rb +11 -7
- data/lib/ngrokapi/models/aws_role.rb +10 -6
- data/lib/ngrokapi/models/certificate_authority.rb +20 -16
- data/lib/ngrokapi/models/credential.rb +16 -12
- data/lib/ngrokapi/models/endpoint.rb +53 -0
- data/lib/ngrokapi/models/endpoint_backend.rb +31 -0
- data/lib/ngrokapi/models/endpoint_backend_mutate.rb +31 -0
- data/lib/ngrokapi/models/endpoint_circuit_breaker.rb +15 -11
- data/lib/ngrokapi/models/endpoint_compression.rb +10 -6
- data/lib/ngrokapi/models/endpoint_ip_policy.rb +11 -7
- data/lib/ngrokapi/models/endpoint_ip_policy_mutate.rb +11 -7
- data/lib/ngrokapi/models/endpoint_mutual_tls.rb +11 -7
- data/lib/ngrokapi/models/endpoint_mutual_tls_mutate.rb +11 -7
- data/lib/ngrokapi/models/endpoint_o_auth.rb +16 -12
- data/lib/ngrokapi/models/endpoint_o_auth_facebook.rb +14 -10
- data/lib/ngrokapi/models/endpoint_o_auth_git_hub.rb +16 -12
- data/lib/ngrokapi/models/endpoint_o_auth_google.rb +14 -10
- data/lib/ngrokapi/models/endpoint_o_auth_microsoft.rb +14 -10
- data/lib/ngrokapi/models/endpoint_o_auth_provider.rb +13 -9
- data/lib/ngrokapi/models/endpoint_oidc.rb +18 -14
- data/lib/ngrokapi/models/endpoint_request_headers.rb +12 -8
- data/lib/ngrokapi/models/endpoint_response_headers.rb +12 -8
- data/lib/ngrokapi/models/endpoint_saml.rb +25 -21
- data/lib/ngrokapi/models/endpoint_saml_mutate.rb +20 -16
- data/lib/ngrokapi/models/endpoint_tls_termination.rb +12 -8
- data/lib/ngrokapi/models/endpoint_tls_termination_at_edge.rb +31 -0
- data/lib/ngrokapi/models/endpoint_webhook_validation.rb +12 -8
- data/lib/ngrokapi/models/endpoint_websocket_tcp_converter.rb +29 -0
- data/lib/ngrokapi/models/event_destination.rb +17 -14
- data/lib/ngrokapi/models/event_source.rb +13 -9
- data/lib/ngrokapi/models/event_source_list.rb +11 -7
- data/lib/ngrokapi/models/event_source_replace.rb +12 -8
- data/lib/ngrokapi/models/event_subscription.rb +16 -12
- data/lib/ngrokapi/models/event_target.rb +13 -9
- data/lib/ngrokapi/models/event_target_cloudwatch_logs.rb +11 -7
- data/lib/ngrokapi/models/event_target_firehose.rb +11 -7
- data/lib/ngrokapi/models/event_target_kinesis.rb +11 -7
- data/lib/ngrokapi/models/failover_backend.rb +69 -0
- data/lib/ngrokapi/models/http_response_backend.rb +75 -0
- data/lib/ngrokapi/models/https_edge.rb +84 -0
- data/lib/ngrokapi/models/https_edge_route.rb +137 -0
- data/lib/ngrokapi/models/ip_policy.rb +15 -11
- data/lib/ngrokapi/models/ip_policy_rule.rb +19 -13
- data/lib/ngrokapi/models/ip_restriction.rb +17 -13
- data/lib/ngrokapi/models/listable.rb +9 -9
- data/lib/ngrokapi/models/ref.rb +11 -7
- data/lib/ngrokapi/models/reserved_addr.rb +17 -13
- data/lib/ngrokapi/models/reserved_domain.rb +23 -19
- data/lib/ngrokapi/models/reserved_domain_cert_job.rb +13 -9
- data/lib/ngrokapi/models/reserved_domain_cert_policy.rb +11 -7
- data/lib/ngrokapi/models/reserved_domain_cert_status.rb +11 -7
- data/lib/ngrokapi/models/ssh_certificate_authority.rb +16 -12
- data/lib/ngrokapi/models/ssh_credential.rb +16 -12
- data/lib/ngrokapi/models/ssh_host_certificate.rb +21 -17
- data/lib/ngrokapi/models/ssh_user_certificate.rb +23 -19
- data/lib/ngrokapi/models/tcp_edge.rb +82 -0
- data/lib/ngrokapi/models/tls_certificate.rb +30 -26
- data/lib/ngrokapi/models/tls_certificate_sa_ns.rb +11 -7
- data/lib/ngrokapi/models/tls_edge.rb +92 -0
- data/lib/ngrokapi/models/tunnel.rb +25 -13
- data/lib/ngrokapi/models/tunnel_group_backend.rb +71 -0
- data/lib/ngrokapi/models/tunnel_session.rb +19 -15
- data/lib/ngrokapi/models/weighted_backend.rb +69 -0
- data/lib/ngrokapi/paged_iterator.rb +1 -1
- data/lib/ngrokapi/services/abuse_reports_client.rb +25 -3
- data/lib/ngrokapi/services/agent_ingresses_client.rb +32 -11
- data/lib/ngrokapi/services/api_keys_client.rb +30 -11
- data/lib/ngrokapi/services/certificate_authorities_client.rb +31 -11
- data/lib/ngrokapi/services/credentials_client.rb +34 -11
- data/lib/ngrokapi/services/edge_route_backend_module_client.rb +118 -0
- data/lib/ngrokapi/services/edge_route_circuit_breaker_module_client.rb +118 -0
- data/lib/ngrokapi/services/edge_route_compression_module_client.rb +118 -0
- data/lib/ngrokapi/services/edge_route_ip_restriction_module_client.rb +118 -0
- data/lib/ngrokapi/services/edge_route_o_auth_module_client.rb +118 -0
- data/lib/ngrokapi/services/edge_route_oidc_module_client.rb +118 -0
- data/lib/ngrokapi/services/edge_route_request_headers_module_client.rb +118 -0
- data/lib/ngrokapi/services/edge_route_response_headers_module_client.rb +118 -0
- data/lib/ngrokapi/services/edge_route_saml_module_client.rb +118 -0
- data/lib/ngrokapi/services/edge_route_webhook_verification_module_client.rb +118 -0
- data/lib/ngrokapi/services/edge_route_websocket_tcp_converter_module_client.rb +118 -0
- data/lib/ngrokapi/services/edges_https_client.rb +251 -0
- data/lib/ngrokapi/services/edges_https_routes_client.rb +292 -0
- data/lib/ngrokapi/services/edges_tcp_client.rb +251 -0
- data/lib/ngrokapi/services/edges_tls_client.rb +267 -0
- data/lib/ngrokapi/services/endpoints_client.rb +112 -0
- data/lib/ngrokapi/services/event_destinations_client.rb +37 -15
- data/lib/ngrokapi/services/event_sources_client.rb +27 -7
- data/lib/ngrokapi/services/event_subscriptions_client.rb +36 -14
- data/lib/ngrokapi/services/failover_backends_client.rb +234 -0
- data/lib/ngrokapi/services/http_response_backends_client.rb +220 -0
- data/lib/ngrokapi/services/{endpoint_oidc_module_client.rb → https_edge_mutual_tls_module_client.rb} +27 -29
- data/lib/ngrokapi/services/https_edge_tls_termination_module_client.rb +106 -0
- data/lib/ngrokapi/services/ip_policies_client.rb +31 -14
- data/lib/ngrokapi/services/ip_policy_rules_client.rb +38 -12
- data/lib/ngrokapi/services/ip_restrictions_client.rb +36 -12
- data/lib/ngrokapi/services/reserved_addrs_client.rb +31 -48
- data/lib/ngrokapi/services/reserved_domains_client.rb +37 -85
- data/lib/ngrokapi/services/ssh_certificate_authorities_client.rb +35 -11
- data/lib/ngrokapi/services/ssh_credentials_client.rb +34 -11
- data/lib/ngrokapi/services/ssh_host_certificates_client.rb +39 -11
- data/lib/ngrokapi/services/ssh_user_certificates_client.rb +44 -12
- data/lib/ngrokapi/services/{endpoint_logging_module_client.rb → tcp_edge_backend_module_client.rb} +27 -29
- data/lib/ngrokapi/services/{endpoint_ip_policy_module_client.rb → tcp_edge_ip_restriction_module_client.rb} +21 -23
- data/lib/ngrokapi/services/tls_certificates_client.rb +33 -11
- data/lib/ngrokapi/services/{endpoint_saml_module_client.rb → tls_edge_backend_module_client.rb} +27 -29
- data/lib/ngrokapi/services/tls_edge_ip_restriction_module_client.rb +106 -0
- data/lib/ngrokapi/services/{endpoint_mutual_tls_module_client.rb → tls_edge_mutual_tls_module_client.rb} +21 -23
- data/lib/ngrokapi/services/{endpoint_tls_termination_module_client.rb → tls_edge_tls_termination_module_client.rb} +21 -23
- data/lib/ngrokapi/services/tunnel_group_backends_client.rb +232 -0
- data/lib/ngrokapi/services/tunnel_sessions_client.rb +6 -8
- data/lib/ngrokapi/services/tunnels_client.rb +39 -6
- data/lib/ngrokapi/services/weighted_backends_client.rb +234 -0
- data/lib/ngrokapi/version.rb +1 -1
- data/lib/ngrokapi.rb +1 -1
- data/spec/ngrokapi/client_spec.rb +44 -23
- data/spec/ngrokapi/models/abuse_report_hostname_spec.rb +2 -2
- data/spec/ngrokapi/models/abuse_report_spec.rb +2 -2
- data/spec/ngrokapi/models/agent_ingress_spec.rb +2 -2
- data/spec/ngrokapi/models/api_key_spec.rb +2 -2
- data/spec/ngrokapi/models/aws_auth_spec.rb +2 -2
- data/spec/ngrokapi/models/aws_credentials_spec.rb +2 -2
- data/spec/ngrokapi/models/aws_role_spec.rb +2 -2
- data/spec/ngrokapi/models/certificate_authority_spec.rb +2 -2
- data/spec/ngrokapi/models/credential_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_backend_mutate_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_backend_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_circuit_breaker_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_compression_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_ip_policy_mutate_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_ip_policy_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_mutual_tls_mutate_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_mutual_tls_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_o_auth_facebook_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_o_auth_git_hub_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_o_auth_google_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_o_auth_microsoft_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_o_auth_provider_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_o_auth_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_oidc_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_request_headers_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_response_headers_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_saml_mutate_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_saml_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_tls_termination_at_edge_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_tls_termination_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_webhook_validation_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_websocket_tcp_converter_spec.rb +21 -0
- data/spec/ngrokapi/models/event_destination_spec.rb +2 -2
- data/spec/ngrokapi/models/event_source_list_spec.rb +2 -2
- data/spec/ngrokapi/models/event_source_replace_spec.rb +2 -2
- data/spec/ngrokapi/models/event_source_spec.rb +2 -2
- data/spec/ngrokapi/models/event_subscription_spec.rb +2 -2
- data/spec/ngrokapi/models/event_target_cloudwatch_logs_spec.rb +2 -2
- data/spec/ngrokapi/models/event_target_firehose_spec.rb +2 -2
- data/spec/ngrokapi/models/event_target_kinesis_spec.rb +2 -2
- data/spec/ngrokapi/models/event_target_spec.rb +2 -2
- data/spec/ngrokapi/models/failover_backend_spec.rb +45 -0
- data/spec/ngrokapi/models/http_response_backend_spec.rb +51 -0
- data/spec/ngrokapi/models/https_edge_route_spec.rb +81 -0
- data/spec/ngrokapi/models/https_edge_spec.rb +51 -0
- data/spec/ngrokapi/models/ip_policy_rule_spec.rb +2 -2
- data/spec/ngrokapi/models/ip_policy_spec.rb +2 -2
- data/spec/ngrokapi/models/ip_restriction_spec.rb +2 -2
- data/spec/ngrokapi/models/listable_spec.rb +2 -2
- data/spec/ngrokapi/models/ref_spec.rb +2 -2
- data/spec/ngrokapi/models/reserved_addr_spec.rb +2 -2
- data/spec/ngrokapi/models/reserved_domain_cert_job_spec.rb +2 -2
- data/spec/ngrokapi/models/reserved_domain_cert_policy_spec.rb +2 -2
- data/spec/ngrokapi/models/reserved_domain_cert_status_spec.rb +2 -2
- data/spec/ngrokapi/models/reserved_domain_spec.rb +2 -2
- data/spec/ngrokapi/models/ssh_certificate_authority_spec.rb +2 -2
- data/spec/ngrokapi/models/ssh_credential_spec.rb +2 -2
- data/spec/ngrokapi/models/ssh_host_certificate_spec.rb +2 -2
- data/spec/ngrokapi/models/ssh_user_certificate_spec.rb +2 -2
- data/spec/ngrokapi/models/tcp_edge_spec.rb +51 -0
- data/spec/ngrokapi/models/tls_certificate_sa_ns_spec.rb +2 -2
- data/spec/ngrokapi/models/tls_certificate_spec.rb +2 -2
- data/spec/ngrokapi/models/tls_edge_spec.rb +57 -0
- data/spec/ngrokapi/models/tunnel_group_backend_spec.rb +45 -0
- data/spec/ngrokapi/models/tunnel_session_spec.rb +2 -2
- data/spec/ngrokapi/models/tunnel_spec.rb +2 -2
- data/spec/ngrokapi/models/weighted_backend_spec.rb +45 -0
- data/spec/ngrokapi/paged_iterator_spec.rb +5 -5
- data/spec/ngrokapi/services/abuse_reports_client_spec.rb +19 -0
- data/spec/ngrokapi/services/agent_ingresses_client_spec.rb +21 -0
- data/spec/ngrokapi/services/api_keys_client_spec.rb +19 -0
- data/spec/ngrokapi/services/certificate_authorities_client_spec.rb +21 -0
- data/spec/ngrokapi/services/credentials_client_spec.rb +21 -0
- data/spec/ngrokapi/services/edge_route_backend_module_client_spec.rb +137 -0
- data/spec/ngrokapi/services/{endpoint_circuit_breaker_module_client_spec.rb → edge_route_circuit_breaker_module_client_spec.rb} +33 -21
- data/spec/ngrokapi/services/{endpoint_compression_module_client_spec.rb → edge_route_compression_module_client_spec.rb} +33 -21
- data/spec/ngrokapi/services/edge_route_ip_restriction_module_client_spec.rb +137 -0
- data/spec/ngrokapi/services/{endpoint_o_auth_module_client_spec.rb → edge_route_o_auth_module_client_spec.rb} +33 -21
- data/spec/ngrokapi/services/{endpoint_oidc_module_client_spec.rb → edge_route_oidc_module_client_spec.rb} +33 -21
- data/spec/ngrokapi/services/{endpoint_request_headers_module_client_spec.rb → edge_route_request_headers_module_client_spec.rb} +33 -21
- data/spec/ngrokapi/services/{endpoint_response_headers_module_client_spec.rb → edge_route_response_headers_module_client_spec.rb} +33 -21
- data/spec/ngrokapi/services/{endpoint_saml_module_client_spec.rb → edge_route_saml_module_client_spec.rb} +33 -21
- data/spec/ngrokapi/services/{endpoint_webhook_validation_module_client_spec.rb → edge_route_webhook_verification_module_client_spec.rb} +33 -21
- data/spec/ngrokapi/services/edge_route_websocket_tcp_converter_module_client_spec.rb +137 -0
- data/spec/ngrokapi/services/edges_https_client_spec.rb +200 -0
- data/spec/ngrokapi/services/edges_https_routes_client_spec.rb +288 -0
- data/spec/ngrokapi/services/edges_tcp_client_spec.rb +200 -0
- data/spec/ngrokapi/services/edges_tls_client_spec.rb +216 -0
- data/spec/ngrokapi/services/endpoints_client_spec.rb +57 -0
- data/spec/ngrokapi/services/event_destinations_client_spec.rb +24 -0
- data/spec/ngrokapi/services/event_sources_client_spec.rb +21 -0
- data/spec/ngrokapi/services/event_subscriptions_client_spec.rb +23 -0
- data/spec/ngrokapi/services/failover_backends_client_spec.rb +184 -0
- data/spec/ngrokapi/services/http_response_backends_client_spec.rb +200 -0
- data/spec/ngrokapi/services/{endpoint_mutual_tls_module_client_spec.rb → https_edge_mutual_tls_module_client_spec.rb} +19 -21
- data/spec/ngrokapi/services/{endpoint_tls_termination_module_client_spec.rb → https_edge_tls_termination_module_client_spec.rb} +19 -21
- data/spec/ngrokapi/services/ip_policies_client_spec.rb +20 -1
- data/spec/ngrokapi/services/ip_policy_rules_client_spec.rb +28 -1
- data/spec/ngrokapi/services/ip_restrictions_client_spec.rb +25 -0
- data/spec/ngrokapi/services/reserved_addrs_client_spec.rb +22 -44
- data/spec/ngrokapi/services/reserved_domains_client_spec.rb +29 -88
- data/spec/ngrokapi/services/ssh_certificate_authorities_client_spec.rb +25 -0
- data/spec/ngrokapi/services/ssh_credentials_client_spec.rb +23 -0
- data/spec/ngrokapi/services/ssh_host_certificates_client_spec.rb +29 -0
- data/spec/ngrokapi/services/ssh_user_certificates_client_spec.rb +33 -0
- data/spec/ngrokapi/services/tcp_edge_backend_module_client_spec.rb +123 -0
- data/spec/ngrokapi/services/{endpoint_ip_policy_module_client_spec.rb → tcp_edge_ip_restriction_module_client_spec.rb} +19 -21
- data/spec/ngrokapi/services/tls_certificates_client_spec.rb +23 -0
- data/spec/ngrokapi/services/tls_edge_backend_module_client_spec.rb +123 -0
- data/spec/ngrokapi/services/tls_edge_ip_restriction_module_client_spec.rb +123 -0
- data/spec/ngrokapi/services/tls_edge_mutual_tls_module_client_spec.rb +123 -0
- data/spec/ngrokapi/services/tls_edge_tls_termination_module_client_spec.rb +123 -0
- data/spec/ngrokapi/services/tunnel_group_backends_client_spec.rb +184 -0
- data/spec/ngrokapi/services/tunnels_client_spec.rb +36 -0
- data/spec/ngrokapi/services/weighted_backends_client_spec.rb +184 -0
- data/spec/spec_helper.rb +326 -33
- metadata +166 -76
- data/doc/README +0 -94
- data/docs/README +0 -94
- data/lib/ngrokapi/models/endpoint_configuration.rb +0 -130
- data/lib/ngrokapi/models/endpoint_logging.rb +0 -27
- data/lib/ngrokapi/models/endpoint_logging_mutate.rb +0 -27
- data/lib/ngrokapi/models/event_stream.rb +0 -77
- data/lib/ngrokapi/services/endpoint_circuit_breaker_module_client.rb +0 -108
- data/lib/ngrokapi/services/endpoint_compression_module_client.rb +0 -108
- data/lib/ngrokapi/services/endpoint_configurations_client.rb +0 -289
- data/lib/ngrokapi/services/endpoint_o_auth_module_client.rb +0 -108
- data/lib/ngrokapi/services/endpoint_request_headers_module_client.rb +0 -108
- data/lib/ngrokapi/services/endpoint_response_headers_module_client.rb +0 -108
- data/lib/ngrokapi/services/endpoint_webhook_validation_module_client.rb +0 -108
- data/lib/ngrokapi/services/event_streams_client.rb +0 -224
- data/spec/ngrokapi/models/endpoint_configuration_spec.rb +0 -78
- data/spec/ngrokapi/models/endpoint_logging_mutate_spec.rb +0 -21
- data/spec/ngrokapi/models/endpoint_logging_spec.rb +0 -21
- data/spec/ngrokapi/models/event_stream_spec.rb +0 -51
- data/spec/ngrokapi/services/endpoint_configurations_client_spec.rb +0 -237
- data/spec/ngrokapi/services/endpoint_logging_module_client_spec.rb +0 -125
- data/spec/ngrokapi/services/event_streams_client_spec.rb +0 -177
@@ -0,0 +1,92 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module NgrokAPI
|
4
|
+
module Models
|
5
|
+
class TLSEdge
|
6
|
+
attr_reader :client,
|
7
|
+
:attrs,
|
8
|
+
:id,
|
9
|
+
:description,
|
10
|
+
:metadata,
|
11
|
+
:created_at,
|
12
|
+
:uri,
|
13
|
+
:hostports,
|
14
|
+
:backend,
|
15
|
+
:ip_restriction,
|
16
|
+
:mutual_tls,
|
17
|
+
:tls_termination
|
18
|
+
|
19
|
+
def initialize(client: nil, attrs: {})
|
20
|
+
@client = client
|
21
|
+
@attrs = attrs
|
22
|
+
@id = @attrs['id']
|
23
|
+
@description = @attrs['description']
|
24
|
+
@metadata = @attrs['metadata']
|
25
|
+
@created_at = @attrs['created_at']
|
26
|
+
@uri = @attrs['uri']
|
27
|
+
@hostports = @attrs['hostports']
|
28
|
+
@backend = @attrs['backend']
|
29
|
+
@ip_restriction = @attrs['ip_restriction']
|
30
|
+
@mutual_tls = @attrs['mutual_tls']
|
31
|
+
@tls_termination = @attrs['tls_termination']
|
32
|
+
end
|
33
|
+
|
34
|
+
def ==(other)
|
35
|
+
@attrs == other.attrs
|
36
|
+
end
|
37
|
+
|
38
|
+
def to_s
|
39
|
+
@attrs.to_s
|
40
|
+
end
|
41
|
+
|
42
|
+
def to_h
|
43
|
+
@attrs.to_h
|
44
|
+
end
|
45
|
+
|
46
|
+
##
|
47
|
+
# Updates a TLS Edge by ID. If a module is not specified in the update, it will
|
48
|
+
# not be modified. However, each module configuration that is specified will
|
49
|
+
# completely replace the existing value. There is no way to delete an existing
|
50
|
+
# module via this API, instead use the delete module API.
|
51
|
+
#
|
52
|
+
# https://ngrok.com/docs/api#api-edges-tls-update
|
53
|
+
def update(
|
54
|
+
description: nil,
|
55
|
+
metadata: nil,
|
56
|
+
hostports: nil,
|
57
|
+
backend: nil,
|
58
|
+
ip_restriction: nil,
|
59
|
+
mutual_tls: nil,
|
60
|
+
tls_termination: nil
|
61
|
+
)
|
62
|
+
@description = description if description
|
63
|
+
@metadata = metadata if metadata
|
64
|
+
@hostports = hostports if hostports
|
65
|
+
@backend = backend if backend
|
66
|
+
@ip_restriction = ip_restriction if ip_restriction
|
67
|
+
@mutual_tls = mutual_tls if mutual_tls
|
68
|
+
@tls_termination = tls_termination if tls_termination
|
69
|
+
@client.update(
|
70
|
+
id: @id,
|
71
|
+
description: description,
|
72
|
+
metadata: metadata,
|
73
|
+
hostports: hostports,
|
74
|
+
backend: backend,
|
75
|
+
ip_restriction: ip_restriction,
|
76
|
+
mutual_tls: mutual_tls,
|
77
|
+
tls_termination: tls_termination
|
78
|
+
)
|
79
|
+
end
|
80
|
+
|
81
|
+
##
|
82
|
+
# Delete a TLS Edge by ID
|
83
|
+
#
|
84
|
+
# https://ngrok.com/docs/api#api-edges-tls-delete
|
85
|
+
def delete
|
86
|
+
@client.delete(
|
87
|
+
id: @id
|
88
|
+
)
|
89
|
+
end
|
90
|
+
end
|
91
|
+
end
|
92
|
+
end
|
@@ -4,33 +4,45 @@ module NgrokAPI
|
|
4
4
|
module Models
|
5
5
|
class Tunnel
|
6
6
|
attr_reader :client,
|
7
|
-
:
|
7
|
+
:attrs,
|
8
8
|
:id,
|
9
9
|
:public_url,
|
10
10
|
:started_at,
|
11
11
|
:metadata,
|
12
12
|
:proto,
|
13
13
|
:region,
|
14
|
-
:tunnel_session
|
14
|
+
:tunnel_session,
|
15
|
+
:endpoint,
|
16
|
+
:labels,
|
17
|
+
:backends,
|
18
|
+
:forwards_to
|
15
19
|
|
16
|
-
def initialize(client
|
20
|
+
def initialize(client: nil, attrs: {})
|
17
21
|
@client = client
|
18
|
-
@
|
19
|
-
@id = @
|
20
|
-
@public_url = @
|
21
|
-
@started_at = @
|
22
|
-
@metadata = @
|
23
|
-
@proto = @
|
24
|
-
@region = @
|
25
|
-
@tunnel_session = @
|
22
|
+
@attrs = attrs
|
23
|
+
@id = @attrs['id']
|
24
|
+
@public_url = @attrs['public_url']
|
25
|
+
@started_at = @attrs['started_at']
|
26
|
+
@metadata = @attrs['metadata']
|
27
|
+
@proto = @attrs['proto']
|
28
|
+
@region = @attrs['region']
|
29
|
+
@tunnel_session = @attrs['tunnel_session']
|
30
|
+
@endpoint = @attrs['endpoint']
|
31
|
+
@labels = @attrs['labels']
|
32
|
+
@backends = @attrs['backends']
|
33
|
+
@forwards_to = @attrs['forwards_to']
|
26
34
|
end
|
27
35
|
|
28
36
|
def ==(other)
|
29
|
-
@
|
37
|
+
@attrs == other.attrs
|
30
38
|
end
|
31
39
|
|
32
40
|
def to_s
|
33
|
-
@
|
41
|
+
@attrs.to_s
|
42
|
+
end
|
43
|
+
|
44
|
+
def to_h
|
45
|
+
@attrs.to_h
|
34
46
|
end
|
35
47
|
end
|
36
48
|
end
|
@@ -0,0 +1,71 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module NgrokAPI
|
4
|
+
module Models
|
5
|
+
class TunnelGroupBackend
|
6
|
+
attr_reader :client,
|
7
|
+
:attrs,
|
8
|
+
:id,
|
9
|
+
:uri,
|
10
|
+
:created_at,
|
11
|
+
:description,
|
12
|
+
:metadata,
|
13
|
+
:labels,
|
14
|
+
:tunnels
|
15
|
+
|
16
|
+
def initialize(client: nil, attrs: {})
|
17
|
+
@client = client
|
18
|
+
@attrs = attrs
|
19
|
+
@id = @attrs['id']
|
20
|
+
@uri = @attrs['uri']
|
21
|
+
@created_at = @attrs['created_at']
|
22
|
+
@description = @attrs['description']
|
23
|
+
@metadata = @attrs['metadata']
|
24
|
+
@labels = @attrs['labels']
|
25
|
+
@tunnels = @attrs['tunnels']
|
26
|
+
end
|
27
|
+
|
28
|
+
def ==(other)
|
29
|
+
@attrs == other.attrs
|
30
|
+
end
|
31
|
+
|
32
|
+
def to_s
|
33
|
+
@attrs.to_s
|
34
|
+
end
|
35
|
+
|
36
|
+
def to_h
|
37
|
+
@attrs.to_h
|
38
|
+
end
|
39
|
+
|
40
|
+
##
|
41
|
+
# Delete a TunnelGroup backend by ID.
|
42
|
+
#
|
43
|
+
# https://ngrok.com/docs/api#api-tunnel-group-backends-delete
|
44
|
+
def delete
|
45
|
+
@client.delete(
|
46
|
+
id: @id
|
47
|
+
)
|
48
|
+
end
|
49
|
+
|
50
|
+
##
|
51
|
+
# Update TunnelGroup backend by ID
|
52
|
+
#
|
53
|
+
# https://ngrok.com/docs/api#api-tunnel-group-backends-update
|
54
|
+
def update(
|
55
|
+
description: nil,
|
56
|
+
metadata: nil,
|
57
|
+
labels: {}
|
58
|
+
)
|
59
|
+
@description = description if description
|
60
|
+
@metadata = metadata if metadata
|
61
|
+
@labels = labels if labels
|
62
|
+
@client.update(
|
63
|
+
id: @id,
|
64
|
+
description: description,
|
65
|
+
metadata: metadata,
|
66
|
+
labels: labels
|
67
|
+
)
|
68
|
+
end
|
69
|
+
end
|
70
|
+
end
|
71
|
+
end
|
@@ -4,7 +4,7 @@ module NgrokAPI
|
|
4
4
|
module Models
|
5
5
|
class TunnelSession
|
6
6
|
attr_reader :client,
|
7
|
-
:
|
7
|
+
:attrs,
|
8
8
|
:agent_version,
|
9
9
|
:credential,
|
10
10
|
:id,
|
@@ -16,27 +16,31 @@ module NgrokAPI
|
|
16
16
|
:transport,
|
17
17
|
:uri
|
18
18
|
|
19
|
-
def initialize(client
|
19
|
+
def initialize(client: nil, attrs: {})
|
20
20
|
@client = client
|
21
|
-
@
|
22
|
-
@agent_version = @
|
23
|
-
@credential = @
|
24
|
-
@id = @
|
25
|
-
@ip = @
|
26
|
-
@metadata = @
|
27
|
-
@os = @
|
28
|
-
@region = @
|
29
|
-
@started_at = @
|
30
|
-
@transport = @
|
31
|
-
@uri = @
|
21
|
+
@attrs = attrs
|
22
|
+
@agent_version = @attrs['agent_version']
|
23
|
+
@credential = @attrs['credential']
|
24
|
+
@id = @attrs['id']
|
25
|
+
@ip = @attrs['ip']
|
26
|
+
@metadata = @attrs['metadata']
|
27
|
+
@os = @attrs['os']
|
28
|
+
@region = @attrs['region']
|
29
|
+
@started_at = @attrs['started_at']
|
30
|
+
@transport = @attrs['transport']
|
31
|
+
@uri = @attrs['uri']
|
32
32
|
end
|
33
33
|
|
34
34
|
def ==(other)
|
35
|
-
@
|
35
|
+
@attrs == other.attrs
|
36
36
|
end
|
37
37
|
|
38
38
|
def to_s
|
39
|
-
@
|
39
|
+
@attrs.to_s
|
40
|
+
end
|
41
|
+
|
42
|
+
def to_h
|
43
|
+
@attrs.to_h
|
40
44
|
end
|
41
45
|
end
|
42
46
|
end
|
@@ -0,0 +1,69 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module NgrokAPI
|
4
|
+
module Models
|
5
|
+
class WeightedBackend
|
6
|
+
attr_reader :client,
|
7
|
+
:attrs,
|
8
|
+
:id,
|
9
|
+
:uri,
|
10
|
+
:created_at,
|
11
|
+
:description,
|
12
|
+
:metadata,
|
13
|
+
:backends
|
14
|
+
|
15
|
+
def initialize(client: nil, attrs: {})
|
16
|
+
@client = client
|
17
|
+
@attrs = attrs
|
18
|
+
@id = @attrs['id']
|
19
|
+
@uri = @attrs['uri']
|
20
|
+
@created_at = @attrs['created_at']
|
21
|
+
@description = @attrs['description']
|
22
|
+
@metadata = @attrs['metadata']
|
23
|
+
@backends = @attrs['backends']
|
24
|
+
end
|
25
|
+
|
26
|
+
def ==(other)
|
27
|
+
@attrs == other.attrs
|
28
|
+
end
|
29
|
+
|
30
|
+
def to_s
|
31
|
+
@attrs.to_s
|
32
|
+
end
|
33
|
+
|
34
|
+
def to_h
|
35
|
+
@attrs.to_h
|
36
|
+
end
|
37
|
+
|
38
|
+
##
|
39
|
+
# Delete a Weighted backend by ID.
|
40
|
+
#
|
41
|
+
# https://ngrok.com/docs/api#api-weighted-backends-delete
|
42
|
+
def delete
|
43
|
+
@client.delete(
|
44
|
+
id: @id
|
45
|
+
)
|
46
|
+
end
|
47
|
+
|
48
|
+
##
|
49
|
+
# Update Weighted backend by ID
|
50
|
+
#
|
51
|
+
# https://ngrok.com/docs/api#api-weighted-backends-update
|
52
|
+
def update(
|
53
|
+
description: nil,
|
54
|
+
metadata: nil,
|
55
|
+
backends: {}
|
56
|
+
)
|
57
|
+
@description = description if description
|
58
|
+
@metadata = metadata if metadata
|
59
|
+
@backends = backends if backends
|
60
|
+
@client.update(
|
61
|
+
id: @id,
|
62
|
+
description: description,
|
63
|
+
metadata: metadata,
|
64
|
+
backends: backends
|
65
|
+
)
|
66
|
+
end
|
67
|
+
end
|
68
|
+
end
|
69
|
+
end
|
@@ -35,7 +35,29 @@ module NgrokAPI
|
|
35
35
|
data[:urls] = urls if urls
|
36
36
|
data[:metadata] = metadata if metadata
|
37
37
|
result = @client.post(path % replacements, data: data)
|
38
|
-
NgrokAPI::Models::AbuseReport.new(client: self,
|
38
|
+
NgrokAPI::Models::AbuseReport.new(client: self, attrs: result)
|
39
|
+
end
|
40
|
+
|
41
|
+
##
|
42
|
+
# Creates a new abuse report which will be reviewed by our system and abuse
|
43
|
+
# response team. This API is only available to authorized accounts. Contact
|
44
|
+
# abuse@ngrok.com to request access
|
45
|
+
# Throws an exception if API error.
|
46
|
+
#
|
47
|
+
# @param [List<uri (string)>] urls a list of URLs containing suspected abusive content
|
48
|
+
# @param [string] metadata arbitrary user-defined data about this abuse report. Optional, max 4096 bytes.
|
49
|
+
# @return [NgrokAPI::Models::AbuseReport] result from the API request
|
50
|
+
#
|
51
|
+
# https://ngrok.com/docs/api#api-abuse-reports-create
|
52
|
+
def create!(urls:, metadata: "")
|
53
|
+
path = '/abuse_reports'
|
54
|
+
replacements = {
|
55
|
+
}
|
56
|
+
data = {}
|
57
|
+
data[:urls] = urls if urls
|
58
|
+
data[:metadata] = metadata if metadata
|
59
|
+
result = @client.post(path % replacements, data: data, danger: true)
|
60
|
+
NgrokAPI::Models::AbuseReport.new(client: self, attrs: result)
|
39
61
|
end
|
40
62
|
|
41
63
|
##
|
@@ -52,7 +74,7 @@ module NgrokAPI
|
|
52
74
|
}
|
53
75
|
data = {}
|
54
76
|
result = @client.get(path % replacements, data: data)
|
55
|
-
NgrokAPI::Models::AbuseReport.new(client: self,
|
77
|
+
NgrokAPI::Models::AbuseReport.new(client: self, attrs: result)
|
56
78
|
end
|
57
79
|
|
58
80
|
##
|
@@ -70,7 +92,7 @@ module NgrokAPI
|
|
70
92
|
}
|
71
93
|
data = {}
|
72
94
|
result = @client.get(path % replacements, data: data, danger: true)
|
73
|
-
NgrokAPI::Models::AbuseReport.new(client: self,
|
95
|
+
NgrokAPI::Models::AbuseReport.new(client: self, attrs: result)
|
74
96
|
end
|
75
97
|
end
|
76
98
|
end
|
@@ -35,7 +35,30 @@ module NgrokAPI
|
|
35
35
|
data[:metadata] = metadata if metadata
|
36
36
|
data[:domain] = domain if domain
|
37
37
|
result = @client.post(path % replacements, data: data)
|
38
|
-
NgrokAPI::Models::AgentIngress.new(client: self,
|
38
|
+
NgrokAPI::Models::AgentIngress.new(client: self, attrs: result)
|
39
|
+
end
|
40
|
+
|
41
|
+
##
|
42
|
+
# Create a new Agent Ingress. The ngrok agent can be configured to connect to
|
43
|
+
# ngrok via the new set of addresses on the returned Agent Ingress.
|
44
|
+
# Throws an exception if API error.
|
45
|
+
#
|
46
|
+
# @param [string] description human-readable description of the use of this Agent Ingress. optional, max 255 bytes.
|
47
|
+
# @param [string] metadata arbitrary user-defined machine-readable data of this Agent Ingress. optional, max 4096 bytes
|
48
|
+
# @param [string] domain the domain that you own to be used as the base domain name to generate regional agent ingress domains.
|
49
|
+
# @return [NgrokAPI::Models::AgentIngress] result from the API request
|
50
|
+
#
|
51
|
+
# https://ngrok.com/docs/api#api-agent-ingresses-create
|
52
|
+
def create!(description: "", metadata: "", domain:)
|
53
|
+
path = '/agent_ingresses'
|
54
|
+
replacements = {
|
55
|
+
}
|
56
|
+
data = {}
|
57
|
+
data[:description] = description if description
|
58
|
+
data[:metadata] = metadata if metadata
|
59
|
+
data[:domain] = domain if domain
|
60
|
+
result = @client.post(path % replacements, data: data, danger: true)
|
61
|
+
NgrokAPI::Models::AgentIngress.new(client: self, attrs: result)
|
39
62
|
end
|
40
63
|
|
41
64
|
##
|
@@ -83,7 +106,7 @@ module NgrokAPI
|
|
83
106
|
}
|
84
107
|
data = {}
|
85
108
|
result = @client.get(path % replacements, data: data)
|
86
|
-
NgrokAPI::Models::AgentIngress.new(client: self,
|
109
|
+
NgrokAPI::Models::AgentIngress.new(client: self, attrs: result)
|
87
110
|
end
|
88
111
|
|
89
112
|
##
|
@@ -101,7 +124,7 @@ module NgrokAPI
|
|
101
124
|
}
|
102
125
|
data = {}
|
103
126
|
result = @client.get(path % replacements, data: data, danger: true)
|
104
|
-
NgrokAPI::Models::AgentIngress.new(client: self,
|
127
|
+
NgrokAPI::Models::AgentIngress.new(client: self, attrs: result)
|
105
128
|
end
|
106
129
|
|
107
130
|
##
|
@@ -113,8 +136,7 @@ module NgrokAPI
|
|
113
136
|
# @return [NgrokAPI::Models::Listable] result from the API request
|
114
137
|
#
|
115
138
|
# https://ngrok.com/docs/api#api-agent-ingresses-list
|
116
|
-
def list(before_id: nil, limit: nil,
|
117
|
-
url: nil)
|
139
|
+
def list(before_id: nil, limit: nil, url: nil)
|
118
140
|
result = @client.list(
|
119
141
|
before_id: before_id,
|
120
142
|
limit: limit,
|
@@ -124,7 +146,7 @@ module NgrokAPI
|
|
124
146
|
|
125
147
|
NgrokAPI::Models::Listable.new(
|
126
148
|
client: self,
|
127
|
-
|
149
|
+
attrs: result,
|
128
150
|
list_property: LIST_PROPERTY,
|
129
151
|
klass: NgrokAPI::Models::AgentIngress
|
130
152
|
)
|
@@ -140,8 +162,7 @@ module NgrokAPI
|
|
140
162
|
# @return [NgrokAPI::Models::Listable] result from the API request
|
141
163
|
#
|
142
164
|
# https://ngrok.com/docs/api#api-agent-ingresses-list
|
143
|
-
def list!(before_id: nil, limit: nil,
|
144
|
-
url: nil)
|
165
|
+
def list!(before_id: nil, limit: nil, url: nil)
|
145
166
|
result = @client.list(
|
146
167
|
before_id: before_id,
|
147
168
|
limit: limit,
|
@@ -152,7 +173,7 @@ module NgrokAPI
|
|
152
173
|
|
153
174
|
NgrokAPI::Models::Listable.new(
|
154
175
|
client: self,
|
155
|
-
|
176
|
+
attrs: result,
|
156
177
|
list_property: LIST_PROPERTY,
|
157
178
|
klass: NgrokAPI::Models::AgentIngress,
|
158
179
|
danger: true
|
@@ -177,7 +198,7 @@ module NgrokAPI
|
|
177
198
|
data[:description] = description if description
|
178
199
|
data[:metadata] = metadata if metadata
|
179
200
|
result = @client.patch(path % replacements, data: data)
|
180
|
-
NgrokAPI::Models::AgentIngress.new(client: self,
|
201
|
+
NgrokAPI::Models::AgentIngress.new(client: self, attrs: result)
|
181
202
|
end
|
182
203
|
|
183
204
|
##
|
@@ -199,7 +220,7 @@ module NgrokAPI
|
|
199
220
|
data[:description] = description if description
|
200
221
|
data[:metadata] = metadata if metadata
|
201
222
|
result = @client.patch(path % replacements, data: data, danger: true)
|
202
|
-
NgrokAPI::Models::AgentIngress.new(client: self,
|
223
|
+
NgrokAPI::Models::AgentIngress.new(client: self, attrs: result)
|
203
224
|
end
|
204
225
|
end
|
205
226
|
end
|
@@ -39,7 +39,28 @@ module NgrokAPI
|
|
39
39
|
data[:description] = description if description
|
40
40
|
data[:metadata] = metadata if metadata
|
41
41
|
result = @client.post(path % replacements, data: data)
|
42
|
-
NgrokAPI::Models::APIKey.new(client: self,
|
42
|
+
NgrokAPI::Models::APIKey.new(client: self, attrs: result)
|
43
|
+
end
|
44
|
+
|
45
|
+
##
|
46
|
+
# Create a new API key. The generated API key can be used to authenticate to the
|
47
|
+
# ngrok API.
|
48
|
+
# Throws an exception if API error.
|
49
|
+
#
|
50
|
+
# @param [string] description human-readable description of what uses the API key to authenticate. optional, max 255 bytes.
|
51
|
+
# @param [string] metadata arbitrary user-defined data of this API key. optional, max 4096 bytes
|
52
|
+
# @return [NgrokAPI::Models::APIKey] result from the API request
|
53
|
+
#
|
54
|
+
# https://ngrok.com/docs/api#api-api-keys-create
|
55
|
+
def create!(description: "", metadata: "")
|
56
|
+
path = '/api_keys'
|
57
|
+
replacements = {
|
58
|
+
}
|
59
|
+
data = {}
|
60
|
+
data[:description] = description if description
|
61
|
+
data[:metadata] = metadata if metadata
|
62
|
+
result = @client.post(path % replacements, data: data, danger: true)
|
63
|
+
NgrokAPI::Models::APIKey.new(client: self, attrs: result)
|
43
64
|
end
|
44
65
|
|
45
66
|
##
|
@@ -87,7 +108,7 @@ module NgrokAPI
|
|
87
108
|
}
|
88
109
|
data = {}
|
89
110
|
result = @client.get(path % replacements, data: data)
|
90
|
-
NgrokAPI::Models::APIKey.new(client: self,
|
111
|
+
NgrokAPI::Models::APIKey.new(client: self, attrs: result)
|
91
112
|
end
|
92
113
|
|
93
114
|
##
|
@@ -105,7 +126,7 @@ module NgrokAPI
|
|
105
126
|
}
|
106
127
|
data = {}
|
107
128
|
result = @client.get(path % replacements, data: data, danger: true)
|
108
|
-
NgrokAPI::Models::APIKey.new(client: self,
|
129
|
+
NgrokAPI::Models::APIKey.new(client: self, attrs: result)
|
109
130
|
end
|
110
131
|
|
111
132
|
##
|
@@ -117,8 +138,7 @@ module NgrokAPI
|
|
117
138
|
# @return [NgrokAPI::Models::Listable] result from the API request
|
118
139
|
#
|
119
140
|
# https://ngrok.com/docs/api#api-api-keys-list
|
120
|
-
def list(before_id: nil, limit: nil,
|
121
|
-
url: nil)
|
141
|
+
def list(before_id: nil, limit: nil, url: nil)
|
122
142
|
result = @client.list(
|
123
143
|
before_id: before_id,
|
124
144
|
limit: limit,
|
@@ -128,7 +148,7 @@ module NgrokAPI
|
|
128
148
|
|
129
149
|
NgrokAPI::Models::Listable.new(
|
130
150
|
client: self,
|
131
|
-
|
151
|
+
attrs: result,
|
132
152
|
list_property: LIST_PROPERTY,
|
133
153
|
klass: NgrokAPI::Models::APIKey
|
134
154
|
)
|
@@ -144,8 +164,7 @@ module NgrokAPI
|
|
144
164
|
# @return [NgrokAPI::Models::Listable] result from the API request
|
145
165
|
#
|
146
166
|
# https://ngrok.com/docs/api#api-api-keys-list
|
147
|
-
def list!(before_id: nil, limit: nil,
|
148
|
-
url: nil)
|
167
|
+
def list!(before_id: nil, limit: nil, url: nil)
|
149
168
|
result = @client.list(
|
150
169
|
before_id: before_id,
|
151
170
|
limit: limit,
|
@@ -156,7 +175,7 @@ module NgrokAPI
|
|
156
175
|
|
157
176
|
NgrokAPI::Models::Listable.new(
|
158
177
|
client: self,
|
159
|
-
|
178
|
+
attrs: result,
|
160
179
|
list_property: LIST_PROPERTY,
|
161
180
|
klass: NgrokAPI::Models::APIKey,
|
162
181
|
danger: true
|
@@ -181,7 +200,7 @@ module NgrokAPI
|
|
181
200
|
data[:description] = description if description
|
182
201
|
data[:metadata] = metadata if metadata
|
183
202
|
result = @client.patch(path % replacements, data: data)
|
184
|
-
NgrokAPI::Models::APIKey.new(client: self,
|
203
|
+
NgrokAPI::Models::APIKey.new(client: self, attrs: result)
|
185
204
|
end
|
186
205
|
|
187
206
|
##
|
@@ -203,7 +222,7 @@ module NgrokAPI
|
|
203
222
|
data[:description] = description if description
|
204
223
|
data[:metadata] = metadata if metadata
|
205
224
|
result = @client.patch(path % replacements, data: data, danger: true)
|
206
|
-
NgrokAPI::Models::APIKey.new(client: self,
|
225
|
+
NgrokAPI::Models::APIKey.new(client: self, attrs: result)
|
207
226
|
end
|
208
227
|
end
|
209
228
|
end
|