ngrok-api 0.14.0 → 0.17.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/CNAME +1 -0
- 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 +176 -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
@@ -2,53 +2,51 @@
|
|
2
2
|
|
3
3
|
module NgrokAPI
|
4
4
|
module Models
|
5
|
-
class
|
5
|
+
class HTTPSEdgeRoute
|
6
6
|
attr_reader :client,
|
7
7
|
:result,
|
8
|
+
:edge_id,
|
8
9
|
:id,
|
9
|
-
:type,
|
10
|
-
:description,
|
11
|
-
:metadata,
|
12
10
|
:created_at,
|
11
|
+
:match_type,
|
12
|
+
:match,
|
13
13
|
:uri,
|
14
|
-
:
|
14
|
+
:description,
|
15
|
+
:metadata,
|
16
|
+
:backend,
|
17
|
+
:ip_restriction,
|
15
18
|
:circuit_breaker,
|
16
19
|
:compression,
|
17
20
|
:request_headers,
|
18
21
|
:response_headers,
|
19
|
-
:
|
20
|
-
:mutual_tls,
|
21
|
-
:tls_termination,
|
22
|
-
:webhook_validation,
|
22
|
+
:webhook_verification,
|
23
23
|
:oauth,
|
24
|
-
:logging,
|
25
24
|
:saml,
|
26
25
|
:oidc,
|
27
|
-
:
|
26
|
+
:websocket_tcp_converter
|
28
27
|
|
29
28
|
def initialize(client:, result:)
|
30
29
|
@client = client
|
31
30
|
@result = result
|
31
|
+
@edge_id = @result['edge_id']
|
32
32
|
@id = @result['id']
|
33
|
-
@type = @result['type']
|
34
|
-
@description = @result['description']
|
35
|
-
@metadata = @result['metadata']
|
36
33
|
@created_at = @result['created_at']
|
34
|
+
@match_type = @result['match_type']
|
35
|
+
@match = @result['match']
|
37
36
|
@uri = @result['uri']
|
38
|
-
@
|
37
|
+
@description = @result['description']
|
38
|
+
@metadata = @result['metadata']
|
39
|
+
@backend = @result['backend']
|
40
|
+
@ip_restriction = @result['ip_restriction']
|
39
41
|
@circuit_breaker = @result['circuit_breaker']
|
40
42
|
@compression = @result['compression']
|
41
43
|
@request_headers = @result['request_headers']
|
42
44
|
@response_headers = @result['response_headers']
|
43
|
-
@
|
44
|
-
@mutual_tls = @result['mutual_tls']
|
45
|
-
@tls_termination = @result['tls_termination']
|
46
|
-
@webhook_validation = @result['webhook_validation']
|
45
|
+
@webhook_verification = @result['webhook_verification']
|
47
46
|
@oauth = @result['oauth']
|
48
|
-
@logging = @result['logging']
|
49
47
|
@saml = @result['saml']
|
50
48
|
@oidc = @result['oidc']
|
51
|
-
@
|
49
|
+
@websocket_tcp_converter = @result['websocket_tcp_converter']
|
52
50
|
end
|
53
51
|
|
54
52
|
def ==(other)
|
@@ -60,69 +58,74 @@ module NgrokAPI
|
|
60
58
|
end
|
61
59
|
|
62
60
|
##
|
63
|
-
#
|
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,
|
61
|
+
# Updates an HTTPS Edge Route by ID. If a module is not specified in the update,
|
75
62
|
# it will not be modified. However, each module configuration that is specified
|
76
63
|
# will completely replace the existing value. There is no way to delete an
|
77
64
|
# existing module via this API, instead use the delete module API.
|
78
65
|
#
|
79
|
-
# https://ngrok.com/docs/api#api-
|
66
|
+
# https://ngrok.com/docs/api#api-edges-https-routes-update
|
80
67
|
def update(
|
81
|
-
|
82
|
-
|
68
|
+
match_type: "",
|
69
|
+
match: "",
|
70
|
+
description: "",
|
71
|
+
metadata: "",
|
72
|
+
backend: nil,
|
73
|
+
ip_restriction: nil,
|
83
74
|
circuit_breaker: nil,
|
84
75
|
compression: nil,
|
85
76
|
request_headers: nil,
|
86
77
|
response_headers: nil,
|
87
|
-
|
88
|
-
mutual_tls: nil,
|
89
|
-
tls_termination: nil,
|
90
|
-
webhook_validation: nil,
|
78
|
+
webhook_verification: nil,
|
91
79
|
oauth: nil,
|
92
|
-
logging: nil,
|
93
80
|
saml: nil,
|
94
|
-
oidc: nil
|
81
|
+
oidc: nil,
|
82
|
+
websocket_tcp_converter: nil
|
95
83
|
)
|
84
|
+
@match_type = match_type if match_type
|
85
|
+
@match = match if match
|
96
86
|
@description = description if description
|
97
87
|
@metadata = metadata if metadata
|
88
|
+
@backend = backend if backend
|
89
|
+
@ip_restriction = ip_restriction if ip_restriction
|
98
90
|
@circuit_breaker = circuit_breaker if circuit_breaker
|
99
91
|
@compression = compression if compression
|
100
92
|
@request_headers = request_headers if request_headers
|
101
93
|
@response_headers = response_headers if response_headers
|
102
|
-
@
|
103
|
-
@mutual_tls = mutual_tls if mutual_tls
|
104
|
-
@tls_termination = tls_termination if tls_termination
|
105
|
-
@webhook_validation = webhook_validation if webhook_validation
|
94
|
+
@webhook_verification = webhook_verification if webhook_verification
|
106
95
|
@oauth = oauth if oauth
|
107
|
-
@logging = logging if logging
|
108
96
|
@saml = saml if saml
|
109
97
|
@oidc = oidc if oidc
|
98
|
+
@websocket_tcp_converter = websocket_tcp_converter if websocket_tcp_converter
|
110
99
|
@client.update(
|
100
|
+
edge_id: @edge_id,
|
111
101
|
id: @id,
|
102
|
+
match_type: match_type,
|
103
|
+
match: match,
|
112
104
|
description: description,
|
113
105
|
metadata: metadata,
|
106
|
+
backend: backend,
|
107
|
+
ip_restriction: ip_restriction,
|
114
108
|
circuit_breaker: circuit_breaker,
|
115
109
|
compression: compression,
|
116
110
|
request_headers: request_headers,
|
117
111
|
response_headers: response_headers,
|
118
|
-
|
119
|
-
mutual_tls: mutual_tls,
|
120
|
-
tls_termination: tls_termination,
|
121
|
-
webhook_validation: webhook_validation,
|
112
|
+
webhook_verification: webhook_verification,
|
122
113
|
oauth: oauth,
|
123
|
-
logging: logging,
|
124
114
|
saml: saml,
|
125
|
-
oidc: oidc
|
115
|
+
oidc: oidc,
|
116
|
+
websocket_tcp_converter: websocket_tcp_converter
|
117
|
+
)
|
118
|
+
end
|
119
|
+
|
120
|
+
##
|
121
|
+
# Delete an HTTPS Edge Route by ID
|
122
|
+
#
|
123
|
+
# https://ngrok.com/docs/api#api-edges-https-routes-delete
|
124
|
+
def delete(
|
125
|
+
)
|
126
|
+
@client.delete(
|
127
|
+
edge_id: @edge_id,
|
128
|
+
id: @id
|
126
129
|
)
|
127
130
|
end
|
128
131
|
end
|
@@ -11,7 +11,8 @@ module NgrokAPI
|
|
11
11
|
:description,
|
12
12
|
:metadata,
|
13
13
|
:cidr,
|
14
|
-
:ip_policy
|
14
|
+
:ip_policy,
|
15
|
+
:action
|
15
16
|
|
16
17
|
def initialize(client:, result:)
|
17
18
|
@client = client
|
@@ -23,6 +24,7 @@ module NgrokAPI
|
|
23
24
|
@metadata = @result['metadata']
|
24
25
|
@cidr = @result['cidr']
|
25
26
|
@ip_policy = @result['ip_policy']
|
27
|
+
@action = @result['action']
|
26
28
|
end
|
27
29
|
|
28
30
|
def ==(other)
|
@@ -0,0 +1,78 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module NgrokAPI
|
4
|
+
module Models
|
5
|
+
class TCPEdge
|
6
|
+
attr_reader :client,
|
7
|
+
:result,
|
8
|
+
:id,
|
9
|
+
:description,
|
10
|
+
:metadata,
|
11
|
+
:created_at,
|
12
|
+
:uri,
|
13
|
+
:hostports,
|
14
|
+
:backend,
|
15
|
+
:ip_restriction
|
16
|
+
|
17
|
+
def initialize(client:, result:)
|
18
|
+
@client = client
|
19
|
+
@result = result
|
20
|
+
@id = @result['id']
|
21
|
+
@description = @result['description']
|
22
|
+
@metadata = @result['metadata']
|
23
|
+
@created_at = @result['created_at']
|
24
|
+
@uri = @result['uri']
|
25
|
+
@hostports = @result['hostports']
|
26
|
+
@backend = @result['backend']
|
27
|
+
@ip_restriction = @result['ip_restriction']
|
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
|
+
# Updates a TCP Edge by ID. If a module is not specified in the update, it will
|
40
|
+
# not be modified. However, each module configuration that is specified will
|
41
|
+
# completely replace the existing value. There is no way to delete an existing
|
42
|
+
# module via this API, instead use the delete module API.
|
43
|
+
#
|
44
|
+
# https://ngrok.com/docs/api#api-edges-tcp-update
|
45
|
+
def update(
|
46
|
+
description: nil,
|
47
|
+
metadata: nil,
|
48
|
+
hostports: nil,
|
49
|
+
backend: nil,
|
50
|
+
ip_restriction: nil
|
51
|
+
)
|
52
|
+
@description = description if description
|
53
|
+
@metadata = metadata if metadata
|
54
|
+
@hostports = hostports if hostports
|
55
|
+
@backend = backend if backend
|
56
|
+
@ip_restriction = ip_restriction if ip_restriction
|
57
|
+
@client.update(
|
58
|
+
id: @id,
|
59
|
+
description: description,
|
60
|
+
metadata: metadata,
|
61
|
+
hostports: hostports,
|
62
|
+
backend: backend,
|
63
|
+
ip_restriction: ip_restriction
|
64
|
+
)
|
65
|
+
end
|
66
|
+
|
67
|
+
##
|
68
|
+
# Delete a TCP Edge by ID
|
69
|
+
#
|
70
|
+
# https://ngrok.com/docs/api#api-edges-tcp-delete
|
71
|
+
def delete
|
72
|
+
@client.delete(
|
73
|
+
id: @id
|
74
|
+
)
|
75
|
+
end
|
76
|
+
end
|
77
|
+
end
|
78
|
+
end
|
@@ -0,0 +1,88 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module NgrokAPI
|
4
|
+
module Models
|
5
|
+
class TLSEdge
|
6
|
+
attr_reader :client,
|
7
|
+
:result,
|
8
|
+
:id,
|
9
|
+
:description,
|
10
|
+
:metadata,
|
11
|
+
:created_at,
|
12
|
+
:uri,
|
13
|
+
:hostports,
|
14
|
+
:backend,
|
15
|
+
:ip_restriction,
|
16
|
+
:mutual_tls,
|
17
|
+
:tls_termination
|
18
|
+
|
19
|
+
def initialize(client:, result:)
|
20
|
+
@client = client
|
21
|
+
@result = result
|
22
|
+
@id = @result['id']
|
23
|
+
@description = @result['description']
|
24
|
+
@metadata = @result['metadata']
|
25
|
+
@created_at = @result['created_at']
|
26
|
+
@uri = @result['uri']
|
27
|
+
@hostports = @result['hostports']
|
28
|
+
@backend = @result['backend']
|
29
|
+
@ip_restriction = @result['ip_restriction']
|
30
|
+
@mutual_tls = @result['mutual_tls']
|
31
|
+
@tls_termination = @result['tls_termination']
|
32
|
+
end
|
33
|
+
|
34
|
+
def ==(other)
|
35
|
+
@result == other.result
|
36
|
+
end
|
37
|
+
|
38
|
+
def to_s
|
39
|
+
@result.to_s
|
40
|
+
end
|
41
|
+
|
42
|
+
##
|
43
|
+
# Updates a TLS Edge by ID. If a module is not specified in the update, it will
|
44
|
+
# not be modified. However, each module configuration that is specified will
|
45
|
+
# completely replace the existing value. There is no way to delete an existing
|
46
|
+
# module via this API, instead use the delete module API.
|
47
|
+
#
|
48
|
+
# https://ngrok.com/docs/api#api-edges-tls-update
|
49
|
+
def update(
|
50
|
+
description: nil,
|
51
|
+
metadata: nil,
|
52
|
+
hostports: nil,
|
53
|
+
backend: nil,
|
54
|
+
ip_restriction: nil,
|
55
|
+
mutual_tls: nil,
|
56
|
+
tls_termination: nil
|
57
|
+
)
|
58
|
+
@description = description if description
|
59
|
+
@metadata = metadata if metadata
|
60
|
+
@hostports = hostports if hostports
|
61
|
+
@backend = backend if backend
|
62
|
+
@ip_restriction = ip_restriction if ip_restriction
|
63
|
+
@mutual_tls = mutual_tls if mutual_tls
|
64
|
+
@tls_termination = tls_termination if tls_termination
|
65
|
+
@client.update(
|
66
|
+
id: @id,
|
67
|
+
description: description,
|
68
|
+
metadata: metadata,
|
69
|
+
hostports: hostports,
|
70
|
+
backend: backend,
|
71
|
+
ip_restriction: ip_restriction,
|
72
|
+
mutual_tls: mutual_tls,
|
73
|
+
tls_termination: tls_termination
|
74
|
+
)
|
75
|
+
end
|
76
|
+
|
77
|
+
##
|
78
|
+
# Delete a TLS Edge by ID
|
79
|
+
#
|
80
|
+
# https://ngrok.com/docs/api#api-edges-tls-delete
|
81
|
+
def delete
|
82
|
+
@client.delete(
|
83
|
+
id: @id
|
84
|
+
)
|
85
|
+
end
|
86
|
+
end
|
87
|
+
end
|
88
|
+
end
|
@@ -11,7 +11,11 @@ module NgrokAPI
|
|
11
11
|
:metadata,
|
12
12
|
:proto,
|
13
13
|
:region,
|
14
|
-
:tunnel_session
|
14
|
+
:tunnel_session,
|
15
|
+
:endpoint,
|
16
|
+
:labels,
|
17
|
+
:backends,
|
18
|
+
:forwards_to
|
15
19
|
|
16
20
|
def initialize(client:, result:)
|
17
21
|
@client = client
|
@@ -23,6 +27,10 @@ module NgrokAPI
|
|
23
27
|
@proto = @result['proto']
|
24
28
|
@region = @result['region']
|
25
29
|
@tunnel_session = @result['tunnel_session']
|
30
|
+
@endpoint = @result['endpoint']
|
31
|
+
@labels = @result['labels']
|
32
|
+
@backends = @result['backends']
|
33
|
+
@forwards_to = @result['forwards_to']
|
26
34
|
end
|
27
35
|
|
28
36
|
def ==(other)
|
@@ -0,0 +1,67 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module NgrokAPI
|
4
|
+
module Models
|
5
|
+
class TunnelGroupBackend
|
6
|
+
attr_reader :client,
|
7
|
+
:result,
|
8
|
+
:id,
|
9
|
+
:uri,
|
10
|
+
:created_at,
|
11
|
+
:description,
|
12
|
+
:metadata,
|
13
|
+
:labels,
|
14
|
+
:tunnels
|
15
|
+
|
16
|
+
def initialize(client:, result:)
|
17
|
+
@client = client
|
18
|
+
@result = result
|
19
|
+
@id = @result['id']
|
20
|
+
@uri = @result['uri']
|
21
|
+
@created_at = @result['created_at']
|
22
|
+
@description = @result['description']
|
23
|
+
@metadata = @result['metadata']
|
24
|
+
@labels = @result['labels']
|
25
|
+
@tunnels = @result['tunnels']
|
26
|
+
end
|
27
|
+
|
28
|
+
def ==(other)
|
29
|
+
@result == other.result
|
30
|
+
end
|
31
|
+
|
32
|
+
def to_s
|
33
|
+
@result.to_s
|
34
|
+
end
|
35
|
+
|
36
|
+
##
|
37
|
+
# Delete a TunnelGroup backend by ID. TODO what if used?
|
38
|
+
#
|
39
|
+
# https://ngrok.com/docs/api#api-tunnel-group-backends-delete
|
40
|
+
def delete
|
41
|
+
@client.delete(
|
42
|
+
id: @id
|
43
|
+
)
|
44
|
+
end
|
45
|
+
|
46
|
+
##
|
47
|
+
# Update TunnelGroup backend by ID
|
48
|
+
#
|
49
|
+
# https://ngrok.com/docs/api#api-tunnel-group-backends-update
|
50
|
+
def update(
|
51
|
+
description: nil,
|
52
|
+
metadata: nil,
|
53
|
+
labels: {}
|
54
|
+
)
|
55
|
+
@description = description if description
|
56
|
+
@metadata = metadata if metadata
|
57
|
+
@labels = labels if labels
|
58
|
+
@client.update(
|
59
|
+
id: @id,
|
60
|
+
description: description,
|
61
|
+
metadata: metadata,
|
62
|
+
labels: labels
|
63
|
+
)
|
64
|
+
end
|
65
|
+
end
|
66
|
+
end
|
67
|
+
end
|
@@ -0,0 +1,65 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module NgrokAPI
|
4
|
+
module Models
|
5
|
+
class WeightedBackend
|
6
|
+
attr_reader :client,
|
7
|
+
:result,
|
8
|
+
:id,
|
9
|
+
:uri,
|
10
|
+
:created_at,
|
11
|
+
:description,
|
12
|
+
:metadata,
|
13
|
+
:backends
|
14
|
+
|
15
|
+
def initialize(client:, result:)
|
16
|
+
@client = client
|
17
|
+
@result = result
|
18
|
+
@id = @result['id']
|
19
|
+
@uri = @result['uri']
|
20
|
+
@created_at = @result['created_at']
|
21
|
+
@description = @result['description']
|
22
|
+
@metadata = @result['metadata']
|
23
|
+
@backends = @result['backends']
|
24
|
+
end
|
25
|
+
|
26
|
+
def ==(other)
|
27
|
+
@result == other.result
|
28
|
+
end
|
29
|
+
|
30
|
+
def to_s
|
31
|
+
@result.to_s
|
32
|
+
end
|
33
|
+
|
34
|
+
##
|
35
|
+
# Delete a Weighted backend by ID. TODO what if used?
|
36
|
+
#
|
37
|
+
# https://ngrok.com/docs/api#api-weighted-backends-delete
|
38
|
+
def delete
|
39
|
+
@client.delete(
|
40
|
+
id: @id
|
41
|
+
)
|
42
|
+
end
|
43
|
+
|
44
|
+
##
|
45
|
+
# Update Weighted backend by ID
|
46
|
+
#
|
47
|
+
# https://ngrok.com/docs/api#api-weighted-backends-update
|
48
|
+
def update(
|
49
|
+
description: nil,
|
50
|
+
metadata: nil,
|
51
|
+
backends: {}
|
52
|
+
)
|
53
|
+
@description = description if description
|
54
|
+
@metadata = metadata if metadata
|
55
|
+
@backends = backends if backends
|
56
|
+
@client.update(
|
57
|
+
id: @id,
|
58
|
+
description: description,
|
59
|
+
metadata: metadata,
|
60
|
+
backends: backends
|
61
|
+
)
|
62
|
+
end
|
63
|
+
end
|
64
|
+
end
|
65
|
+
end
|
@@ -27,10 +27,7 @@ module NgrokAPI
|
|
27
27
|
# @return [NgrokAPI::Models::AbuseReport] result from the API request
|
28
28
|
#
|
29
29
|
# https://ngrok.com/docs/api#api-abuse-reports-create
|
30
|
-
def create(
|
31
|
-
urls:,
|
32
|
-
metadata: ""
|
33
|
-
)
|
30
|
+
def create(urls:, metadata: "")
|
34
31
|
path = '/abuse_reports'
|
35
32
|
replacements = {
|
36
33
|
}
|
@@ -48,9 +45,7 @@ module NgrokAPI
|
|
48
45
|
# @return [NgrokAPI::Models::AbuseReport] result from the API request
|
49
46
|
#
|
50
47
|
# https://ngrok.com/docs/api#api-abuse-reports-get
|
51
|
-
def get(
|
52
|
-
id: ""
|
53
|
-
)
|
48
|
+
def get(id: "")
|
54
49
|
path = '/abuse_reports/%{id}'
|
55
50
|
replacements = {
|
56
51
|
id: id,
|
@@ -68,9 +63,7 @@ module NgrokAPI
|
|
68
63
|
# @return [NgrokAPI::Models::AbuseReport] result from the API request
|
69
64
|
#
|
70
65
|
# https://ngrok.com/docs/api#api-abuse-reports-get
|
71
|
-
def get!(
|
72
|
-
id: ""
|
73
|
-
)
|
66
|
+
def get!(id: "")
|
74
67
|
path = '/abuse_reports/%{id}'
|
75
68
|
replacements = {
|
76
69
|
id: id,
|