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
@@ -100,9 +100,9 @@
|
|
100
100
|
</div>
|
101
101
|
|
102
102
|
<div id="footer">
|
103
|
-
Generated on
|
103
|
+
Generated on Mon Apr 11 19:32:55 2022 by
|
104
104
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
105
|
-
0.9.27 (ruby-
|
105
|
+
0.9.27 (ruby-2.7.5).
|
106
106
|
</div>
|
107
107
|
|
108
108
|
</div>
|
data/lib/ngrokapi/client.rb
CHANGED
@@ -60,17 +60,13 @@ module NgrokAPI
|
|
60
60
|
end
|
61
61
|
|
62
62
|
##
|
63
|
-
#
|
64
|
-
#
|
65
|
-
#
|
63
|
+
# Endpoints provides an API for querying the endpoint objects
|
64
|
+
# which define what tunnel or edge is used to serve a hostport.
|
65
|
+
# Only active endpoints associated with a tunnel or backend are returned.
|
66
66
|
#
|
67
|
-
# @return [NgrokAPI::Services::
|
68
|
-
def
|
69
|
-
@
|
70
|
-
end
|
71
|
-
|
72
|
-
def event_streams
|
73
|
-
@_event_streams ||= NgrokAPI::Services::EventStreamsClient.new(client: @client)
|
67
|
+
# @return [NgrokAPI::Services::EndpointsClient]
|
68
|
+
def endpoints
|
69
|
+
@_endpoints ||= NgrokAPI::Services::EndpointsClient.new(client: @client)
|
74
70
|
end
|
75
71
|
|
76
72
|
def event_destinations
|
@@ -107,7 +103,7 @@ module NgrokAPI
|
|
107
103
|
|
108
104
|
##
|
109
105
|
# An IP restriction is a restriction placed on the CIDRs that are allowed to
|
110
|
-
#
|
106
|
+
# initiate traffic to a specific aspect of your ngrok account. An IP
|
111
107
|
# restriction has a type which defines the ingress it applies to. IP
|
112
108
|
# restrictions can be used to enforce the source IPs that can make API
|
113
109
|
# requests, log in to the dashboard, start ngrok agents, and connect to your
|
@@ -208,20 +204,47 @@ module NgrokAPI
|
|
208
204
|
@_tunnels ||= NgrokAPI::Services::TunnelsClient.new(client: @client)
|
209
205
|
end
|
210
206
|
|
211
|
-
def
|
207
|
+
def backends
|
208
|
+
ns = OpenStruct.new
|
209
|
+
ns.failover = NgrokAPI::Services::FailoverBackendsClient.new(client: @client)
|
210
|
+
ns.http_response = NgrokAPI::Services::HTTPResponseBackendsClient.new(client: @client)
|
211
|
+
ns.tunnel_group = NgrokAPI::Services::TunnelGroupBackendsClient.new(client: @client)
|
212
|
+
ns.weighted = NgrokAPI::Services::WeightedBackendsClient.new(client: @client)
|
213
|
+
|
214
|
+
ns
|
215
|
+
end
|
216
|
+
|
217
|
+
def edges
|
218
|
+
ns = OpenStruct.new
|
219
|
+
ns.https_routes = NgrokAPI::Services::EdgesHTTPSRoutesClient.new(client: @client)
|
220
|
+
ns.https = NgrokAPI::Services::EdgesHTTPSClient.new(client: @client)
|
221
|
+
ns.tcp = NgrokAPI::Services::EdgesTCPClient.new(client: @client)
|
222
|
+
ns.tls = NgrokAPI::Services::EdgesTLSClient.new(client: @client)
|
223
|
+
|
224
|
+
ns
|
225
|
+
end
|
226
|
+
|
227
|
+
def edge_modules
|
212
228
|
ns = OpenStruct.new
|
213
|
-
ns.
|
214
|
-
ns.
|
215
|
-
ns.
|
216
|
-
ns.
|
217
|
-
ns.
|
218
|
-
ns.
|
219
|
-
ns.
|
220
|
-
ns.
|
221
|
-
ns.
|
222
|
-
ns.
|
223
|
-
ns.
|
224
|
-
ns.
|
229
|
+
ns.https_edge_mutual_tls = NgrokAPI::Services::HTTPSEdgeMutualTLSModuleClient.new(client: @client)
|
230
|
+
ns.https_edge_tls_termination = NgrokAPI::Services::HTTPSEdgeTLSTerminationModuleClient.new(client: @client)
|
231
|
+
ns.https_edge_route_backend = NgrokAPI::Services::EdgeRouteBackendModuleClient.new(client: @client)
|
232
|
+
ns.https_edge_route_ip_restriction = NgrokAPI::Services::EdgeRouteIPRestrictionModuleClient.new(client: @client)
|
233
|
+
ns.https_edge_route_request_headers = NgrokAPI::Services::EdgeRouteRequestHeadersModuleClient.new(client: @client)
|
234
|
+
ns.https_edge_route_response_headers = NgrokAPI::Services::EdgeRouteResponseHeadersModuleClient.new(client: @client)
|
235
|
+
ns.https_edge_route_compression = NgrokAPI::Services::EdgeRouteCompressionModuleClient.new(client: @client)
|
236
|
+
ns.https_edge_route_circuit_breaker = NgrokAPI::Services::EdgeRouteCircuitBreakerModuleClient.new(client: @client)
|
237
|
+
ns.https_edge_route_webhook_verification = NgrokAPI::Services::EdgeRouteWebhookVerificationModuleClient.new(client: @client)
|
238
|
+
ns.https_edge_route_oauth = NgrokAPI::Services::EdgeRouteOAuthModuleClient.new(client: @client)
|
239
|
+
ns.https_edge_route_saml = NgrokAPI::Services::EdgeRouteSAMLModuleClient.new(client: @client)
|
240
|
+
ns.https_edge_route_oidc = NgrokAPI::Services::EdgeRouteOIDCModuleClient.new(client: @client)
|
241
|
+
ns.https_edge_route_websocket_tcp_converter = NgrokAPI::Services::EdgeRouteWebsocketTCPConverterModuleClient.new(client: @client)
|
242
|
+
ns.tcp_edge_backend = NgrokAPI::Services::TCPEdgeBackendModuleClient.new(client: @client)
|
243
|
+
ns.tcp_edge_ip_restriction = NgrokAPI::Services::TCPEdgeIPRestrictionModuleClient.new(client: @client)
|
244
|
+
ns.tls_edge_backend = NgrokAPI::Services::TLSEdgeBackendModuleClient.new(client: @client)
|
245
|
+
ns.tls_edge_ip_restriction = NgrokAPI::Services::TLSEdgeIPRestrictionModuleClient.new(client: @client)
|
246
|
+
ns.tls_edge_mutual_tls = NgrokAPI::Services::TLSEdgeMutualTLSModuleClient.new(client: @client)
|
247
|
+
ns.tls_edge_tls_termination = NgrokAPI::Services::TLSEdgeTLSTerminationModuleClient.new(client: @client)
|
225
248
|
|
226
249
|
ns
|
227
250
|
end
|
data/lib/ngrokapi/http_client.rb
CHANGED
@@ -69,7 +69,7 @@ module NgrokAPI
|
|
69
69
|
def patch(path, danger: false, data: {})
|
70
70
|
uri = get_uri(path)
|
71
71
|
req = Net::HTTP::Patch.new(uri, headers_with_json)
|
72
|
-
json_do(uri, req, danger: danger, data: data.to_json)
|
72
|
+
json_do(uri, req, danger: danger, data: deep_to_h(data).to_json)
|
73
73
|
end
|
74
74
|
|
75
75
|
##
|
@@ -82,7 +82,20 @@ module NgrokAPI
|
|
82
82
|
def post(path, danger: false, data: {})
|
83
83
|
uri = get_uri(path)
|
84
84
|
req = Net::HTTP::Post.new(uri, headers_with_json)
|
85
|
-
json_do(uri, req, danger: danger, data: data.to_json)
|
85
|
+
json_do(uri, req, danger: danger, data: deep_to_h(data).to_json)
|
86
|
+
end
|
87
|
+
|
88
|
+
##
|
89
|
+
# Make a PUT request to a given URI with optional data
|
90
|
+
#
|
91
|
+
# @param [string] path URL resource path
|
92
|
+
# @param [boolean] danger determine if we should throw an exception on 404 or not
|
93
|
+
# @param [hash] data hash which will be converted to query parameters or form data
|
94
|
+
# @return [json] response body
|
95
|
+
def put(path, danger: false, data: {})
|
96
|
+
uri = get_uri(path)
|
97
|
+
req = Net::HTTP::Put.new(uri, headers_with_json)
|
98
|
+
json_do(uri, req, danger: danger, data: deep_to_h(data).to_json)
|
86
99
|
end
|
87
100
|
|
88
101
|
private
|
@@ -127,5 +140,11 @@ module NgrokAPI
|
|
127
140
|
path = path.delete_prefix(@base_url)
|
128
141
|
"#{@base_url}#{path}"
|
129
142
|
end
|
143
|
+
|
144
|
+
def deep_to_h(data)
|
145
|
+
data.to_h.transform_values do |v|
|
146
|
+
(!v.is_a?(Array) && v.methods.include?(:to_h)) ? deep_to_h(v) : v
|
147
|
+
end
|
148
|
+
end
|
130
149
|
end
|
131
150
|
end
|
@@ -4,7 +4,7 @@ module NgrokAPI
|
|
4
4
|
module Models
|
5
5
|
class AbuseReport
|
6
6
|
attr_reader :client,
|
7
|
-
:
|
7
|
+
:attrs,
|
8
8
|
:id,
|
9
9
|
:uri,
|
10
10
|
:created_at,
|
@@ -13,24 +13,28 @@ module NgrokAPI
|
|
13
13
|
:status,
|
14
14
|
:hostnames
|
15
15
|
|
16
|
-
def initialize(client
|
16
|
+
def initialize(client: nil, attrs: {})
|
17
17
|
@client = client
|
18
|
-
@
|
19
|
-
@id = @
|
20
|
-
@uri = @
|
21
|
-
@created_at = @
|
22
|
-
@urls = @
|
23
|
-
@metadata = @
|
24
|
-
@status = @
|
25
|
-
@hostnames = @
|
18
|
+
@attrs = attrs
|
19
|
+
@id = @attrs['id']
|
20
|
+
@uri = @attrs['uri']
|
21
|
+
@created_at = @attrs['created_at']
|
22
|
+
@urls = @attrs['urls']
|
23
|
+
@metadata = @attrs['metadata']
|
24
|
+
@status = @attrs['status']
|
25
|
+
@hostnames = @attrs['hostnames']
|
26
26
|
end
|
27
27
|
|
28
28
|
def ==(other)
|
29
|
-
@
|
29
|
+
@attrs == other.attrs
|
30
30
|
end
|
31
31
|
|
32
32
|
def to_s
|
33
|
-
@
|
33
|
+
@attrs.to_s
|
34
|
+
end
|
35
|
+
|
36
|
+
def to_h
|
37
|
+
@attrs.to_h
|
34
38
|
end
|
35
39
|
end
|
36
40
|
end
|
@@ -4,23 +4,27 @@ module NgrokAPI
|
|
4
4
|
module Models
|
5
5
|
class AbuseReportHostname
|
6
6
|
attr_reader :client,
|
7
|
-
:
|
7
|
+
:attrs,
|
8
8
|
:hostname,
|
9
9
|
:status
|
10
10
|
|
11
|
-
def initialize(client
|
11
|
+
def initialize(client: nil, attrs: {})
|
12
12
|
@client = client
|
13
|
-
@
|
14
|
-
@hostname = @
|
15
|
-
@status = @
|
13
|
+
@attrs = attrs
|
14
|
+
@hostname = @attrs['hostname']
|
15
|
+
@status = @attrs['status']
|
16
16
|
end
|
17
17
|
|
18
18
|
def ==(other)
|
19
|
-
@
|
19
|
+
@attrs == other.attrs
|
20
20
|
end
|
21
21
|
|
22
22
|
def to_s
|
23
|
-
@
|
23
|
+
@attrs.to_s
|
24
|
+
end
|
25
|
+
|
26
|
+
def to_h
|
27
|
+
@attrs.to_h
|
24
28
|
end
|
25
29
|
end
|
26
30
|
end
|
@@ -4,7 +4,7 @@ module NgrokAPI
|
|
4
4
|
module Models
|
5
5
|
class AgentIngress
|
6
6
|
attr_reader :client,
|
7
|
-
:
|
7
|
+
:attrs,
|
8
8
|
:id,
|
9
9
|
:uri,
|
10
10
|
:description,
|
@@ -14,25 +14,29 @@ module NgrokAPI
|
|
14
14
|
:region_domains,
|
15
15
|
:created_at
|
16
16
|
|
17
|
-
def initialize(client
|
17
|
+
def initialize(client: nil, attrs: {})
|
18
18
|
@client = client
|
19
|
-
@
|
20
|
-
@id = @
|
21
|
-
@uri = @
|
22
|
-
@description = @
|
23
|
-
@metadata = @
|
24
|
-
@domain = @
|
25
|
-
@ns_targets = @
|
26
|
-
@region_domains = @
|
27
|
-
@created_at = @
|
19
|
+
@attrs = attrs
|
20
|
+
@id = @attrs['id']
|
21
|
+
@uri = @attrs['uri']
|
22
|
+
@description = @attrs['description']
|
23
|
+
@metadata = @attrs['metadata']
|
24
|
+
@domain = @attrs['domain']
|
25
|
+
@ns_targets = @attrs['ns_targets']
|
26
|
+
@region_domains = @attrs['region_domains']
|
27
|
+
@created_at = @attrs['created_at']
|
28
28
|
end
|
29
29
|
|
30
30
|
def ==(other)
|
31
|
-
@
|
31
|
+
@attrs == other.attrs
|
32
32
|
end
|
33
33
|
|
34
34
|
def to_s
|
35
|
-
@
|
35
|
+
@attrs.to_s
|
36
|
+
end
|
37
|
+
|
38
|
+
def to_h
|
39
|
+
@attrs.to_h
|
36
40
|
end
|
37
41
|
|
38
42
|
##
|
@@ -4,7 +4,7 @@ module NgrokAPI
|
|
4
4
|
module Models
|
5
5
|
class APIKey
|
6
6
|
attr_reader :client,
|
7
|
-
:
|
7
|
+
:attrs,
|
8
8
|
:id,
|
9
9
|
:uri,
|
10
10
|
:description,
|
@@ -12,23 +12,27 @@ module NgrokAPI
|
|
12
12
|
:created_at,
|
13
13
|
:token
|
14
14
|
|
15
|
-
def initialize(client
|
15
|
+
def initialize(client: nil, attrs: {})
|
16
16
|
@client = client
|
17
|
-
@
|
18
|
-
@id = @
|
19
|
-
@uri = @
|
20
|
-
@description = @
|
21
|
-
@metadata = @
|
22
|
-
@created_at = @
|
23
|
-
@token = @
|
17
|
+
@attrs = attrs
|
18
|
+
@id = @attrs['id']
|
19
|
+
@uri = @attrs['uri']
|
20
|
+
@description = @attrs['description']
|
21
|
+
@metadata = @attrs['metadata']
|
22
|
+
@created_at = @attrs['created_at']
|
23
|
+
@token = @attrs['token']
|
24
24
|
end
|
25
25
|
|
26
26
|
def ==(other)
|
27
|
-
@
|
27
|
+
@attrs == other.attrs
|
28
28
|
end
|
29
29
|
|
30
30
|
def to_s
|
31
|
-
@
|
31
|
+
@attrs.to_s
|
32
|
+
end
|
33
|
+
|
34
|
+
def to_h
|
35
|
+
@attrs.to_h
|
32
36
|
end
|
33
37
|
|
34
38
|
##
|
@@ -4,23 +4,27 @@ module NgrokAPI
|
|
4
4
|
module Models
|
5
5
|
class AWSAuth
|
6
6
|
attr_reader :client,
|
7
|
-
:
|
7
|
+
:attrs,
|
8
8
|
:role,
|
9
9
|
:creds
|
10
10
|
|
11
|
-
def initialize(client
|
11
|
+
def initialize(client: nil, attrs: {})
|
12
12
|
@client = client
|
13
|
-
@
|
14
|
-
@role = @
|
15
|
-
@creds = @
|
13
|
+
@attrs = attrs
|
14
|
+
@role = @attrs['role']
|
15
|
+
@creds = @attrs['creds']
|
16
16
|
end
|
17
17
|
|
18
18
|
def ==(other)
|
19
|
-
@
|
19
|
+
@attrs == other.attrs
|
20
20
|
end
|
21
21
|
|
22
22
|
def to_s
|
23
|
-
@
|
23
|
+
@attrs.to_s
|
24
|
+
end
|
25
|
+
|
26
|
+
def to_h
|
27
|
+
@attrs.to_h
|
24
28
|
end
|
25
29
|
end
|
26
30
|
end
|
@@ -4,23 +4,27 @@ module NgrokAPI
|
|
4
4
|
module Models
|
5
5
|
class AWSCredentials
|
6
6
|
attr_reader :client,
|
7
|
-
:
|
7
|
+
:attrs,
|
8
8
|
:aws_access_key_id,
|
9
9
|
:aws_secret_access_key
|
10
10
|
|
11
|
-
def initialize(client
|
11
|
+
def initialize(client: nil, attrs: {})
|
12
12
|
@client = client
|
13
|
-
@
|
14
|
-
@aws_access_key_id = @
|
15
|
-
@aws_secret_access_key = @
|
13
|
+
@attrs = attrs
|
14
|
+
@aws_access_key_id = @attrs['aws_access_key_id']
|
15
|
+
@aws_secret_access_key = @attrs['aws_secret_access_key']
|
16
16
|
end
|
17
17
|
|
18
18
|
def ==(other)
|
19
|
-
@
|
19
|
+
@attrs == other.attrs
|
20
20
|
end
|
21
21
|
|
22
22
|
def to_s
|
23
|
-
@
|
23
|
+
@attrs.to_s
|
24
|
+
end
|
25
|
+
|
26
|
+
def to_h
|
27
|
+
@attrs.to_h
|
24
28
|
end
|
25
29
|
end
|
26
30
|
end
|
@@ -4,21 +4,25 @@ module NgrokAPI
|
|
4
4
|
module Models
|
5
5
|
class AWSRole
|
6
6
|
attr_reader :client,
|
7
|
-
:
|
7
|
+
:attrs,
|
8
8
|
:role_arn
|
9
9
|
|
10
|
-
def initialize(client
|
10
|
+
def initialize(client: nil, attrs: {})
|
11
11
|
@client = client
|
12
|
-
@
|
13
|
-
@role_arn = @
|
12
|
+
@attrs = attrs
|
13
|
+
@role_arn = @attrs['role_arn']
|
14
14
|
end
|
15
15
|
|
16
16
|
def ==(other)
|
17
|
-
@
|
17
|
+
@attrs == other.attrs
|
18
18
|
end
|
19
19
|
|
20
20
|
def to_s
|
21
|
-
@
|
21
|
+
@attrs.to_s
|
22
|
+
end
|
23
|
+
|
24
|
+
def to_h
|
25
|
+
@attrs.to_h
|
22
26
|
end
|
23
27
|
end
|
24
28
|
end
|
@@ -4,7 +4,7 @@ module NgrokAPI
|
|
4
4
|
module Models
|
5
5
|
class CertificateAuthority
|
6
6
|
attr_reader :client,
|
7
|
-
:
|
7
|
+
:attrs,
|
8
8
|
:id,
|
9
9
|
:uri,
|
10
10
|
:created_at,
|
@@ -17,28 +17,32 @@ module NgrokAPI
|
|
17
17
|
:key_usages,
|
18
18
|
:extended_key_usages
|
19
19
|
|
20
|
-
def initialize(client
|
20
|
+
def initialize(client: nil, attrs: {})
|
21
21
|
@client = client
|
22
|
-
@
|
23
|
-
@id = @
|
24
|
-
@uri = @
|
25
|
-
@created_at = @
|
26
|
-
@description = @
|
27
|
-
@metadata = @
|
28
|
-
@ca_pem = @
|
29
|
-
@subject_common_name = @
|
30
|
-
@not_before = @
|
31
|
-
@not_after = @
|
32
|
-
@key_usages = @
|
33
|
-
@extended_key_usages = @
|
22
|
+
@attrs = attrs
|
23
|
+
@id = @attrs['id']
|
24
|
+
@uri = @attrs['uri']
|
25
|
+
@created_at = @attrs['created_at']
|
26
|
+
@description = @attrs['description']
|
27
|
+
@metadata = @attrs['metadata']
|
28
|
+
@ca_pem = @attrs['ca_pem']
|
29
|
+
@subject_common_name = @attrs['subject_common_name']
|
30
|
+
@not_before = @attrs['not_before']
|
31
|
+
@not_after = @attrs['not_after']
|
32
|
+
@key_usages = @attrs['key_usages']
|
33
|
+
@extended_key_usages = @attrs['extended_key_usages']
|
34
34
|
end
|
35
35
|
|
36
36
|
def ==(other)
|
37
|
-
@
|
37
|
+
@attrs == other.attrs
|
38
38
|
end
|
39
39
|
|
40
40
|
def to_s
|
41
|
-
@
|
41
|
+
@attrs.to_s
|
42
|
+
end
|
43
|
+
|
44
|
+
def to_h
|
45
|
+
@attrs.to_h
|
42
46
|
end
|
43
47
|
|
44
48
|
##
|
@@ -4,7 +4,7 @@ module NgrokAPI
|
|
4
4
|
module Models
|
5
5
|
class Credential
|
6
6
|
attr_reader :client,
|
7
|
-
:
|
7
|
+
:attrs,
|
8
8
|
:id,
|
9
9
|
:uri,
|
10
10
|
:created_at,
|
@@ -13,24 +13,28 @@ module NgrokAPI
|
|
13
13
|
:token,
|
14
14
|
:acl
|
15
15
|
|
16
|
-
def initialize(client
|
16
|
+
def initialize(client: nil, attrs: {})
|
17
17
|
@client = client
|
18
|
-
@
|
19
|
-
@id = @
|
20
|
-
@uri = @
|
21
|
-
@created_at = @
|
22
|
-
@description = @
|
23
|
-
@metadata = @
|
24
|
-
@token = @
|
25
|
-
@acl = @
|
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
|
+
@token = @attrs['token']
|
25
|
+
@acl = @attrs['acl']
|
26
26
|
end
|
27
27
|
|
28
28
|
def ==(other)
|
29
|
-
@
|
29
|
+
@attrs == other.attrs
|
30
30
|
end
|
31
31
|
|
32
32
|
def to_s
|
33
|
-
@
|
33
|
+
@attrs.to_s
|
34
|
+
end
|
35
|
+
|
36
|
+
def to_h
|
37
|
+
@attrs.to_h
|
34
38
|
end
|
35
39
|
|
36
40
|
##
|
@@ -0,0 +1,53 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module NgrokAPI
|
4
|
+
module Models
|
5
|
+
class Endpoint
|
6
|
+
attr_reader :client,
|
7
|
+
:attrs,
|
8
|
+
:id,
|
9
|
+
:region,
|
10
|
+
:created_at,
|
11
|
+
:updated_at,
|
12
|
+
:public_url,
|
13
|
+
:proto,
|
14
|
+
:hostport,
|
15
|
+
:type,
|
16
|
+
:metadata,
|
17
|
+
:domain,
|
18
|
+
:tcp_addr,
|
19
|
+
:tunnel,
|
20
|
+
:edge
|
21
|
+
|
22
|
+
def initialize(client: nil, attrs: {})
|
23
|
+
@client = client
|
24
|
+
@attrs = attrs
|
25
|
+
@id = @attrs['id']
|
26
|
+
@region = @attrs['region']
|
27
|
+
@created_at = @attrs['created_at']
|
28
|
+
@updated_at = @attrs['updated_at']
|
29
|
+
@public_url = @attrs['public_url']
|
30
|
+
@proto = @attrs['proto']
|
31
|
+
@hostport = @attrs['hostport']
|
32
|
+
@type = @attrs['type']
|
33
|
+
@metadata = @attrs['metadata']
|
34
|
+
@domain = @attrs['domain']
|
35
|
+
@tcp_addr = @attrs['tcp_addr']
|
36
|
+
@tunnel = @attrs['tunnel']
|
37
|
+
@edge = @attrs['edge']
|
38
|
+
end
|
39
|
+
|
40
|
+
def ==(other)
|
41
|
+
@attrs == other.attrs
|
42
|
+
end
|
43
|
+
|
44
|
+
def to_s
|
45
|
+
@attrs.to_s
|
46
|
+
end
|
47
|
+
|
48
|
+
def to_h
|
49
|
+
@attrs.to_h
|
50
|
+
end
|
51
|
+
end
|
52
|
+
end
|
53
|
+
end
|
@@ -0,0 +1,31 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module NgrokAPI
|
4
|
+
module Models
|
5
|
+
class EndpointBackend
|
6
|
+
attr_reader :client,
|
7
|
+
:attrs,
|
8
|
+
:enabled,
|
9
|
+
:backend
|
10
|
+
|
11
|
+
def initialize(client: nil, attrs: {})
|
12
|
+
@client = client
|
13
|
+
@attrs = attrs
|
14
|
+
@enabled = @attrs['enabled']
|
15
|
+
@backend = @attrs['backend']
|
16
|
+
end
|
17
|
+
|
18
|
+
def ==(other)
|
19
|
+
@attrs == other.attrs
|
20
|
+
end
|
21
|
+
|
22
|
+
def to_s
|
23
|
+
@attrs.to_s
|
24
|
+
end
|
25
|
+
|
26
|
+
def to_h
|
27
|
+
@attrs.to_h
|
28
|
+
end
|
29
|
+
end
|
30
|
+
end
|
31
|
+
end
|
@@ -0,0 +1,31 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module NgrokAPI
|
4
|
+
module Models
|
5
|
+
class EndpointBackendMutate
|
6
|
+
attr_reader :client,
|
7
|
+
:attrs,
|
8
|
+
:enabled,
|
9
|
+
:backend_id
|
10
|
+
|
11
|
+
def initialize(client: nil, attrs: {})
|
12
|
+
@client = client
|
13
|
+
@attrs = attrs
|
14
|
+
@enabled = @attrs['enabled']
|
15
|
+
@backend_id = @attrs['backend_id']
|
16
|
+
end
|
17
|
+
|
18
|
+
def ==(other)
|
19
|
+
@attrs == other.attrs
|
20
|
+
end
|
21
|
+
|
22
|
+
def to_s
|
23
|
+
@attrs.to_s
|
24
|
+
end
|
25
|
+
|
26
|
+
def to_h
|
27
|
+
@attrs.to_h
|
28
|
+
end
|
29
|
+
end
|
30
|
+
end
|
31
|
+
end
|