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
@@ -3,10 +3,10 @@
|
|
3
3
|
module NgrokAPI
|
4
4
|
module Services
|
5
5
|
##
|
6
|
-
# https://ngrok.com/docs/api#api-
|
7
|
-
class
|
6
|
+
# https://ngrok.com/docs/api#api-tls-edge-mutual-tls-module
|
7
|
+
class TLSEdgeMutualTLSModuleClient
|
8
8
|
# The API path for the requests
|
9
|
-
PATH = '/
|
9
|
+
PATH = '/edges/tls/%{id}/mutual_tls'
|
10
10
|
|
11
11
|
attr_reader :client
|
12
12
|
|
@@ -19,12 +19,9 @@ module NgrokAPI
|
|
19
19
|
# @param [EndpointMutualTLSMutate] a_module
|
20
20
|
# @return [NgrokAPI::Models::EndpointMutualTLS] result from the API request
|
21
21
|
#
|
22
|
-
# https://ngrok.com/docs/api#api-
|
23
|
-
def replace(
|
24
|
-
id
|
25
|
-
a_module: nil
|
26
|
-
)
|
27
|
-
path = '/endpoint_configurations/%{id}/mutual_tls'
|
22
|
+
# https://ngrok.com/docs/api#api-tls-edge-mutual-tls-module-replace
|
23
|
+
def replace(id: "", a_module: nil)
|
24
|
+
path = '/edges/tls/%{id}/mutual_tls'
|
28
25
|
replacements = {
|
29
26
|
id: id,
|
30
27
|
}
|
@@ -39,12 +36,9 @@ module NgrokAPI
|
|
39
36
|
# @param [EndpointMutualTLSMutate] a_module
|
40
37
|
# @return [NgrokAPI::Models::EndpointMutualTLS] result from the API request
|
41
38
|
#
|
42
|
-
# https://ngrok.com/docs/api#api-
|
43
|
-
def replace!(
|
44
|
-
id
|
45
|
-
a_module: nil
|
46
|
-
)
|
47
|
-
path = '/endpoint_configurations/%{id}/mutual_tls'
|
39
|
+
# https://ngrok.com/docs/api#api-tls-edge-mutual-tls-module-replace
|
40
|
+
def replace!(id: "", a_module: nil)
|
41
|
+
path = '/edges/tls/%{id}/mutual_tls'
|
48
42
|
replacements = {
|
49
43
|
id: id,
|
50
44
|
}
|
@@ -58,11 +52,9 @@ module NgrokAPI
|
|
58
52
|
# @param [string] id a resource identifier
|
59
53
|
# @return [NgrokAPI::Models::EndpointMutualTLS] result from the API request
|
60
54
|
#
|
61
|
-
# https://ngrok.com/docs/api#api-
|
62
|
-
def get(
|
63
|
-
id
|
64
|
-
)
|
65
|
-
path = '/endpoint_configurations/%{id}/mutual_tls'
|
55
|
+
# https://ngrok.com/docs/api#api-tls-edge-mutual-tls-module-get
|
56
|
+
def get(id: "")
|
57
|
+
path = '/edges/tls/%{id}/mutual_tls'
|
66
58
|
replacements = {
|
67
59
|
id: id,
|
68
60
|
}
|
@@ -75,11 +67,9 @@ module NgrokAPI
|
|
75
67
|
# @param [string] id a resource identifier
|
76
68
|
# @return [NgrokAPI::Models::EndpointMutualTLS] result from the API request
|
77
69
|
#
|
78
|
-
# https://ngrok.com/docs/api#api-
|
79
|
-
def get!(
|
80
|
-
id
|
81
|
-
)
|
82
|
-
path = '/endpoint_configurations/%{id}/mutual_tls'
|
70
|
+
# https://ngrok.com/docs/api#api-tls-edge-mutual-tls-module-get
|
71
|
+
def get!(id: "")
|
72
|
+
path = '/edges/tls/%{id}/mutual_tls'
|
83
73
|
replacements = {
|
84
74
|
id: id,
|
85
75
|
}
|
@@ -92,11 +82,9 @@ module NgrokAPI
|
|
92
82
|
# @param [string] id a resource identifier
|
93
83
|
# @return [NgrokAPI::Models::Empty] result from the API request
|
94
84
|
#
|
95
|
-
# https://ngrok.com/docs/api#api-
|
96
|
-
def delete(
|
97
|
-
id
|
98
|
-
)
|
99
|
-
path = '/endpoint_configurations/%{id}/mutual_tls'
|
85
|
+
# https://ngrok.com/docs/api#api-tls-edge-mutual-tls-module-delete
|
86
|
+
def delete(id: "")
|
87
|
+
path = '/edges/tls/%{id}/mutual_tls'
|
100
88
|
replacements = {
|
101
89
|
id: id,
|
102
90
|
}
|
@@ -107,11 +95,9 @@ module NgrokAPI
|
|
107
95
|
# @param [string] id a resource identifier
|
108
96
|
# @return [NgrokAPI::Models::Empty] result from the API request
|
109
97
|
#
|
110
|
-
# https://ngrok.com/docs/api#api-
|
111
|
-
def delete!(
|
112
|
-
id
|
113
|
-
)
|
114
|
-
path = '/endpoint_configurations/%{id}/mutual_tls'
|
98
|
+
# https://ngrok.com/docs/api#api-tls-edge-mutual-tls-module-delete
|
99
|
+
def delete!(id: "")
|
100
|
+
path = '/edges/tls/%{id}/mutual_tls'
|
115
101
|
replacements = {
|
116
102
|
id: id,
|
117
103
|
}
|
@@ -3,10 +3,10 @@
|
|
3
3
|
module NgrokAPI
|
4
4
|
module Services
|
5
5
|
##
|
6
|
-
# https://ngrok.com/docs/api#api-
|
7
|
-
class
|
6
|
+
# https://ngrok.com/docs/api#api-tls-edge-tls-termination-module
|
7
|
+
class TLSEdgeTLSTerminationModuleClient
|
8
8
|
# The API path for the requests
|
9
|
-
PATH = '/
|
9
|
+
PATH = '/edges/tls/%{id}/tls_termination'
|
10
10
|
|
11
11
|
attr_reader :client
|
12
12
|
|
@@ -19,12 +19,9 @@ module NgrokAPI
|
|
19
19
|
# @param [EndpointTLSTermination] a_module
|
20
20
|
# @return [NgrokAPI::Models::EndpointTLSTermination] result from the API request
|
21
21
|
#
|
22
|
-
# https://ngrok.com/docs/api#api-
|
23
|
-
def replace(
|
24
|
-
id
|
25
|
-
a_module: nil
|
26
|
-
)
|
27
|
-
path = '/endpoint_configurations/%{id}/tls_termination'
|
22
|
+
# https://ngrok.com/docs/api#api-tls-edge-tls-termination-module-replace
|
23
|
+
def replace(id: "", a_module: nil)
|
24
|
+
path = '/edges/tls/%{id}/tls_termination'
|
28
25
|
replacements = {
|
29
26
|
id: id,
|
30
27
|
}
|
@@ -39,12 +36,9 @@ module NgrokAPI
|
|
39
36
|
# @param [EndpointTLSTermination] a_module
|
40
37
|
# @return [NgrokAPI::Models::EndpointTLSTermination] result from the API request
|
41
38
|
#
|
42
|
-
# https://ngrok.com/docs/api#api-
|
43
|
-
def replace!(
|
44
|
-
id
|
45
|
-
a_module: nil
|
46
|
-
)
|
47
|
-
path = '/endpoint_configurations/%{id}/tls_termination'
|
39
|
+
# https://ngrok.com/docs/api#api-tls-edge-tls-termination-module-replace
|
40
|
+
def replace!(id: "", a_module: nil)
|
41
|
+
path = '/edges/tls/%{id}/tls_termination'
|
48
42
|
replacements = {
|
49
43
|
id: id,
|
50
44
|
}
|
@@ -58,11 +52,9 @@ module NgrokAPI
|
|
58
52
|
# @param [string] id a resource identifier
|
59
53
|
# @return [NgrokAPI::Models::EndpointTLSTermination] result from the API request
|
60
54
|
#
|
61
|
-
# https://ngrok.com/docs/api#api-
|
62
|
-
def get(
|
63
|
-
id
|
64
|
-
)
|
65
|
-
path = '/endpoint_configurations/%{id}/tls_termination'
|
55
|
+
# https://ngrok.com/docs/api#api-tls-edge-tls-termination-module-get
|
56
|
+
def get(id: "")
|
57
|
+
path = '/edges/tls/%{id}/tls_termination'
|
66
58
|
replacements = {
|
67
59
|
id: id,
|
68
60
|
}
|
@@ -75,11 +67,9 @@ module NgrokAPI
|
|
75
67
|
# @param [string] id a resource identifier
|
76
68
|
# @return [NgrokAPI::Models::EndpointTLSTermination] result from the API request
|
77
69
|
#
|
78
|
-
# https://ngrok.com/docs/api#api-
|
79
|
-
def get!(
|
80
|
-
id
|
81
|
-
)
|
82
|
-
path = '/endpoint_configurations/%{id}/tls_termination'
|
70
|
+
# https://ngrok.com/docs/api#api-tls-edge-tls-termination-module-get
|
71
|
+
def get!(id: "")
|
72
|
+
path = '/edges/tls/%{id}/tls_termination'
|
83
73
|
replacements = {
|
84
74
|
id: id,
|
85
75
|
}
|
@@ -92,11 +82,9 @@ module NgrokAPI
|
|
92
82
|
# @param [string] id a resource identifier
|
93
83
|
# @return [NgrokAPI::Models::Empty] result from the API request
|
94
84
|
#
|
95
|
-
# https://ngrok.com/docs/api#api-
|
96
|
-
def delete(
|
97
|
-
id
|
98
|
-
)
|
99
|
-
path = '/endpoint_configurations/%{id}/tls_termination'
|
85
|
+
# https://ngrok.com/docs/api#api-tls-edge-tls-termination-module-delete
|
86
|
+
def delete(id: "")
|
87
|
+
path = '/edges/tls/%{id}/tls_termination'
|
100
88
|
replacements = {
|
101
89
|
id: id,
|
102
90
|
}
|
@@ -107,11 +95,9 @@ module NgrokAPI
|
|
107
95
|
# @param [string] id a resource identifier
|
108
96
|
# @return [NgrokAPI::Models::Empty] result from the API request
|
109
97
|
#
|
110
|
-
# https://ngrok.com/docs/api#api-
|
111
|
-
def delete!(
|
112
|
-
id
|
113
|
-
)
|
114
|
-
path = '/endpoint_configurations/%{id}/tls_termination'
|
98
|
+
# https://ngrok.com/docs/api#api-tls-edge-tls-termination-module-delete
|
99
|
+
def delete!(id: "")
|
100
|
+
path = '/edges/tls/%{id}/tls_termination'
|
115
101
|
replacements = {
|
116
102
|
id: id,
|
117
103
|
}
|
@@ -3,15 +3,15 @@
|
|
3
3
|
module NgrokAPI
|
4
4
|
module Services
|
5
5
|
##
|
6
|
-
#
|
7
|
-
#
|
6
|
+
# A Tunnel Group Backend balances traffic among all online tunnels that match
|
7
|
+
# a label selector.
|
8
8
|
#
|
9
|
-
# https://ngrok.com/docs/api#api-
|
10
|
-
class
|
9
|
+
# https://ngrok.com/docs/api#api-tunnel-group-backends
|
10
|
+
class TunnelGroupBackendsClient
|
11
11
|
# The API path for the requests
|
12
|
-
PATH = '/
|
12
|
+
PATH = '/backends/tunnel_group'
|
13
13
|
# The List Property from the resulting API for list calls
|
14
|
-
LIST_PROPERTY = '
|
14
|
+
LIST_PROPERTY = 'backends'
|
15
15
|
|
16
16
|
attr_reader :client
|
17
17
|
|
@@ -20,42 +20,35 @@ module NgrokAPI
|
|
20
20
|
end
|
21
21
|
|
22
22
|
##
|
23
|
-
# Create a new
|
24
|
-
#
|
25
|
-
#
|
26
|
-
# @param [string]
|
27
|
-
# @param [string]
|
28
|
-
# @
|
29
|
-
#
|
30
|
-
#
|
31
|
-
|
32
|
-
|
33
|
-
description: "",
|
34
|
-
metadata: "",
|
35
|
-
ip_net: ""
|
36
|
-
)
|
37
|
-
path = '/ip_whitelist'
|
23
|
+
# Create a new TunnelGroup backend
|
24
|
+
#
|
25
|
+
# @param [string] description human-readable description of this backend. Optional
|
26
|
+
# @param [string] metadata arbitrary user-defined machine-readable data of this backend. Optional
|
27
|
+
# @param [Map<string, string>] labels labels to watch for tunnels on, e.g. app->foo, dc->bar
|
28
|
+
# @return [NgrokAPI::Models::TunnelGroupBackend] result from the API request
|
29
|
+
#
|
30
|
+
# https://ngrok.com/docs/api#api-tunnel-group-backends-create
|
31
|
+
def create(description: "", metadata: "", labels: {})
|
32
|
+
path = '/backends/tunnel_group'
|
38
33
|
replacements = {
|
39
34
|
}
|
40
35
|
data = {}
|
41
36
|
data[:description] = description if description
|
42
37
|
data[:metadata] = metadata if metadata
|
43
|
-
data[:
|
38
|
+
data[:labels] = labels if labels
|
44
39
|
result = @client.post(path % replacements, data: data)
|
45
|
-
NgrokAPI::Models::
|
40
|
+
NgrokAPI::Models::TunnelGroupBackend.new(client: self, result: result)
|
46
41
|
end
|
47
42
|
|
48
43
|
##
|
49
|
-
# Delete
|
44
|
+
# Delete a TunnelGroup backend by ID. TODO what if used?
|
50
45
|
#
|
51
46
|
# @param [string] id a resource identifier
|
52
47
|
# @return [NgrokAPI::Models::Empty] result from the API request
|
53
48
|
#
|
54
|
-
# https://ngrok.com/docs/api#api-
|
55
|
-
def delete(
|
56
|
-
id
|
57
|
-
)
|
58
|
-
path = '/ip_whitelist/%{id}'
|
49
|
+
# https://ngrok.com/docs/api#api-tunnel-group-backends-delete
|
50
|
+
def delete(id: "")
|
51
|
+
path = '/backends/tunnel_group/%{id}'
|
59
52
|
replacements = {
|
60
53
|
id: id,
|
61
54
|
}
|
@@ -63,17 +56,15 @@ module NgrokAPI
|
|
63
56
|
end
|
64
57
|
|
65
58
|
##
|
66
|
-
# Delete
|
59
|
+
# Delete a TunnelGroup backend by ID. TODO what if used?
|
67
60
|
# Throws an exception if API error.
|
68
61
|
#
|
69
62
|
# @param [string] id a resource identifier
|
70
63
|
# @return [NgrokAPI::Models::Empty] result from the API request
|
71
64
|
#
|
72
|
-
# https://ngrok.com/docs/api#api-
|
73
|
-
def delete!(
|
74
|
-
id
|
75
|
-
)
|
76
|
-
path = '/ip_whitelist/%{id}'
|
65
|
+
# https://ngrok.com/docs/api#api-tunnel-group-backends-delete
|
66
|
+
def delete!(id: "")
|
67
|
+
path = '/backends/tunnel_group/%{id}'
|
77
68
|
replacements = {
|
78
69
|
id: id,
|
79
70
|
}
|
@@ -81,58 +72,51 @@ module NgrokAPI
|
|
81
72
|
end
|
82
73
|
|
83
74
|
##
|
84
|
-
# Get detailed information about
|
75
|
+
# Get detailed information about a TunnelGroup backend by ID
|
85
76
|
#
|
86
77
|
# @param [string] id a resource identifier
|
87
|
-
# @return [NgrokAPI::Models::
|
78
|
+
# @return [NgrokAPI::Models::TunnelGroupBackend] result from the API request
|
88
79
|
#
|
89
|
-
# https://ngrok.com/docs/api#api-
|
90
|
-
def get(
|
91
|
-
id
|
92
|
-
)
|
93
|
-
path = '/ip_whitelist/%{id}'
|
80
|
+
# https://ngrok.com/docs/api#api-tunnel-group-backends-get
|
81
|
+
def get(id: "")
|
82
|
+
path = '/backends/tunnel_group/%{id}'
|
94
83
|
replacements = {
|
95
84
|
id: id,
|
96
85
|
}
|
97
86
|
data = {}
|
98
87
|
result = @client.get(path % replacements, data: data)
|
99
|
-
NgrokAPI::Models::
|
88
|
+
NgrokAPI::Models::TunnelGroupBackend.new(client: self, result: result)
|
100
89
|
end
|
101
90
|
|
102
91
|
##
|
103
|
-
# Get detailed information about
|
92
|
+
# Get detailed information about a TunnelGroup backend by ID
|
104
93
|
# Throws an exception if API error.
|
105
94
|
#
|
106
95
|
# @param [string] id a resource identifier
|
107
|
-
# @return [NgrokAPI::Models::
|
96
|
+
# @return [NgrokAPI::Models::TunnelGroupBackend] result from the API request
|
108
97
|
#
|
109
|
-
# https://ngrok.com/docs/api#api-
|
110
|
-
def get!(
|
111
|
-
id
|
112
|
-
)
|
113
|
-
path = '/ip_whitelist/%{id}'
|
98
|
+
# https://ngrok.com/docs/api#api-tunnel-group-backends-get
|
99
|
+
def get!(id: "")
|
100
|
+
path = '/backends/tunnel_group/%{id}'
|
114
101
|
replacements = {
|
115
102
|
id: id,
|
116
103
|
}
|
117
104
|
data = {}
|
118
105
|
result = @client.get(path % replacements, data: data, danger: true)
|
119
|
-
NgrokAPI::Models::
|
106
|
+
NgrokAPI::Models::TunnelGroupBackend.new(client: self, result: result)
|
120
107
|
end
|
121
108
|
|
122
109
|
##
|
123
|
-
# List all
|
110
|
+
# List all TunnelGroup backends on this account
|
124
111
|
#
|
125
112
|
# @param [string] before_id
|
126
113
|
# @param [string] limit
|
127
114
|
# @param [string] url optional and mutually exclusive from before_id and limit
|
128
115
|
# @return [NgrokAPI::Models::Listable] result from the API request
|
129
116
|
#
|
130
|
-
# https://ngrok.com/docs/api#api-
|
131
|
-
def list(
|
132
|
-
|
133
|
-
limit: nil,
|
134
|
-
url: nil
|
135
|
-
)
|
117
|
+
# https://ngrok.com/docs/api#api-tunnel-group-backends-list
|
118
|
+
def list(before_id: nil, limit: nil,
|
119
|
+
url: nil)
|
136
120
|
result = @client.list(
|
137
121
|
before_id: before_id,
|
138
122
|
limit: limit,
|
@@ -144,12 +128,12 @@ module NgrokAPI
|
|
144
128
|
client: self,
|
145
129
|
result: result,
|
146
130
|
list_property: LIST_PROPERTY,
|
147
|
-
klass: NgrokAPI::Models::
|
131
|
+
klass: NgrokAPI::Models::TunnelGroupBackend
|
148
132
|
)
|
149
133
|
end
|
150
134
|
|
151
135
|
##
|
152
|
-
# List all
|
136
|
+
# List all TunnelGroup backends on this account
|
153
137
|
# Throws an exception if API error.
|
154
138
|
#
|
155
139
|
# @param [string] before_id
|
@@ -157,12 +141,9 @@ module NgrokAPI
|
|
157
141
|
# @param [string] url optional and mutually exclusive from before_id and limit
|
158
142
|
# @return [NgrokAPI::Models::Listable] result from the API request
|
159
143
|
#
|
160
|
-
# https://ngrok.com/docs/api#api-
|
161
|
-
def list!(
|
162
|
-
|
163
|
-
limit: nil,
|
164
|
-
url: nil
|
165
|
-
)
|
144
|
+
# https://ngrok.com/docs/api#api-tunnel-group-backends-list
|
145
|
+
def list!(before_id: nil, limit: nil,
|
146
|
+
url: nil)
|
166
147
|
result = @client.list(
|
167
148
|
before_id: before_id,
|
168
149
|
limit: limit,
|
@@ -175,60 +156,56 @@ module NgrokAPI
|
|
175
156
|
client: self,
|
176
157
|
result: result,
|
177
158
|
list_property: LIST_PROPERTY,
|
178
|
-
klass: NgrokAPI::Models::
|
159
|
+
klass: NgrokAPI::Models::TunnelGroupBackend,
|
179
160
|
danger: true
|
180
161
|
)
|
181
162
|
end
|
182
163
|
|
183
164
|
##
|
184
|
-
# Update
|
165
|
+
# Update TunnelGroup backend by ID
|
185
166
|
#
|
186
167
|
# @param [string] id
|
187
|
-
# @param [string] description human-readable description of
|
188
|
-
# @param [string] metadata arbitrary user-defined machine-readable data of this
|
189
|
-
# @
|
190
|
-
#
|
191
|
-
#
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
metadata: nil
|
196
|
-
)
|
197
|
-
path = '/ip_whitelist/%{id}'
|
168
|
+
# @param [string] description human-readable description of this backend. Optional
|
169
|
+
# @param [string] metadata arbitrary user-defined machine-readable data of this backend. Optional
|
170
|
+
# @param [Map<string, string>] labels labels to watch for tunnels on, e.g. app->foo, dc->bar
|
171
|
+
# @return [NgrokAPI::Models::TunnelGroupBackend] result from the API request
|
172
|
+
#
|
173
|
+
# https://ngrok.com/docs/api#api-tunnel-group-backends-update
|
174
|
+
def update(id: "", description: nil, metadata: nil, labels: {})
|
175
|
+
path = '/backends/tunnel_group/%{id}'
|
198
176
|
replacements = {
|
199
177
|
id: id,
|
200
178
|
}
|
201
179
|
data = {}
|
202
180
|
data[:description] = description if description
|
203
181
|
data[:metadata] = metadata if metadata
|
182
|
+
data[:labels] = labels if labels
|
204
183
|
result = @client.patch(path % replacements, data: data)
|
205
|
-
NgrokAPI::Models::
|
184
|
+
NgrokAPI::Models::TunnelGroupBackend.new(client: self, result: result)
|
206
185
|
end
|
207
186
|
|
208
187
|
##
|
209
|
-
# Update
|
188
|
+
# Update TunnelGroup backend by ID
|
210
189
|
# Throws an exception if API error.
|
211
190
|
#
|
212
191
|
# @param [string] id
|
213
|
-
# @param [string] description human-readable description of
|
214
|
-
# @param [string] metadata arbitrary user-defined machine-readable data of this
|
215
|
-
# @
|
216
|
-
#
|
217
|
-
#
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
metadata: nil
|
222
|
-
)
|
223
|
-
path = '/ip_whitelist/%{id}'
|
192
|
+
# @param [string] description human-readable description of this backend. Optional
|
193
|
+
# @param [string] metadata arbitrary user-defined machine-readable data of this backend. Optional
|
194
|
+
# @param [Map<string, string>] labels labels to watch for tunnels on, e.g. app->foo, dc->bar
|
195
|
+
# @return [NgrokAPI::Models::TunnelGroupBackend] result from the API request
|
196
|
+
#
|
197
|
+
# https://ngrok.com/docs/api#api-tunnel-group-backends-update
|
198
|
+
def update!(id: "", description: nil, metadata: nil, labels: {})
|
199
|
+
path = '/backends/tunnel_group/%{id}'
|
224
200
|
replacements = {
|
225
201
|
id: id,
|
226
202
|
}
|
227
203
|
data = {}
|
228
204
|
data[:description] = description if description
|
229
205
|
data[:metadata] = metadata if metadata
|
206
|
+
data[:labels] = labels if labels
|
230
207
|
result = @client.patch(path % replacements, data: data, danger: true)
|
231
|
-
NgrokAPI::Models::
|
208
|
+
NgrokAPI::Models::TunnelGroupBackend.new(client: self, result: result)
|
232
209
|
end
|
233
210
|
end
|
234
211
|
end
|
@@ -29,11 +29,8 @@ module NgrokAPI
|
|
29
29
|
# @return [NgrokAPI::Models::Listable] result from the API request
|
30
30
|
#
|
31
31
|
# https://ngrok.com/docs/api#api-tunnel-sessions-list
|
32
|
-
def list(
|
33
|
-
|
34
|
-
limit: nil,
|
35
|
-
url: nil
|
36
|
-
)
|
32
|
+
def list(before_id: nil, limit: nil,
|
33
|
+
url: nil)
|
37
34
|
result = @client.list(
|
38
35
|
before_id: before_id,
|
39
36
|
limit: limit,
|
@@ -59,11 +56,8 @@ module NgrokAPI
|
|
59
56
|
# @return [NgrokAPI::Models::Listable] result from the API request
|
60
57
|
#
|
61
58
|
# https://ngrok.com/docs/api#api-tunnel-sessions-list
|
62
|
-
def list!(
|
63
|
-
|
64
|
-
limit: nil,
|
65
|
-
url: nil
|
66
|
-
)
|
59
|
+
def list!(before_id: nil, limit: nil,
|
60
|
+
url: nil)
|
67
61
|
result = @client.list(
|
68
62
|
before_id: before_id,
|
69
63
|
limit: limit,
|
@@ -88,9 +82,7 @@ module NgrokAPI
|
|
88
82
|
# @return [NgrokAPI::Models::TunnelSession] result from the API request
|
89
83
|
#
|
90
84
|
# https://ngrok.com/docs/api#api-tunnel-sessions-get
|
91
|
-
def get(
|
92
|
-
id: ""
|
93
|
-
)
|
85
|
+
def get(id: "")
|
94
86
|
path = '/tunnel_sessions/%{id}'
|
95
87
|
replacements = {
|
96
88
|
id: id,
|
@@ -108,9 +100,7 @@ module NgrokAPI
|
|
108
100
|
# @return [NgrokAPI::Models::TunnelSession] result from the API request
|
109
101
|
#
|
110
102
|
# https://ngrok.com/docs/api#api-tunnel-sessions-get
|
111
|
-
def get!(
|
112
|
-
id: ""
|
113
|
-
)
|
103
|
+
def get!(id: "")
|
114
104
|
path = '/tunnel_sessions/%{id}'
|
115
105
|
replacements = {
|
116
106
|
id: id,
|
@@ -130,9 +120,7 @@ module NgrokAPI
|
|
130
120
|
# @return [NgrokAPI::Models::Empty] result from the API request
|
131
121
|
#
|
132
122
|
# https://ngrok.com/docs/api#api-tunnel-sessions-restart
|
133
|
-
def restart(
|
134
|
-
id: ""
|
135
|
-
)
|
123
|
+
def restart(id: "")
|
136
124
|
path = '/tunnel_sessions/%{id}/restart'
|
137
125
|
replacements = {
|
138
126
|
id: id,
|
@@ -151,9 +139,7 @@ module NgrokAPI
|
|
151
139
|
# @return [NgrokAPI::Models::Empty] result from the API request
|
152
140
|
#
|
153
141
|
# https://ngrok.com/docs/api#api-tunnel-sessions-restart
|
154
|
-
def restart!(
|
155
|
-
id: ""
|
156
|
-
)
|
142
|
+
def restart!(id: "")
|
157
143
|
path = '/tunnel_sessions/%{id}/restart'
|
158
144
|
replacements = {
|
159
145
|
id: id,
|
@@ -169,9 +155,7 @@ module NgrokAPI
|
|
169
155
|
# @return [NgrokAPI::Models::Empty] result from the API request
|
170
156
|
#
|
171
157
|
# https://ngrok.com/docs/api#api-tunnel-sessions-stop
|
172
|
-
def stop(
|
173
|
-
id: ""
|
174
|
-
)
|
158
|
+
def stop(id: "")
|
175
159
|
path = '/tunnel_sessions/%{id}/stop'
|
176
160
|
replacements = {
|
177
161
|
id: id,
|
@@ -188,9 +172,7 @@ module NgrokAPI
|
|
188
172
|
# @return [NgrokAPI::Models::Empty] result from the API request
|
189
173
|
#
|
190
174
|
# https://ngrok.com/docs/api#api-tunnel-sessions-stop
|
191
|
-
def stop!(
|
192
|
-
id: ""
|
193
|
-
)
|
175
|
+
def stop!(id: "")
|
194
176
|
path = '/tunnel_sessions/%{id}/stop'
|
195
177
|
replacements = {
|
196
178
|
id: id,
|
@@ -216,10 +198,7 @@ module NgrokAPI
|
|
216
198
|
# @return [NgrokAPI::Models::Empty] result from the API request
|
217
199
|
#
|
218
200
|
# https://ngrok.com/docs/api#api-tunnel-sessions-update
|
219
|
-
def update(
|
220
|
-
id: "",
|
221
|
-
version: ""
|
222
|
-
)
|
201
|
+
def update(id: "", version: "")
|
223
202
|
path = '/tunnel_sessions/%{id}/update'
|
224
203
|
replacements = {
|
225
204
|
id: id,
|
@@ -246,10 +225,7 @@ module NgrokAPI
|
|
246
225
|
# @return [NgrokAPI::Models::Empty] result from the API request
|
247
226
|
#
|
248
227
|
# https://ngrok.com/docs/api#api-tunnel-sessions-update
|
249
|
-
def update!(
|
250
|
-
id: "",
|
251
|
-
version: ""
|
252
|
-
)
|
228
|
+
def update!(id: "", version: "")
|
253
229
|
path = '/tunnel_sessions/%{id}/update'
|
254
230
|
replacements = {
|
255
231
|
id: id,
|