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
data/docs/README
DELETED
@@ -1,94 +0,0 @@
|
|
1
|
-
# ngrok-api
|
2
|
-
|
3
|
-
This library wraps the [ngrok HTTP API](https://ngrok.com/docs/api) to make it
|
4
|
-
easier to consume in Ruby.
|
5
|
-
|
6
|
-
## Installation
|
7
|
-
|
8
|
-
This library is published on [Rubygems](https://rubygems.org/gems/ngrok-api)
|
9
|
-
|
10
|
-
```ruby
|
11
|
-
gem install ngrok-api
|
12
|
-
```
|
13
|
-
|
14
|
-
## Quickstart
|
15
|
-
|
16
|
-
Please consult the [documentation](https://ruby-api.docs.ngrok.com) for additional examples.
|
17
|
-
|
18
|
-
```ruby
|
19
|
-
require 'ngrokapi'
|
20
|
-
client = NgrokAPI::Client.new(api_key: '<API KEY>')
|
21
|
-
|
22
|
-
# Get an instance of the api_keys client and list all API keys
|
23
|
-
keys_client = client.api_keys
|
24
|
-
keys_client.list
|
25
|
-
```
|
26
|
-
|
27
|
-
## Automatic Paging
|
28
|
-
|
29
|
-
The ngrok API pages all list resources but this library abstracts that away
|
30
|
-
from you. All response objects from any ``list`` or ``list!`` methods return an object that
|
31
|
-
implements an ``each`` method which will automatically fetch additional
|
32
|
-
pages for you.
|
33
|
-
|
34
|
-
```ruby
|
35
|
-
require 'ngrokapi'
|
36
|
-
client = NgrokAPI::Client.new(api_key: '<API KEY>')
|
37
|
-
|
38
|
-
# list all api keys, transparently fetching additional
|
39
|
-
# pages for you if necessary
|
40
|
-
keys_client = client.api_keys
|
41
|
-
keys_client.list.each do |key|
|
42
|
-
puts(key)
|
43
|
-
end
|
44
|
-
```
|
45
|
-
|
46
|
-
## Instance Methods
|
47
|
-
|
48
|
-
Instance methods like ``update`` and ``delete`` can be invoked on an instance of an
|
49
|
-
API object itself as well as directly without needing to first fetch the object.
|
50
|
-
|
51
|
-
```ruby
|
52
|
-
require 'ngrokapi'
|
53
|
-
client = NgrokAPI::Client.new(api_key: '<API KEY>')
|
54
|
-
|
55
|
-
# update the metadata of a credential
|
56
|
-
cred = client.credentials.get(id: 'cr_1kYyunEyn6XHHlqyMBLrj5nxkoz')
|
57
|
-
cred.update(metadata: {server_name: 'giraffe-1'}.to_json)
|
58
|
-
|
59
|
-
# or do it in single call
|
60
|
-
cred = client.credentials.update(id: 'cr_1kYyunEyn6XHHlqyMBLrj5nxkoz', metadata: {server_name: 'giraffe-1'}.to_json)
|
61
|
-
```
|
62
|
-
|
63
|
-
## Bang Methods
|
64
|
-
Most methods that interact with the API have a `!` counterpart. It raises an error when
|
65
|
-
one is returned by the API.
|
66
|
-
|
67
|
-
```ruby
|
68
|
-
require 'ngrokapi'
|
69
|
-
client = NgrokAPI::Client.new(api_key: '<API KEY>')
|
70
|
-
|
71
|
-
# no error raised, even though it's a bad identifier
|
72
|
-
# the error is simply returned
|
73
|
-
cred = client.credentials.get(id: 'invalid')
|
74
|
-
|
75
|
-
# this raises an NgrokAPI::Error
|
76
|
-
cred = client.credentials.get!(id: 'invalid')
|
77
|
-
```
|
78
|
-
|
79
|
-
## Error Handling
|
80
|
-
|
81
|
-
The ngrok API returns detailed information when an API call fails. Consult the
|
82
|
-
section on errors for additional details.
|
83
|
-
|
84
|
-
```ruby
|
85
|
-
require 'ngrokapi'
|
86
|
-
client = NgrokAPI::Client.new(api_key: '<API KEY>')
|
87
|
-
|
88
|
-
begin
|
89
|
-
client.ip_policies.get!(id: 'invalid')
|
90
|
-
rescue NgrokAPI::Error => e
|
91
|
-
puts(e)
|
92
|
-
puts(e.response.to_s)
|
93
|
-
end
|
94
|
-
```
|
@@ -1,130 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
module NgrokAPI
|
4
|
-
module Models
|
5
|
-
class EndpointConfiguration
|
6
|
-
attr_reader :client,
|
7
|
-
:result,
|
8
|
-
:id,
|
9
|
-
:type,
|
10
|
-
:description,
|
11
|
-
:metadata,
|
12
|
-
:created_at,
|
13
|
-
:uri,
|
14
|
-
:basic_auth,
|
15
|
-
:circuit_breaker,
|
16
|
-
:compression,
|
17
|
-
:request_headers,
|
18
|
-
:response_headers,
|
19
|
-
:ip_policy,
|
20
|
-
:mutual_tls,
|
21
|
-
:tls_termination,
|
22
|
-
:webhook_validation,
|
23
|
-
:oauth,
|
24
|
-
:logging,
|
25
|
-
:saml,
|
26
|
-
:oidc,
|
27
|
-
:backend
|
28
|
-
|
29
|
-
def initialize(client:, result:)
|
30
|
-
@client = client
|
31
|
-
@result = result
|
32
|
-
@id = @result['id']
|
33
|
-
@type = @result['type']
|
34
|
-
@description = @result['description']
|
35
|
-
@metadata = @result['metadata']
|
36
|
-
@created_at = @result['created_at']
|
37
|
-
@uri = @result['uri']
|
38
|
-
@basic_auth = @result['basic_auth']
|
39
|
-
@circuit_breaker = @result['circuit_breaker']
|
40
|
-
@compression = @result['compression']
|
41
|
-
@request_headers = @result['request_headers']
|
42
|
-
@response_headers = @result['response_headers']
|
43
|
-
@ip_policy = @result['ip_policy']
|
44
|
-
@mutual_tls = @result['mutual_tls']
|
45
|
-
@tls_termination = @result['tls_termination']
|
46
|
-
@webhook_validation = @result['webhook_validation']
|
47
|
-
@oauth = @result['oauth']
|
48
|
-
@logging = @result['logging']
|
49
|
-
@saml = @result['saml']
|
50
|
-
@oidc = @result['oidc']
|
51
|
-
@backend = @result['backend']
|
52
|
-
end
|
53
|
-
|
54
|
-
def ==(other)
|
55
|
-
@result == other.result
|
56
|
-
end
|
57
|
-
|
58
|
-
def to_s
|
59
|
-
@result.to_s
|
60
|
-
end
|
61
|
-
|
62
|
-
##
|
63
|
-
# Delete an endpoint configuration. This operation will fail if the endpoint
|
64
|
-
# configuration is still referenced by any reserved domain or reserved address.
|
65
|
-
#
|
66
|
-
# https://ngrok.com/docs/api#api-endpoint-configurations-delete
|
67
|
-
def delete
|
68
|
-
@client.delete(
|
69
|
-
id: @id
|
70
|
-
)
|
71
|
-
end
|
72
|
-
|
73
|
-
##
|
74
|
-
# Updates an endpoint configuration. If a module is not specified in the update,
|
75
|
-
# it will not be modified. However, each module configuration that is specified
|
76
|
-
# will completely replace the existing value. There is no way to delete an
|
77
|
-
# existing module via this API, instead use the delete module API.
|
78
|
-
#
|
79
|
-
# https://ngrok.com/docs/api#api-endpoint-configurations-update
|
80
|
-
def update(
|
81
|
-
description: nil,
|
82
|
-
metadata: nil,
|
83
|
-
circuit_breaker: nil,
|
84
|
-
compression: nil,
|
85
|
-
request_headers: nil,
|
86
|
-
response_headers: nil,
|
87
|
-
ip_policy: nil,
|
88
|
-
mutual_tls: nil,
|
89
|
-
tls_termination: nil,
|
90
|
-
webhook_validation: nil,
|
91
|
-
oauth: nil,
|
92
|
-
logging: nil,
|
93
|
-
saml: nil,
|
94
|
-
oidc: nil
|
95
|
-
)
|
96
|
-
@description = description if description
|
97
|
-
@metadata = metadata if metadata
|
98
|
-
@circuit_breaker = circuit_breaker if circuit_breaker
|
99
|
-
@compression = compression if compression
|
100
|
-
@request_headers = request_headers if request_headers
|
101
|
-
@response_headers = response_headers if response_headers
|
102
|
-
@ip_policy = ip_policy if ip_policy
|
103
|
-
@mutual_tls = mutual_tls if mutual_tls
|
104
|
-
@tls_termination = tls_termination if tls_termination
|
105
|
-
@webhook_validation = webhook_validation if webhook_validation
|
106
|
-
@oauth = oauth if oauth
|
107
|
-
@logging = logging if logging
|
108
|
-
@saml = saml if saml
|
109
|
-
@oidc = oidc if oidc
|
110
|
-
@client.update(
|
111
|
-
id: @id,
|
112
|
-
description: description,
|
113
|
-
metadata: metadata,
|
114
|
-
circuit_breaker: circuit_breaker,
|
115
|
-
compression: compression,
|
116
|
-
request_headers: request_headers,
|
117
|
-
response_headers: response_headers,
|
118
|
-
ip_policy: ip_policy,
|
119
|
-
mutual_tls: mutual_tls,
|
120
|
-
tls_termination: tls_termination,
|
121
|
-
webhook_validation: webhook_validation,
|
122
|
-
oauth: oauth,
|
123
|
-
logging: logging,
|
124
|
-
saml: saml,
|
125
|
-
oidc: oidc
|
126
|
-
)
|
127
|
-
end
|
128
|
-
end
|
129
|
-
end
|
130
|
-
end
|
@@ -1,27 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
module NgrokAPI
|
4
|
-
module Models
|
5
|
-
class EndpointLogging
|
6
|
-
attr_reader :client,
|
7
|
-
:result,
|
8
|
-
:enabled,
|
9
|
-
:event_streams
|
10
|
-
|
11
|
-
def initialize(client:, result:)
|
12
|
-
@client = client
|
13
|
-
@result = result
|
14
|
-
@enabled = @result['enabled']
|
15
|
-
@event_streams = @result['event_streams']
|
16
|
-
end
|
17
|
-
|
18
|
-
def ==(other)
|
19
|
-
@result == other.result
|
20
|
-
end
|
21
|
-
|
22
|
-
def to_s
|
23
|
-
@result.to_s
|
24
|
-
end
|
25
|
-
end
|
26
|
-
end
|
27
|
-
end
|
@@ -1,27 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
module NgrokAPI
|
4
|
-
module Models
|
5
|
-
class EndpointLoggingMutate
|
6
|
-
attr_reader :client,
|
7
|
-
:result,
|
8
|
-
:enabled,
|
9
|
-
:event_stream_ids
|
10
|
-
|
11
|
-
def initialize(client:, result:)
|
12
|
-
@client = client
|
13
|
-
@result = result
|
14
|
-
@enabled = @result['enabled']
|
15
|
-
@event_stream_ids = @result['event_stream_ids']
|
16
|
-
end
|
17
|
-
|
18
|
-
def ==(other)
|
19
|
-
@result == other.result
|
20
|
-
end
|
21
|
-
|
22
|
-
def to_s
|
23
|
-
@result.to_s
|
24
|
-
end
|
25
|
-
end
|
26
|
-
end
|
27
|
-
end
|
@@ -1,77 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
module NgrokAPI
|
4
|
-
module Models
|
5
|
-
class EventStream
|
6
|
-
attr_reader :client,
|
7
|
-
:result,
|
8
|
-
:id,
|
9
|
-
:uri,
|
10
|
-
:created_at,
|
11
|
-
:metadata,
|
12
|
-
:description,
|
13
|
-
:fields,
|
14
|
-
:event_type,
|
15
|
-
:destination_ids,
|
16
|
-
:sampling_rate
|
17
|
-
|
18
|
-
def initialize(client:, result:)
|
19
|
-
@client = client
|
20
|
-
@result = result
|
21
|
-
@id = @result['id']
|
22
|
-
@uri = @result['uri']
|
23
|
-
@created_at = @result['created_at']
|
24
|
-
@metadata = @result['metadata']
|
25
|
-
@description = @result['description']
|
26
|
-
@fields = @result['fields']
|
27
|
-
@event_type = @result['event_type']
|
28
|
-
@destination_ids = @result['destination_ids']
|
29
|
-
@sampling_rate = @result['sampling_rate']
|
30
|
-
end
|
31
|
-
|
32
|
-
def ==(other)
|
33
|
-
@result == other.result
|
34
|
-
end
|
35
|
-
|
36
|
-
def to_s
|
37
|
-
@result.to_s
|
38
|
-
end
|
39
|
-
|
40
|
-
##
|
41
|
-
# Delete an Event Stream. Associated Event Destinations will be preserved.
|
42
|
-
#
|
43
|
-
# https://ngrok.com/docs/api#api-event-streams-delete
|
44
|
-
def delete
|
45
|
-
@client.delete(
|
46
|
-
id: @id
|
47
|
-
)
|
48
|
-
end
|
49
|
-
|
50
|
-
##
|
51
|
-
# Update attributes of an Event Stream by ID.
|
52
|
-
#
|
53
|
-
# https://ngrok.com/docs/api#api-event-streams-update
|
54
|
-
def update(
|
55
|
-
metadata: nil,
|
56
|
-
description: nil,
|
57
|
-
fields: nil,
|
58
|
-
destination_ids: nil,
|
59
|
-
sampling_rate: nil
|
60
|
-
)
|
61
|
-
@metadata = metadata if metadata
|
62
|
-
@description = description if description
|
63
|
-
@fields = fields if fields
|
64
|
-
@destination_ids = destination_ids if destination_ids
|
65
|
-
@sampling_rate = sampling_rate if sampling_rate
|
66
|
-
@client.update(
|
67
|
-
id: @id,
|
68
|
-
metadata: metadata,
|
69
|
-
description: description,
|
70
|
-
fields: fields,
|
71
|
-
destination_ids: destination_ids,
|
72
|
-
sampling_rate: sampling_rate
|
73
|
-
)
|
74
|
-
end
|
75
|
-
end
|
76
|
-
end
|
77
|
-
end
|
@@ -1,108 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
module NgrokAPI
|
4
|
-
module Services
|
5
|
-
##
|
6
|
-
# https://ngrok.com/docs/api#api-endpoint-circuit-breaker-module
|
7
|
-
class EndpointCircuitBreakerModuleClient
|
8
|
-
# The API path for the requests
|
9
|
-
PATH = '/endpoint_configurations/%{id}/circuit_breaker'
|
10
|
-
|
11
|
-
attr_reader :client
|
12
|
-
|
13
|
-
def initialize(client:)
|
14
|
-
@client = client
|
15
|
-
end
|
16
|
-
|
17
|
-
##
|
18
|
-
# @param [string] id
|
19
|
-
# @param [EndpointCircuitBreaker] a_module
|
20
|
-
# @return [NgrokAPI::Models::EndpointCircuitBreaker] result from the API request
|
21
|
-
#
|
22
|
-
# https://ngrok.com/docs/api#api-endpoint-circuit-breaker-module-replace
|
23
|
-
def replace(id: "", a_module: nil)
|
24
|
-
path = '/endpoint_configurations/%{id}/circuit_breaker'
|
25
|
-
replacements = {
|
26
|
-
id: id,
|
27
|
-
}
|
28
|
-
data = {}
|
29
|
-
data[:module] = a_module if a_module
|
30
|
-
result = @client.put(path % replacements, data: data)
|
31
|
-
NgrokAPI::Models::EndpointCircuitBreaker.new(client: self, result: result)
|
32
|
-
end
|
33
|
-
|
34
|
-
##
|
35
|
-
# @param [string] id
|
36
|
-
# @param [EndpointCircuitBreaker] a_module
|
37
|
-
# @return [NgrokAPI::Models::EndpointCircuitBreaker] result from the API request
|
38
|
-
#
|
39
|
-
# https://ngrok.com/docs/api#api-endpoint-circuit-breaker-module-replace
|
40
|
-
def replace!(id: "", a_module: nil)
|
41
|
-
path = '/endpoint_configurations/%{id}/circuit_breaker'
|
42
|
-
replacements = {
|
43
|
-
id: id,
|
44
|
-
}
|
45
|
-
data = {}
|
46
|
-
data[:module] = a_module if a_module
|
47
|
-
result = @client.put(path % replacements, data: data, danger: true)
|
48
|
-
NgrokAPI::Models::EndpointCircuitBreaker.new(client: self, result: result)
|
49
|
-
end
|
50
|
-
|
51
|
-
##
|
52
|
-
# @param [string] id a resource identifier
|
53
|
-
# @return [NgrokAPI::Models::EndpointCircuitBreaker] result from the API request
|
54
|
-
#
|
55
|
-
# https://ngrok.com/docs/api#api-endpoint-circuit-breaker-module-get
|
56
|
-
def get(id: "")
|
57
|
-
path = '/endpoint_configurations/%{id}/circuit_breaker'
|
58
|
-
replacements = {
|
59
|
-
id: id,
|
60
|
-
}
|
61
|
-
data = {}
|
62
|
-
result = @client.get(path % replacements, data: data)
|
63
|
-
NgrokAPI::Models::EndpointCircuitBreaker.new(client: self, result: result)
|
64
|
-
end
|
65
|
-
|
66
|
-
##
|
67
|
-
# @param [string] id a resource identifier
|
68
|
-
# @return [NgrokAPI::Models::EndpointCircuitBreaker] result from the API request
|
69
|
-
#
|
70
|
-
# https://ngrok.com/docs/api#api-endpoint-circuit-breaker-module-get
|
71
|
-
def get!(id: "")
|
72
|
-
path = '/endpoint_configurations/%{id}/circuit_breaker'
|
73
|
-
replacements = {
|
74
|
-
id: id,
|
75
|
-
}
|
76
|
-
data = {}
|
77
|
-
result = @client.get(path % replacements, data: data, danger: true)
|
78
|
-
NgrokAPI::Models::EndpointCircuitBreaker.new(client: self, result: result)
|
79
|
-
end
|
80
|
-
|
81
|
-
##
|
82
|
-
# @param [string] id a resource identifier
|
83
|
-
# @return [NgrokAPI::Models::Empty] result from the API request
|
84
|
-
#
|
85
|
-
# https://ngrok.com/docs/api#api-endpoint-circuit-breaker-module-delete
|
86
|
-
def delete(id: "")
|
87
|
-
path = '/endpoint_configurations/%{id}/circuit_breaker'
|
88
|
-
replacements = {
|
89
|
-
id: id,
|
90
|
-
}
|
91
|
-
@client.delete(path % replacements)
|
92
|
-
end
|
93
|
-
|
94
|
-
##
|
95
|
-
# @param [string] id a resource identifier
|
96
|
-
# @return [NgrokAPI::Models::Empty] result from the API request
|
97
|
-
#
|
98
|
-
# https://ngrok.com/docs/api#api-endpoint-circuit-breaker-module-delete
|
99
|
-
def delete!(id: "")
|
100
|
-
path = '/endpoint_configurations/%{id}/circuit_breaker'
|
101
|
-
replacements = {
|
102
|
-
id: id,
|
103
|
-
}
|
104
|
-
@client.delete(path % replacements, danger: true)
|
105
|
-
end
|
106
|
-
end
|
107
|
-
end
|
108
|
-
end
|
@@ -1,108 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
module NgrokAPI
|
4
|
-
module Services
|
5
|
-
##
|
6
|
-
# https://ngrok.com/docs/api#api-endpoint-compression-module
|
7
|
-
class EndpointCompressionModuleClient
|
8
|
-
# The API path for the requests
|
9
|
-
PATH = '/endpoint_configurations/%{id}/compression'
|
10
|
-
|
11
|
-
attr_reader :client
|
12
|
-
|
13
|
-
def initialize(client:)
|
14
|
-
@client = client
|
15
|
-
end
|
16
|
-
|
17
|
-
##
|
18
|
-
# @param [string] id
|
19
|
-
# @param [EndpointCompression] a_module
|
20
|
-
# @return [NgrokAPI::Models::EndpointCompression] result from the API request
|
21
|
-
#
|
22
|
-
# https://ngrok.com/docs/api#api-endpoint-compression-module-replace
|
23
|
-
def replace(id: "", a_module: nil)
|
24
|
-
path = '/endpoint_configurations/%{id}/compression'
|
25
|
-
replacements = {
|
26
|
-
id: id,
|
27
|
-
}
|
28
|
-
data = {}
|
29
|
-
data[:module] = a_module if a_module
|
30
|
-
result = @client.put(path % replacements, data: data)
|
31
|
-
NgrokAPI::Models::EndpointCompression.new(client: self, result: result)
|
32
|
-
end
|
33
|
-
|
34
|
-
##
|
35
|
-
# @param [string] id
|
36
|
-
# @param [EndpointCompression] a_module
|
37
|
-
# @return [NgrokAPI::Models::EndpointCompression] result from the API request
|
38
|
-
#
|
39
|
-
# https://ngrok.com/docs/api#api-endpoint-compression-module-replace
|
40
|
-
def replace!(id: "", a_module: nil)
|
41
|
-
path = '/endpoint_configurations/%{id}/compression'
|
42
|
-
replacements = {
|
43
|
-
id: id,
|
44
|
-
}
|
45
|
-
data = {}
|
46
|
-
data[:module] = a_module if a_module
|
47
|
-
result = @client.put(path % replacements, data: data, danger: true)
|
48
|
-
NgrokAPI::Models::EndpointCompression.new(client: self, result: result)
|
49
|
-
end
|
50
|
-
|
51
|
-
##
|
52
|
-
# @param [string] id a resource identifier
|
53
|
-
# @return [NgrokAPI::Models::EndpointCompression] result from the API request
|
54
|
-
#
|
55
|
-
# https://ngrok.com/docs/api#api-endpoint-compression-module-get
|
56
|
-
def get(id: "")
|
57
|
-
path = '/endpoint_configurations/%{id}/compression'
|
58
|
-
replacements = {
|
59
|
-
id: id,
|
60
|
-
}
|
61
|
-
data = {}
|
62
|
-
result = @client.get(path % replacements, data: data)
|
63
|
-
NgrokAPI::Models::EndpointCompression.new(client: self, result: result)
|
64
|
-
end
|
65
|
-
|
66
|
-
##
|
67
|
-
# @param [string] id a resource identifier
|
68
|
-
# @return [NgrokAPI::Models::EndpointCompression] result from the API request
|
69
|
-
#
|
70
|
-
# https://ngrok.com/docs/api#api-endpoint-compression-module-get
|
71
|
-
def get!(id: "")
|
72
|
-
path = '/endpoint_configurations/%{id}/compression'
|
73
|
-
replacements = {
|
74
|
-
id: id,
|
75
|
-
}
|
76
|
-
data = {}
|
77
|
-
result = @client.get(path % replacements, data: data, danger: true)
|
78
|
-
NgrokAPI::Models::EndpointCompression.new(client: self, result: result)
|
79
|
-
end
|
80
|
-
|
81
|
-
##
|
82
|
-
# @param [string] id a resource identifier
|
83
|
-
# @return [NgrokAPI::Models::Empty] result from the API request
|
84
|
-
#
|
85
|
-
# https://ngrok.com/docs/api#api-endpoint-compression-module-delete
|
86
|
-
def delete(id: "")
|
87
|
-
path = '/endpoint_configurations/%{id}/compression'
|
88
|
-
replacements = {
|
89
|
-
id: id,
|
90
|
-
}
|
91
|
-
@client.delete(path % replacements)
|
92
|
-
end
|
93
|
-
|
94
|
-
##
|
95
|
-
# @param [string] id a resource identifier
|
96
|
-
# @return [NgrokAPI::Models::Empty] result from the API request
|
97
|
-
#
|
98
|
-
# https://ngrok.com/docs/api#api-endpoint-compression-module-delete
|
99
|
-
def delete!(id: "")
|
100
|
-
path = '/endpoint_configurations/%{id}/compression'
|
101
|
-
replacements = {
|
102
|
-
id: id,
|
103
|
-
}
|
104
|
-
@client.delete(path % replacements, danger: true)
|
105
|
-
end
|
106
|
-
end
|
107
|
-
end
|
108
|
-
end
|