ngrok-api 0.12.0 → 0.14.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/.yardopts +1 -0
- data/LICENSE +7 -0
- data/doc/NgrokAPI/Client.html +184 -182
- data/doc/NgrokAPI/Error.html +1 -1
- data/doc/NgrokAPI/Errors/NotFoundError.html +1 -1
- data/doc/NgrokAPI/Errors.html +1 -1
- data/doc/NgrokAPI/HttpClient.html +55 -19
- data/doc/NgrokAPI/Models/APIKey.html +1 -1
- data/doc/NgrokAPI/Models/AWSAuth.html +1 -1
- data/doc/NgrokAPI/Models/AWSCredentials.html +1 -1
- data/doc/NgrokAPI/Models/AWSRole.html +1 -1
- data/doc/NgrokAPI/Models/AbuseReport.html +1 -1
- data/doc/NgrokAPI/Models/AbuseReportHostname.html +1 -1
- data/doc/NgrokAPI/Models/CertificateAuthority.html +1 -1
- data/doc/NgrokAPI/Models/Credential.html +1 -1
- data/doc/NgrokAPI/Models/EndpointCircuitBreaker.html +1 -1
- data/doc/NgrokAPI/Models/EndpointCompression.html +1 -1
- data/doc/NgrokAPI/Models/EndpointConfiguration.html +1 -1
- data/doc/NgrokAPI/Models/EndpointIPPolicy.html +1 -1
- data/doc/NgrokAPI/Models/EndpointIPPolicyMutate.html +1 -1
- data/doc/NgrokAPI/Models/EndpointLogging.html +1 -1
- data/doc/NgrokAPI/Models/EndpointLoggingMutate.html +1 -1
- data/doc/NgrokAPI/Models/EndpointMutualTLS.html +1 -1
- data/doc/NgrokAPI/Models/EndpointMutualTLSMutate.html +1 -1
- data/doc/NgrokAPI/Models/EndpointOAuth.html +1 -1
- data/doc/NgrokAPI/Models/EndpointOAuthFacebook.html +1 -1
- data/doc/NgrokAPI/Models/EndpointOAuthGitHub.html +1 -1
- data/doc/NgrokAPI/Models/EndpointOAuthGoogle.html +1 -1
- data/doc/NgrokAPI/Models/EndpointOAuthMicrosoft.html +1 -1
- data/doc/NgrokAPI/Models/EndpointOAuthProvider.html +1 -1
- data/doc/NgrokAPI/Models/EndpointOIDC.html +1 -1
- data/doc/NgrokAPI/Models/EndpointRequestHeaders.html +1 -1
- data/doc/NgrokAPI/Models/EndpointResponseHeaders.html +1 -1
- data/doc/NgrokAPI/Models/EndpointSAML.html +1 -1
- data/doc/NgrokAPI/Models/EndpointSAMLMutate.html +1 -1
- data/doc/NgrokAPI/Models/EndpointTLSTermination.html +1 -1
- data/doc/NgrokAPI/Models/EndpointWebhookValidation.html +1 -1
- data/doc/NgrokAPI/Models/EventDestination.html +1 -1
- data/doc/NgrokAPI/Models/EventSource.html +1 -1
- data/doc/NgrokAPI/Models/{ReservedDomainCertNSTarget.html → EventSourceList.html} +42 -42
- data/doc/NgrokAPI/Models/EventSourceReplace.html +1 -1
- data/doc/NgrokAPI/Models/EventStream.html +1 -1
- data/doc/NgrokAPI/Models/EventSubscription.html +1 -1
- data/doc/NgrokAPI/Models/EventTarget.html +1 -1
- data/doc/NgrokAPI/Models/EventTargetCloudwatchLogs.html +1 -1
- data/doc/NgrokAPI/Models/EventTargetFirehose.html +1 -1
- data/doc/NgrokAPI/Models/EventTargetKinesis.html +1 -1
- data/doc/NgrokAPI/Models/IPPolicy.html +1 -1
- data/doc/NgrokAPI/Models/IPPolicyRule.html +1 -1
- data/doc/NgrokAPI/Models/IPRestriction.html +1 -1
- data/doc/NgrokAPI/Models/IPWhitelistEntry.html +1 -1
- data/doc/NgrokAPI/Models/Listable.html +118 -50
- data/doc/NgrokAPI/Models/Ref.html +1 -1
- data/doc/NgrokAPI/Models/ReservedAddr.html +1 -1
- data/doc/NgrokAPI/Models/ReservedDomain.html +91 -17
- data/doc/NgrokAPI/Models/ReservedDomainCertJob.html +12 -86
- data/doc/NgrokAPI/Models/ReservedDomainCertPolicy.html +1 -1
- data/doc/NgrokAPI/Models/ReservedDomainCertStatus.html +1 -1
- data/doc/NgrokAPI/Models/SSHCertificateAuthority.html +1 -1
- data/doc/NgrokAPI/Models/SSHCredential.html +1 -1
- data/doc/NgrokAPI/Models/SSHHostCertificate.html +1 -1
- data/doc/NgrokAPI/Models/SSHUserCertificate.html +1 -1
- data/doc/NgrokAPI/Models/TLSCertificate.html +1 -1
- data/doc/NgrokAPI/Models/TLSCertificateSANs.html +1 -1
- data/doc/NgrokAPI/Models/Tunnel.html +1 -1
- data/doc/NgrokAPI/Models/TunnelSession.html +1 -1
- data/doc/NgrokAPI/Models.html +3 -3
- data/doc/NgrokAPI/PagedIterator.html +14 -10
- data/doc/NgrokAPI/Services/APIKeysClient.html +227 -62
- data/doc/NgrokAPI/Services/AbuseReportsClient.html +2 -5
- data/doc/NgrokAPI/Services/CertificateAuthoritiesClient.html +206 -41
- data/doc/NgrokAPI/Services/CredentialsClient.html +213 -47
- data/doc/NgrokAPI/Services/EndpointCircuitBreakerModuleClient.html +1 -1
- data/doc/NgrokAPI/Services/EndpointCompressionModuleClient.html +1 -1
- data/doc/NgrokAPI/Services/EndpointConfigurationsClient.html +281 -114
- data/doc/NgrokAPI/Services/EndpointIPPolicyModuleClient.html +1 -1
- data/doc/NgrokAPI/Services/EndpointLoggingModuleClient.html +1 -1
- data/doc/NgrokAPI/Services/EndpointMutualTLSModuleClient.html +1 -1
- data/doc/NgrokAPI/Services/EndpointOAuthModuleClient.html +1 -1
- data/doc/NgrokAPI/Services/EndpointOIDCModuleClient.html +1 -1
- data/doc/NgrokAPI/Services/EndpointRequestHeadersModuleClient.html +1 -1
- data/doc/NgrokAPI/Services/EndpointResponseHeadersModuleClient.html +1 -1
- data/doc/NgrokAPI/Services/EndpointSAMLModuleClient.html +1 -1
- data/doc/NgrokAPI/Services/EndpointTLSTerminationModuleClient.html +1 -1
- data/doc/NgrokAPI/Services/EndpointWebhookValidationModuleClient.html +1 -1
- data/doc/NgrokAPI/Services/EventDestinationsClient.html +221 -50
- data/doc/NgrokAPI/Services/EventSourcesClient.html +279 -33
- data/doc/NgrokAPI/Services/EventStreamsClient.html +218 -47
- data/doc/NgrokAPI/Services/EventSubscriptionsClient.html +213 -42
- data/doc/NgrokAPI/Services/IPPoliciesClient.html +207 -41
- data/doc/NgrokAPI/Services/IPPolicyRulesClient.html +210 -42
- data/doc/NgrokAPI/Services/IPRestrictionsClient.html +215 -51
- data/doc/NgrokAPI/Services/IPWhitelistClient.html +206 -38
- data/doc/NgrokAPI/Services/ReservedAddrsClient.html +230 -63
- data/doc/NgrokAPI/Services/ReservedDomainsClient.html +308 -142
- data/doc/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html +208 -40
- data/doc/NgrokAPI/Services/SSHCredentialsClient.html +213 -45
- data/doc/NgrokAPI/Services/SSHHostCertificatesClient.html +207 -40
- data/doc/NgrokAPI/Services/SSHUserCertificatesClient.html +209 -42
- data/doc/NgrokAPI/Services/TLSCertificatesClient.html +208 -43
- data/doc/NgrokAPI/Services/TunnelSessionsClient.html +260 -93
- data/doc/NgrokAPI/Services/TunnelsClient.html +174 -6
- data/doc/NgrokAPI/Services.html +1 -1
- data/doc/NgrokAPI.html +2 -2
- data/doc/README +94 -0
- data/doc/_index.html +8 -8
- data/doc/class_list.html +1 -1
- data/doc/file.README.html +53 -26
- data/doc/index.html +53 -26
- data/doc/method_list.html +822 -630
- data/doc/top-level-namespace.html +1 -1
- data/docs/NgrokAPI/Client.html +184 -182
- data/docs/NgrokAPI/Error.html +1 -1
- data/docs/NgrokAPI/Errors/NotFoundError.html +1 -1
- data/docs/NgrokAPI/Errors.html +1 -1
- data/docs/NgrokAPI/HttpClient.html +55 -19
- data/docs/NgrokAPI/Models/APIKey.html +1 -1
- data/docs/NgrokAPI/Models/AWSAuth.html +1 -1
- data/docs/NgrokAPI/Models/AWSCredentials.html +1 -1
- data/docs/NgrokAPI/Models/AWSRole.html +1 -1
- data/docs/NgrokAPI/Models/AbuseReport.html +1 -1
- data/docs/NgrokAPI/Models/AbuseReportHostname.html +1 -1
- data/docs/NgrokAPI/Models/CertificateAuthority.html +1 -1
- data/docs/NgrokAPI/Models/Credential.html +1 -1
- data/docs/NgrokAPI/Models/EndpointCircuitBreaker.html +1 -1
- data/docs/NgrokAPI/Models/EndpointCompression.html +1 -1
- data/docs/NgrokAPI/Models/EndpointConfiguration.html +1 -1
- data/docs/NgrokAPI/Models/EndpointIPPolicy.html +1 -1
- data/docs/NgrokAPI/Models/EndpointIPPolicyMutate.html +1 -1
- data/docs/NgrokAPI/Models/EndpointLogging.html +1 -1
- data/docs/NgrokAPI/Models/EndpointLoggingMutate.html +1 -1
- data/docs/NgrokAPI/Models/EndpointMutualTLS.html +1 -1
- data/docs/NgrokAPI/Models/EndpointMutualTLSMutate.html +1 -1
- data/docs/NgrokAPI/Models/EndpointOAuth.html +1 -1
- data/docs/NgrokAPI/Models/EndpointOAuthFacebook.html +1 -1
- data/docs/NgrokAPI/Models/EndpointOAuthGitHub.html +1 -1
- data/docs/NgrokAPI/Models/EndpointOAuthGoogle.html +1 -1
- data/docs/NgrokAPI/Models/EndpointOAuthMicrosoft.html +1 -1
- data/docs/NgrokAPI/Models/EndpointOAuthProvider.html +1 -1
- data/docs/NgrokAPI/Models/EndpointOIDC.html +1 -1
- data/docs/NgrokAPI/Models/EndpointRequestHeaders.html +1 -1
- data/docs/NgrokAPI/Models/EndpointResponseHeaders.html +1 -1
- data/docs/NgrokAPI/Models/EndpointSAML.html +1 -1
- data/docs/NgrokAPI/Models/EndpointSAMLMutate.html +1 -1
- data/docs/NgrokAPI/Models/EndpointTLSTermination.html +1 -1
- data/docs/NgrokAPI/Models/EndpointWebhookValidation.html +1 -1
- data/docs/NgrokAPI/Models/EventDestination.html +1 -1
- data/docs/NgrokAPI/Models/EventSource.html +1 -1
- data/docs/NgrokAPI/Models/{ReservedDomainCertNSTarget.html → EventSourceList.html} +42 -42
- data/docs/NgrokAPI/Models/EventSourceReplace.html +1 -1
- data/docs/NgrokAPI/Models/EventStream.html +1 -1
- data/docs/NgrokAPI/Models/EventSubscription.html +1 -1
- data/docs/NgrokAPI/Models/EventTarget.html +1 -1
- data/docs/NgrokAPI/Models/EventTargetCloudwatchLogs.html +1 -1
- data/docs/NgrokAPI/Models/EventTargetFirehose.html +1 -1
- data/docs/NgrokAPI/Models/EventTargetKinesis.html +1 -1
- data/docs/NgrokAPI/Models/IPPolicy.html +1 -1
- data/docs/NgrokAPI/Models/IPPolicyRule.html +1 -1
- data/docs/NgrokAPI/Models/IPRestriction.html +1 -1
- data/docs/NgrokAPI/Models/IPWhitelistEntry.html +1 -1
- data/docs/NgrokAPI/Models/Listable.html +118 -50
- data/docs/NgrokAPI/Models/Ref.html +1 -1
- data/docs/NgrokAPI/Models/ReservedAddr.html +1 -1
- data/docs/NgrokAPI/Models/ReservedDomain.html +91 -17
- data/docs/NgrokAPI/Models/ReservedDomainCertJob.html +12 -86
- data/docs/NgrokAPI/Models/ReservedDomainCertPolicy.html +1 -1
- data/docs/NgrokAPI/Models/ReservedDomainCertStatus.html +1 -1
- data/docs/NgrokAPI/Models/SSHCertificateAuthority.html +1 -1
- data/docs/NgrokAPI/Models/SSHCredential.html +1 -1
- data/docs/NgrokAPI/Models/SSHHostCertificate.html +1 -1
- data/docs/NgrokAPI/Models/SSHUserCertificate.html +1 -1
- data/docs/NgrokAPI/Models/TLSCertificate.html +1 -1
- data/docs/NgrokAPI/Models/TLSCertificateSANs.html +1 -1
- data/docs/NgrokAPI/Models/Tunnel.html +1 -1
- data/docs/NgrokAPI/Models/TunnelSession.html +1 -1
- data/docs/NgrokAPI/Models.html +3 -3
- data/docs/NgrokAPI/PagedIterator.html +14 -10
- data/docs/NgrokAPI/Services/APIKeysClient.html +227 -62
- data/docs/NgrokAPI/Services/AbuseReportsClient.html +2 -5
- data/docs/NgrokAPI/Services/CertificateAuthoritiesClient.html +206 -41
- data/docs/NgrokAPI/Services/CredentialsClient.html +213 -47
- data/docs/NgrokAPI/Services/EndpointCircuitBreakerModuleClient.html +1 -1
- data/docs/NgrokAPI/Services/EndpointCompressionModuleClient.html +1 -1
- data/docs/NgrokAPI/Services/EndpointConfigurationsClient.html +281 -114
- data/docs/NgrokAPI/Services/EndpointIPPolicyModuleClient.html +1 -1
- data/docs/NgrokAPI/Services/EndpointLoggingModuleClient.html +1 -1
- data/docs/NgrokAPI/Services/EndpointMutualTLSModuleClient.html +1 -1
- data/docs/NgrokAPI/Services/EndpointOAuthModuleClient.html +1 -1
- data/docs/NgrokAPI/Services/EndpointOIDCModuleClient.html +1 -1
- data/docs/NgrokAPI/Services/EndpointRequestHeadersModuleClient.html +1 -1
- data/docs/NgrokAPI/Services/EndpointResponseHeadersModuleClient.html +1 -1
- data/docs/NgrokAPI/Services/EndpointSAMLModuleClient.html +1 -1
- data/docs/NgrokAPI/Services/EndpointTLSTerminationModuleClient.html +1 -1
- data/docs/NgrokAPI/Services/EndpointWebhookValidationModuleClient.html +1 -1
- data/docs/NgrokAPI/Services/EventDestinationsClient.html +221 -50
- data/docs/NgrokAPI/Services/EventSourcesClient.html +279 -33
- data/docs/NgrokAPI/Services/EventStreamsClient.html +218 -47
- data/docs/NgrokAPI/Services/EventSubscriptionsClient.html +213 -42
- data/docs/NgrokAPI/Services/IPPoliciesClient.html +207 -41
- data/docs/NgrokAPI/Services/IPPolicyRulesClient.html +210 -42
- data/docs/NgrokAPI/Services/IPRestrictionsClient.html +215 -51
- data/docs/NgrokAPI/Services/IPWhitelistClient.html +206 -38
- data/docs/NgrokAPI/Services/ReservedAddrsClient.html +230 -63
- data/docs/NgrokAPI/Services/ReservedDomainsClient.html +308 -142
- data/docs/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html +208 -40
- data/docs/NgrokAPI/Services/SSHCredentialsClient.html +213 -45
- data/docs/NgrokAPI/Services/SSHHostCertificatesClient.html +207 -40
- data/docs/NgrokAPI/Services/SSHUserCertificatesClient.html +209 -42
- data/docs/NgrokAPI/Services/TLSCertificatesClient.html +208 -43
- data/docs/NgrokAPI/Services/TunnelSessionsClient.html +260 -93
- data/docs/NgrokAPI/Services/TunnelsClient.html +174 -6
- data/docs/NgrokAPI/Services.html +1 -1
- data/docs/NgrokAPI.html +2 -2
- data/docs/README +94 -0
- data/docs/_index.html +8 -8
- data/docs/class_list.html +1 -1
- data/docs/file.README.html +53 -26
- data/docs/index.html +53 -26
- data/docs/method_list.html +822 -630
- data/docs/top-level-namespace.html +1 -1
- data/lib/ngrokapi/client.rb +27 -8
- data/lib/ngrokapi/http_client.rb +5 -3
- data/lib/ngrokapi/models/{reserved_domain_cert_ns_target.rb → event_source_list.rb} +5 -5
- data/lib/ngrokapi/models/listable.rb +13 -2
- data/lib/ngrokapi/models/reserved_domain.rb +3 -1
- data/lib/ngrokapi/models/reserved_domain_cert_job.rb +1 -3
- data/lib/ngrokapi/paged_iterator.rb +4 -2
- data/lib/ngrokapi/services/api_keys_client.rb +36 -4
- data/lib/ngrokapi/services/certificate_authorities_client.rb +33 -0
- data/lib/ngrokapi/services/credentials_client.rb +35 -2
- data/lib/ngrokapi/services/endpoint_configurations_client.rb +33 -0
- data/lib/ngrokapi/services/event_destinations_client.rb +33 -0
- data/lib/ngrokapi/services/event_sources_client.rb +39 -0
- data/lib/ngrokapi/services/event_streams_client.rb +33 -0
- data/lib/ngrokapi/services/event_subscriptions_client.rb +33 -0
- data/lib/ngrokapi/services/ip_policies_client.rb +34 -1
- data/lib/ngrokapi/services/ip_policy_rules_client.rb +33 -0
- data/lib/ngrokapi/services/ip_restrictions_client.rb +33 -0
- data/lib/ngrokapi/services/ip_whitelist_client.rb +34 -1
- data/lib/ngrokapi/services/reserved_addrs_client.rb +33 -0
- data/lib/ngrokapi/services/reserved_domains_client.rb +33 -0
- data/lib/ngrokapi/services/ssh_certificate_authorities_client.rb +33 -0
- data/lib/ngrokapi/services/ssh_credentials_client.rb +33 -0
- data/lib/ngrokapi/services/ssh_host_certificates_client.rb +33 -0
- data/lib/ngrokapi/services/ssh_user_certificates_client.rb +33 -0
- data/lib/ngrokapi/services/tls_certificates_client.rb +33 -0
- data/lib/ngrokapi/services/tunnel_sessions_client.rb +33 -0
- data/lib/ngrokapi/services/tunnels_client.rb +33 -0
- data/lib/ngrokapi/version.rb +1 -1
- data/spec/ngrokapi/client_spec.rb +19 -0
- data/spec/ngrokapi/models/event_source_list_spec.rb +21 -0
- data/spec/ngrokapi/paged_iterator_spec.rb +2 -2
- data/spec/ngrokapi/services/abuse_reports_client_spec.rb +0 -2
- data/spec/ngrokapi/services/api_keys_client_spec.rb +0 -3
- data/spec/ngrokapi/services/certificate_authorities_client_spec.rb +0 -3
- data/spec/ngrokapi/services/credentials_client_spec.rb +0 -3
- data/spec/ngrokapi/services/endpoint_circuit_breaker_module_client_spec.rb +0 -2
- data/spec/ngrokapi/services/endpoint_compression_module_client_spec.rb +0 -2
- data/spec/ngrokapi/services/endpoint_configurations_client_spec.rb +0 -3
- data/spec/ngrokapi/services/endpoint_ip_policy_module_client_spec.rb +0 -2
- data/spec/ngrokapi/services/endpoint_logging_module_client_spec.rb +0 -2
- data/spec/ngrokapi/services/endpoint_mutual_tls_module_client_spec.rb +0 -2
- data/spec/ngrokapi/services/endpoint_o_auth_module_client_spec.rb +0 -2
- data/spec/ngrokapi/services/endpoint_oidc_module_client_spec.rb +0 -2
- data/spec/ngrokapi/services/endpoint_request_headers_module_client_spec.rb +0 -2
- data/spec/ngrokapi/services/endpoint_response_headers_module_client_spec.rb +0 -2
- data/spec/ngrokapi/services/endpoint_saml_module_client_spec.rb +0 -2
- data/spec/ngrokapi/services/endpoint_tls_termination_module_client_spec.rb +0 -2
- data/spec/ngrokapi/services/endpoint_webhook_validation_module_client_spec.rb +0 -2
- data/spec/ngrokapi/services/event_destinations_client_spec.rb +0 -3
- data/spec/ngrokapi/services/event_sources_client_spec.rb +33 -3
- data/spec/ngrokapi/services/event_streams_client_spec.rb +0 -3
- data/spec/ngrokapi/services/event_subscriptions_client_spec.rb +0 -3
- data/spec/ngrokapi/services/ip_policies_client_spec.rb +0 -3
- data/spec/ngrokapi/services/ip_policy_rules_client_spec.rb +0 -3
- data/spec/ngrokapi/services/ip_restrictions_client_spec.rb +0 -3
- data/spec/ngrokapi/services/ip_whitelist_client_spec.rb +0 -3
- data/spec/ngrokapi/services/reserved_addrs_client_spec.rb +0 -3
- data/spec/ngrokapi/services/reserved_domains_client_spec.rb +0 -3
- data/spec/ngrokapi/services/ssh_certificate_authorities_client_spec.rb +0 -3
- data/spec/ngrokapi/services/ssh_credentials_client_spec.rb +0 -3
- data/spec/ngrokapi/services/ssh_host_certificates_client_spec.rb +0 -3
- data/spec/ngrokapi/services/ssh_user_certificates_client_spec.rb +0 -3
- data/spec/ngrokapi/services/tls_certificates_client_spec.rb +0 -3
- data/spec/ngrokapi/services/tunnel_sessions_client_spec.rb +0 -1
- data/spec/spec_helper.rb +7 -0
- metadata +10 -7
- data/doc/.gitkeep +0 -0
- data/spec/ngrokapi/models/reserved_domain_cert_ns_target_spec.rb +0 -21
|
@@ -102,12 +102,7 @@
|
|
|
102
102
|
<h2>Overview</h2><div class="docstring">
|
|
103
103
|
<div class="discussion">
|
|
104
104
|
|
|
105
|
-
<p>Reserved Domains are hostnames that you can listen for traffic on. Domains
|
|
106
|
-
|
|
107
|
-
<pre class="code ruby"><code class="ruby">can be used to listen for http, https or tls traffic. You may use a domain
|
|
108
|
-
that you own by creating a CNAME record specified in the returned resource.
|
|
109
|
-
This CNAME record points traffic for that domain to ngrok's edge servers.
|
|
110
|
-
</code></pre>
|
|
105
|
+
<p>Reserved Domains are hostnames that you can listen for traffic on. Domains can be used to listen for http, https or tls traffic. You may use a domain that you own by creating a CNAME record specified in the returned resource. This CNAME record points traffic for that domain to ngrok's edge servers.</p>
|
|
111
106
|
|
|
112
107
|
<p><a href="https://ngrok.com/docs/api#api-reserved-domains">ngrok.com/docs/api#api-reserved-domains</a></p>
|
|
113
108
|
|
|
@@ -564,6 +559,30 @@ This CNAME record points traffic for that domain to ngrok's edge servers.
|
|
|
564
559
|
|
|
565
560
|
|
|
566
561
|
|
|
562
|
+
<span class="summary_desc"><div class='inline'>
|
|
563
|
+
<p>List all reserved domains on this account.</p>
|
|
564
|
+
</div></span>
|
|
565
|
+
|
|
566
|
+
</li>
|
|
567
|
+
|
|
568
|
+
|
|
569
|
+
<li class="public ">
|
|
570
|
+
<span class="summary_signature">
|
|
571
|
+
|
|
572
|
+
<a href="#list!-instance_method" title="#list! (instance method)">#<strong>list!</strong>(before_id: nil, limit: nil, url: nil) ⇒ NgrokAPI::Models::Listable </a>
|
|
573
|
+
|
|
574
|
+
|
|
575
|
+
|
|
576
|
+
</span>
|
|
577
|
+
|
|
578
|
+
|
|
579
|
+
|
|
580
|
+
|
|
581
|
+
|
|
582
|
+
|
|
583
|
+
|
|
584
|
+
|
|
585
|
+
|
|
567
586
|
<span class="summary_desc"><div class='inline'>
|
|
568
587
|
<p>List all reserved domains on this account.</p>
|
|
569
588
|
</div></span>
|
|
@@ -863,7 +882,7 @@ This CNAME record points traffic for that domain to ngrok's edge servers.
|
|
|
863
882
|
|
|
864
883
|
—
|
|
865
884
|
<div class='inline'>
|
|
866
|
-
<p>ID of a user-uploaded TLS certificate to use for connections to targeting this domain. Optional, mutually exclusive with
|
|
885
|
+
<p>ID of a user-uploaded TLS certificate to use for connections to targeting this domain. Optional, mutually exclusive with <code>certificate_management_policy</code>.</p>
|
|
867
886
|
</div>
|
|
868
887
|
|
|
869
888
|
</li>
|
|
@@ -881,7 +900,7 @@ This CNAME record points traffic for that domain to ngrok's edge servers.
|
|
|
881
900
|
|
|
882
901
|
—
|
|
883
902
|
<div class='inline'>
|
|
884
|
-
<p>configuration for automatic management of TLS certificates for this domain, or null if automatic management is disabled. Optional, mutually exclusive with
|
|
903
|
+
<p>configuration for automatic management of TLS certificates for this domain, or null if automatic management is disabled. Optional, mutually exclusive with <code>certificate_id</code>.</p>
|
|
885
904
|
</div>
|
|
886
905
|
|
|
887
906
|
</li>
|
|
@@ -1230,18 +1249,18 @@ This CNAME record points traffic for that domain to ngrok's edge servers.
|
|
|
1230
1249
|
<pre class="lines">
|
|
1231
1250
|
|
|
1232
1251
|
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1252
|
+
316
|
|
1253
|
+
317
|
|
1254
|
+
318
|
|
1255
|
+
319
|
|
1256
|
+
320
|
|
1257
|
+
321
|
|
1258
|
+
322
|
|
1259
|
+
323
|
|
1260
|
+
324</pre>
|
|
1242
1261
|
</td>
|
|
1243
1262
|
<td>
|
|
1244
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/reserved_domains_client.rb', line
|
|
1263
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/reserved_domains_client.rb', line 316</span>
|
|
1245
1264
|
|
|
1246
1265
|
<span class='kw'>def</span> <span class='id identifier rubyid_delete_certificate'>delete_certificate</span><span class='lparen'>(</span>
|
|
1247
1266
|
<span class='label'>id:</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_end'>"</span></span>
|
|
@@ -1325,18 +1344,18 @@ This CNAME record points traffic for that domain to ngrok's edge servers.
|
|
|
1325
1344
|
<pre class="lines">
|
|
1326
1345
|
|
|
1327
1346
|
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1347
|
+
334
|
|
1348
|
+
335
|
|
1349
|
+
336
|
|
1350
|
+
337
|
|
1351
|
+
338
|
|
1352
|
+
339
|
|
1353
|
+
340
|
|
1354
|
+
341
|
|
1355
|
+
342</pre>
|
|
1337
1356
|
</td>
|
|
1338
1357
|
<td>
|
|
1339
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/reserved_domains_client.rb', line
|
|
1358
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/reserved_domains_client.rb', line 334</span>
|
|
1340
1359
|
|
|
1341
1360
|
<span class='kw'>def</span> <span class='id identifier rubyid_delete_certificate!'>delete_certificate!</span><span class='lparen'>(</span>
|
|
1342
1361
|
<span class='label'>id:</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_end'>"</span></span>
|
|
@@ -1420,18 +1439,18 @@ This CNAME record points traffic for that domain to ngrok's edge servers.
|
|
|
1420
1439
|
<pre class="lines">
|
|
1421
1440
|
|
|
1422
1441
|
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1442
|
+
281
|
|
1443
|
+
282
|
|
1444
|
+
283
|
|
1445
|
+
284
|
|
1446
|
+
285
|
|
1447
|
+
286
|
|
1448
|
+
287
|
|
1449
|
+
288
|
|
1450
|
+
289</pre>
|
|
1432
1451
|
</td>
|
|
1433
1452
|
<td>
|
|
1434
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/reserved_domains_client.rb', line
|
|
1453
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/reserved_domains_client.rb', line 281</span>
|
|
1435
1454
|
|
|
1436
1455
|
<span class='kw'>def</span> <span class='id identifier rubyid_delete_certificate_management_policy'>delete_certificate_management_policy</span><span class='lparen'>(</span>
|
|
1437
1456
|
<span class='label'>id:</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_end'>"</span></span>
|
|
@@ -1515,18 +1534,18 @@ This CNAME record points traffic for that domain to ngrok's edge servers.
|
|
|
1515
1534
|
<pre class="lines">
|
|
1516
1535
|
|
|
1517
1536
|
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1537
|
+
299
|
|
1538
|
+
300
|
|
1539
|
+
301
|
|
1540
|
+
302
|
|
1541
|
+
303
|
|
1542
|
+
304
|
|
1543
|
+
305
|
|
1544
|
+
306
|
|
1545
|
+
307</pre>
|
|
1527
1546
|
</td>
|
|
1528
1547
|
<td>
|
|
1529
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/reserved_domains_client.rb', line
|
|
1548
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/reserved_domains_client.rb', line 299</span>
|
|
1530
1549
|
|
|
1531
1550
|
<span class='kw'>def</span> <span class='id identifier rubyid_delete_certificate_management_policy!'>delete_certificate_management_policy!</span><span class='lparen'>(</span>
|
|
1532
1551
|
<span class='label'>id:</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_end'>"</span></span>
|
|
@@ -1610,18 +1629,18 @@ This CNAME record points traffic for that domain to ngrok's edge servers.
|
|
|
1610
1629
|
<pre class="lines">
|
|
1611
1630
|
|
|
1612
1631
|
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1632
|
+
351
|
|
1633
|
+
352
|
|
1634
|
+
353
|
|
1635
|
+
354
|
|
1636
|
+
355
|
|
1637
|
+
356
|
|
1638
|
+
357
|
|
1639
|
+
358
|
|
1640
|
+
359</pre>
|
|
1622
1641
|
</td>
|
|
1623
1642
|
<td>
|
|
1624
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/reserved_domains_client.rb', line
|
|
1643
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/reserved_domains_client.rb', line 351</span>
|
|
1625
1644
|
|
|
1626
1645
|
<span class='kw'>def</span> <span class='id identifier rubyid_delete_http_endpoint_config'>delete_http_endpoint_config</span><span class='lparen'>(</span>
|
|
1627
1646
|
<span class='label'>id:</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_end'>"</span></span>
|
|
@@ -1705,18 +1724,18 @@ This CNAME record points traffic for that domain to ngrok's edge servers.
|
|
|
1705
1724
|
<pre class="lines">
|
|
1706
1725
|
|
|
1707
1726
|
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1727
|
+
369
|
|
1728
|
+
370
|
|
1729
|
+
371
|
|
1730
|
+
372
|
|
1731
|
+
373
|
|
1732
|
+
374
|
|
1733
|
+
375
|
|
1734
|
+
376
|
|
1735
|
+
377</pre>
|
|
1717
1736
|
</td>
|
|
1718
1737
|
<td>
|
|
1719
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/reserved_domains_client.rb', line
|
|
1738
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/reserved_domains_client.rb', line 369</span>
|
|
1720
1739
|
|
|
1721
1740
|
<span class='kw'>def</span> <span class='id identifier rubyid_delete_http_endpoint_config!'>delete_http_endpoint_config!</span><span class='lparen'>(</span>
|
|
1722
1741
|
<span class='label'>id:</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_end'>"</span></span>
|
|
@@ -1800,18 +1819,18 @@ This CNAME record points traffic for that domain to ngrok's edge servers.
|
|
|
1800
1819
|
<pre class="lines">
|
|
1801
1820
|
|
|
1802
1821
|
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1822
|
+
386
|
|
1823
|
+
387
|
|
1824
|
+
388
|
|
1825
|
+
389
|
|
1826
|
+
390
|
|
1827
|
+
391
|
|
1828
|
+
392
|
|
1829
|
+
393
|
|
1830
|
+
394</pre>
|
|
1812
1831
|
</td>
|
|
1813
1832
|
<td>
|
|
1814
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/reserved_domains_client.rb', line
|
|
1833
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/reserved_domains_client.rb', line 386</span>
|
|
1815
1834
|
|
|
1816
1835
|
<span class='kw'>def</span> <span class='id identifier rubyid_delete_https_endpoint_config'>delete_https_endpoint_config</span><span class='lparen'>(</span>
|
|
1817
1836
|
<span class='label'>id:</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_end'>"</span></span>
|
|
@@ -1895,18 +1914,18 @@ This CNAME record points traffic for that domain to ngrok's edge servers.
|
|
|
1895
1914
|
<pre class="lines">
|
|
1896
1915
|
|
|
1897
1916
|
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1917
|
+
404
|
|
1918
|
+
405
|
|
1919
|
+
406
|
|
1920
|
+
407
|
|
1921
|
+
408
|
|
1922
|
+
409
|
|
1923
|
+
410
|
|
1924
|
+
411
|
|
1925
|
+
412</pre>
|
|
1907
1926
|
</td>
|
|
1908
1927
|
<td>
|
|
1909
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/reserved_domains_client.rb', line
|
|
1928
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/reserved_domains_client.rb', line 404</span>
|
|
1910
1929
|
|
|
1911
1930
|
<span class='kw'>def</span> <span class='id identifier rubyid_delete_https_endpoint_config!'>delete_https_endpoint_config!</span><span class='lparen'>(</span>
|
|
1912
1931
|
<span class='label'>id:</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_end'>"</span></span>
|
|
@@ -2231,7 +2250,8 @@ This CNAME record points traffic for that domain to ngrok's edge servers.
|
|
|
2231
2250
|
161
|
|
2232
2251
|
162
|
|
2233
2252
|
163
|
|
2234
|
-
164
|
|
2253
|
+
164
|
|
2254
|
+
165</pre>
|
|
2235
2255
|
</td>
|
|
2236
2256
|
<td>
|
|
2237
2257
|
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/reserved_domains_client.rb', line 147</span>
|
|
@@ -2247,6 +2267,7 @@ This CNAME record points traffic for that domain to ngrok's edge servers.
|
|
|
2247
2267
|
<span class='label'>url:</span> <span class='id identifier rubyid_url'>url</span><span class='comma'>,</span>
|
|
2248
2268
|
<span class='label'>path:</span> <span class='const'><span class='object_link'><a href="#PATH-constant" title="NgrokAPI::Services::ReservedDomainsClient::PATH (constant)">PATH</a></span></span>
|
|
2249
2269
|
<span class='rparen'>)</span>
|
|
2270
|
+
|
|
2250
2271
|
<span class='const'><span class='object_link'><a href="../../NgrokAPI.html" title="NgrokAPI (module)">NgrokAPI</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Models.html" title="NgrokAPI::Models (module)">Models</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Models/Listable.html" title="NgrokAPI::Models::Listable (class)">Listable</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="../Models/Listable.html#initialize-instance_method" title="NgrokAPI::Models::Listable#initialize (method)">new</a></span></span><span class='lparen'>(</span>
|
|
2251
2272
|
<span class='label'>client:</span> <span class='kw'>self</span><span class='comma'>,</span>
|
|
2252
2273
|
<span class='label'>result:</span> <span class='id identifier rubyid_result'>result</span><span class='comma'>,</span>
|
|
@@ -2257,6 +2278,151 @@ This CNAME record points traffic for that domain to ngrok's edge servers.
|
|
|
2257
2278
|
</td>
|
|
2258
2279
|
</tr>
|
|
2259
2280
|
</table>
|
|
2281
|
+
</div>
|
|
2282
|
+
|
|
2283
|
+
<div class="method_details ">
|
|
2284
|
+
<h3 class="signature " id="list!-instance_method">
|
|
2285
|
+
|
|
2286
|
+
#<strong>list!</strong>(before_id: nil, limit: nil, url: nil) ⇒ <tt><span class='object_link'><a href="../Models/Listable.html" title="NgrokAPI::Models::Listable (class)">NgrokAPI::Models::Listable</a></span></tt>
|
|
2287
|
+
|
|
2288
|
+
|
|
2289
|
+
|
|
2290
|
+
|
|
2291
|
+
|
|
2292
|
+
</h3><div class="docstring">
|
|
2293
|
+
<div class="discussion">
|
|
2294
|
+
|
|
2295
|
+
<p>List all reserved domains on this account. Throws an exception if API error.</p>
|
|
2296
|
+
|
|
2297
|
+
<p><a href="https://ngrok.com/docs/api#api-reserved-domains-list">ngrok.com/docs/api#api-reserved-domains-list</a></p>
|
|
2298
|
+
|
|
2299
|
+
|
|
2300
|
+
</div>
|
|
2301
|
+
</div>
|
|
2302
|
+
<div class="tags">
|
|
2303
|
+
<p class="tag_title">Parameters:</p>
|
|
2304
|
+
<ul class="param">
|
|
2305
|
+
|
|
2306
|
+
<li>
|
|
2307
|
+
|
|
2308
|
+
<span class='name'>before_id</span>
|
|
2309
|
+
|
|
2310
|
+
|
|
2311
|
+
<span class='type'>(<tt>string</tt>)</span>
|
|
2312
|
+
|
|
2313
|
+
|
|
2314
|
+
<em class="default">(defaults to: <tt>nil</tt>)</em>
|
|
2315
|
+
|
|
2316
|
+
|
|
2317
|
+
</li>
|
|
2318
|
+
|
|
2319
|
+
<li>
|
|
2320
|
+
|
|
2321
|
+
<span class='name'>limit</span>
|
|
2322
|
+
|
|
2323
|
+
|
|
2324
|
+
<span class='type'>(<tt>string</tt>)</span>
|
|
2325
|
+
|
|
2326
|
+
|
|
2327
|
+
<em class="default">(defaults to: <tt>nil</tt>)</em>
|
|
2328
|
+
|
|
2329
|
+
|
|
2330
|
+
</li>
|
|
2331
|
+
|
|
2332
|
+
<li>
|
|
2333
|
+
|
|
2334
|
+
<span class='name'>url</span>
|
|
2335
|
+
|
|
2336
|
+
|
|
2337
|
+
<span class='type'>(<tt>string</tt>)</span>
|
|
2338
|
+
|
|
2339
|
+
|
|
2340
|
+
<em class="default">(defaults to: <tt>nil</tt>)</em>
|
|
2341
|
+
|
|
2342
|
+
|
|
2343
|
+
—
|
|
2344
|
+
<div class='inline'>
|
|
2345
|
+
<p>optional and mutually exclusive from before_id and limit</p>
|
|
2346
|
+
</div>
|
|
2347
|
+
|
|
2348
|
+
</li>
|
|
2349
|
+
|
|
2350
|
+
</ul>
|
|
2351
|
+
|
|
2352
|
+
<p class="tag_title">Returns:</p>
|
|
2353
|
+
<ul class="return">
|
|
2354
|
+
|
|
2355
|
+
<li>
|
|
2356
|
+
|
|
2357
|
+
|
|
2358
|
+
<span class='type'>(<tt><span class='object_link'><a href="../Models/Listable.html" title="NgrokAPI::Models::Listable (class)">NgrokAPI::Models::Listable</a></span></tt>)</span>
|
|
2359
|
+
|
|
2360
|
+
|
|
2361
|
+
|
|
2362
|
+
—
|
|
2363
|
+
<div class='inline'>
|
|
2364
|
+
<p>result from the API request</p>
|
|
2365
|
+
</div>
|
|
2366
|
+
|
|
2367
|
+
</li>
|
|
2368
|
+
|
|
2369
|
+
</ul>
|
|
2370
|
+
|
|
2371
|
+
</div><table class="source_code">
|
|
2372
|
+
<tr>
|
|
2373
|
+
<td>
|
|
2374
|
+
<pre class="lines">
|
|
2375
|
+
|
|
2376
|
+
|
|
2377
|
+
177
|
|
2378
|
+
178
|
|
2379
|
+
179
|
|
2380
|
+
180
|
|
2381
|
+
181
|
|
2382
|
+
182
|
|
2383
|
+
183
|
|
2384
|
+
184
|
|
2385
|
+
185
|
|
2386
|
+
186
|
|
2387
|
+
187
|
|
2388
|
+
188
|
|
2389
|
+
189
|
|
2390
|
+
190
|
|
2391
|
+
191
|
|
2392
|
+
192
|
|
2393
|
+
193
|
|
2394
|
+
194
|
|
2395
|
+
195
|
|
2396
|
+
196
|
|
2397
|
+
197</pre>
|
|
2398
|
+
</td>
|
|
2399
|
+
<td>
|
|
2400
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/reserved_domains_client.rb', line 177</span>
|
|
2401
|
+
|
|
2402
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_list!'>list!</span><span class='lparen'>(</span>
|
|
2403
|
+
<span class='label'>before_id:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
|
2404
|
+
<span class='label'>limit:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
|
2405
|
+
<span class='label'>url:</span> <span class='kw'>nil</span>
|
|
2406
|
+
<span class='rparen'>)</span>
|
|
2407
|
+
<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_list'>list</span><span class='lparen'>(</span>
|
|
2408
|
+
<span class='label'>before_id:</span> <span class='id identifier rubyid_before_id'>before_id</span><span class='comma'>,</span>
|
|
2409
|
+
<span class='label'>limit:</span> <span class='id identifier rubyid_limit'>limit</span><span class='comma'>,</span>
|
|
2410
|
+
<span class='label'>danger:</span> <span class='kw'>true</span><span class='comma'>,</span>
|
|
2411
|
+
<span class='label'>url:</span> <span class='id identifier rubyid_url'>url</span><span class='comma'>,</span>
|
|
2412
|
+
<span class='label'>path:</span> <span class='const'><span class='object_link'><a href="#PATH-constant" title="NgrokAPI::Services::ReservedDomainsClient::PATH (constant)">PATH</a></span></span>
|
|
2413
|
+
<span class='rparen'>)</span>
|
|
2414
|
+
|
|
2415
|
+
<span class='const'><span class='object_link'><a href="../../NgrokAPI.html" title="NgrokAPI (module)">NgrokAPI</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Models.html" title="NgrokAPI::Models (module)">Models</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Models/Listable.html" title="NgrokAPI::Models::Listable (class)">Listable</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="../Models/Listable.html#initialize-instance_method" title="NgrokAPI::Models::Listable#initialize (method)">new</a></span></span><span class='lparen'>(</span>
|
|
2416
|
+
<span class='label'>client:</span> <span class='kw'>self</span><span class='comma'>,</span>
|
|
2417
|
+
<span class='label'>result:</span> <span class='id identifier rubyid_result'>result</span><span class='comma'>,</span>
|
|
2418
|
+
<span class='label'>list_property:</span> <span class='const'><span class='object_link'><a href="#LIST_PROPERTY-constant" title="NgrokAPI::Services::ReservedDomainsClient::LIST_PROPERTY (constant)">LIST_PROPERTY</a></span></span><span class='comma'>,</span>
|
|
2419
|
+
<span class='label'>klass:</span> <span class='const'><span class='object_link'><a href="../../NgrokAPI.html" title="NgrokAPI (module)">NgrokAPI</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Models.html" title="NgrokAPI::Models (module)">Models</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Models/ReservedDomain.html" title="NgrokAPI::Models::ReservedDomain (class)">ReservedDomain</a></span></span><span class='comma'>,</span>
|
|
2420
|
+
<span class='label'>danger:</span> <span class='kw'>true</span>
|
|
2421
|
+
<span class='rparen'>)</span>
|
|
2422
|
+
<span class='kw'>end</span></pre>
|
|
2423
|
+
</td>
|
|
2424
|
+
</tr>
|
|
2425
|
+
</table>
|
|
2260
2426
|
</div>
|
|
2261
2427
|
|
|
2262
2428
|
<div class="method_details ">
|
|
@@ -2380,7 +2546,7 @@ This CNAME record points traffic for that domain to ngrok's edge servers.
|
|
|
2380
2546
|
|
|
2381
2547
|
—
|
|
2382
2548
|
<div class='inline'>
|
|
2383
|
-
<p>ID of a user-uploaded TLS certificate to use for connections to targeting this domain. Optional, mutually exclusive with
|
|
2549
|
+
<p>ID of a user-uploaded TLS certificate to use for connections to targeting this domain. Optional, mutually exclusive with <code>certificate_management_policy</code>.</p>
|
|
2384
2550
|
</div>
|
|
2385
2551
|
|
|
2386
2552
|
</li>
|
|
@@ -2398,7 +2564,7 @@ This CNAME record points traffic for that domain to ngrok's edge servers.
|
|
|
2398
2564
|
|
|
2399
2565
|
—
|
|
2400
2566
|
<div class='inline'>
|
|
2401
|
-
<p>configuration for automatic management of TLS certificates for this domain, or null if automatic management is disabled. Optional, mutually exclusive with
|
|
2567
|
+
<p>configuration for automatic management of TLS certificates for this domain, or null if automatic management is disabled. Optional, mutually exclusive with <code>certificate_id</code>.</p>
|
|
2402
2568
|
</div>
|
|
2403
2569
|
|
|
2404
2570
|
</li>
|
|
@@ -2430,32 +2596,32 @@ This CNAME record points traffic for that domain to ngrok's edge servers.
|
|
|
2430
2596
|
<pre class="lines">
|
|
2431
2597
|
|
|
2432
2598
|
|
|
2433
|
-
|
|
2434
|
-
|
|
2435
|
-
|
|
2436
|
-
|
|
2437
|
-
|
|
2438
|
-
|
|
2439
|
-
|
|
2440
|
-
|
|
2441
|
-
|
|
2442
|
-
|
|
2443
|
-
|
|
2444
|
-
|
|
2445
|
-
|
|
2446
|
-
|
|
2447
|
-
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
|
-
|
|
2451
|
-
|
|
2452
|
-
|
|
2453
|
-
|
|
2454
|
-
|
|
2455
|
-
|
|
2599
|
+
212
|
|
2600
|
+
213
|
|
2601
|
+
214
|
|
2602
|
+
215
|
|
2603
|
+
216
|
|
2604
|
+
217
|
|
2605
|
+
218
|
|
2606
|
+
219
|
|
2607
|
+
220
|
|
2608
|
+
221
|
|
2609
|
+
222
|
|
2610
|
+
223
|
|
2611
|
+
224
|
|
2612
|
+
225
|
|
2613
|
+
226
|
|
2614
|
+
227
|
|
2615
|
+
228
|
|
2616
|
+
229
|
|
2617
|
+
230
|
|
2618
|
+
231
|
|
2619
|
+
232
|
|
2620
|
+
233
|
|
2621
|
+
234</pre>
|
|
2456
2622
|
</td>
|
|
2457
2623
|
<td>
|
|
2458
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/reserved_domains_client.rb', line
|
|
2624
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/reserved_domains_client.rb', line 212</span>
|
|
2459
2625
|
|
|
2460
2626
|
<span class='kw'>def</span> <span class='id identifier rubyid_update'>update</span><span class='lparen'>(</span>
|
|
2461
2627
|
<span class='label'>id:</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_end'>"</span></span><span class='comma'>,</span>
|
|
@@ -2606,7 +2772,7 @@ This CNAME record points traffic for that domain to ngrok's edge servers.
|
|
|
2606
2772
|
|
|
2607
2773
|
—
|
|
2608
2774
|
<div class='inline'>
|
|
2609
|
-
<p>ID of a user-uploaded TLS certificate to use for connections to targeting this domain. Optional, mutually exclusive with
|
|
2775
|
+
<p>ID of a user-uploaded TLS certificate to use for connections to targeting this domain. Optional, mutually exclusive with <code>certificate_management_policy</code>.</p>
|
|
2610
2776
|
</div>
|
|
2611
2777
|
|
|
2612
2778
|
</li>
|
|
@@ -2624,7 +2790,7 @@ This CNAME record points traffic for that domain to ngrok's edge servers.
|
|
|
2624
2790
|
|
|
2625
2791
|
—
|
|
2626
2792
|
<div class='inline'>
|
|
2627
|
-
<p>configuration for automatic management of TLS certificates for this domain, or null if automatic management is disabled. Optional, mutually exclusive with
|
|
2793
|
+
<p>configuration for automatic management of TLS certificates for this domain, or null if automatic management is disabled. Optional, mutually exclusive with <code>certificate_id</code>.</p>
|
|
2628
2794
|
</div>
|
|
2629
2795
|
|
|
2630
2796
|
</li>
|
|
@@ -2656,32 +2822,32 @@ This CNAME record points traffic for that domain to ngrok's edge servers.
|
|
|
2656
2822
|
<pre class="lines">
|
|
2657
2823
|
|
|
2658
2824
|
|
|
2659
|
-
|
|
2660
|
-
|
|
2661
|
-
|
|
2662
|
-
|
|
2663
|
-
|
|
2664
|
-
|
|
2665
|
-
|
|
2666
|
-
|
|
2667
|
-
|
|
2668
|
-
|
|
2669
|
-
|
|
2670
|
-
|
|
2671
|
-
|
|
2672
|
-
|
|
2673
|
-
|
|
2674
|
-
|
|
2675
|
-
|
|
2676
|
-
|
|
2677
|
-
|
|
2678
|
-
|
|
2679
|
-
|
|
2680
|
-
|
|
2681
|
-
|
|
2825
|
+
250
|
|
2826
|
+
251
|
|
2827
|
+
252
|
|
2828
|
+
253
|
|
2829
|
+
254
|
|
2830
|
+
255
|
|
2831
|
+
256
|
|
2832
|
+
257
|
|
2833
|
+
258
|
|
2834
|
+
259
|
|
2835
|
+
260
|
|
2836
|
+
261
|
|
2837
|
+
262
|
|
2838
|
+
263
|
|
2839
|
+
264
|
|
2840
|
+
265
|
|
2841
|
+
266
|
|
2842
|
+
267
|
|
2843
|
+
268
|
|
2844
|
+
269
|
|
2845
|
+
270
|
|
2846
|
+
271
|
|
2847
|
+
272</pre>
|
|
2682
2848
|
</td>
|
|
2683
2849
|
<td>
|
|
2684
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/reserved_domains_client.rb', line
|
|
2850
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/reserved_domains_client.rb', line 250</span>
|
|
2685
2851
|
|
|
2686
2852
|
<span class='kw'>def</span> <span class='id identifier rubyid_update!'>update!</span><span class='lparen'>(</span>
|
|
2687
2853
|
<span class='label'>id:</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_end'>"</span></span><span class='comma'>,</span>
|
|
@@ -2716,7 +2882,7 @@ This CNAME record points traffic for that domain to ngrok's edge servers.
|
|
|
2716
2882
|
</div>
|
|
2717
2883
|
|
|
2718
2884
|
<div id="footer">
|
|
2719
|
-
Generated on
|
|
2885
|
+
Generated on Tue Oct 19 15:48:24 2021 by
|
|
2720
2886
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
2721
2887
|
0.9.26 (ruby-3.0.1).
|
|
2722
2888
|
</div>
|