ngrok-api 0.16.0 → 0.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/doc/NgrokAPI/Client.html +270 -180
- data/doc/NgrokAPI/Error.html +2 -2
- data/doc/NgrokAPI/Errors/NotFoundError.html +2 -2
- data/doc/NgrokAPI/Errors.html +2 -2
- data/doc/NgrokAPI/HttpClient.html +2 -2
- data/doc/NgrokAPI/Models/APIKey.html +2 -2
- data/doc/NgrokAPI/Models/AWSAuth.html +2 -2
- data/doc/NgrokAPI/Models/AWSCredentials.html +2 -2
- data/doc/NgrokAPI/Models/AWSRole.html +2 -2
- data/doc/NgrokAPI/Models/AbuseReport.html +2 -2
- data/doc/NgrokAPI/Models/AbuseReportHostname.html +2 -2
- data/doc/NgrokAPI/Models/AgentIngress.html +2 -2
- data/doc/NgrokAPI/Models/CertificateAuthority.html +2 -2
- data/doc/NgrokAPI/Models/Credential.html +2 -2
- data/doc/NgrokAPI/Models/Endpoint.html +1431 -0
- data/{docs/NgrokAPI/Models/EndpointLogging.html → doc/NgrokAPI/Models/EndpointBackend.html} +41 -41
- data/doc/NgrokAPI/Models/{EndpointLoggingMutate.html → EndpointBackendMutate.html} +41 -41
- data/doc/NgrokAPI/Models/EndpointCircuitBreaker.html +2 -2
- data/doc/NgrokAPI/Models/EndpointCompression.html +2 -2
- data/doc/NgrokAPI/Models/EndpointIPPolicy.html +2 -2
- data/doc/NgrokAPI/Models/EndpointIPPolicyMutate.html +2 -2
- data/doc/NgrokAPI/Models/EndpointMutualTLS.html +2 -2
- data/doc/NgrokAPI/Models/EndpointMutualTLSMutate.html +2 -2
- data/doc/NgrokAPI/Models/EndpointOAuth.html +2 -2
- data/doc/NgrokAPI/Models/EndpointOAuthFacebook.html +2 -2
- data/doc/NgrokAPI/Models/EndpointOAuthGitHub.html +2 -2
- data/doc/NgrokAPI/Models/EndpointOAuthGoogle.html +2 -2
- data/doc/NgrokAPI/Models/EndpointOAuthMicrosoft.html +2 -2
- data/doc/NgrokAPI/Models/EndpointOAuthProvider.html +2 -2
- data/doc/NgrokAPI/Models/EndpointOIDC.html +2 -2
- data/doc/NgrokAPI/Models/EndpointRequestHeaders.html +2 -2
- data/doc/NgrokAPI/Models/EndpointResponseHeaders.html +2 -2
- data/doc/NgrokAPI/Models/EndpointSAML.html +2 -2
- data/doc/NgrokAPI/Models/EndpointSAMLMutate.html +2 -2
- data/doc/NgrokAPI/Models/EndpointTLSTermination.html +2 -2
- data/doc/NgrokAPI/Models/EndpointTLSTerminationAtEdge.html +617 -0
- data/doc/NgrokAPI/Models/EndpointWebhookValidation.html +2 -2
- data/doc/NgrokAPI/Models/EndpointWebsocketTCPConverter.html +543 -0
- data/doc/NgrokAPI/Models/EventDestination.html +6 -6
- data/doc/NgrokAPI/Models/EventSource.html +2 -2
- data/doc/NgrokAPI/Models/EventSourceList.html +2 -2
- data/doc/NgrokAPI/Models/EventSourceReplace.html +2 -2
- data/doc/NgrokAPI/Models/EventSubscription.html +2 -2
- data/doc/NgrokAPI/Models/EventTarget.html +2 -2
- data/doc/NgrokAPI/Models/EventTargetCloudwatchLogs.html +2 -2
- data/doc/NgrokAPI/Models/EventTargetFirehose.html +2 -2
- data/doc/NgrokAPI/Models/EventTargetKinesis.html +2 -2
- 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} +118 -118
- data/doc/NgrokAPI/Models/{EndpointConfiguration.html → HTTPSEdgeRoute.html} +202 -264
- data/doc/NgrokAPI/Models/IPPolicy.html +2 -2
- data/doc/NgrokAPI/Models/IPPolicyRule.html +96 -22
- data/doc/NgrokAPI/Models/IPRestriction.html +2 -2
- data/doc/NgrokAPI/Models/Listable.html +2 -2
- data/doc/NgrokAPI/Models/Ref.html +2 -2
- data/doc/NgrokAPI/Models/ReservedAddr.html +2 -2
- data/doc/NgrokAPI/Models/ReservedDomain.html +2 -2
- data/doc/NgrokAPI/Models/ReservedDomainCertJob.html +2 -2
- data/doc/NgrokAPI/Models/ReservedDomainCertPolicy.html +2 -2
- data/doc/NgrokAPI/Models/ReservedDomainCertStatus.html +2 -2
- data/doc/NgrokAPI/Models/SSHCertificateAuthority.html +2 -2
- data/doc/NgrokAPI/Models/SSHCredential.html +2 -2
- data/doc/NgrokAPI/Models/SSHHostCertificate.html +2 -2
- data/doc/NgrokAPI/Models/SSHUserCertificate.html +2 -2
- data/doc/NgrokAPI/Models/TCPEdge.html +1235 -0
- data/doc/NgrokAPI/Models/TLSCertificate.html +2 -2
- data/doc/NgrokAPI/Models/TLSCertificateSANs.html +2 -2
- data/doc/NgrokAPI/Models/TLSEdge.html +1395 -0
- data/doc/NgrokAPI/Models/Tunnel.html +313 -17
- data/doc/NgrokAPI/Models/TunnelGroupBackend.html +1149 -0
- data/doc/NgrokAPI/Models/TunnelSession.html +2 -2
- data/doc/NgrokAPI/Models/WeightedBackend.html +1075 -0
- data/doc/NgrokAPI/Models.html +4 -4
- data/doc/NgrokAPI/PagedIterator.html +2 -2
- data/doc/NgrokAPI/Services/APIKeysClient.html +2 -2
- data/doc/NgrokAPI/Services/AbuseReportsClient.html +2 -2
- data/doc/NgrokAPI/Services/AgentIngressesClient.html +2 -2
- data/doc/NgrokAPI/Services/CertificateAuthoritiesClient.html +2 -2
- data/doc/NgrokAPI/Services/CredentialsClient.html +2 -2
- data/doc/NgrokAPI/Services/EdgeRouteBackendModuleClient.html +1153 -0
- data/doc/NgrokAPI/Services/{EndpointCircuitBreakerModuleClient.html → EdgeRouteCircuitBreakerModuleClient.html} +206 -96
- data/{docs/NgrokAPI/Services/EndpointCompressionModuleClient.html → doc/NgrokAPI/Services/EdgeRouteCompressionModuleClient.html} +206 -96
- 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} +206 -96
- data/doc/NgrokAPI/Services/EdgeRouteRequestHeadersModuleClient.html +1153 -0
- data/{docs/NgrokAPI/Services/EndpointResponseHeadersModuleClient.html → doc/NgrokAPI/Services/EdgeRouteResponseHeadersModuleClient.html} +206 -96
- data/{docs/NgrokAPI/Services/EndpointSAMLModuleClient.html → doc/NgrokAPI/Services/EdgeRouteSAMLModuleClient.html} +206 -96
- data/doc/NgrokAPI/Services/{EndpointWebhookValidationModuleClient.html → EdgeRouteWebhookVerificationModuleClient.html} +206 -96
- data/doc/NgrokAPI/Services/EdgeRouteWebsocketTCPConverterModuleClient.html +1153 -0
- data/doc/NgrokAPI/Services/{EventStreamsClient.html → EdgesHTTPSClient.html} +236 -271
- data/{docs/NgrokAPI/Services/EndpointConfigurationsClient.html → doc/NgrokAPI/Services/EdgesHTTPSRoutesClient.html} +456 -620
- 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 +35 -35
- data/doc/NgrokAPI/Services/EventSourcesClient.html +2 -2
- data/doc/NgrokAPI/Services/EventSubscriptionsClient.html +5 -5
- data/doc/NgrokAPI/Services/FailoverBackendsClient.html +1644 -0
- data/doc/NgrokAPI/Services/HTTPResponseBackendsClient.html +1744 -0
- data/doc/NgrokAPI/Services/{EndpointOIDCModuleClient.html → HTTPSEdgeMutualTLSModuleClient.html} +59 -59
- data/doc/NgrokAPI/Services/{EndpointRequestHeadersModuleClient.html → HTTPSEdgeTLSTerminationModuleClient.html} +59 -59
- data/doc/NgrokAPI/Services/IPPoliciesClient.html +40 -58
- data/doc/NgrokAPI/Services/IPPolicyRulesClient.html +60 -40
- data/doc/NgrokAPI/Services/IPRestrictionsClient.html +3 -3
- data/doc/NgrokAPI/Services/ReservedAddrsClient.html +41 -331
- data/doc/NgrokAPI/Services/ReservedDomainsClient.html +94 -674
- data/doc/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html +2 -2
- data/doc/NgrokAPI/Services/SSHCredentialsClient.html +2 -2
- data/doc/NgrokAPI/Services/SSHHostCertificatesClient.html +2 -2
- data/doc/NgrokAPI/Services/SSHUserCertificatesClient.html +2 -2
- data/{docs/NgrokAPI/Services/EndpointLoggingModuleClient.html → doc/NgrokAPI/Services/TCPEdgeBackendModuleClient.html} +59 -59
- data/doc/NgrokAPI/Services/{EndpointIPPolicyModuleClient.html → TCPEdgeIPRestrictionModuleClient.html} +41 -41
- data/doc/NgrokAPI/Services/TLSCertificatesClient.html +2 -2
- data/doc/NgrokAPI/Services/{EndpointLoggingModuleClient.html → TLSEdgeBackendModuleClient.html} +59 -59
- data/{docs/NgrokAPI/Services/EndpointIPPolicyModuleClient.html → doc/NgrokAPI/Services/TLSEdgeIPRestrictionModuleClient.html} +41 -41
- data/doc/NgrokAPI/Services/{EndpointMutualTLSModuleClient.html → TLSEdgeMutualTLSModuleClient.html} +41 -41
- data/{docs/NgrokAPI/Services/EndpointTLSTerminationModuleClient.html → doc/NgrokAPI/Services/TLSEdgeTLSTerminationModuleClient.html} +41 -41
- data/doc/NgrokAPI/Services/TunnelGroupBackendsClient.html +1644 -0
- data/doc/NgrokAPI/Services/TunnelSessionsClient.html +2 -2
- data/doc/NgrokAPI/Services/TunnelsClient.html +241 -3
- data/doc/NgrokAPI/Services/WeightedBackendsClient.html +1644 -0
- data/doc/NgrokAPI/Services.html +4 -4
- data/doc/NgrokAPI.html +3 -3
- data/doc/_index.html +237 -60
- data/doc/class_list.html +1 -1
- data/doc/file.README.html +2 -2
- data/doc/index.html +2 -2
- data/doc/method_list.html +3393 -1433
- data/doc/top-level-namespace.html +2 -2
- data/docs/NgrokAPI/Client.html +270 -180
- data/docs/NgrokAPI/Error.html +2 -2
- data/docs/NgrokAPI/Errors/NotFoundError.html +2 -2
- data/docs/NgrokAPI/Errors.html +2 -2
- data/docs/NgrokAPI/HttpClient.html +2 -2
- data/docs/NgrokAPI/Models/APIKey.html +2 -2
- data/docs/NgrokAPI/Models/AWSAuth.html +2 -2
- data/docs/NgrokAPI/Models/AWSCredentials.html +2 -2
- data/docs/NgrokAPI/Models/AWSRole.html +2 -2
- data/docs/NgrokAPI/Models/AbuseReport.html +2 -2
- data/docs/NgrokAPI/Models/AbuseReportHostname.html +2 -2
- data/docs/NgrokAPI/Models/AgentIngress.html +2 -2
- data/docs/NgrokAPI/Models/CertificateAuthority.html +2 -2
- data/docs/NgrokAPI/Models/Credential.html +2 -2
- data/docs/NgrokAPI/Models/Endpoint.html +1431 -0
- data/{doc/NgrokAPI/Models/EndpointLogging.html → docs/NgrokAPI/Models/EndpointBackend.html} +41 -41
- data/docs/NgrokAPI/Models/{EndpointLoggingMutate.html → EndpointBackendMutate.html} +41 -41
- data/docs/NgrokAPI/Models/EndpointCircuitBreaker.html +2 -2
- data/docs/NgrokAPI/Models/EndpointCompression.html +2 -2
- data/docs/NgrokAPI/Models/EndpointIPPolicy.html +2 -2
- data/docs/NgrokAPI/Models/EndpointIPPolicyMutate.html +2 -2
- data/docs/NgrokAPI/Models/EndpointMutualTLS.html +2 -2
- data/docs/NgrokAPI/Models/EndpointMutualTLSMutate.html +2 -2
- data/docs/NgrokAPI/Models/EndpointOAuth.html +2 -2
- data/docs/NgrokAPI/Models/EndpointOAuthFacebook.html +2 -2
- data/docs/NgrokAPI/Models/EndpointOAuthGitHub.html +2 -2
- data/docs/NgrokAPI/Models/EndpointOAuthGoogle.html +2 -2
- data/docs/NgrokAPI/Models/EndpointOAuthMicrosoft.html +2 -2
- data/docs/NgrokAPI/Models/EndpointOAuthProvider.html +2 -2
- data/docs/NgrokAPI/Models/EndpointOIDC.html +2 -2
- data/docs/NgrokAPI/Models/EndpointRequestHeaders.html +2 -2
- data/docs/NgrokAPI/Models/EndpointResponseHeaders.html +2 -2
- data/docs/NgrokAPI/Models/EndpointSAML.html +2 -2
- data/docs/NgrokAPI/Models/EndpointSAMLMutate.html +2 -2
- data/docs/NgrokAPI/Models/EndpointTLSTermination.html +2 -2
- data/docs/NgrokAPI/Models/EndpointTLSTerminationAtEdge.html +617 -0
- data/docs/NgrokAPI/Models/EndpointWebhookValidation.html +2 -2
- data/docs/NgrokAPI/Models/EndpointWebsocketTCPConverter.html +543 -0
- data/docs/NgrokAPI/Models/EventDestination.html +6 -6
- data/docs/NgrokAPI/Models/EventSource.html +2 -2
- data/docs/NgrokAPI/Models/EventSourceList.html +2 -2
- data/docs/NgrokAPI/Models/EventSourceReplace.html +2 -2
- data/docs/NgrokAPI/Models/EventSubscription.html +2 -2
- data/docs/NgrokAPI/Models/EventTarget.html +2 -2
- data/docs/NgrokAPI/Models/EventTargetCloudwatchLogs.html +2 -2
- data/docs/NgrokAPI/Models/EventTargetFirehose.html +2 -2
- data/docs/NgrokAPI/Models/EventTargetKinesis.html +2 -2
- 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} +118 -118
- data/docs/NgrokAPI/Models/{EndpointConfiguration.html → HTTPSEdgeRoute.html} +202 -264
- data/docs/NgrokAPI/Models/IPPolicy.html +2 -2
- data/docs/NgrokAPI/Models/IPPolicyRule.html +96 -22
- data/docs/NgrokAPI/Models/IPRestriction.html +2 -2
- data/docs/NgrokAPI/Models/Listable.html +2 -2
- data/docs/NgrokAPI/Models/Ref.html +2 -2
- data/docs/NgrokAPI/Models/ReservedAddr.html +2 -2
- data/docs/NgrokAPI/Models/ReservedDomain.html +2 -2
- data/docs/NgrokAPI/Models/ReservedDomainCertJob.html +2 -2
- data/docs/NgrokAPI/Models/ReservedDomainCertPolicy.html +2 -2
- data/docs/NgrokAPI/Models/ReservedDomainCertStatus.html +2 -2
- data/docs/NgrokAPI/Models/SSHCertificateAuthority.html +2 -2
- data/docs/NgrokAPI/Models/SSHCredential.html +2 -2
- data/docs/NgrokAPI/Models/SSHHostCertificate.html +2 -2
- data/docs/NgrokAPI/Models/SSHUserCertificate.html +2 -2
- data/docs/NgrokAPI/Models/TCPEdge.html +1235 -0
- data/docs/NgrokAPI/Models/TLSCertificate.html +2 -2
- data/docs/NgrokAPI/Models/TLSCertificateSANs.html +2 -2
- data/docs/NgrokAPI/Models/TLSEdge.html +1395 -0
- data/docs/NgrokAPI/Models/Tunnel.html +313 -17
- data/docs/NgrokAPI/Models/TunnelGroupBackend.html +1149 -0
- data/docs/NgrokAPI/Models/TunnelSession.html +2 -2
- data/docs/NgrokAPI/Models/WeightedBackend.html +1075 -0
- data/docs/NgrokAPI/Models.html +4 -4
- data/docs/NgrokAPI/PagedIterator.html +2 -2
- data/docs/NgrokAPI/Services/APIKeysClient.html +2 -2
- data/docs/NgrokAPI/Services/AbuseReportsClient.html +2 -2
- data/docs/NgrokAPI/Services/AgentIngressesClient.html +2 -2
- data/docs/NgrokAPI/Services/CertificateAuthoritiesClient.html +2 -2
- data/docs/NgrokAPI/Services/CredentialsClient.html +2 -2
- data/docs/NgrokAPI/Services/EdgeRouteBackendModuleClient.html +1153 -0
- data/docs/NgrokAPI/Services/{EndpointCircuitBreakerModuleClient.html → EdgeRouteCircuitBreakerModuleClient.html} +206 -96
- data/{doc/NgrokAPI/Services/EndpointCompressionModuleClient.html → docs/NgrokAPI/Services/EdgeRouteCompressionModuleClient.html} +206 -96
- 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} +206 -96
- data/docs/NgrokAPI/Services/EdgeRouteSAMLModuleClient.html +1153 -0
- data/docs/NgrokAPI/Services/{EndpointWebhookValidationModuleClient.html → EdgeRouteWebhookVerificationModuleClient.html} +206 -96
- data/docs/NgrokAPI/Services/EdgeRouteWebsocketTCPConverterModuleClient.html +1153 -0
- data/docs/NgrokAPI/Services/{EventStreamsClient.html → EdgesHTTPSClient.html} +236 -271
- data/{doc/NgrokAPI/Services/EndpointConfigurationsClient.html → docs/NgrokAPI/Services/EdgesHTTPSRoutesClient.html} +456 -620
- 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 +35 -35
- data/docs/NgrokAPI/Services/EventSourcesClient.html +2 -2
- data/docs/NgrokAPI/Services/EventSubscriptionsClient.html +5 -5
- data/docs/NgrokAPI/Services/FailoverBackendsClient.html +1644 -0
- data/docs/NgrokAPI/Services/HTTPResponseBackendsClient.html +1744 -0
- data/{doc/NgrokAPI/Services/EndpointSAMLModuleClient.html → docs/NgrokAPI/Services/HTTPSEdgeMutualTLSModuleClient.html} +59 -59
- data/docs/NgrokAPI/Services/{EndpointRequestHeadersModuleClient.html → HTTPSEdgeTLSTerminationModuleClient.html} +59 -59
- data/docs/NgrokAPI/Services/IPPoliciesClient.html +40 -58
- data/docs/NgrokAPI/Services/IPPolicyRulesClient.html +60 -40
- data/docs/NgrokAPI/Services/IPRestrictionsClient.html +3 -3
- data/docs/NgrokAPI/Services/ReservedAddrsClient.html +41 -331
- data/docs/NgrokAPI/Services/ReservedDomainsClient.html +94 -674
- data/docs/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html +2 -2
- data/docs/NgrokAPI/Services/SSHCredentialsClient.html +2 -2
- data/docs/NgrokAPI/Services/SSHHostCertificatesClient.html +2 -2
- data/docs/NgrokAPI/Services/SSHUserCertificatesClient.html +2 -2
- data/docs/NgrokAPI/Services/{EndpointOAuthModuleClient.html → TCPEdgeBackendModuleClient.html} +59 -59
- data/docs/NgrokAPI/Services/TCPEdgeIPRestrictionModuleClient.html +1043 -0
- data/docs/NgrokAPI/Services/TLSCertificatesClient.html +2 -2
- data/{doc/NgrokAPI/Services/EndpointOAuthModuleClient.html → docs/NgrokAPI/Services/TLSEdgeBackendModuleClient.html} +59 -59
- data/docs/NgrokAPI/Services/TLSEdgeIPRestrictionModuleClient.html +1043 -0
- data/docs/NgrokAPI/Services/{EndpointMutualTLSModuleClient.html → TLSEdgeMutualTLSModuleClient.html} +41 -41
- data/{doc/NgrokAPI/Services/EndpointTLSTerminationModuleClient.html → docs/NgrokAPI/Services/TLSEdgeTLSTerminationModuleClient.html} +41 -41
- data/docs/NgrokAPI/Services/TunnelGroupBackendsClient.html +1644 -0
- data/docs/NgrokAPI/Services/TunnelSessionsClient.html +2 -2
- data/docs/NgrokAPI/Services/TunnelsClient.html +241 -3
- data/docs/NgrokAPI/Services/WeightedBackendsClient.html +1644 -0
- data/docs/NgrokAPI/Services.html +4 -4
- data/docs/NgrokAPI.html +3 -3
- data/docs/_index.html +237 -60
- data/docs/class_list.html +1 -1
- data/docs/file.README.html +2 -2
- data/docs/index.html +2 -2
- data/docs/method_list.html +3393 -1433
- data/docs/top-level-namespace.html +2 -2
- data/lib/ngrokapi/client.rb +47 -24
- 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/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 -25
- data/lib/ngrokapi/services/{endpoint_compression_module_client.rb → edge_route_compression_module_client.rb} +37 -25
- data/lib/ngrokapi/services/edge_route_ip_restriction_module_client.rb +120 -0
- data/lib/ngrokapi/services/edge_route_o_auth_module_client.rb +120 -0
- data/lib/ngrokapi/services/edge_route_oidc_module_client.rb +120 -0
- data/lib/ngrokapi/services/edge_route_request_headers_module_client.rb +120 -0
- data/lib/ngrokapi/services/{endpoint_response_headers_module_client.rb → edge_route_response_headers_module_client.rb} +37 -25
- data/lib/ngrokapi/services/edge_route_saml_module_client.rb +120 -0
- data/lib/ngrokapi/services/{endpoint_webhook_validation_module_client.rb → edge_route_webhook_verification_module_client.rb} +37 -25
- 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 +2 -4
- data/lib/ngrokapi/services/event_subscriptions_client.rb +3 -3
- 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/{endpoint_saml_module_client.rb → https_edge_mutual_tls_module_client.rb} +25 -25
- data/lib/ngrokapi/services/{endpoint_request_headers_module_client.rb → https_edge_tls_termination_module_client.rb} +25 -25
- data/lib/ngrokapi/services/ip_policies_client.rb +1 -3
- data/lib/ngrokapi/services/ip_policy_rules_client.rb +3 -1
- data/lib/ngrokapi/services/ip_restrictions_client.rb +1 -1
- data/lib/ngrokapi/services/reserved_addrs_client.rb +0 -37
- data/lib/ngrokapi/services/reserved_domains_client.rb +0 -74
- data/lib/ngrokapi/services/{endpoint_logging_module_client.rb → tcp_edge_backend_module_client.rb} +25 -25
- data/lib/ngrokapi/services/{endpoint_ip_policy_module_client.rb → tcp_edge_ip_restriction_module_client.rb} +15 -15
- data/lib/ngrokapi/services/{endpoint_oidc_module_client.rb → tls_edge_backend_module_client.rb} +25 -25
- data/lib/ngrokapi/services/{endpoint_o_auth_module_client.rb → tls_edge_ip_restriction_module_client.rb} +25 -25
- data/lib/ngrokapi/services/{endpoint_mutual_tls_module_client.rb → tls_edge_mutual_tls_module_client.rb} +15 -15
- data/lib/ngrokapi/services/{endpoint_tls_termination_module_client.rb → tls_edge_tls_termination_module_client.rb} +15 -15
- data/lib/ngrokapi/services/tunnel_group_backends_client.rb +212 -0
- data/lib/ngrokapi/services/tunnels_client.rb +35 -0
- data/lib/ngrokapi/services/weighted_backends_client.rb +214 -0
- data/lib/ngrokapi/version.rb +1 -1
- data/spec/ngrokapi/client_spec.rb +44 -23
- 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/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 +326 -33
- metadata +166 -74
- data/lib/ngrokapi/services/endpoint_configurations_client.rb +0 -289
- data/lib/ngrokapi/services/event_streams_client.rb +0 -224
- data/spec/ngrokapi/models/endpoint_configuration_spec.rb +0 -78
- data/spec/ngrokapi/models/endpoint_logging_mutate_spec.rb +0 -21
- data/spec/ngrokapi/models/endpoint_logging_spec.rb +0 -21
- data/spec/ngrokapi/models/event_stream_spec.rb +0 -51
- data/spec/ngrokapi/services/endpoint_configurations_client_spec.rb +0 -237
|
@@ -369,102 +369,6 @@
|
|
|
369
369
|
<p>Detach the certificate management policy attached to a reserved domain.</p>
|
|
370
370
|
</div></span>
|
|
371
371
|
|
|
372
|
-
</li>
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
<li class="public ">
|
|
376
|
-
<span class="summary_signature">
|
|
377
|
-
|
|
378
|
-
<a href="#delete_http_endpoint_config-instance_method" title="#delete_http_endpoint_config (instance method)">#<strong>delete_http_endpoint_config</strong>(id: "") ⇒ NgrokAPI::Models::Empty </a>
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
</span>
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
<span class="summary_desc"><div class='inline'>
|
|
393
|
-
<p>Detach the http endpoint configuration attached to a reserved domain.</p>
|
|
394
|
-
</div></span>
|
|
395
|
-
|
|
396
|
-
</li>
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
<li class="public ">
|
|
400
|
-
<span class="summary_signature">
|
|
401
|
-
|
|
402
|
-
<a href="#delete_http_endpoint_config!-instance_method" title="#delete_http_endpoint_config! (instance method)">#<strong>delete_http_endpoint_config!</strong>(id: "") ⇒ NgrokAPI::Models::Empty </a>
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
</span>
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
<span class="summary_desc"><div class='inline'>
|
|
417
|
-
<p>Detach the http endpoint configuration attached to a reserved domain.</p>
|
|
418
|
-
</div></span>
|
|
419
|
-
|
|
420
|
-
</li>
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
<li class="public ">
|
|
424
|
-
<span class="summary_signature">
|
|
425
|
-
|
|
426
|
-
<a href="#delete_https_endpoint_config-instance_method" title="#delete_https_endpoint_config (instance method)">#<strong>delete_https_endpoint_config</strong>(id: "") ⇒ NgrokAPI::Models::Empty </a>
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
</span>
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
<span class="summary_desc"><div class='inline'>
|
|
441
|
-
<p>Detach the https endpoint configuration attached to a reserved domain.</p>
|
|
442
|
-
</div></span>
|
|
443
|
-
|
|
444
|
-
</li>
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
<li class="public ">
|
|
448
|
-
<span class="summary_signature">
|
|
449
|
-
|
|
450
|
-
<a href="#delete_https_endpoint_config!-instance_method" title="#delete_https_endpoint_config! (instance method)">#<strong>delete_https_endpoint_config!</strong>(id: "") ⇒ NgrokAPI::Models::Empty </a>
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
</span>
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
<span class="summary_desc"><div class='inline'>
|
|
465
|
-
<p>Detach the https endpoint configuration attached to a reserved domain.</p>
|
|
466
|
-
</div></span>
|
|
467
|
-
|
|
468
372
|
</li>
|
|
469
373
|
|
|
470
374
|
|
|
@@ -833,42 +737,6 @@
|
|
|
833
737
|
|
|
834
738
|
</li>
|
|
835
739
|
|
|
836
|
-
<li>
|
|
837
|
-
|
|
838
|
-
<span class='name'>http_endpoint_configuration_id</span>
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
<span class='type'>(<tt>string</tt>)</span>
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
<em class="default">(defaults to: <tt>nil</tt>)</em>
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
—
|
|
848
|
-
<div class='inline'>
|
|
849
|
-
<p>ID of an endpoint configuration of type http that will be used to handle inbound http traffic to this domain</p>
|
|
850
|
-
</div>
|
|
851
|
-
|
|
852
|
-
</li>
|
|
853
|
-
|
|
854
|
-
<li>
|
|
855
|
-
|
|
856
|
-
<span class='name'>https_endpoint_configuration_id</span>
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
<span class='type'>(<tt>string</tt>)</span>
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
<em class="default">(defaults to: <tt>nil</tt>)</em>
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
—
|
|
866
|
-
<div class='inline'>
|
|
867
|
-
<p>ID of an endpoint configuration of type https that will be used to handle inbound https traffic to this domain</p>
|
|
868
|
-
</div>
|
|
869
|
-
|
|
870
|
-
</li>
|
|
871
|
-
|
|
872
740
|
<li>
|
|
873
741
|
|
|
874
742
|
<span class='name'>certificate_id</span>
|
|
@@ -932,6 +800,8 @@
|
|
|
932
800
|
<pre class="lines">
|
|
933
801
|
|
|
934
802
|
|
|
803
|
+
36
|
|
804
|
+
37
|
|
935
805
|
38
|
|
936
806
|
39
|
|
937
807
|
40
|
|
@@ -943,14 +813,10 @@
|
|
|
943
813
|
46
|
|
944
814
|
47
|
|
945
815
|
48
|
|
946
|
-
49
|
|
947
|
-
50
|
|
948
|
-
51
|
|
949
|
-
52
|
|
950
|
-
53</pre>
|
|
816
|
+
49</pre>
|
|
951
817
|
</td>
|
|
952
818
|
<td>
|
|
953
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/reserved_domains_client.rb', line
|
|
819
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/reserved_domains_client.rb', line 36</span>
|
|
954
820
|
|
|
955
821
|
<span class='kw'>def</span> <span class='id identifier rubyid_create'>create</span><span class='lparen'>(</span><span class='label'>name:</span><span class='comma'>,</span> <span class='label'>region:</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='label'>description:</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='label'>metadata:</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='label'>http_endpoint_configuration_id:</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='label'>https_endpoint_configuration_id:</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='label'>certificate_id:</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='label'>certificate_management_policy:</span> <span class='kw'>nil</span><span class='rparen'>)</span>
|
|
956
822
|
<span class='id identifier rubyid_path'>path</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>/reserved_domains</span><span class='tstring_end'>'</span></span>
|
|
@@ -961,8 +827,6 @@
|
|
|
961
827
|
<span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:region</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_region'>region</span> <span class='kw'>if</span> <span class='id identifier rubyid_region'>region</span>
|
|
962
828
|
<span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:description</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_description'>description</span> <span class='kw'>if</span> <span class='id identifier rubyid_description'>description</span>
|
|
963
829
|
<span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:metadata</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_metadata'>metadata</span> <span class='kw'>if</span> <span class='id identifier rubyid_metadata'>metadata</span>
|
|
964
|
-
<span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:http_endpoint_configuration_id</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_http_endpoint_configuration_id'>http_endpoint_configuration_id</span> <span class='kw'>if</span> <span class='id identifier rubyid_http_endpoint_configuration_id'>http_endpoint_configuration_id</span>
|
|
965
|
-
<span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:https_endpoint_configuration_id</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_https_endpoint_configuration_id'>https_endpoint_configuration_id</span> <span class='kw'>if</span> <span class='id identifier rubyid_https_endpoint_configuration_id'>https_endpoint_configuration_id</span>
|
|
966
830
|
<span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:certificate_id</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_certificate_id'>certificate_id</span> <span class='kw'>if</span> <span class='id identifier rubyid_certificate_id'>certificate_id</span>
|
|
967
831
|
<span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:certificate_management_policy</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_certificate_management_policy'>certificate_management_policy</span> <span class='kw'>if</span> <span class='id identifier rubyid_certificate_management_policy'>certificate_management_policy</span>
|
|
968
832
|
<span class='id identifier rubyid_result'>result</span> <span class='op'>=</span> <span class='ivar'>@client</span><span class='period'>.</span><span class='id identifier rubyid_post'>post</span><span class='lparen'>(</span><span class='id identifier rubyid_path'>path</span> <span class='op'>%</span> <span class='id identifier rubyid_replacements'>replacements</span><span class='comma'>,</span> <span class='label'>data:</span> <span class='id identifier rubyid_data'>data</span><span class='rparen'>)</span>
|
|
@@ -1041,16 +905,16 @@
|
|
|
1041
905
|
<pre class="lines">
|
|
1042
906
|
|
|
1043
907
|
|
|
908
|
+
58
|
|
909
|
+
59
|
|
910
|
+
60
|
|
911
|
+
61
|
|
1044
912
|
62
|
|
1045
913
|
63
|
|
1046
|
-
64
|
|
1047
|
-
65
|
|
1048
|
-
66
|
|
1049
|
-
67
|
|
1050
|
-
68</pre>
|
|
914
|
+
64</pre>
|
|
1051
915
|
</td>
|
|
1052
916
|
<td>
|
|
1053
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/reserved_domains_client.rb', line
|
|
917
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/reserved_domains_client.rb', line 58</span>
|
|
1054
918
|
|
|
1055
919
|
<span class='kw'>def</span> <span class='id identifier rubyid_delete'>delete</span><span class='lparen'>(</span><span class='label'>id:</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span>
|
|
1056
920
|
<span class='id identifier rubyid_path'>path</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>/reserved_domains/%{id}</span><span class='tstring_end'>'</span></span>
|
|
@@ -1132,16 +996,16 @@
|
|
|
1132
996
|
<pre class="lines">
|
|
1133
997
|
|
|
1134
998
|
|
|
999
|
+
74
|
|
1000
|
+
75
|
|
1001
|
+
76
|
|
1002
|
+
77
|
|
1135
1003
|
78
|
|
1136
1004
|
79
|
|
1137
|
-
80
|
|
1138
|
-
81
|
|
1139
|
-
82
|
|
1140
|
-
83
|
|
1141
|
-
84</pre>
|
|
1005
|
+
80</pre>
|
|
1142
1006
|
</td>
|
|
1143
1007
|
<td>
|
|
1144
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/reserved_domains_client.rb', line
|
|
1008
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/reserved_domains_client.rb', line 74</span>
|
|
1145
1009
|
|
|
1146
1010
|
<span class='kw'>def</span> <span class='id identifier rubyid_delete!'>delete!</span><span class='lparen'>(</span><span class='label'>id:</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span>
|
|
1147
1011
|
<span class='id identifier rubyid_path'>path</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>/reserved_domains/%{id}</span><span class='tstring_end'>'</span></span>
|
|
@@ -1223,16 +1087,16 @@
|
|
|
1223
1087
|
<pre class="lines">
|
|
1224
1088
|
|
|
1225
1089
|
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1090
|
+
261
|
|
1091
|
+
262
|
|
1092
|
+
263
|
|
1093
|
+
264
|
|
1094
|
+
265
|
|
1095
|
+
266
|
|
1096
|
+
267</pre>
|
|
1233
1097
|
</td>
|
|
1234
1098
|
<td>
|
|
1235
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/reserved_domains_client.rb', line
|
|
1099
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/reserved_domains_client.rb', line 261</span>
|
|
1236
1100
|
|
|
1237
1101
|
<span class='kw'>def</span> <span class='id identifier rubyid_delete_certificate'>delete_certificate</span><span class='lparen'>(</span><span class='label'>id:</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span>
|
|
1238
1102
|
<span class='id identifier rubyid_path'>path</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>/reserved_domains/%{id}/certificate</span><span class='tstring_end'>'</span></span>
|
|
@@ -1314,16 +1178,16 @@
|
|
|
1314
1178
|
<pre class="lines">
|
|
1315
1179
|
|
|
1316
1180
|
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1181
|
+
277
|
|
1182
|
+
278
|
|
1183
|
+
279
|
|
1184
|
+
280
|
|
1185
|
+
281
|
|
1186
|
+
282
|
|
1187
|
+
283</pre>
|
|
1324
1188
|
</td>
|
|
1325
1189
|
<td>
|
|
1326
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/reserved_domains_client.rb', line
|
|
1190
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/reserved_domains_client.rb', line 277</span>
|
|
1327
1191
|
|
|
1328
1192
|
<span class='kw'>def</span> <span class='id identifier rubyid_delete_certificate!'>delete_certificate!</span><span class='lparen'>(</span><span class='label'>id:</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span>
|
|
1329
1193
|
<span class='id identifier rubyid_path'>path</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>/reserved_domains/%{id}/certificate</span><span class='tstring_end'>'</span></span>
|
|
@@ -1405,16 +1269,16 @@
|
|
|
1405
1269
|
<pre class="lines">
|
|
1406
1270
|
|
|
1407
1271
|
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1272
|
+
230
|
|
1273
|
+
231
|
|
1274
|
+
232
|
|
1275
|
+
233
|
|
1276
|
+
234
|
|
1277
|
+
235
|
|
1278
|
+
236</pre>
|
|
1415
1279
|
</td>
|
|
1416
1280
|
<td>
|
|
1417
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/reserved_domains_client.rb', line
|
|
1281
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/reserved_domains_client.rb', line 230</span>
|
|
1418
1282
|
|
|
1419
1283
|
<span class='kw'>def</span> <span class='id identifier rubyid_delete_certificate_management_policy'>delete_certificate_management_policy</span><span class='lparen'>(</span><span class='label'>id:</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span>
|
|
1420
1284
|
<span class='id identifier rubyid_path'>path</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>/reserved_domains/%{id}/certificate_management_policy</span><span class='tstring_end'>'</span></span>
|
|
@@ -1496,16 +1360,16 @@
|
|
|
1496
1360
|
<pre class="lines">
|
|
1497
1361
|
|
|
1498
1362
|
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1363
|
+
246
|
|
1364
|
+
247
|
|
1365
|
+
248
|
|
1366
|
+
249
|
|
1367
|
+
250
|
|
1368
|
+
251
|
|
1369
|
+
252</pre>
|
|
1506
1370
|
</td>
|
|
1507
1371
|
<td>
|
|
1508
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/reserved_domains_client.rb', line
|
|
1372
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/reserved_domains_client.rb', line 246</span>
|
|
1509
1373
|
|
|
1510
1374
|
<span class='kw'>def</span> <span class='id identifier rubyid_delete_certificate_management_policy!'>delete_certificate_management_policy!</span><span class='lparen'>(</span><span class='label'>id:</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span>
|
|
1511
1375
|
<span class='id identifier rubyid_path'>path</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>/reserved_domains/%{id}/certificate_management_policy</span><span class='tstring_end'>'</span></span>
|
|
@@ -1517,370 +1381,6 @@
|
|
|
1517
1381
|
</td>
|
|
1518
1382
|
</tr>
|
|
1519
1383
|
</table>
|
|
1520
|
-
</div>
|
|
1521
|
-
|
|
1522
|
-
<div class="method_details ">
|
|
1523
|
-
<h3 class="signature " id="delete_http_endpoint_config-instance_method">
|
|
1524
|
-
|
|
1525
|
-
#<strong>delete_http_endpoint_config</strong>(id: "") ⇒ <tt>NgrokAPI::Models::Empty</tt>
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
</h3><div class="docstring">
|
|
1532
|
-
<div class="discussion">
|
|
1533
|
-
|
|
1534
|
-
<p>Detach the http endpoint configuration attached to a reserved domain.</p>
|
|
1535
|
-
|
|
1536
|
-
<p><a href="https://ngrok.com/docs/api#api-reserved-domains-delete-http-endpoint-config">ngrok.com/docs/api#api-reserved-domains-delete-http-endpoint-config</a></p>
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
</div>
|
|
1540
|
-
</div>
|
|
1541
|
-
<div class="tags">
|
|
1542
|
-
<p class="tag_title">Parameters:</p>
|
|
1543
|
-
<ul class="param">
|
|
1544
|
-
|
|
1545
|
-
<li>
|
|
1546
|
-
|
|
1547
|
-
<span class='name'>id</span>
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
<span class='type'>(<tt>string</tt>)</span>
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
<em class="default">(defaults to: <tt>""</tt>)</em>
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
—
|
|
1557
|
-
<div class='inline'>
|
|
1558
|
-
<p>a resource identifier</p>
|
|
1559
|
-
</div>
|
|
1560
|
-
|
|
1561
|
-
</li>
|
|
1562
|
-
|
|
1563
|
-
</ul>
|
|
1564
|
-
|
|
1565
|
-
<p class="tag_title">Returns:</p>
|
|
1566
|
-
<ul class="return">
|
|
1567
|
-
|
|
1568
|
-
<li>
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
<span class='type'>(<tt>NgrokAPI::Models::Empty</tt>)</span>
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
—
|
|
1576
|
-
<div class='inline'>
|
|
1577
|
-
<p>result from the API request</p>
|
|
1578
|
-
</div>
|
|
1579
|
-
|
|
1580
|
-
</li>
|
|
1581
|
-
|
|
1582
|
-
</ul>
|
|
1583
|
-
|
|
1584
|
-
</div><table class="source_code">
|
|
1585
|
-
<tr>
|
|
1586
|
-
<td>
|
|
1587
|
-
<pre class="lines">
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
304
|
|
1591
|
-
305
|
|
1592
|
-
306
|
|
1593
|
-
307
|
|
1594
|
-
308
|
|
1595
|
-
309
|
|
1596
|
-
310</pre>
|
|
1597
|
-
</td>
|
|
1598
|
-
<td>
|
|
1599
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/reserved_domains_client.rb', line 304</span>
|
|
1600
|
-
|
|
1601
|
-
<span class='kw'>def</span> <span class='id identifier rubyid_delete_http_endpoint_config'>delete_http_endpoint_config</span><span class='lparen'>(</span><span class='label'>id:</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span>
|
|
1602
|
-
<span class='id identifier rubyid_path'>path</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>/reserved_domains/%{id}/http_endpoint_configuration</span><span class='tstring_end'>'</span></span>
|
|
1603
|
-
<span class='id identifier rubyid_replacements'>replacements</span> <span class='op'>=</span> <span class='lbrace'>{</span>
|
|
1604
|
-
<span class='label'>id:</span> <span class='id identifier rubyid_id'>id</span><span class='comma'>,</span>
|
|
1605
|
-
<span class='rbrace'>}</span>
|
|
1606
|
-
<span class='ivar'>@client</span><span class='period'>.</span><span class='id identifier rubyid_delete'>delete</span><span class='lparen'>(</span><span class='id identifier rubyid_path'>path</span> <span class='op'>%</span> <span class='id identifier rubyid_replacements'>replacements</span><span class='rparen'>)</span>
|
|
1607
|
-
<span class='kw'>end</span></pre>
|
|
1608
|
-
</td>
|
|
1609
|
-
</tr>
|
|
1610
|
-
</table>
|
|
1611
|
-
</div>
|
|
1612
|
-
|
|
1613
|
-
<div class="method_details ">
|
|
1614
|
-
<h3 class="signature " id="delete_http_endpoint_config!-instance_method">
|
|
1615
|
-
|
|
1616
|
-
#<strong>delete_http_endpoint_config!</strong>(id: "") ⇒ <tt>NgrokAPI::Models::Empty</tt>
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
</h3><div class="docstring">
|
|
1623
|
-
<div class="discussion">
|
|
1624
|
-
|
|
1625
|
-
<p>Detach the http endpoint configuration attached to a reserved domain. Throws an exception if API error.</p>
|
|
1626
|
-
|
|
1627
|
-
<p><a href="https://ngrok.com/docs/api#api-reserved-domains-delete-http-endpoint-config">ngrok.com/docs/api#api-reserved-domains-delete-http-endpoint-config</a></p>
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
</div>
|
|
1631
|
-
</div>
|
|
1632
|
-
<div class="tags">
|
|
1633
|
-
<p class="tag_title">Parameters:</p>
|
|
1634
|
-
<ul class="param">
|
|
1635
|
-
|
|
1636
|
-
<li>
|
|
1637
|
-
|
|
1638
|
-
<span class='name'>id</span>
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
<span class='type'>(<tt>string</tt>)</span>
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
<em class="default">(defaults to: <tt>""</tt>)</em>
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
—
|
|
1648
|
-
<div class='inline'>
|
|
1649
|
-
<p>a resource identifier</p>
|
|
1650
|
-
</div>
|
|
1651
|
-
|
|
1652
|
-
</li>
|
|
1653
|
-
|
|
1654
|
-
</ul>
|
|
1655
|
-
|
|
1656
|
-
<p class="tag_title">Returns:</p>
|
|
1657
|
-
<ul class="return">
|
|
1658
|
-
|
|
1659
|
-
<li>
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
<span class='type'>(<tt>NgrokAPI::Models::Empty</tt>)</span>
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
—
|
|
1667
|
-
<div class='inline'>
|
|
1668
|
-
<p>result from the API request</p>
|
|
1669
|
-
</div>
|
|
1670
|
-
|
|
1671
|
-
</li>
|
|
1672
|
-
|
|
1673
|
-
</ul>
|
|
1674
|
-
|
|
1675
|
-
</div><table class="source_code">
|
|
1676
|
-
<tr>
|
|
1677
|
-
<td>
|
|
1678
|
-
<pre class="lines">
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
320
|
|
1682
|
-
321
|
|
1683
|
-
322
|
|
1684
|
-
323
|
|
1685
|
-
324
|
|
1686
|
-
325
|
|
1687
|
-
326</pre>
|
|
1688
|
-
</td>
|
|
1689
|
-
<td>
|
|
1690
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/reserved_domains_client.rb', line 320</span>
|
|
1691
|
-
|
|
1692
|
-
<span class='kw'>def</span> <span class='id identifier rubyid_delete_http_endpoint_config!'>delete_http_endpoint_config!</span><span class='lparen'>(</span><span class='label'>id:</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span>
|
|
1693
|
-
<span class='id identifier rubyid_path'>path</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>/reserved_domains/%{id}/http_endpoint_configuration</span><span class='tstring_end'>'</span></span>
|
|
1694
|
-
<span class='id identifier rubyid_replacements'>replacements</span> <span class='op'>=</span> <span class='lbrace'>{</span>
|
|
1695
|
-
<span class='label'>id:</span> <span class='id identifier rubyid_id'>id</span><span class='comma'>,</span>
|
|
1696
|
-
<span class='rbrace'>}</span>
|
|
1697
|
-
<span class='ivar'>@client</span><span class='period'>.</span><span class='id identifier rubyid_delete'>delete</span><span class='lparen'>(</span><span class='id identifier rubyid_path'>path</span> <span class='op'>%</span> <span class='id identifier rubyid_replacements'>replacements</span><span class='comma'>,</span> <span class='label'>danger:</span> <span class='kw'>true</span><span class='rparen'>)</span>
|
|
1698
|
-
<span class='kw'>end</span></pre>
|
|
1699
|
-
</td>
|
|
1700
|
-
</tr>
|
|
1701
|
-
</table>
|
|
1702
|
-
</div>
|
|
1703
|
-
|
|
1704
|
-
<div class="method_details ">
|
|
1705
|
-
<h3 class="signature " id="delete_https_endpoint_config-instance_method">
|
|
1706
|
-
|
|
1707
|
-
#<strong>delete_https_endpoint_config</strong>(id: "") ⇒ <tt>NgrokAPI::Models::Empty</tt>
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
</h3><div class="docstring">
|
|
1714
|
-
<div class="discussion">
|
|
1715
|
-
|
|
1716
|
-
<p>Detach the https endpoint configuration attached to a reserved domain.</p>
|
|
1717
|
-
|
|
1718
|
-
<p><a href="https://ngrok.com/docs/api#api-reserved-domains-delete-https-endpoint-config">ngrok.com/docs/api#api-reserved-domains-delete-https-endpoint-config</a></p>
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
</div>
|
|
1722
|
-
</div>
|
|
1723
|
-
<div class="tags">
|
|
1724
|
-
<p class="tag_title">Parameters:</p>
|
|
1725
|
-
<ul class="param">
|
|
1726
|
-
|
|
1727
|
-
<li>
|
|
1728
|
-
|
|
1729
|
-
<span class='name'>id</span>
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
<span class='type'>(<tt>string</tt>)</span>
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
<em class="default">(defaults to: <tt>""</tt>)</em>
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
—
|
|
1739
|
-
<div class='inline'>
|
|
1740
|
-
<p>a resource identifier</p>
|
|
1741
|
-
</div>
|
|
1742
|
-
|
|
1743
|
-
</li>
|
|
1744
|
-
|
|
1745
|
-
</ul>
|
|
1746
|
-
|
|
1747
|
-
<p class="tag_title">Returns:</p>
|
|
1748
|
-
<ul class="return">
|
|
1749
|
-
|
|
1750
|
-
<li>
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
<span class='type'>(<tt>NgrokAPI::Models::Empty</tt>)</span>
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
—
|
|
1758
|
-
<div class='inline'>
|
|
1759
|
-
<p>result from the API request</p>
|
|
1760
|
-
</div>
|
|
1761
|
-
|
|
1762
|
-
</li>
|
|
1763
|
-
|
|
1764
|
-
</ul>
|
|
1765
|
-
|
|
1766
|
-
</div><table class="source_code">
|
|
1767
|
-
<tr>
|
|
1768
|
-
<td>
|
|
1769
|
-
<pre class="lines">
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
335
|
|
1773
|
-
336
|
|
1774
|
-
337
|
|
1775
|
-
338
|
|
1776
|
-
339
|
|
1777
|
-
340
|
|
1778
|
-
341</pre>
|
|
1779
|
-
</td>
|
|
1780
|
-
<td>
|
|
1781
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/reserved_domains_client.rb', line 335</span>
|
|
1782
|
-
|
|
1783
|
-
<span class='kw'>def</span> <span class='id identifier rubyid_delete_https_endpoint_config'>delete_https_endpoint_config</span><span class='lparen'>(</span><span class='label'>id:</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span>
|
|
1784
|
-
<span class='id identifier rubyid_path'>path</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>/reserved_domains/%{id}/https_endpoint_configuration</span><span class='tstring_end'>'</span></span>
|
|
1785
|
-
<span class='id identifier rubyid_replacements'>replacements</span> <span class='op'>=</span> <span class='lbrace'>{</span>
|
|
1786
|
-
<span class='label'>id:</span> <span class='id identifier rubyid_id'>id</span><span class='comma'>,</span>
|
|
1787
|
-
<span class='rbrace'>}</span>
|
|
1788
|
-
<span class='ivar'>@client</span><span class='period'>.</span><span class='id identifier rubyid_delete'>delete</span><span class='lparen'>(</span><span class='id identifier rubyid_path'>path</span> <span class='op'>%</span> <span class='id identifier rubyid_replacements'>replacements</span><span class='rparen'>)</span>
|
|
1789
|
-
<span class='kw'>end</span></pre>
|
|
1790
|
-
</td>
|
|
1791
|
-
</tr>
|
|
1792
|
-
</table>
|
|
1793
|
-
</div>
|
|
1794
|
-
|
|
1795
|
-
<div class="method_details ">
|
|
1796
|
-
<h3 class="signature " id="delete_https_endpoint_config!-instance_method">
|
|
1797
|
-
|
|
1798
|
-
#<strong>delete_https_endpoint_config!</strong>(id: "") ⇒ <tt>NgrokAPI::Models::Empty</tt>
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
</h3><div class="docstring">
|
|
1805
|
-
<div class="discussion">
|
|
1806
|
-
|
|
1807
|
-
<p>Detach the https endpoint configuration attached to a reserved domain. Throws an exception if API error.</p>
|
|
1808
|
-
|
|
1809
|
-
<p><a href="https://ngrok.com/docs/api#api-reserved-domains-delete-https-endpoint-config">ngrok.com/docs/api#api-reserved-domains-delete-https-endpoint-config</a></p>
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
</div>
|
|
1813
|
-
</div>
|
|
1814
|
-
<div class="tags">
|
|
1815
|
-
<p class="tag_title">Parameters:</p>
|
|
1816
|
-
<ul class="param">
|
|
1817
|
-
|
|
1818
|
-
<li>
|
|
1819
|
-
|
|
1820
|
-
<span class='name'>id</span>
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
<span class='type'>(<tt>string</tt>)</span>
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
<em class="default">(defaults to: <tt>""</tt>)</em>
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
—
|
|
1830
|
-
<div class='inline'>
|
|
1831
|
-
<p>a resource identifier</p>
|
|
1832
|
-
</div>
|
|
1833
|
-
|
|
1834
|
-
</li>
|
|
1835
|
-
|
|
1836
|
-
</ul>
|
|
1837
|
-
|
|
1838
|
-
<p class="tag_title">Returns:</p>
|
|
1839
|
-
<ul class="return">
|
|
1840
|
-
|
|
1841
|
-
<li>
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
<span class='type'>(<tt>NgrokAPI::Models::Empty</tt>)</span>
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
—
|
|
1849
|
-
<div class='inline'>
|
|
1850
|
-
<p>result from the API request</p>
|
|
1851
|
-
</div>
|
|
1852
|
-
|
|
1853
|
-
</li>
|
|
1854
|
-
|
|
1855
|
-
</ul>
|
|
1856
|
-
|
|
1857
|
-
</div><table class="source_code">
|
|
1858
|
-
<tr>
|
|
1859
|
-
<td>
|
|
1860
|
-
<pre class="lines">
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
351
|
|
1864
|
-
352
|
|
1865
|
-
353
|
|
1866
|
-
354
|
|
1867
|
-
355
|
|
1868
|
-
356
|
|
1869
|
-
357</pre>
|
|
1870
|
-
</td>
|
|
1871
|
-
<td>
|
|
1872
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/reserved_domains_client.rb', line 351</span>
|
|
1873
|
-
|
|
1874
|
-
<span class='kw'>def</span> <span class='id identifier rubyid_delete_https_endpoint_config!'>delete_https_endpoint_config!</span><span class='lparen'>(</span><span class='label'>id:</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span>
|
|
1875
|
-
<span class='id identifier rubyid_path'>path</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>/reserved_domains/%{id}/https_endpoint_configuration</span><span class='tstring_end'>'</span></span>
|
|
1876
|
-
<span class='id identifier rubyid_replacements'>replacements</span> <span class='op'>=</span> <span class='lbrace'>{</span>
|
|
1877
|
-
<span class='label'>id:</span> <span class='id identifier rubyid_id'>id</span><span class='comma'>,</span>
|
|
1878
|
-
<span class='rbrace'>}</span>
|
|
1879
|
-
<span class='ivar'>@client</span><span class='period'>.</span><span class='id identifier rubyid_delete'>delete</span><span class='lparen'>(</span><span class='id identifier rubyid_path'>path</span> <span class='op'>%</span> <span class='id identifier rubyid_replacements'>replacements</span><span class='comma'>,</span> <span class='label'>danger:</span> <span class='kw'>true</span><span class='rparen'>)</span>
|
|
1880
|
-
<span class='kw'>end</span></pre>
|
|
1881
|
-
</td>
|
|
1882
|
-
</tr>
|
|
1883
|
-
</table>
|
|
1884
1384
|
</div>
|
|
1885
1385
|
|
|
1886
1386
|
<div class="method_details ">
|
|
@@ -1951,18 +1451,18 @@
|
|
|
1951
1451
|
<pre class="lines">
|
|
1952
1452
|
|
|
1953
1453
|
|
|
1454
|
+
89
|
|
1455
|
+
90
|
|
1456
|
+
91
|
|
1457
|
+
92
|
|
1954
1458
|
93
|
|
1955
1459
|
94
|
|
1956
1460
|
95
|
|
1957
1461
|
96
|
|
1958
|
-
97
|
|
1959
|
-
98
|
|
1960
|
-
99
|
|
1961
|
-
100
|
|
1962
|
-
101</pre>
|
|
1462
|
+
97</pre>
|
|
1963
1463
|
</td>
|
|
1964
1464
|
<td>
|
|
1965
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/reserved_domains_client.rb', line
|
|
1465
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/reserved_domains_client.rb', line 89</span>
|
|
1966
1466
|
|
|
1967
1467
|
<span class='kw'>def</span> <span class='id identifier rubyid_get'>get</span><span class='lparen'>(</span><span class='label'>id:</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span>
|
|
1968
1468
|
<span class='id identifier rubyid_path'>path</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>/reserved_domains/%{id}</span><span class='tstring_end'>'</span></span>
|
|
@@ -2046,18 +1546,18 @@
|
|
|
2046
1546
|
<pre class="lines">
|
|
2047
1547
|
|
|
2048
1548
|
|
|
1549
|
+
107
|
|
1550
|
+
108
|
|
1551
|
+
109
|
|
1552
|
+
110
|
|
2049
1553
|
111
|
|
2050
1554
|
112
|
|
2051
1555
|
113
|
|
2052
1556
|
114
|
|
2053
|
-
115
|
|
2054
|
-
116
|
|
2055
|
-
117
|
|
2056
|
-
118
|
|
2057
|
-
119</pre>
|
|
1557
|
+
115</pre>
|
|
2058
1558
|
</td>
|
|
2059
1559
|
<td>
|
|
2060
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/reserved_domains_client.rb', line
|
|
1560
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/reserved_domains_client.rb', line 107</span>
|
|
2061
1561
|
|
|
2062
1562
|
<span class='kw'>def</span> <span class='id identifier rubyid_get!'>get!</span><span class='lparen'>(</span><span class='label'>id:</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span>
|
|
2063
1563
|
<span class='id identifier rubyid_path'>path</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>/reserved_domains/%{id}</span><span class='tstring_end'>'</span></span>
|
|
@@ -2167,6 +1667,10 @@
|
|
|
2167
1667
|
<pre class="lines">
|
|
2168
1668
|
|
|
2169
1669
|
|
|
1670
|
+
126
|
|
1671
|
+
127
|
|
1672
|
+
128
|
|
1673
|
+
129
|
|
2170
1674
|
130
|
|
2171
1675
|
131
|
|
2172
1676
|
132
|
|
@@ -2178,14 +1682,10 @@
|
|
|
2178
1682
|
138
|
|
2179
1683
|
139
|
|
2180
1684
|
140
|
|
2181
|
-
141
|
|
2182
|
-
142
|
|
2183
|
-
143
|
|
2184
|
-
144
|
|
2185
|
-
145</pre>
|
|
1685
|
+
141</pre>
|
|
2186
1686
|
</td>
|
|
2187
1687
|
<td>
|
|
2188
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/reserved_domains_client.rb', line
|
|
1688
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/reserved_domains_client.rb', line 126</span>
|
|
2189
1689
|
|
|
2190
1690
|
<span class='kw'>def</span> <span class='id identifier rubyid_list'>list</span><span class='lparen'>(</span><span class='label'>before_id:</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='label'>limit:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
|
2191
1691
|
<span class='label'>url:</span> <span class='kw'>nil</span><span class='rparen'>)</span>
|
|
@@ -2302,6 +1802,10 @@
|
|
|
2302
1802
|
<pre class="lines">
|
|
2303
1803
|
|
|
2304
1804
|
|
|
1805
|
+
153
|
|
1806
|
+
154
|
|
1807
|
+
155
|
|
1808
|
+
156
|
|
2305
1809
|
157
|
|
2306
1810
|
158
|
|
2307
1811
|
159
|
|
@@ -2315,14 +1819,10 @@
|
|
|
2315
1819
|
167
|
|
2316
1820
|
168
|
|
2317
1821
|
169
|
|
2318
|
-
170
|
|
2319
|
-
171
|
|
2320
|
-
172
|
|
2321
|
-
173
|
|
2322
|
-
174</pre>
|
|
1822
|
+
170</pre>
|
|
2323
1823
|
</td>
|
|
2324
1824
|
<td>
|
|
2325
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/reserved_domains_client.rb', line
|
|
1825
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/reserved_domains_client.rb', line 153</span>
|
|
2326
1826
|
|
|
2327
1827
|
<span class='kw'>def</span> <span class='id identifier rubyid_list!'>list!</span><span class='lparen'>(</span><span class='label'>before_id:</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='label'>limit:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
|
2328
1828
|
<span class='label'>url:</span> <span class='kw'>nil</span><span class='rparen'>)</span>
|
|
@@ -2419,42 +1919,6 @@
|
|
|
2419
1919
|
|
|
2420
1920
|
</li>
|
|
2421
1921
|
|
|
2422
|
-
<li>
|
|
2423
|
-
|
|
2424
|
-
<span class='name'>http_endpoint_configuration_id</span>
|
|
2425
|
-
|
|
2426
|
-
|
|
2427
|
-
<span class='type'>(<tt>string</tt>)</span>
|
|
2428
|
-
|
|
2429
|
-
|
|
2430
|
-
<em class="default">(defaults to: <tt>nil</tt>)</em>
|
|
2431
|
-
|
|
2432
|
-
|
|
2433
|
-
—
|
|
2434
|
-
<div class='inline'>
|
|
2435
|
-
<p>ID of an endpoint configuration of type http that will be used to handle inbound http traffic to this domain</p>
|
|
2436
|
-
</div>
|
|
2437
|
-
|
|
2438
|
-
</li>
|
|
2439
|
-
|
|
2440
|
-
<li>
|
|
2441
|
-
|
|
2442
|
-
<span class='name'>https_endpoint_configuration_id</span>
|
|
2443
|
-
|
|
2444
|
-
|
|
2445
|
-
<span class='type'>(<tt>string</tt>)</span>
|
|
2446
|
-
|
|
2447
|
-
|
|
2448
|
-
<em class="default">(defaults to: <tt>nil</tt>)</em>
|
|
2449
|
-
|
|
2450
|
-
|
|
2451
|
-
—
|
|
2452
|
-
<div class='inline'>
|
|
2453
|
-
<p>ID of an endpoint configuration of type https that will be used to handle inbound https traffic to this domain</p>
|
|
2454
|
-
</div>
|
|
2455
|
-
|
|
2456
|
-
</li>
|
|
2457
|
-
|
|
2458
1922
|
<li>
|
|
2459
1923
|
|
|
2460
1924
|
<span class='name'>certificate_id</span>
|
|
@@ -2518,24 +1982,22 @@
|
|
|
2518
1982
|
<pre class="lines">
|
|
2519
1983
|
|
|
2520
1984
|
|
|
1985
|
+
183
|
|
1986
|
+
184
|
|
1987
|
+
185
|
|
1988
|
+
186
|
|
1989
|
+
187
|
|
1990
|
+
188
|
|
2521
1991
|
189
|
|
2522
1992
|
190
|
|
2523
1993
|
191
|
|
2524
1994
|
192
|
|
2525
1995
|
193
|
|
2526
1996
|
194
|
|
2527
|
-
195
|
|
2528
|
-
196
|
|
2529
|
-
197
|
|
2530
|
-
198
|
|
2531
|
-
199
|
|
2532
|
-
200
|
|
2533
|
-
201
|
|
2534
|
-
202
|
|
2535
|
-
203</pre>
|
|
1997
|
+
195</pre>
|
|
2536
1998
|
</td>
|
|
2537
1999
|
<td>
|
|
2538
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/reserved_domains_client.rb', line
|
|
2000
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/reserved_domains_client.rb', line 183</span>
|
|
2539
2001
|
|
|
2540
2002
|
<span class='kw'>def</span> <span class='id identifier rubyid_update'>update</span><span class='lparen'>(</span><span class='label'>id:</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='label'>description:</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='label'>metadata:</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='label'>http_endpoint_configuration_id:</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='label'>https_endpoint_configuration_id:</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='label'>certificate_id:</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='label'>certificate_management_policy:</span> <span class='kw'>nil</span><span class='rparen'>)</span>
|
|
2541
2003
|
<span class='id identifier rubyid_path'>path</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>/reserved_domains/%{id}</span><span class='tstring_end'>'</span></span>
|
|
@@ -2545,8 +2007,6 @@
|
|
|
2545
2007
|
<span class='id identifier rubyid_data'>data</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span>
|
|
2546
2008
|
<span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:description</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_description'>description</span> <span class='kw'>if</span> <span class='id identifier rubyid_description'>description</span>
|
|
2547
2009
|
<span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:metadata</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_metadata'>metadata</span> <span class='kw'>if</span> <span class='id identifier rubyid_metadata'>metadata</span>
|
|
2548
|
-
<span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:http_endpoint_configuration_id</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_http_endpoint_configuration_id'>http_endpoint_configuration_id</span> <span class='kw'>if</span> <span class='id identifier rubyid_http_endpoint_configuration_id'>http_endpoint_configuration_id</span>
|
|
2549
|
-
<span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:https_endpoint_configuration_id</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_https_endpoint_configuration_id'>https_endpoint_configuration_id</span> <span class='kw'>if</span> <span class='id identifier rubyid_https_endpoint_configuration_id'>https_endpoint_configuration_id</span>
|
|
2550
2010
|
<span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:certificate_id</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_certificate_id'>certificate_id</span> <span class='kw'>if</span> <span class='id identifier rubyid_certificate_id'>certificate_id</span>
|
|
2551
2011
|
<span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:certificate_management_policy</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_certificate_management_policy'>certificate_management_policy</span> <span class='kw'>if</span> <span class='id identifier rubyid_certificate_management_policy'>certificate_management_policy</span>
|
|
2552
2012
|
<span class='id identifier rubyid_result'>result</span> <span class='op'>=</span> <span class='ivar'>@client</span><span class='period'>.</span><span class='id identifier rubyid_patch'>patch</span><span class='lparen'>(</span><span class='id identifier rubyid_path'>path</span> <span class='op'>%</span> <span class='id identifier rubyid_replacements'>replacements</span><span class='comma'>,</span> <span class='label'>data:</span> <span class='id identifier rubyid_data'>data</span><span class='rparen'>)</span>
|
|
@@ -2629,42 +2089,6 @@
|
|
|
2629
2089
|
|
|
2630
2090
|
</li>
|
|
2631
2091
|
|
|
2632
|
-
<li>
|
|
2633
|
-
|
|
2634
|
-
<span class='name'>http_endpoint_configuration_id</span>
|
|
2635
|
-
|
|
2636
|
-
|
|
2637
|
-
<span class='type'>(<tt>string</tt>)</span>
|
|
2638
|
-
|
|
2639
|
-
|
|
2640
|
-
<em class="default">(defaults to: <tt>nil</tt>)</em>
|
|
2641
|
-
|
|
2642
|
-
|
|
2643
|
-
—
|
|
2644
|
-
<div class='inline'>
|
|
2645
|
-
<p>ID of an endpoint configuration of type http that will be used to handle inbound http traffic to this domain</p>
|
|
2646
|
-
</div>
|
|
2647
|
-
|
|
2648
|
-
</li>
|
|
2649
|
-
|
|
2650
|
-
<li>
|
|
2651
|
-
|
|
2652
|
-
<span class='name'>https_endpoint_configuration_id</span>
|
|
2653
|
-
|
|
2654
|
-
|
|
2655
|
-
<span class='type'>(<tt>string</tt>)</span>
|
|
2656
|
-
|
|
2657
|
-
|
|
2658
|
-
<em class="default">(defaults to: <tt>nil</tt>)</em>
|
|
2659
|
-
|
|
2660
|
-
|
|
2661
|
-
—
|
|
2662
|
-
<div class='inline'>
|
|
2663
|
-
<p>ID of an endpoint configuration of type https that will be used to handle inbound https traffic to this domain</p>
|
|
2664
|
-
</div>
|
|
2665
|
-
|
|
2666
|
-
</li>
|
|
2667
|
-
|
|
2668
2092
|
<li>
|
|
2669
2093
|
|
|
2670
2094
|
<span class='name'>certificate_id</span>
|
|
@@ -2728,24 +2152,22 @@
|
|
|
2728
2152
|
<pre class="lines">
|
|
2729
2153
|
|
|
2730
2154
|
|
|
2155
|
+
209
|
|
2156
|
+
210
|
|
2157
|
+
211
|
|
2158
|
+
212
|
|
2159
|
+
213
|
|
2160
|
+
214
|
|
2161
|
+
215
|
|
2162
|
+
216
|
|
2163
|
+
217
|
|
2164
|
+
218
|
|
2731
2165
|
219
|
|
2732
2166
|
220
|
|
2733
|
-
221
|
|
2734
|
-
222
|
|
2735
|
-
223
|
|
2736
|
-
224
|
|
2737
|
-
225
|
|
2738
|
-
226
|
|
2739
|
-
227
|
|
2740
|
-
228
|
|
2741
|
-
229
|
|
2742
|
-
230
|
|
2743
|
-
231
|
|
2744
|
-
232
|
|
2745
|
-
233</pre>
|
|
2167
|
+
221</pre>
|
|
2746
2168
|
</td>
|
|
2747
2169
|
<td>
|
|
2748
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/reserved_domains_client.rb', line
|
|
2170
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/reserved_domains_client.rb', line 209</span>
|
|
2749
2171
|
|
|
2750
2172
|
<span class='kw'>def</span> <span class='id identifier rubyid_update!'>update!</span><span class='lparen'>(</span><span class='label'>id:</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='label'>description:</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='label'>metadata:</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='label'>http_endpoint_configuration_id:</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='label'>https_endpoint_configuration_id:</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='label'>certificate_id:</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='label'>certificate_management_policy:</span> <span class='kw'>nil</span><span class='rparen'>)</span>
|
|
2751
2173
|
<span class='id identifier rubyid_path'>path</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>/reserved_domains/%{id}</span><span class='tstring_end'>'</span></span>
|
|
@@ -2755,8 +2177,6 @@
|
|
|
2755
2177
|
<span class='id identifier rubyid_data'>data</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span>
|
|
2756
2178
|
<span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:description</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_description'>description</span> <span class='kw'>if</span> <span class='id identifier rubyid_description'>description</span>
|
|
2757
2179
|
<span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:metadata</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_metadata'>metadata</span> <span class='kw'>if</span> <span class='id identifier rubyid_metadata'>metadata</span>
|
|
2758
|
-
<span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:http_endpoint_configuration_id</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_http_endpoint_configuration_id'>http_endpoint_configuration_id</span> <span class='kw'>if</span> <span class='id identifier rubyid_http_endpoint_configuration_id'>http_endpoint_configuration_id</span>
|
|
2759
|
-
<span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:https_endpoint_configuration_id</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_https_endpoint_configuration_id'>https_endpoint_configuration_id</span> <span class='kw'>if</span> <span class='id identifier rubyid_https_endpoint_configuration_id'>https_endpoint_configuration_id</span>
|
|
2760
2180
|
<span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:certificate_id</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_certificate_id'>certificate_id</span> <span class='kw'>if</span> <span class='id identifier rubyid_certificate_id'>certificate_id</span>
|
|
2761
2181
|
<span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:certificate_management_policy</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_certificate_management_policy'>certificate_management_policy</span> <span class='kw'>if</span> <span class='id identifier rubyid_certificate_management_policy'>certificate_management_policy</span>
|
|
2762
2182
|
<span class='id identifier rubyid_result'>result</span> <span class='op'>=</span> <span class='ivar'>@client</span><span class='period'>.</span><span class='id identifier rubyid_patch'>patch</span><span class='lparen'>(</span><span class='id identifier rubyid_path'>path</span> <span class='op'>%</span> <span class='id identifier rubyid_replacements'>replacements</span><span class='comma'>,</span> <span class='label'>data:</span> <span class='id identifier rubyid_data'>data</span><span class='comma'>,</span> <span class='label'>danger:</span> <span class='kw'>true</span><span class='rparen'>)</span>
|
|
@@ -2772,9 +2192,9 @@
|
|
|
2772
2192
|
</div>
|
|
2773
2193
|
|
|
2774
2194
|
<div id="footer">
|
|
2775
|
-
Generated on Thu
|
|
2195
|
+
Generated on Thu Mar 10 04:54:53 2022 by
|
|
2776
2196
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
2777
|
-
0.9.27 (ruby-
|
|
2197
|
+
0.9.27 (ruby-2.7.5).
|
|
2778
2198
|
</div>
|
|
2779
2199
|
|
|
2780
2200
|
</div>
|