ngrok-api 0.15.0 → 0.18.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.rubocop.yml +1 -1
- data/doc/NgrokAPI/Client.html +325 -267
- data/doc/NgrokAPI/Error.html +3 -3
- data/doc/NgrokAPI/Errors/NotFoundError.html +3 -3
- data/doc/NgrokAPI/Errors.html +3 -3
- data/doc/NgrokAPI/HttpClient.html +30 -36
- data/doc/NgrokAPI/Models/APIKey.html +3 -3
- data/doc/NgrokAPI/Models/AWSAuth.html +3 -3
- data/doc/NgrokAPI/Models/AWSCredentials.html +3 -3
- data/doc/NgrokAPI/Models/AWSRole.html +3 -3
- data/doc/NgrokAPI/Models/AbuseReport.html +3 -3
- data/doc/NgrokAPI/Models/AbuseReportHostname.html +3 -3
- data/doc/NgrokAPI/Models/AgentIngress.html +1217 -0
- data/doc/NgrokAPI/Models/CertificateAuthority.html +3 -3
- data/doc/NgrokAPI/Models/Credential.html +3 -3
- data/doc/NgrokAPI/Models/Endpoint.html +1431 -0
- data/doc/NgrokAPI/Models/{EndpointLogging.html → EndpointBackend.html} +42 -42
- data/{docs/NgrokAPI/Models/EndpointLoggingMutate.html → doc/NgrokAPI/Models/EndpointBackendMutate.html} +42 -42
- data/doc/NgrokAPI/Models/EndpointCircuitBreaker.html +3 -3
- data/doc/NgrokAPI/Models/EndpointCompression.html +3 -3
- data/doc/NgrokAPI/Models/EndpointIPPolicy.html +3 -3
- data/doc/NgrokAPI/Models/EndpointIPPolicyMutate.html +3 -3
- data/doc/NgrokAPI/Models/EndpointMutualTLS.html +3 -3
- data/doc/NgrokAPI/Models/EndpointMutualTLSMutate.html +3 -3
- data/doc/NgrokAPI/Models/EndpointOAuth.html +3 -3
- data/doc/NgrokAPI/Models/EndpointOAuthFacebook.html +3 -3
- data/doc/NgrokAPI/Models/EndpointOAuthGitHub.html +3 -3
- data/doc/NgrokAPI/Models/EndpointOAuthGoogle.html +3 -3
- data/doc/NgrokAPI/Models/EndpointOAuthMicrosoft.html +3 -3
- data/doc/NgrokAPI/Models/EndpointOAuthProvider.html +3 -3
- data/doc/NgrokAPI/Models/EndpointOIDC.html +3 -3
- data/doc/NgrokAPI/Models/EndpointRequestHeaders.html +3 -3
- data/doc/NgrokAPI/Models/EndpointResponseHeaders.html +3 -3
- data/doc/NgrokAPI/Models/EndpointSAML.html +3 -3
- data/doc/NgrokAPI/Models/EndpointSAMLMutate.html +3 -3
- data/doc/NgrokAPI/Models/EndpointTLSTermination.html +3 -3
- data/doc/NgrokAPI/Models/EndpointTLSTerminationAtEdge.html +617 -0
- data/doc/NgrokAPI/Models/EndpointWebhookValidation.html +3 -3
- data/doc/NgrokAPI/Models/EndpointWebsocketTCPConverter.html +543 -0
- data/doc/NgrokAPI/Models/EventDestination.html +7 -7
- data/doc/NgrokAPI/Models/EventSource.html +3 -3
- data/doc/NgrokAPI/Models/EventSourceList.html +3 -3
- data/doc/NgrokAPI/Models/EventSourceReplace.html +3 -3
- data/doc/NgrokAPI/Models/EventSubscription.html +3 -3
- data/doc/NgrokAPI/Models/EventTarget.html +3 -3
- data/doc/NgrokAPI/Models/EventTargetCloudwatchLogs.html +3 -3
- data/doc/NgrokAPI/Models/EventTargetFirehose.html +3 -3
- data/doc/NgrokAPI/Models/EventTargetKinesis.html +3 -3
- data/doc/NgrokAPI/Models/FailoverBackend.html +1075 -0
- data/doc/NgrokAPI/Models/HTTPResponseBackend.html +1231 -0
- data/{docs/NgrokAPI/Models/EventStream.html → doc/NgrokAPI/Models/HTTPSEdge.html} +119 -119
- data/doc/NgrokAPI/Models/{EndpointConfiguration.html → HTTPSEdgeRoute.html} +203 -265
- data/doc/NgrokAPI/Models/IPPolicy.html +3 -3
- data/doc/NgrokAPI/Models/IPPolicyRule.html +97 -23
- data/doc/NgrokAPI/Models/IPRestriction.html +3 -3
- data/doc/NgrokAPI/Models/Listable.html +3 -3
- data/doc/NgrokAPI/Models/Ref.html +3 -3
- data/doc/NgrokAPI/Models/ReservedAddr.html +3 -3
- data/doc/NgrokAPI/Models/ReservedDomain.html +3 -3
- data/doc/NgrokAPI/Models/ReservedDomainCertJob.html +3 -3
- data/doc/NgrokAPI/Models/ReservedDomainCertPolicy.html +3 -3
- data/doc/NgrokAPI/Models/ReservedDomainCertStatus.html +3 -3
- data/doc/NgrokAPI/Models/SSHCertificateAuthority.html +3 -3
- data/doc/NgrokAPI/Models/SSHCredential.html +3 -3
- data/doc/NgrokAPI/Models/SSHHostCertificate.html +3 -3
- data/doc/NgrokAPI/Models/SSHUserCertificate.html +3 -3
- data/doc/NgrokAPI/Models/TCPEdge.html +1235 -0
- data/doc/NgrokAPI/Models/TLSCertificate.html +3 -3
- data/doc/NgrokAPI/Models/TLSCertificateSANs.html +3 -3
- data/doc/NgrokAPI/Models/TLSEdge.html +1395 -0
- data/doc/NgrokAPI/Models/Tunnel.html +314 -18
- data/doc/NgrokAPI/Models/TunnelGroupBackend.html +1149 -0
- data/doc/NgrokAPI/Models/TunnelSession.html +3 -3
- data/doc/NgrokAPI/Models/{IPWhitelistEntry.html → WeightedBackend.html} +80 -74
- data/doc/NgrokAPI/Models.html +5 -5
- data/doc/NgrokAPI/PagedIterator.html +3 -3
- data/doc/NgrokAPI/Services/APIKeysClient.html +99 -149
- data/doc/NgrokAPI/Services/AbuseReportsClient.html +19 -33
- data/doc/NgrokAPI/Services/{IPWhitelistClient.html → AgentIngressesClient.html} +209 -265
- data/doc/NgrokAPI/Services/CertificateAuthoritiesClient.html +104 -156
- data/doc/NgrokAPI/Services/CredentialsClient.html +108 -164
- data/doc/NgrokAPI/Services/EdgeRouteBackendModuleClient.html +1153 -0
- data/{docs/NgrokAPI/Services/EndpointCircuitBreakerModuleClient.html → doc/NgrokAPI/Services/EdgeRouteCircuitBreakerModuleClient.html} +177 -95
- data/doc/NgrokAPI/Services/{EndpointCompressionModuleClient.html → EdgeRouteCompressionModuleClient.html} +177 -95
- data/doc/NgrokAPI/Services/EdgeRouteIPRestrictionModuleClient.html +1153 -0
- data/doc/NgrokAPI/Services/EdgeRouteOAuthModuleClient.html +1153 -0
- data/{docs/NgrokAPI/Services/EndpointOIDCModuleClient.html → doc/NgrokAPI/Services/EdgeRouteOIDCModuleClient.html} +177 -95
- data/doc/NgrokAPI/Services/EdgeRouteRequestHeadersModuleClient.html +1153 -0
- data/{docs/NgrokAPI/Services/EndpointResponseHeadersModuleClient.html → doc/NgrokAPI/Services/EdgeRouteResponseHeadersModuleClient.html} +177 -95
- data/{docs/NgrokAPI/Services/EndpointSAMLModuleClient.html → doc/NgrokAPI/Services/EdgeRouteSAMLModuleClient.html} +177 -95
- data/doc/NgrokAPI/Services/{EndpointWebhookValidationModuleClient.html → EdgeRouteWebhookVerificationModuleClient.html} +177 -95
- data/doc/NgrokAPI/Services/EdgeRouteWebsocketTCPConverterModuleClient.html +1153 -0
- data/doc/NgrokAPI/Services/{EventStreamsClient.html → EdgesHTTPSClient.html} +248 -353
- data/{docs/NgrokAPI/Services/EndpointConfigurationsClient.html → doc/NgrokAPI/Services/EdgesHTTPSRoutesClient.html} +461 -761
- data/doc/NgrokAPI/Services/EdgesTCPClient.html +1757 -0
- data/doc/NgrokAPI/Services/EdgesTLSClient.html +1847 -0
- data/doc/NgrokAPI/Services/EndpointsClient.html +907 -0
- data/doc/NgrokAPI/Services/EventDestinationsClient.html +119 -187
- data/doc/NgrokAPI/Services/EventSourcesClient.html +95 -157
- data/doc/NgrokAPI/Services/EventSubscriptionsClient.html +116 -178
- data/doc/NgrokAPI/Services/FailoverBackendsClient.html +1644 -0
- data/doc/NgrokAPI/Services/HTTPResponseBackendsClient.html +1744 -0
- data/doc/NgrokAPI/Services/{EndpointSAMLModuleClient.html → HTTPSEdgeMutualTLSModuleClient.html} +101 -129
- data/doc/NgrokAPI/Services/{EndpointRequestHeadersModuleClient.html → HTTPSEdgeTLSTerminationModuleClient.html} +101 -129
- data/doc/NgrokAPI/Services/IPPoliciesClient.html +114 -184
- data/doc/NgrokAPI/Services/IPPolicyRulesClient.html +126 -164
- data/doc/NgrokAPI/Services/IPRestrictionsClient.html +117 -181
- data/doc/NgrokAPI/Services/ReservedAddrsClient.html +117 -473
- data/doc/NgrokAPI/Services/ReservedDomainsClient.html +209 -899
- data/doc/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html +110 -166
- data/doc/NgrokAPI/Services/SSHCredentialsClient.html +111 -169
- data/doc/NgrokAPI/Services/SSHHostCertificatesClient.html +111 -171
- data/doc/NgrokAPI/Services/SSHUserCertificatesClient.html +111 -175
- data/{docs/NgrokAPI/Services/EndpointLoggingModuleClient.html → doc/NgrokAPI/Services/TCPEdgeBackendModuleClient.html} +101 -129
- data/{docs/NgrokAPI/Services/EndpointIPPolicyModuleClient.html → doc/NgrokAPI/Services/TCPEdgeIPRestrictionModuleClient.html} +83 -111
- data/doc/NgrokAPI/Services/TLSCertificatesClient.html +107 -161
- data/doc/NgrokAPI/Services/{EndpointLoggingModuleClient.html → TLSEdgeBackendModuleClient.html} +101 -129
- data/doc/NgrokAPI/Services/{EndpointIPPolicyModuleClient.html → TLSEdgeIPRestrictionModuleClient.html} +83 -111
- data/{docs/NgrokAPI/Services/EndpointMutualTLSModuleClient.html → doc/NgrokAPI/Services/TLSEdgeMutualTLSModuleClient.html} +83 -111
- data/{docs/NgrokAPI/Services/EndpointTLSTerminationModuleClient.html → doc/NgrokAPI/Services/TLSEdgeTLSTerminationModuleClient.html} +83 -111
- data/doc/NgrokAPI/Services/TunnelGroupBackendsClient.html +1644 -0
- data/doc/NgrokAPI/Services/TunnelSessionsClient.html +87 -135
- data/doc/NgrokAPI/Services/TunnelsClient.html +252 -26
- data/doc/NgrokAPI/Services/WeightedBackendsClient.html +1644 -0
- data/doc/NgrokAPI/Services.html +5 -5
- data/doc/NgrokAPI.html +4 -4
- data/doc/_index.html +253 -76
- data/doc/class_list.html +1 -1
- data/doc/file.README.html +3 -3
- data/doc/frames.html +1 -1
- data/doc/index.html +3 -3
- data/doc/method_list.html +3559 -1583
- data/doc/top-level-namespace.html +3 -3
- data/docs/NgrokAPI/Client.html +325 -267
- data/docs/NgrokAPI/Error.html +3 -3
- data/docs/NgrokAPI/Errors/NotFoundError.html +3 -3
- data/docs/NgrokAPI/Errors.html +3 -3
- data/docs/NgrokAPI/HttpClient.html +30 -36
- data/docs/NgrokAPI/Models/APIKey.html +3 -3
- data/docs/NgrokAPI/Models/AWSAuth.html +3 -3
- data/docs/NgrokAPI/Models/AWSCredentials.html +3 -3
- data/docs/NgrokAPI/Models/AWSRole.html +3 -3
- data/docs/NgrokAPI/Models/AbuseReport.html +3 -3
- data/docs/NgrokAPI/Models/AbuseReportHostname.html +3 -3
- data/docs/NgrokAPI/Models/AgentIngress.html +1217 -0
- data/docs/NgrokAPI/Models/CertificateAuthority.html +3 -3
- data/docs/NgrokAPI/Models/Credential.html +3 -3
- data/docs/NgrokAPI/Models/Endpoint.html +1431 -0
- data/docs/NgrokAPI/Models/{EndpointLogging.html → EndpointBackend.html} +42 -42
- data/{doc/NgrokAPI/Models/EndpointLoggingMutate.html → docs/NgrokAPI/Models/EndpointBackendMutate.html} +42 -42
- data/docs/NgrokAPI/Models/EndpointCircuitBreaker.html +3 -3
- data/docs/NgrokAPI/Models/EndpointCompression.html +3 -3
- data/docs/NgrokAPI/Models/EndpointIPPolicy.html +3 -3
- data/docs/NgrokAPI/Models/EndpointIPPolicyMutate.html +3 -3
- data/docs/NgrokAPI/Models/EndpointMutualTLS.html +3 -3
- data/docs/NgrokAPI/Models/EndpointMutualTLSMutate.html +3 -3
- data/docs/NgrokAPI/Models/EndpointOAuth.html +3 -3
- data/docs/NgrokAPI/Models/EndpointOAuthFacebook.html +3 -3
- data/docs/NgrokAPI/Models/EndpointOAuthGitHub.html +3 -3
- data/docs/NgrokAPI/Models/EndpointOAuthGoogle.html +3 -3
- data/docs/NgrokAPI/Models/EndpointOAuthMicrosoft.html +3 -3
- data/docs/NgrokAPI/Models/EndpointOAuthProvider.html +3 -3
- data/docs/NgrokAPI/Models/EndpointOIDC.html +3 -3
- data/docs/NgrokAPI/Models/EndpointRequestHeaders.html +3 -3
- data/docs/NgrokAPI/Models/EndpointResponseHeaders.html +3 -3
- data/docs/NgrokAPI/Models/EndpointSAML.html +3 -3
- data/docs/NgrokAPI/Models/EndpointSAMLMutate.html +3 -3
- data/docs/NgrokAPI/Models/EndpointTLSTermination.html +3 -3
- data/docs/NgrokAPI/Models/EndpointTLSTerminationAtEdge.html +617 -0
- data/docs/NgrokAPI/Models/EndpointWebhookValidation.html +3 -3
- data/docs/NgrokAPI/Models/EndpointWebsocketTCPConverter.html +543 -0
- data/docs/NgrokAPI/Models/EventDestination.html +7 -7
- data/docs/NgrokAPI/Models/EventSource.html +3 -3
- data/docs/NgrokAPI/Models/EventSourceList.html +3 -3
- data/docs/NgrokAPI/Models/EventSourceReplace.html +3 -3
- data/docs/NgrokAPI/Models/EventSubscription.html +3 -3
- data/docs/NgrokAPI/Models/EventTarget.html +3 -3
- data/docs/NgrokAPI/Models/EventTargetCloudwatchLogs.html +3 -3
- data/docs/NgrokAPI/Models/EventTargetFirehose.html +3 -3
- data/docs/NgrokAPI/Models/EventTargetKinesis.html +3 -3
- data/docs/NgrokAPI/Models/FailoverBackend.html +1075 -0
- data/docs/NgrokAPI/Models/HTTPResponseBackend.html +1231 -0
- data/{doc/NgrokAPI/Models/EventStream.html → docs/NgrokAPI/Models/HTTPSEdge.html} +119 -119
- data/docs/NgrokAPI/Models/{EndpointConfiguration.html → HTTPSEdgeRoute.html} +203 -265
- data/docs/NgrokAPI/Models/IPPolicy.html +3 -3
- data/docs/NgrokAPI/Models/IPPolicyRule.html +97 -23
- data/docs/NgrokAPI/Models/IPRestriction.html +3 -3
- data/docs/NgrokAPI/Models/Listable.html +3 -3
- data/docs/NgrokAPI/Models/Ref.html +3 -3
- data/docs/NgrokAPI/Models/ReservedAddr.html +3 -3
- data/docs/NgrokAPI/Models/ReservedDomain.html +3 -3
- data/docs/NgrokAPI/Models/ReservedDomainCertJob.html +3 -3
- data/docs/NgrokAPI/Models/ReservedDomainCertPolicy.html +3 -3
- data/docs/NgrokAPI/Models/ReservedDomainCertStatus.html +3 -3
- data/docs/NgrokAPI/Models/SSHCertificateAuthority.html +3 -3
- data/docs/NgrokAPI/Models/SSHCredential.html +3 -3
- data/docs/NgrokAPI/Models/SSHHostCertificate.html +3 -3
- data/docs/NgrokAPI/Models/SSHUserCertificate.html +3 -3
- data/docs/NgrokAPI/Models/TCPEdge.html +1235 -0
- data/docs/NgrokAPI/Models/TLSCertificate.html +3 -3
- data/docs/NgrokAPI/Models/TLSCertificateSANs.html +3 -3
- data/docs/NgrokAPI/Models/TLSEdge.html +1395 -0
- data/docs/NgrokAPI/Models/Tunnel.html +314 -18
- data/docs/NgrokAPI/Models/TunnelGroupBackend.html +1149 -0
- data/docs/NgrokAPI/Models/TunnelSession.html +3 -3
- data/docs/NgrokAPI/Models/{IPWhitelistEntry.html → WeightedBackend.html} +80 -74
- data/docs/NgrokAPI/Models.html +5 -5
- data/docs/NgrokAPI/PagedIterator.html +3 -3
- data/docs/NgrokAPI/Services/APIKeysClient.html +99 -149
- data/docs/NgrokAPI/Services/AbuseReportsClient.html +19 -33
- data/docs/NgrokAPI/Services/{IPWhitelistClient.html → AgentIngressesClient.html} +209 -265
- data/docs/NgrokAPI/Services/CertificateAuthoritiesClient.html +104 -156
- data/docs/NgrokAPI/Services/CredentialsClient.html +108 -164
- data/docs/NgrokAPI/Services/EdgeRouteBackendModuleClient.html +1153 -0
- data/{doc/NgrokAPI/Services/EndpointCircuitBreakerModuleClient.html → docs/NgrokAPI/Services/EdgeRouteCircuitBreakerModuleClient.html} +177 -95
- data/docs/NgrokAPI/Services/{EndpointCompressionModuleClient.html → EdgeRouteCompressionModuleClient.html} +177 -95
- data/docs/NgrokAPI/Services/EdgeRouteIPRestrictionModuleClient.html +1153 -0
- data/docs/NgrokAPI/Services/EdgeRouteOAuthModuleClient.html +1153 -0
- data/docs/NgrokAPI/Services/EdgeRouteOIDCModuleClient.html +1153 -0
- data/docs/NgrokAPI/Services/EdgeRouteRequestHeadersModuleClient.html +1153 -0
- data/{doc/NgrokAPI/Services/EndpointResponseHeadersModuleClient.html → docs/NgrokAPI/Services/EdgeRouteResponseHeadersModuleClient.html} +177 -95
- data/docs/NgrokAPI/Services/EdgeRouteSAMLModuleClient.html +1153 -0
- data/docs/NgrokAPI/Services/{EndpointWebhookValidationModuleClient.html → EdgeRouteWebhookVerificationModuleClient.html} +177 -95
- data/docs/NgrokAPI/Services/EdgeRouteWebsocketTCPConverterModuleClient.html +1153 -0
- data/docs/NgrokAPI/Services/{EventStreamsClient.html → EdgesHTTPSClient.html} +248 -353
- data/{doc/NgrokAPI/Services/EndpointConfigurationsClient.html → docs/NgrokAPI/Services/EdgesHTTPSRoutesClient.html} +461 -761
- data/docs/NgrokAPI/Services/EdgesTCPClient.html +1757 -0
- data/docs/NgrokAPI/Services/EdgesTLSClient.html +1847 -0
- data/docs/NgrokAPI/Services/EndpointsClient.html +907 -0
- data/docs/NgrokAPI/Services/EventDestinationsClient.html +119 -187
- data/docs/NgrokAPI/Services/EventSourcesClient.html +95 -157
- data/docs/NgrokAPI/Services/EventSubscriptionsClient.html +116 -178
- data/docs/NgrokAPI/Services/FailoverBackendsClient.html +1644 -0
- data/docs/NgrokAPI/Services/HTTPResponseBackendsClient.html +1744 -0
- data/{doc/NgrokAPI/Services/EndpointOIDCModuleClient.html → docs/NgrokAPI/Services/HTTPSEdgeMutualTLSModuleClient.html} +101 -129
- data/docs/NgrokAPI/Services/{EndpointRequestHeadersModuleClient.html → HTTPSEdgeTLSTerminationModuleClient.html} +101 -129
- data/docs/NgrokAPI/Services/IPPoliciesClient.html +114 -184
- data/docs/NgrokAPI/Services/IPPolicyRulesClient.html +126 -164
- data/docs/NgrokAPI/Services/IPRestrictionsClient.html +117 -181
- data/docs/NgrokAPI/Services/ReservedAddrsClient.html +117 -473
- data/docs/NgrokAPI/Services/ReservedDomainsClient.html +209 -899
- data/docs/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html +110 -166
- data/docs/NgrokAPI/Services/SSHCredentialsClient.html +111 -169
- data/docs/NgrokAPI/Services/SSHHostCertificatesClient.html +111 -171
- data/docs/NgrokAPI/Services/SSHUserCertificatesClient.html +111 -175
- data/{doc/NgrokAPI/Services/EndpointOAuthModuleClient.html → docs/NgrokAPI/Services/TCPEdgeBackendModuleClient.html} +101 -129
- data/docs/NgrokAPI/Services/TCPEdgeIPRestrictionModuleClient.html +1043 -0
- data/docs/NgrokAPI/Services/TLSCertificatesClient.html +107 -161
- data/docs/NgrokAPI/Services/{EndpointOAuthModuleClient.html → TLSEdgeBackendModuleClient.html} +101 -129
- data/docs/NgrokAPI/Services/TLSEdgeIPRestrictionModuleClient.html +1043 -0
- data/{doc/NgrokAPI/Services/EndpointMutualTLSModuleClient.html → docs/NgrokAPI/Services/TLSEdgeMutualTLSModuleClient.html} +83 -111
- data/{doc/NgrokAPI/Services/EndpointTLSTerminationModuleClient.html → docs/NgrokAPI/Services/TLSEdgeTLSTerminationModuleClient.html} +83 -111
- data/docs/NgrokAPI/Services/TunnelGroupBackendsClient.html +1644 -0
- data/docs/NgrokAPI/Services/TunnelSessionsClient.html +87 -135
- data/docs/NgrokAPI/Services/TunnelsClient.html +252 -26
- data/docs/NgrokAPI/Services/WeightedBackendsClient.html +1644 -0
- data/docs/NgrokAPI/Services.html +5 -5
- data/docs/NgrokAPI.html +4 -4
- data/docs/_index.html +253 -76
- data/docs/class_list.html +1 -1
- data/docs/file.README.html +3 -3
- data/docs/frames.html +1 -1
- data/docs/index.html +3 -3
- data/docs/method_list.html +3559 -1583
- data/docs/top-level-namespace.html +3 -3
- data/lib/ngrokapi/client.rb +52 -37
- data/lib/ngrokapi/http_client.rb +1 -4
- data/lib/ngrokapi/models/{ip_whitelist_entry.rb → agent_ingress.rb} +13 -9
- data/lib/ngrokapi/models/endpoint.rb +49 -0
- data/lib/ngrokapi/models/{endpoint_logging.rb → endpoint_backend.rb} +3 -3
- data/lib/ngrokapi/models/{endpoint_logging_mutate.rb → endpoint_backend_mutate.rb} +3 -3
- data/lib/ngrokapi/models/endpoint_tls_termination_at_edge.rb +27 -0
- data/lib/ngrokapi/models/endpoint_websocket_tcp_converter.rb +25 -0
- data/lib/ngrokapi/models/event_destination.rb +1 -2
- data/lib/ngrokapi/models/{event_stream.rb → failover_backend.rb} +15 -27
- data/lib/ngrokapi/models/http_response_backend.rb +71 -0
- data/lib/ngrokapi/models/https_edge.rb +80 -0
- data/lib/ngrokapi/models/{endpoint_configuration.rb → https_edge_route.rb} +56 -53
- data/lib/ngrokapi/models/ip_policy_rule.rb +3 -1
- data/lib/ngrokapi/models/tcp_edge.rb +78 -0
- data/lib/ngrokapi/models/tls_edge.rb +88 -0
- data/lib/ngrokapi/models/tunnel.rb +9 -1
- data/lib/ngrokapi/models/tunnel_group_backend.rb +67 -0
- data/lib/ngrokapi/models/weighted_backend.rb +65 -0
- data/lib/ngrokapi/services/abuse_reports_client.rb +3 -10
- data/lib/ngrokapi/services/agent_ingresses_client.rb +206 -0
- data/lib/ngrokapi/services/api_keys_client.rb +11 -36
- data/lib/ngrokapi/services/certificate_authorities_client.rb +11 -37
- data/lib/ngrokapi/services/credentials_client.rb +11 -39
- data/lib/ngrokapi/services/edge_route_backend_module_client.rb +120 -0
- data/lib/ngrokapi/services/{endpoint_circuit_breaker_module_client.rb → edge_route_circuit_breaker_module_client.rb} +37 -39
- data/lib/ngrokapi/services/{endpoint_compression_module_client.rb → edge_route_compression_module_client.rb} +37 -39
- data/lib/ngrokapi/services/edge_route_ip_restriction_module_client.rb +120 -0
- data/lib/ngrokapi/services/{endpoint_o_auth_module_client.rb → edge_route_o_auth_module_client.rb} +37 -39
- data/lib/ngrokapi/services/{endpoint_oidc_module_client.rb → edge_route_oidc_module_client.rb} +37 -39
- data/lib/ngrokapi/services/{endpoint_request_headers_module_client.rb → edge_route_request_headers_module_client.rb} +37 -39
- data/lib/ngrokapi/services/{endpoint_response_headers_module_client.rb → edge_route_response_headers_module_client.rb} +37 -39
- data/lib/ngrokapi/services/{endpoint_saml_module_client.rb → edge_route_saml_module_client.rb} +37 -39
- data/lib/ngrokapi/services/{endpoint_webhook_validation_module_client.rb → edge_route_webhook_verification_module_client.rb} +37 -39
- data/lib/ngrokapi/services/edge_route_websocket_tcp_converter_module_client.rb +120 -0
- data/lib/ngrokapi/services/edges_https_client.rb +227 -0
- data/lib/ngrokapi/services/edges_https_routes_client.rb +244 -0
- data/lib/ngrokapi/services/edges_tcp_client.rb +227 -0
- data/lib/ngrokapi/services/edges_tls_client.rb +239 -0
- data/lib/ngrokapi/services/endpoints_client.rb +114 -0
- data/lib/ngrokapi/services/event_destinations_client.rb +13 -49
- data/lib/ngrokapi/services/event_sources_client.rb +9 -40
- data/lib/ngrokapi/services/event_subscriptions_client.rb +14 -45
- data/lib/ngrokapi/services/failover_backends_client.rb +214 -0
- data/lib/ngrokapi/services/http_response_backends_client.rb +199 -0
- data/lib/ngrokapi/services/https_edge_mutual_tls_module_client.rb +108 -0
- data/lib/ngrokapi/services/https_edge_tls_termination_module_client.rb +108 -0
- data/lib/ngrokapi/services/ip_policies_client.rb +11 -39
- data/lib/ngrokapi/services/ip_policy_rules_client.rb +13 -40
- data/lib/ngrokapi/services/ip_restrictions_client.rb +12 -44
- data/lib/ngrokapi/services/reserved_addrs_client.rb +11 -81
- data/lib/ngrokapi/services/reserved_domains_client.rb +15 -144
- data/lib/ngrokapi/services/ssh_certificate_authorities_client.rb +11 -39
- data/lib/ngrokapi/services/ssh_credentials_client.rb +11 -40
- data/lib/ngrokapi/services/ssh_host_certificates_client.rb +11 -41
- data/lib/ngrokapi/services/ssh_user_certificates_client.rb +11 -43
- data/lib/ngrokapi/services/{endpoint_logging_module_client.rb → tcp_edge_backend_module_client.rb} +31 -45
- data/lib/ngrokapi/services/{endpoint_ip_policy_module_client.rb → tcp_edge_ip_restriction_module_client.rb} +21 -35
- data/lib/ngrokapi/services/tls_certificates_client.rb +11 -38
- data/lib/ngrokapi/services/tls_edge_backend_module_client.rb +108 -0
- data/lib/ngrokapi/services/tls_edge_ip_restriction_module_client.rb +108 -0
- data/lib/ngrokapi/services/{endpoint_mutual_tls_module_client.rb → tls_edge_mutual_tls_module_client.rb} +21 -35
- data/lib/ngrokapi/services/{endpoint_tls_termination_module_client.rb → tls_edge_tls_termination_module_client.rb} +21 -35
- data/lib/ngrokapi/services/{ip_whitelist_client.rb → tunnel_group_backends_client.rb} +70 -93
- data/lib/ngrokapi/services/tunnel_sessions_client.rb +12 -36
- data/lib/ngrokapi/services/tunnels_client.rb +39 -10
- data/lib/ngrokapi/services/weighted_backends_client.rb +214 -0
- data/lib/ngrokapi/version.rb +1 -1
- data/lib/ngrokapi.rb +1 -1
- data/ngrok-api.gemspec +1 -1
- data/spec/ngrokapi/client_spec.rb +50 -29
- data/spec/ngrokapi/models/agent_ingress_spec.rb +42 -0
- 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_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_tls_termination_at_edge_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_websocket_tcp_converter_spec.rb +21 -0
- 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/tcp_edge_spec.rb +51 -0
- 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/weighted_backend_spec.rb +45 -0
- data/spec/ngrokapi/services/{ip_whitelist_client_spec.rb → agent_ingresses_client_spec.rb} +49 -49
- data/spec/ngrokapi/services/edge_route_backend_module_client_spec.rb +139 -0
- data/spec/ngrokapi/services/{endpoint_circuit_breaker_module_client_spec.rb → edge_route_circuit_breaker_module_client_spec.rb} +31 -17
- data/spec/ngrokapi/services/{endpoint_compression_module_client_spec.rb → edge_route_compression_module_client_spec.rb} +31 -17
- data/spec/ngrokapi/services/edge_route_ip_restriction_module_client_spec.rb +139 -0
- data/spec/ngrokapi/services/{endpoint_o_auth_module_client_spec.rb → edge_route_o_auth_module_client_spec.rb} +31 -17
- data/spec/ngrokapi/services/{endpoint_oidc_module_client_spec.rb → edge_route_oidc_module_client_spec.rb} +31 -17
- data/spec/ngrokapi/services/{endpoint_request_headers_module_client_spec.rb → edge_route_request_headers_module_client_spec.rb} +31 -17
- data/spec/ngrokapi/services/{endpoint_response_headers_module_client_spec.rb → edge_route_response_headers_module_client_spec.rb} +31 -17
- data/spec/ngrokapi/services/{endpoint_saml_module_client_spec.rb → edge_route_saml_module_client_spec.rb} +31 -17
- data/spec/ngrokapi/services/{endpoint_webhook_validation_module_client_spec.rb → edge_route_webhook_verification_module_client_spec.rb} +31 -17
- data/spec/ngrokapi/services/edge_route_websocket_tcp_converter_module_client_spec.rb +139 -0
- data/spec/ngrokapi/services/{event_streams_client_spec.rb → edges_https_client_spec.rb} +106 -108
- data/spec/ngrokapi/services/edges_https_routes_client_spec.rb +241 -0
- data/spec/ngrokapi/services/edges_tcp_client_spec.rb +175 -0
- data/spec/ngrokapi/services/edges_tls_client_spec.rb +187 -0
- data/spec/ngrokapi/services/endpoints_client_spec.rb +57 -0
- data/spec/ngrokapi/services/failover_backends_client_spec.rb +163 -0
- data/spec/ngrokapi/services/http_response_backends_client_spec.rb +175 -0
- data/spec/ngrokapi/services/{endpoint_mutual_tls_module_client_spec.rb → https_edge_mutual_tls_module_client_spec.rb} +17 -17
- data/spec/ngrokapi/services/{endpoint_tls_termination_module_client_spec.rb → https_edge_tls_termination_module_client_spec.rb} +17 -17
- data/spec/ngrokapi/services/ip_policies_client_spec.rb +0 -1
- data/spec/ngrokapi/services/ip_policy_rules_client_spec.rb +3 -1
- data/spec/ngrokapi/services/reserved_addrs_client_spec.rb +0 -44
- data/spec/ngrokapi/services/reserved_domains_client_spec.rb +0 -88
- data/spec/ngrokapi/services/{endpoint_logging_module_client_spec.rb → tcp_edge_backend_module_client_spec.rb} +40 -40
- data/spec/ngrokapi/services/{endpoint_ip_policy_module_client_spec.rb → tcp_edge_ip_restriction_module_client_spec.rb} +17 -17
- data/spec/ngrokapi/services/tls_edge_backend_module_client_spec.rb +125 -0
- data/spec/ngrokapi/services/tls_edge_ip_restriction_module_client_spec.rb +125 -0
- data/spec/ngrokapi/services/tls_edge_mutual_tls_module_client_spec.rb +125 -0
- data/spec/ngrokapi/services/tls_edge_tls_termination_module_client_spec.rb +125 -0
- data/spec/ngrokapi/services/tunnel_group_backends_client_spec.rb +163 -0
- data/spec/ngrokapi/services/tunnels_client_spec.rb +36 -0
- data/spec/ngrokapi/services/weighted_backends_client_spec.rb +163 -0
- data/spec/spec_helper.rb +1389 -1045
- metadata +175 -83
- data/lib/ngrokapi/services/endpoint_configurations_client.rb +0 -357
- data/lib/ngrokapi/services/event_streams_client.rb +0 -259
- 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/models/ip_whitelist_entry_spec.rb +0 -42
- data/spec/ngrokapi/services/endpoint_configurations_client_spec.rb +0 -237
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Top Level Namespace
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.27
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -100,9 +100,9 @@
|
|
100
100
|
</div>
|
101
101
|
|
102
102
|
<div id="footer">
|
103
|
-
Generated on
|
103
|
+
Generated on Thu Mar 10 16:54:38 2022 by
|
104
104
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
105
|
-
0.9.
|
105
|
+
0.9.27 (ruby-2.7.5).
|
106
106
|
</div>
|
107
107
|
|
108
108
|
</div>
|
data/lib/ngrokapi/client.rb
CHANGED
@@ -7,10 +7,7 @@ module NgrokAPI
|
|
7
7
|
# Low-level api client for communicating with Ngrok's HTTP API.
|
8
8
|
# Use this object to instantiate your clients.
|
9
9
|
class Client
|
10
|
-
def initialize(
|
11
|
-
api_key:,
|
12
|
-
base_url: 'https://api.ngrok.com'
|
13
|
-
)
|
10
|
+
def initialize(api_key:, base_url: 'https://api.ngrok.com')
|
14
11
|
@client = NgrokAPI::HttpClient.new(api_key: api_key, base_url: base_url)
|
15
12
|
end
|
16
13
|
|
@@ -23,6 +20,10 @@ module NgrokAPI
|
|
23
20
|
@_abuse_reports ||= NgrokAPI::Services::AbuseReportsClient.new(client: @client)
|
24
21
|
end
|
25
22
|
|
23
|
+
def agent_ingresses
|
24
|
+
@_agent_ingresses ||= NgrokAPI::Services::AgentIngressesClient.new(client: @client)
|
25
|
+
end
|
26
|
+
|
26
27
|
##
|
27
28
|
# API Keys are used to authenticate to the [ngrok
|
28
29
|
# API](https://ngrok.com/docs/api#authentication). You may use the API itself
|
@@ -59,17 +60,13 @@ module NgrokAPI
|
|
59
60
|
end
|
60
61
|
|
61
62
|
##
|
62
|
-
#
|
63
|
-
#
|
64
|
-
#
|
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.
|
65
66
|
#
|
66
|
-
# @return [NgrokAPI::Services::
|
67
|
-
def
|
68
|
-
@
|
69
|
-
end
|
70
|
-
|
71
|
-
def event_streams
|
72
|
-
@_event_streams ||= NgrokAPI::Services::EventStreamsClient.new(client: @client)
|
67
|
+
# @return [NgrokAPI::Services::EndpointsClient]
|
68
|
+
def endpoints
|
69
|
+
@_endpoints ||= NgrokAPI::Services::EndpointsClient.new(client: @client)
|
73
70
|
end
|
74
71
|
|
75
72
|
def event_destinations
|
@@ -106,7 +103,7 @@ module NgrokAPI
|
|
106
103
|
|
107
104
|
##
|
108
105
|
# An IP restriction is a restriction placed on the CIDRs that are allowed to
|
109
|
-
#
|
106
|
+
# initiate traffic to a specific aspect of your ngrok account. An IP
|
110
107
|
# restriction has a type which defines the ingress it applies to. IP
|
111
108
|
# restrictions can be used to enforce the source IPs that can make API
|
112
109
|
# requests, log in to the dashboard, start ngrok agents, and connect to your
|
@@ -117,15 +114,6 @@ module NgrokAPI
|
|
117
114
|
@_ip_restrictions ||= NgrokAPI::Services::IPRestrictionsClient.new(client: @client)
|
118
115
|
end
|
119
116
|
|
120
|
-
##
|
121
|
-
# The IP Whitelist is deprecated and will be removed. Use an IP Restriction
|
122
|
-
# with an `endpoints` type instead.
|
123
|
-
#
|
124
|
-
# @return [NgrokAPI::Services::IPWhitelistClient]
|
125
|
-
def ip_whitelist
|
126
|
-
@_ip_whitelist ||= NgrokAPI::Services::IPWhitelistClient.new(client: @client)
|
127
|
-
end
|
128
|
-
|
129
117
|
##
|
130
118
|
# Reserved Addresses are TCP addresses that can be used to listen for traffic.
|
131
119
|
# TCP address hostnames and ports are assigned by ngrok, they cannot be
|
@@ -216,20 +204,47 @@ module NgrokAPI
|
|
216
204
|
@_tunnels ||= NgrokAPI::Services::TunnelsClient.new(client: @client)
|
217
205
|
end
|
218
206
|
|
219
|
-
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
|
220
228
|
ns = OpenStruct.new
|
221
|
-
ns.
|
222
|
-
ns.
|
223
|
-
ns.
|
224
|
-
ns.
|
225
|
-
ns.
|
226
|
-
ns.
|
227
|
-
ns.
|
228
|
-
ns.
|
229
|
-
ns.
|
230
|
-
ns.
|
231
|
-
ns.
|
232
|
-
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)
|
233
248
|
|
234
249
|
ns
|
235
250
|
end
|
data/lib/ngrokapi/http_client.rb
CHANGED
@@ -2,25 +2,29 @@
|
|
2
2
|
|
3
3
|
module NgrokAPI
|
4
4
|
module Models
|
5
|
-
class
|
5
|
+
class AgentIngress
|
6
6
|
attr_reader :client,
|
7
7
|
:result,
|
8
8
|
:id,
|
9
9
|
:uri,
|
10
|
-
:created_at,
|
11
10
|
:description,
|
12
11
|
:metadata,
|
13
|
-
:
|
12
|
+
:domain,
|
13
|
+
:ns_targets,
|
14
|
+
:region_domains,
|
15
|
+
:created_at
|
14
16
|
|
15
17
|
def initialize(client:, result:)
|
16
18
|
@client = client
|
17
19
|
@result = result
|
18
20
|
@id = @result['id']
|
19
21
|
@uri = @result['uri']
|
20
|
-
@created_at = @result['created_at']
|
21
22
|
@description = @result['description']
|
22
23
|
@metadata = @result['metadata']
|
23
|
-
@
|
24
|
+
@domain = @result['domain']
|
25
|
+
@ns_targets = @result['ns_targets']
|
26
|
+
@region_domains = @result['region_domains']
|
27
|
+
@created_at = @result['created_at']
|
24
28
|
end
|
25
29
|
|
26
30
|
def ==(other)
|
@@ -32,9 +36,9 @@ module NgrokAPI
|
|
32
36
|
end
|
33
37
|
|
34
38
|
##
|
35
|
-
# Delete an
|
39
|
+
# Delete an Agent Ingress by ID
|
36
40
|
#
|
37
|
-
# https://ngrok.com/docs/api#api-
|
41
|
+
# https://ngrok.com/docs/api#api-agent-ingresses-delete
|
38
42
|
def delete
|
39
43
|
@client.delete(
|
40
44
|
id: @id
|
@@ -42,9 +46,9 @@ module NgrokAPI
|
|
42
46
|
end
|
43
47
|
|
44
48
|
##
|
45
|
-
# Update attributes of an
|
49
|
+
# Update attributes of an Agent Ingress by ID.
|
46
50
|
#
|
47
|
-
# https://ngrok.com/docs/api#api-
|
51
|
+
# https://ngrok.com/docs/api#api-agent-ingresses-update
|
48
52
|
def update(
|
49
53
|
description: nil,
|
50
54
|
metadata: nil
|
@@ -0,0 +1,49 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module NgrokAPI
|
4
|
+
module Models
|
5
|
+
class Endpoint
|
6
|
+
attr_reader :client,
|
7
|
+
:result,
|
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:, result:)
|
23
|
+
@client = client
|
24
|
+
@result = result
|
25
|
+
@id = @result['id']
|
26
|
+
@region = @result['region']
|
27
|
+
@created_at = @result['created_at']
|
28
|
+
@updated_at = @result['updated_at']
|
29
|
+
@public_url = @result['public_url']
|
30
|
+
@proto = @result['proto']
|
31
|
+
@hostport = @result['hostport']
|
32
|
+
@type = @result['type']
|
33
|
+
@metadata = @result['metadata']
|
34
|
+
@domain = @result['domain']
|
35
|
+
@tcp_addr = @result['tcp_addr']
|
36
|
+
@tunnel = @result['tunnel']
|
37
|
+
@edge = @result['edge']
|
38
|
+
end
|
39
|
+
|
40
|
+
def ==(other)
|
41
|
+
@result == other.result
|
42
|
+
end
|
43
|
+
|
44
|
+
def to_s
|
45
|
+
@result.to_s
|
46
|
+
end
|
47
|
+
end
|
48
|
+
end
|
49
|
+
end
|
@@ -2,17 +2,17 @@
|
|
2
2
|
|
3
3
|
module NgrokAPI
|
4
4
|
module Models
|
5
|
-
class
|
5
|
+
class EndpointBackend
|
6
6
|
attr_reader :client,
|
7
7
|
:result,
|
8
8
|
:enabled,
|
9
|
-
:
|
9
|
+
:backend
|
10
10
|
|
11
11
|
def initialize(client:, result:)
|
12
12
|
@client = client
|
13
13
|
@result = result
|
14
14
|
@enabled = @result['enabled']
|
15
|
-
@
|
15
|
+
@backend = @result['backend']
|
16
16
|
end
|
17
17
|
|
18
18
|
def ==(other)
|
@@ -2,17 +2,17 @@
|
|
2
2
|
|
3
3
|
module NgrokAPI
|
4
4
|
module Models
|
5
|
-
class
|
5
|
+
class EndpointBackendMutate
|
6
6
|
attr_reader :client,
|
7
7
|
:result,
|
8
8
|
:enabled,
|
9
|
-
:
|
9
|
+
:backend_id
|
10
10
|
|
11
11
|
def initialize(client:, result:)
|
12
12
|
@client = client
|
13
13
|
@result = result
|
14
14
|
@enabled = @result['enabled']
|
15
|
-
@
|
15
|
+
@backend_id = @result['backend_id']
|
16
16
|
end
|
17
17
|
|
18
18
|
def ==(other)
|
@@ -0,0 +1,27 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module NgrokAPI
|
4
|
+
module Models
|
5
|
+
class EndpointTLSTerminationAtEdge
|
6
|
+
attr_reader :client,
|
7
|
+
:result,
|
8
|
+
:enabled,
|
9
|
+
:min_version
|
10
|
+
|
11
|
+
def initialize(client:, result:)
|
12
|
+
@client = client
|
13
|
+
@result = result
|
14
|
+
@enabled = @result['enabled']
|
15
|
+
@min_version = @result['min_version']
|
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
|
@@ -0,0 +1,25 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module NgrokAPI
|
4
|
+
module Models
|
5
|
+
class EndpointWebsocketTCPConverter
|
6
|
+
attr_reader :client,
|
7
|
+
:result,
|
8
|
+
:enabled
|
9
|
+
|
10
|
+
def initialize(client:, result:)
|
11
|
+
@client = client
|
12
|
+
@result = result
|
13
|
+
@enabled = @result['enabled']
|
14
|
+
end
|
15
|
+
|
16
|
+
def ==(other)
|
17
|
+
@result == other.result
|
18
|
+
end
|
19
|
+
|
20
|
+
def to_s
|
21
|
+
@result.to_s
|
22
|
+
end
|
23
|
+
end
|
24
|
+
end
|
25
|
+
end
|
@@ -35,8 +35,7 @@ module NgrokAPI
|
|
35
35
|
|
36
36
|
##
|
37
37
|
# Delete an Event Destination. If the Event Destination is still referenced by an
|
38
|
-
# Event
|
39
|
-
# reference.
|
38
|
+
# Event Subscription.
|
40
39
|
#
|
41
40
|
# https://ngrok.com/docs/api#api-event-destinations-delete
|
42
41
|
def delete
|
@@ -2,18 +2,15 @@
|
|
2
2
|
|
3
3
|
module NgrokAPI
|
4
4
|
module Models
|
5
|
-
class
|
5
|
+
class FailoverBackend
|
6
6
|
attr_reader :client,
|
7
7
|
:result,
|
8
8
|
:id,
|
9
9
|
:uri,
|
10
10
|
:created_at,
|
11
|
-
:metadata,
|
12
11
|
:description,
|
13
|
-
:
|
14
|
-
:
|
15
|
-
:destination_ids,
|
16
|
-
:sampling_rate
|
12
|
+
:metadata,
|
13
|
+
:backends
|
17
14
|
|
18
15
|
def initialize(client:, result:)
|
19
16
|
@client = client
|
@@ -21,12 +18,9 @@ module NgrokAPI
|
|
21
18
|
@id = @result['id']
|
22
19
|
@uri = @result['uri']
|
23
20
|
@created_at = @result['created_at']
|
24
|
-
@metadata = @result['metadata']
|
25
21
|
@description = @result['description']
|
26
|
-
@
|
27
|
-
@
|
28
|
-
@destination_ids = @result['destination_ids']
|
29
|
-
@sampling_rate = @result['sampling_rate']
|
22
|
+
@metadata = @result['metadata']
|
23
|
+
@backends = @result['backends']
|
30
24
|
end
|
31
25
|
|
32
26
|
def ==(other)
|
@@ -38,9 +32,9 @@ module NgrokAPI
|
|
38
32
|
end
|
39
33
|
|
40
34
|
##
|
41
|
-
# Delete
|
35
|
+
# Delete a Failover backend by ID. TODO what if used?
|
42
36
|
#
|
43
|
-
# https://ngrok.com/docs/api#api-
|
37
|
+
# https://ngrok.com/docs/api#api-failover-backends-delete
|
44
38
|
def delete
|
45
39
|
@client.delete(
|
46
40
|
id: @id
|
@@ -48,28 +42,22 @@ module NgrokAPI
|
|
48
42
|
end
|
49
43
|
|
50
44
|
##
|
51
|
-
# Update
|
45
|
+
# Update Failover backend by ID
|
52
46
|
#
|
53
|
-
# https://ngrok.com/docs/api#api-
|
47
|
+
# https://ngrok.com/docs/api#api-failover-backends-update
|
54
48
|
def update(
|
55
|
-
metadata: nil,
|
56
49
|
description: nil,
|
57
|
-
|
58
|
-
|
59
|
-
sampling_rate: nil
|
50
|
+
metadata: nil,
|
51
|
+
backends: []
|
60
52
|
)
|
61
|
-
@metadata = metadata if metadata
|
62
53
|
@description = description if description
|
63
|
-
@
|
64
|
-
@
|
65
|
-
@sampling_rate = sampling_rate if sampling_rate
|
54
|
+
@metadata = metadata if metadata
|
55
|
+
@backends = backends if backends
|
66
56
|
@client.update(
|
67
57
|
id: @id,
|
68
|
-
metadata: metadata,
|
69
58
|
description: description,
|
70
|
-
|
71
|
-
|
72
|
-
sampling_rate: sampling_rate
|
59
|
+
metadata: metadata,
|
60
|
+
backends: backends
|
73
61
|
)
|
74
62
|
end
|
75
63
|
end
|
@@ -0,0 +1,71 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module NgrokAPI
|
4
|
+
module Models
|
5
|
+
class HTTPResponseBackend
|
6
|
+
attr_reader :client,
|
7
|
+
:result,
|
8
|
+
:id,
|
9
|
+
:uri,
|
10
|
+
:created_at,
|
11
|
+
:description,
|
12
|
+
:metadata,
|
13
|
+
:body,
|
14
|
+
:headers,
|
15
|
+
:status_code
|
16
|
+
|
17
|
+
def initialize(client:, result:)
|
18
|
+
@client = client
|
19
|
+
@result = result
|
20
|
+
@id = @result['id']
|
21
|
+
@uri = @result['uri']
|
22
|
+
@created_at = @result['created_at']
|
23
|
+
@description = @result['description']
|
24
|
+
@metadata = @result['metadata']
|
25
|
+
@body = @result['body']
|
26
|
+
@headers = @result['headers']
|
27
|
+
@status_code = @result['status_code']
|
28
|
+
end
|
29
|
+
|
30
|
+
def ==(other)
|
31
|
+
@result == other.result
|
32
|
+
end
|
33
|
+
|
34
|
+
def to_s
|
35
|
+
@result.to_s
|
36
|
+
end
|
37
|
+
|
38
|
+
##
|
39
|
+
# https://ngrok.com/docs/api#api-http-response-backends-delete
|
40
|
+
def delete
|
41
|
+
@client.delete(
|
42
|
+
id: @id
|
43
|
+
)
|
44
|
+
end
|
45
|
+
|
46
|
+
##
|
47
|
+
# https://ngrok.com/docs/api#api-http-response-backends-update
|
48
|
+
def update(
|
49
|
+
description: nil,
|
50
|
+
metadata: nil,
|
51
|
+
body: nil,
|
52
|
+
headers: nil,
|
53
|
+
status_code: nil
|
54
|
+
)
|
55
|
+
@description = description if description
|
56
|
+
@metadata = metadata if metadata
|
57
|
+
@body = body if body
|
58
|
+
@headers = headers if headers
|
59
|
+
@status_code = status_code if status_code
|
60
|
+
@client.update(
|
61
|
+
id: @id,
|
62
|
+
description: description,
|
63
|
+
metadata: metadata,
|
64
|
+
body: body,
|
65
|
+
headers: headers,
|
66
|
+
status_code: status_code
|
67
|
+
)
|
68
|
+
end
|
69
|
+
end
|
70
|
+
end
|
71
|
+
end
|
@@ -0,0 +1,80 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module NgrokAPI
|
4
|
+
module Models
|
5
|
+
class HTTPSEdge
|
6
|
+
attr_reader :client,
|
7
|
+
:result,
|
8
|
+
:id,
|
9
|
+
:description,
|
10
|
+
:metadata,
|
11
|
+
:created_at,
|
12
|
+
:uri,
|
13
|
+
:hostports,
|
14
|
+
:mutual_tls,
|
15
|
+
:tls_termination,
|
16
|
+
:routes
|
17
|
+
|
18
|
+
def initialize(client:, result:)
|
19
|
+
@client = client
|
20
|
+
@result = result
|
21
|
+
@id = @result['id']
|
22
|
+
@description = @result['description']
|
23
|
+
@metadata = @result['metadata']
|
24
|
+
@created_at = @result['created_at']
|
25
|
+
@uri = @result['uri']
|
26
|
+
@hostports = @result['hostports']
|
27
|
+
@mutual_tls = @result['mutual_tls']
|
28
|
+
@tls_termination = @result['tls_termination']
|
29
|
+
@routes = @result['routes']
|
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
|
+
# Updates an HTTPS Edge by ID. If a module is not specified in the update, it will
|
42
|
+
# not be modified. However, each module configuration that is specified will
|
43
|
+
# completely replace the existing value. There is no way to delete an existing
|
44
|
+
# module via this API, instead use the delete module API.
|
45
|
+
#
|
46
|
+
# https://ngrok.com/docs/api#api-edges-https-update
|
47
|
+
def update(
|
48
|
+
description: nil,
|
49
|
+
metadata: nil,
|
50
|
+
hostports: nil,
|
51
|
+
mutual_tls: nil,
|
52
|
+
tls_termination: nil
|
53
|
+
)
|
54
|
+
@description = description if description
|
55
|
+
@metadata = metadata if metadata
|
56
|
+
@hostports = hostports if hostports
|
57
|
+
@mutual_tls = mutual_tls if mutual_tls
|
58
|
+
@tls_termination = tls_termination if tls_termination
|
59
|
+
@client.update(
|
60
|
+
id: @id,
|
61
|
+
description: description,
|
62
|
+
metadata: metadata,
|
63
|
+
hostports: hostports,
|
64
|
+
mutual_tls: mutual_tls,
|
65
|
+
tls_termination: tls_termination
|
66
|
+
)
|
67
|
+
end
|
68
|
+
|
69
|
+
##
|
70
|
+
# Delete an HTTPS Edge by ID
|
71
|
+
#
|
72
|
+
# https://ngrok.com/docs/api#api-edges-https-delete
|
73
|
+
def delete
|
74
|
+
@client.delete(
|
75
|
+
id: @id
|
76
|
+
)
|
77
|
+
end
|
78
|
+
end
|
79
|
+
end
|
80
|
+
end
|