ngrok-api 0.9.0 → 0.16.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.rubocop.yml +2 -2
- data/.yardopts +1 -0
- data/LICENSE +7 -0
- data/doc/NgrokAPI/Client.html +1469 -125
- data/doc/NgrokAPI/Error.html +3 -3
- data/doc/NgrokAPI/Errors/NotFoundError.html +3 -3
- data/doc/NgrokAPI/Errors.html +3 -3
- data/doc/NgrokAPI/HttpClient.html +66 -36
- data/doc/NgrokAPI/Models/{ApiKey.html → APIKey.html} +110 -179
- data/doc/NgrokAPI/Models/AWSAuth.html +617 -0
- data/doc/NgrokAPI/Models/AWSCredentials.html +617 -0
- data/doc/NgrokAPI/Models/AWSRole.html +543 -0
- data/doc/NgrokAPI/Models/AbuseReport.html +987 -0
- data/doc/NgrokAPI/Models/AbuseReportHostname.html +617 -0
- data/doc/NgrokAPI/Models/AgentIngress.html +1217 -0
- data/doc/NgrokAPI/Models/CertificateAuthority.html +1439 -0
- data/doc/NgrokAPI/Models/Credential.html +1149 -0
- data/doc/NgrokAPI/Models/EndpointCircuitBreaker.html +913 -0
- data/doc/NgrokAPI/Models/EndpointCompression.html +543 -0
- data/doc/NgrokAPI/Models/EndpointConfiguration.html +1323 -512
- data/doc/NgrokAPI/Models/EndpointIPPolicy.html +617 -0
- data/doc/NgrokAPI/Models/EndpointIPPolicyMutate.html +617 -0
- data/doc/NgrokAPI/Models/EndpointLogging.html +617 -0
- data/doc/NgrokAPI/Models/EndpointLoggingMutate.html +617 -0
- data/doc/NgrokAPI/Models/EndpointMutualTLS.html +617 -0
- data/doc/NgrokAPI/Models/EndpointMutualTLSMutate.html +617 -0
- data/doc/NgrokAPI/Models/EndpointOAuth.html +987 -0
- data/doc/NgrokAPI/Models/EndpointOAuthFacebook.html +839 -0
- data/doc/NgrokAPI/Models/EndpointOAuthGitHub.html +987 -0
- data/doc/NgrokAPI/Models/EndpointOAuthGoogle.html +839 -0
- data/doc/NgrokAPI/Models/EndpointOAuthMicrosoft.html +839 -0
- data/doc/NgrokAPI/Models/EndpointOAuthProvider.html +765 -0
- data/doc/NgrokAPI/Models/EndpointOIDC.html +1135 -0
- data/doc/NgrokAPI/Models/EndpointRequestHeaders.html +691 -0
- data/doc/NgrokAPI/Models/EndpointResponseHeaders.html +691 -0
- data/doc/NgrokAPI/Models/EndpointSAML.html +1653 -0
- data/doc/NgrokAPI/Models/EndpointSAMLMutate.html +1283 -0
- data/doc/NgrokAPI/Models/EndpointTLSTermination.html +691 -0
- data/doc/NgrokAPI/Models/EndpointWebhookValidation.html +691 -0
- data/doc/NgrokAPI/Models/EventDestination.html +1058 -0
- data/doc/NgrokAPI/Models/EventSource.html +765 -0
- data/doc/NgrokAPI/Models/EventSourceList.html +617 -0
- data/doc/NgrokAPI/Models/EventSourceReplace.html +691 -0
- data/doc/NgrokAPI/Models/EventStream.html +1309 -0
- data/doc/NgrokAPI/Models/EventSubscription.html +1058 -0
- data/doc/NgrokAPI/Models/EventTarget.html +765 -0
- data/doc/NgrokAPI/Models/EventTargetCloudwatchLogs.html +617 -0
- data/doc/NgrokAPI/Models/EventTargetFirehose.html +617 -0
- data/doc/NgrokAPI/Models/EventTargetKinesis.html +617 -0
- data/doc/NgrokAPI/Models/{TlsCertificate.html → IPPolicy.html} +172 -167
- data/doc/NgrokAPI/Models/IPPolicyRule.html +1149 -0
- data/doc/NgrokAPI/Models/IPRestriction.html +1132 -0
- data/doc/NgrokAPI/Models/Listable.html +120 -52
- data/doc/NgrokAPI/Models/Ref.html +617 -0
- data/doc/NgrokAPI/Models/ReservedAddr.html +1132 -0
- data/doc/NgrokAPI/Models/ReservedDomain.html +186 -1108
- data/doc/NgrokAPI/Models/ReservedDomainCertJob.html +765 -0
- data/doc/NgrokAPI/Models/ReservedDomainCertPolicy.html +617 -0
- data/doc/NgrokAPI/Models/ReservedDomainCertStatus.html +617 -0
- data/doc/NgrokAPI/Models/SSHCertificateAuthority.html +1143 -0
- data/doc/NgrokAPI/Models/SSHCredential.html +1149 -0
- data/doc/NgrokAPI/Models/SSHHostCertificate.html +1513 -0
- data/doc/NgrokAPI/Models/SSHUserCertificate.html +1661 -0
- data/doc/NgrokAPI/Models/TLSCertificate.html +2179 -0
- data/doc/NgrokAPI/Models/TLSCertificateSANs.html +617 -0
- data/doc/NgrokAPI/Models/Tunnel.html +987 -0
- data/doc/NgrokAPI/Models/TunnelSession.html +1209 -0
- data/doc/NgrokAPI/Models.html +6 -6
- data/doc/NgrokAPI/PagedIterator.html +16 -12
- data/{docs/NgrokAPI/Services/ApiKeysClient.html → doc/NgrokAPI/Services/APIKeysClient.html} +404 -153
- data/doc/NgrokAPI/Services/AbuseReportsClient.html +706 -0
- data/doc/NgrokAPI/Services/AgentIngressesClient.html +1600 -0
- data/doc/NgrokAPI/Services/CertificateAuthoritiesClient.html +1602 -0
- data/doc/NgrokAPI/Services/CredentialsClient.html +1644 -0
- data/doc/NgrokAPI/Services/EndpointCircuitBreakerModuleClient.html +1043 -0
- data/doc/NgrokAPI/Services/EndpointCompressionModuleClient.html +1043 -0
- data/doc/NgrokAPI/Services/EndpointConfigurationsClient.html +503 -370
- data/doc/NgrokAPI/Services/EndpointIPPolicyModuleClient.html +1043 -0
- data/doc/NgrokAPI/Services/EndpointLoggingModuleClient.html +1043 -0
- data/doc/NgrokAPI/Services/EndpointMutualTLSModuleClient.html +1043 -0
- data/doc/NgrokAPI/Services/EndpointOAuthModuleClient.html +1043 -0
- data/doc/NgrokAPI/Services/EndpointOIDCModuleClient.html +1043 -0
- data/doc/NgrokAPI/Services/EndpointRequestHeadersModuleClient.html +1043 -0
- data/doc/NgrokAPI/Services/EndpointResponseHeadersModuleClient.html +1043 -0
- data/doc/NgrokAPI/Services/EndpointSAMLModuleClient.html +1043 -0
- data/doc/NgrokAPI/Services/EndpointTLSTerminationModuleClient.html +1043 -0
- data/doc/NgrokAPI/Services/EndpointWebhookValidationModuleClient.html +1043 -0
- data/doc/NgrokAPI/Services/EventDestinationsClient.html +1712 -0
- data/doc/NgrokAPI/Services/EventSourcesClient.html +1532 -0
- data/doc/NgrokAPI/Services/EventStreamsClient.html +1792 -0
- data/doc/NgrokAPI/Services/EventSubscriptionsClient.html +1712 -0
- data/doc/NgrokAPI/Services/IPPoliciesClient.html +1602 -0
- data/doc/NgrokAPI/Services/IPPolicyRulesClient.html +1660 -0
- data/doc/NgrokAPI/Services/IPRestrictionsClient.html +1720 -0
- data/doc/NgrokAPI/Services/ReservedAddrsClient.html +1894 -0
- data/doc/NgrokAPI/Services/ReservedDomainsClient.html +585 -344
- data/doc/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html +1644 -0
- data/doc/NgrokAPI/Services/SSHCredentialsClient.html +1662 -0
- data/doc/NgrokAPI/Services/SSHHostCertificatesClient.html +1680 -0
- data/doc/NgrokAPI/Services/SSHUserCertificatesClient.html +1720 -0
- data/{docs/NgrokAPI/Services/TlsCertificatesClient.html → doc/NgrokAPI/Services/TLSCertificatesClient.html} +404 -201
- data/doc/NgrokAPI/Services/TunnelSessionsClient.html +1587 -0
- data/doc/NgrokAPI/Services/TunnelsClient.html +669 -0
- data/doc/NgrokAPI/Services.html +6 -6
- data/doc/NgrokAPI.html +5 -5
- data/doc/README +94 -0
- data/doc/_index.html +621 -25
- data/doc/class_list.html +1 -1
- data/doc/file.README.html +55 -28
- data/doc/frames.html +1 -1
- data/doc/index.html +55 -28
- data/doc/method_list.html +7526 -286
- data/doc/top-level-namespace.html +3 -3
- data/docs/.gitkeep +0 -0
- data/docs/CNAME +1 -0
- data/docs/NgrokAPI/Client.html +1469 -125
- data/docs/NgrokAPI/Error.html +3 -3
- data/docs/NgrokAPI/Errors/NotFoundError.html +3 -3
- data/docs/NgrokAPI/Errors.html +3 -3
- data/docs/NgrokAPI/HttpClient.html +66 -36
- data/docs/NgrokAPI/Models/{ApiKey.html → APIKey.html} +110 -179
- data/docs/NgrokAPI/Models/AWSAuth.html +617 -0
- data/docs/NgrokAPI/Models/AWSCredentials.html +617 -0
- data/docs/NgrokAPI/Models/AWSRole.html +543 -0
- data/docs/NgrokAPI/Models/AbuseReport.html +987 -0
- data/docs/NgrokAPI/Models/AbuseReportHostname.html +617 -0
- data/docs/NgrokAPI/Models/AgentIngress.html +1217 -0
- data/docs/NgrokAPI/Models/CertificateAuthority.html +1439 -0
- data/docs/NgrokAPI/Models/Credential.html +1149 -0
- data/docs/NgrokAPI/Models/EndpointCircuitBreaker.html +913 -0
- data/docs/NgrokAPI/Models/EndpointCompression.html +543 -0
- data/docs/NgrokAPI/Models/EndpointConfiguration.html +1323 -512
- data/docs/NgrokAPI/Models/EndpointIPPolicy.html +617 -0
- data/docs/NgrokAPI/Models/EndpointIPPolicyMutate.html +617 -0
- data/docs/NgrokAPI/Models/EndpointLogging.html +617 -0
- data/docs/NgrokAPI/Models/EndpointLoggingMutate.html +617 -0
- data/docs/NgrokAPI/Models/EndpointMutualTLS.html +617 -0
- data/docs/NgrokAPI/Models/EndpointMutualTLSMutate.html +617 -0
- data/docs/NgrokAPI/Models/EndpointOAuth.html +987 -0
- data/docs/NgrokAPI/Models/EndpointOAuthFacebook.html +839 -0
- data/docs/NgrokAPI/Models/EndpointOAuthGitHub.html +987 -0
- data/docs/NgrokAPI/Models/EndpointOAuthGoogle.html +839 -0
- data/docs/NgrokAPI/Models/EndpointOAuthMicrosoft.html +839 -0
- data/docs/NgrokAPI/Models/EndpointOAuthProvider.html +765 -0
- data/docs/NgrokAPI/Models/EndpointOIDC.html +1135 -0
- data/docs/NgrokAPI/Models/EndpointRequestHeaders.html +691 -0
- data/docs/NgrokAPI/Models/EndpointResponseHeaders.html +691 -0
- data/docs/NgrokAPI/Models/EndpointSAML.html +1653 -0
- data/docs/NgrokAPI/Models/EndpointSAMLMutate.html +1283 -0
- data/docs/NgrokAPI/Models/EndpointTLSTermination.html +691 -0
- data/docs/NgrokAPI/Models/EndpointWebhookValidation.html +691 -0
- data/docs/NgrokAPI/Models/EventDestination.html +1058 -0
- data/docs/NgrokAPI/Models/EventSource.html +765 -0
- data/docs/NgrokAPI/Models/EventSourceList.html +617 -0
- data/docs/NgrokAPI/Models/EventSourceReplace.html +691 -0
- data/docs/NgrokAPI/Models/EventStream.html +1309 -0
- data/docs/NgrokAPI/Models/EventSubscription.html +1058 -0
- data/docs/NgrokAPI/Models/EventTarget.html +765 -0
- data/docs/NgrokAPI/Models/EventTargetCloudwatchLogs.html +617 -0
- data/docs/NgrokAPI/Models/EventTargetFirehose.html +617 -0
- data/docs/NgrokAPI/Models/EventTargetKinesis.html +617 -0
- data/docs/NgrokAPI/Models/{TlsCertificate.html → IPPolicy.html} +172 -167
- data/docs/NgrokAPI/Models/IPPolicyRule.html +1149 -0
- data/docs/NgrokAPI/Models/IPRestriction.html +1132 -0
- data/docs/NgrokAPI/Models/Listable.html +120 -52
- data/docs/NgrokAPI/Models/Ref.html +617 -0
- data/docs/NgrokAPI/Models/ReservedAddr.html +1132 -0
- data/docs/NgrokAPI/Models/ReservedDomain.html +186 -1108
- data/docs/NgrokAPI/Models/ReservedDomainCertJob.html +765 -0
- data/docs/NgrokAPI/Models/ReservedDomainCertPolicy.html +617 -0
- data/docs/NgrokAPI/Models/ReservedDomainCertStatus.html +617 -0
- data/docs/NgrokAPI/Models/SSHCertificateAuthority.html +1143 -0
- data/docs/NgrokAPI/Models/SSHCredential.html +1149 -0
- data/docs/NgrokAPI/Models/SSHHostCertificate.html +1513 -0
- data/docs/NgrokAPI/Models/SSHUserCertificate.html +1661 -0
- data/docs/NgrokAPI/Models/TLSCertificate.html +2179 -0
- data/docs/NgrokAPI/Models/TLSCertificateSANs.html +617 -0
- data/docs/NgrokAPI/Models/Tunnel.html +987 -0
- data/docs/NgrokAPI/Models/TunnelSession.html +1209 -0
- data/docs/NgrokAPI/Models.html +6 -6
- data/docs/NgrokAPI/PagedIterator.html +16 -12
- data/{doc/NgrokAPI/Services/ApiKeysClient.html → docs/NgrokAPI/Services/APIKeysClient.html} +404 -153
- data/docs/NgrokAPI/Services/AbuseReportsClient.html +706 -0
- data/docs/NgrokAPI/Services/AgentIngressesClient.html +1600 -0
- data/docs/NgrokAPI/Services/CertificateAuthoritiesClient.html +1602 -0
- data/docs/NgrokAPI/Services/CredentialsClient.html +1644 -0
- data/docs/NgrokAPI/Services/EndpointCircuitBreakerModuleClient.html +1043 -0
- data/docs/NgrokAPI/Services/EndpointCompressionModuleClient.html +1043 -0
- data/docs/NgrokAPI/Services/EndpointConfigurationsClient.html +503 -370
- data/docs/NgrokAPI/Services/EndpointIPPolicyModuleClient.html +1043 -0
- data/docs/NgrokAPI/Services/EndpointLoggingModuleClient.html +1043 -0
- data/docs/NgrokAPI/Services/EndpointMutualTLSModuleClient.html +1043 -0
- data/docs/NgrokAPI/Services/EndpointOAuthModuleClient.html +1043 -0
- data/docs/NgrokAPI/Services/EndpointOIDCModuleClient.html +1043 -0
- data/docs/NgrokAPI/Services/EndpointRequestHeadersModuleClient.html +1043 -0
- data/docs/NgrokAPI/Services/EndpointResponseHeadersModuleClient.html +1043 -0
- data/docs/NgrokAPI/Services/EndpointSAMLModuleClient.html +1043 -0
- data/docs/NgrokAPI/Services/EndpointTLSTerminationModuleClient.html +1043 -0
- data/docs/NgrokAPI/Services/EndpointWebhookValidationModuleClient.html +1043 -0
- data/docs/NgrokAPI/Services/EventDestinationsClient.html +1712 -0
- data/docs/NgrokAPI/Services/EventSourcesClient.html +1532 -0
- data/docs/NgrokAPI/Services/EventStreamsClient.html +1792 -0
- data/docs/NgrokAPI/Services/EventSubscriptionsClient.html +1712 -0
- data/docs/NgrokAPI/Services/IPPoliciesClient.html +1602 -0
- data/docs/NgrokAPI/Services/IPPolicyRulesClient.html +1660 -0
- data/docs/NgrokAPI/Services/IPRestrictionsClient.html +1720 -0
- data/docs/NgrokAPI/Services/ReservedAddrsClient.html +1894 -0
- data/docs/NgrokAPI/Services/ReservedDomainsClient.html +585 -344
- data/docs/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html +1644 -0
- data/docs/NgrokAPI/Services/SSHCredentialsClient.html +1662 -0
- data/docs/NgrokAPI/Services/SSHHostCertificatesClient.html +1680 -0
- data/docs/NgrokAPI/Services/SSHUserCertificatesClient.html +1720 -0
- data/{doc/NgrokAPI/Services/TlsCertificatesClient.html → docs/NgrokAPI/Services/TLSCertificatesClient.html} +404 -201
- data/docs/NgrokAPI/Services/TunnelSessionsClient.html +1587 -0
- data/docs/NgrokAPI/Services/TunnelsClient.html +669 -0
- data/docs/NgrokAPI/Services.html +6 -6
- data/docs/NgrokAPI.html +5 -5
- data/docs/README +94 -0
- data/docs/_index.html +621 -25
- data/docs/class_list.html +1 -1
- data/docs/file.README.html +55 -28
- data/docs/frames.html +1 -1
- data/docs/index.html +55 -28
- data/docs/method_list.html +7526 -286
- data/docs/top-level-namespace.html +3 -3
- data/lib/ngrokapi/client.rb +229 -49
- data/lib/ngrokapi/http_client.rb +6 -7
- data/lib/ngrokapi/models/abuse_report.rb +37 -0
- data/lib/ngrokapi/models/abuse_report_hostname.rb +27 -0
- data/lib/ngrokapi/models/agent_ingress.rb +66 -0
- data/lib/ngrokapi/models/api_key.rb +62 -64
- data/lib/ngrokapi/models/aws_auth.rb +27 -0
- data/lib/ngrokapi/models/aws_credentials.rb +27 -0
- data/lib/ngrokapi/models/aws_role.rb +25 -0
- data/lib/ngrokapi/models/certificate_authority.rb +72 -0
- data/lib/ngrokapi/models/credential.rb +67 -0
- data/lib/ngrokapi/models/endpoint_circuit_breaker.rb +35 -0
- data/lib/ngrokapi/models/endpoint_compression.rb +25 -0
- data/lib/ngrokapi/models/endpoint_configuration.rb +130 -119
- data/lib/ngrokapi/models/endpoint_ip_policy.rb +27 -0
- data/lib/ngrokapi/models/endpoint_ip_policy_mutate.rb +27 -0
- data/lib/ngrokapi/models/endpoint_logging.rb +27 -0
- data/lib/ngrokapi/models/endpoint_logging_mutate.rb +27 -0
- data/lib/ngrokapi/models/endpoint_mutual_tls.rb +27 -0
- data/lib/ngrokapi/models/endpoint_mutual_tls_mutate.rb +27 -0
- data/lib/ngrokapi/models/endpoint_o_auth.rb +37 -0
- data/lib/ngrokapi/models/endpoint_o_auth_facebook.rb +33 -0
- data/lib/ngrokapi/models/endpoint_o_auth_git_hub.rb +37 -0
- data/lib/ngrokapi/models/endpoint_o_auth_google.rb +33 -0
- data/lib/ngrokapi/models/endpoint_o_auth_microsoft.rb +33 -0
- data/lib/ngrokapi/models/endpoint_o_auth_provider.rb +31 -0
- data/lib/ngrokapi/models/endpoint_oidc.rb +41 -0
- data/lib/ngrokapi/models/endpoint_request_headers.rb +29 -0
- data/lib/ngrokapi/models/endpoint_response_headers.rb +29 -0
- data/lib/ngrokapi/models/endpoint_saml.rb +55 -0
- data/lib/ngrokapi/models/endpoint_saml_mutate.rb +45 -0
- data/lib/ngrokapi/models/endpoint_tls_termination.rb +29 -0
- data/lib/ngrokapi/models/endpoint_webhook_validation.rb +29 -0
- data/lib/ngrokapi/models/event_destination.rb +49 -0
- data/lib/ngrokapi/models/event_source.rb +31 -0
- data/lib/ngrokapi/models/event_source_list.rb +27 -0
- data/lib/ngrokapi/models/event_source_replace.rb +29 -0
- data/lib/ngrokapi/models/event_stream.rb +77 -0
- data/lib/ngrokapi/models/event_subscription.rb +47 -0
- data/lib/ngrokapi/models/event_target.rb +31 -0
- data/lib/ngrokapi/models/event_target_cloudwatch_logs.rb +27 -0
- data/lib/ngrokapi/models/event_target_firehose.rb +27 -0
- data/lib/ngrokapi/models/event_target_kinesis.rb +27 -0
- data/lib/ngrokapi/models/ip_policy.rb +64 -0
- data/lib/ngrokapi/models/ip_policy_rule.rb +67 -0
- data/lib/ngrokapi/models/ip_restriction.rb +49 -0
- data/lib/ngrokapi/models/listable.rb +13 -2
- data/lib/ngrokapi/models/ref.rb +27 -0
- data/lib/ngrokapi/models/reserved_addr.rb +49 -0
- data/lib/ngrokapi/models/reserved_domain.rb +61 -211
- data/lib/ngrokapi/models/reserved_domain_cert_job.rb +31 -0
- data/lib/ngrokapi/models/reserved_domain_cert_policy.rb +27 -0
- data/lib/ngrokapi/models/reserved_domain_cert_status.rb +27 -0
- data/lib/ngrokapi/models/ssh_certificate_authority.rb +64 -0
- data/lib/ngrokapi/models/ssh_credential.rb +67 -0
- data/lib/ngrokapi/models/ssh_host_certificate.rb +74 -0
- data/lib/ngrokapi/models/ssh_user_certificate.rb +78 -0
- data/lib/ngrokapi/models/tls_certificate.rb +92 -62
- data/lib/ngrokapi/models/tls_certificate_sa_ns.rb +27 -0
- data/lib/ngrokapi/models/tunnel.rb +37 -0
- data/lib/ngrokapi/models/tunnel_session.rb +43 -0
- data/lib/ngrokapi/paged_iterator.rb +4 -2
- data/lib/ngrokapi/services/.gitkeep +0 -0
- data/lib/ngrokapi/services/abuse_reports_client.rb +77 -0
- data/lib/ngrokapi/services/agent_ingresses_client.rb +206 -0
- data/lib/ngrokapi/services/api_keys_client.rb +210 -144
- data/lib/ngrokapi/services/certificate_authorities_client.rb +211 -0
- data/lib/ngrokapi/services/credentials_client.rb +217 -0
- data/lib/ngrokapi/services/endpoint_circuit_breaker_module_client.rb +108 -0
- data/lib/ngrokapi/services/endpoint_compression_module_client.rb +108 -0
- data/lib/ngrokapi/services/endpoint_configurations_client.rb +289 -313
- data/lib/ngrokapi/services/endpoint_ip_policy_module_client.rb +108 -0
- data/lib/ngrokapi/services/endpoint_logging_module_client.rb +108 -0
- data/lib/ngrokapi/services/endpoint_mutual_tls_module_client.rb +108 -0
- data/lib/ngrokapi/services/endpoint_o_auth_module_client.rb +108 -0
- data/lib/ngrokapi/services/endpoint_oidc_module_client.rb +108 -0
- data/lib/ngrokapi/services/endpoint_request_headers_module_client.rb +108 -0
- data/lib/ngrokapi/services/endpoint_response_headers_module_client.rb +108 -0
- data/lib/ngrokapi/services/endpoint_saml_module_client.rb +108 -0
- data/lib/ngrokapi/services/endpoint_tls_termination_module_client.rb +108 -0
- data/lib/ngrokapi/services/endpoint_webhook_validation_module_client.rb +108 -0
- data/lib/ngrokapi/services/event_destinations_client.rb +221 -0
- data/lib/ngrokapi/services/event_sources_client.rb +185 -0
- data/lib/ngrokapi/services/event_streams_client.rb +224 -0
- data/lib/ngrokapi/services/event_subscriptions_client.rb +215 -0
- data/lib/ngrokapi/services/ip_policies_client.rb +215 -0
- data/lib/ngrokapi/services/ip_policy_rules_client.rb +214 -0
- data/lib/ngrokapi/services/ip_restrictions_client.rb +224 -0
- data/lib/ngrokapi/services/reserved_addrs_client.rb +246 -0
- data/lib/ngrokapi/services/reserved_domains_client.rb +360 -313
- data/lib/ngrokapi/services/ssh_certificate_authorities_client.rb +212 -0
- data/lib/ngrokapi/services/ssh_credentials_client.rb +215 -0
- data/lib/ngrokapi/services/ssh_host_certificates_client.rb +217 -0
- data/lib/ngrokapi/services/ssh_user_certificates_client.rb +221 -0
- data/lib/ngrokapi/services/tls_certificates_client.rb +213 -161
- data/lib/ngrokapi/services/tunnel_sessions_client.rb +237 -0
- data/lib/ngrokapi/services/tunnels_client.rb +78 -0
- data/lib/ngrokapi/version.rb +1 -1
- data/lib/ngrokapi.rb +1 -1
- data/ngrok-api.gemspec +1 -1
- data/spec/ngrokapi/client_spec.rb +158 -33
- data/spec/ngrokapi/models/abuse_report_hostname_spec.rb +21 -0
- data/spec/ngrokapi/models/abuse_report_spec.rb +21 -0
- data/spec/ngrokapi/models/agent_ingress_spec.rb +42 -0
- data/spec/ngrokapi/models/api_key_spec.rb +42 -43
- data/spec/ngrokapi/models/aws_auth_spec.rb +21 -0
- data/spec/ngrokapi/models/aws_credentials_spec.rb +21 -0
- data/spec/ngrokapi/models/aws_role_spec.rb +21 -0
- data/spec/ngrokapi/models/certificate_authority_spec.rb +42 -0
- data/spec/ngrokapi/models/credential_spec.rb +45 -0
- data/spec/ngrokapi/models/endpoint_circuit_breaker_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_compression_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_configuration_spec.rb +78 -0
- data/spec/ngrokapi/models/endpoint_ip_policy_mutate_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_ip_policy_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_logging_mutate_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_logging_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_mutual_tls_mutate_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_mutual_tls_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_o_auth_facebook_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_o_auth_git_hub_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_o_auth_google_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_o_auth_microsoft_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_o_auth_provider_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_o_auth_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_oidc_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_request_headers_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_response_headers_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_saml_mutate_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_saml_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_tls_termination_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_webhook_validation_spec.rb +21 -0
- data/spec/ngrokapi/models/event_destination_spec.rb +28 -0
- data/spec/ngrokapi/models/event_source_list_spec.rb +21 -0
- data/spec/ngrokapi/models/event_source_replace_spec.rb +21 -0
- data/spec/ngrokapi/models/event_source_spec.rb +21 -0
- data/spec/ngrokapi/models/event_stream_spec.rb +51 -0
- data/spec/ngrokapi/models/event_subscription_spec.rb +28 -0
- data/spec/ngrokapi/models/event_target_cloudwatch_logs_spec.rb +21 -0
- data/spec/ngrokapi/models/event_target_firehose_spec.rb +21 -0
- data/spec/ngrokapi/models/event_target_kinesis_spec.rb +21 -0
- data/spec/ngrokapi/models/event_target_spec.rb +21 -0
- data/spec/ngrokapi/models/ip_policy_rule_spec.rb +45 -0
- data/spec/ngrokapi/models/ip_policy_spec.rb +42 -0
- data/spec/ngrokapi/models/ip_restriction_spec.rb +28 -0
- data/spec/ngrokapi/models/listable_spec.rb +4 -4
- data/spec/ngrokapi/models/ref_spec.rb +21 -0
- data/spec/ngrokapi/models/reserved_addr_spec.rb +28 -0
- data/spec/ngrokapi/models/reserved_domain_cert_job_spec.rb +21 -0
- data/spec/ngrokapi/models/reserved_domain_cert_policy_spec.rb +21 -0
- data/spec/ngrokapi/models/reserved_domain_cert_status_spec.rb +21 -0
- data/spec/ngrokapi/models/reserved_domain_spec.rb +28 -100
- data/spec/ngrokapi/models/ssh_certificate_authority_spec.rb +42 -0
- data/spec/ngrokapi/models/ssh_credential_spec.rb +45 -0
- data/spec/ngrokapi/models/ssh_host_certificate_spec.rb +42 -0
- data/spec/ngrokapi/models/ssh_user_certificate_spec.rb +42 -0
- data/spec/ngrokapi/models/tls_certificate_sa_ns_spec.rb +21 -0
- data/spec/ngrokapi/models/tls_certificate_spec.rb +42 -0
- data/spec/ngrokapi/models/tunnel_session_spec.rb +21 -0
- data/spec/ngrokapi/models/tunnel_spec.rb +21 -0
- data/spec/ngrokapi/paged_iterator_spec.rb +7 -7
- data/spec/ngrokapi/services/.gitkeep +0 -0
- data/spec/ngrokapi/services/abuse_reports_client_spec.rb +65 -0
- data/spec/ngrokapi/services/agent_ingresses_client_spec.rb +159 -0
- data/spec/ngrokapi/services/api_keys_client_spec.rb +157 -127
- data/spec/ngrokapi/services/certificate_authorities_client_spec.rb +159 -0
- data/spec/ngrokapi/services/credentials_client_spec.rb +163 -0
- data/spec/ngrokapi/services/endpoint_circuit_breaker_module_client_spec.rb +125 -0
- data/spec/ngrokapi/services/endpoint_compression_module_client_spec.rb +125 -0
- data/spec/ngrokapi/services/endpoint_configurations_client_spec.rb +237 -0
- data/spec/ngrokapi/services/endpoint_ip_policy_module_client_spec.rb +125 -0
- data/spec/ngrokapi/services/endpoint_logging_module_client_spec.rb +125 -0
- data/spec/ngrokapi/services/endpoint_mutual_tls_module_client_spec.rb +125 -0
- data/spec/ngrokapi/services/endpoint_o_auth_module_client_spec.rb +125 -0
- data/spec/ngrokapi/services/endpoint_oidc_module_client_spec.rb +125 -0
- data/spec/ngrokapi/services/endpoint_request_headers_module_client_spec.rb +125 -0
- data/spec/ngrokapi/services/endpoint_response_headers_module_client_spec.rb +125 -0
- data/spec/ngrokapi/services/endpoint_saml_module_client_spec.rb +125 -0
- data/spec/ngrokapi/services/endpoint_tls_termination_module_client_spec.rb +125 -0
- data/spec/ngrokapi/services/endpoint_webhook_validation_module_client_spec.rb +125 -0
- data/spec/ngrokapi/services/event_destinations_client_spec.rb +172 -0
- data/spec/ngrokapi/services/event_sources_client_spec.rb +192 -0
- data/spec/ngrokapi/services/event_streams_client_spec.rb +177 -0
- data/spec/ngrokapi/services/event_subscriptions_client_spec.rb +169 -0
- data/spec/ngrokapi/services/ip_policies_client_spec.rb +159 -0
- data/spec/ngrokapi/services/ip_policy_rules_client_spec.rb +165 -0
- data/spec/ngrokapi/services/ip_restrictions_client_spec.rb +171 -0
- data/spec/ngrokapi/services/reserved_addrs_client_spec.rb +206 -0
- data/spec/ngrokapi/services/reserved_domains_client_spec.rb +349 -0
- data/spec/ngrokapi/services/ssh_certificate_authorities_client_spec.rb +163 -0
- data/spec/ngrokapi/services/ssh_credentials_client_spec.rb +165 -0
- data/spec/ngrokapi/services/ssh_host_certificates_client_spec.rb +167 -0
- data/spec/ngrokapi/services/ssh_user_certificates_client_spec.rb +171 -0
- data/spec/ngrokapi/services/tls_certificates_client_spec.rb +161 -0
- data/spec/ngrokapi/services/tunnel_sessions_client_spec.rb +183 -0
- data/spec/ngrokapi/services/tunnels_client_spec.rb +21 -0
- data/spec/spec_helper.rb +1096 -80
- metadata +360 -11
@@ -0,0 +1,31 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module NgrokAPI
|
4
|
+
module Models
|
5
|
+
class ReservedDomainCertJob
|
6
|
+
attr_reader :client,
|
7
|
+
:result,
|
8
|
+
:error_code,
|
9
|
+
:msg,
|
10
|
+
:started_at,
|
11
|
+
:retries_at
|
12
|
+
|
13
|
+
def initialize(client:, result:)
|
14
|
+
@client = client
|
15
|
+
@result = result
|
16
|
+
@error_code = @result['error_code']
|
17
|
+
@msg = @result['msg']
|
18
|
+
@started_at = @result['started_at']
|
19
|
+
@retries_at = @result['retries_at']
|
20
|
+
end
|
21
|
+
|
22
|
+
def ==(other)
|
23
|
+
@result == other.result
|
24
|
+
end
|
25
|
+
|
26
|
+
def to_s
|
27
|
+
@result.to_s
|
28
|
+
end
|
29
|
+
end
|
30
|
+
end
|
31
|
+
end
|
@@ -0,0 +1,27 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module NgrokAPI
|
4
|
+
module Models
|
5
|
+
class ReservedDomainCertPolicy
|
6
|
+
attr_reader :client,
|
7
|
+
:result,
|
8
|
+
:authority,
|
9
|
+
:private_key_type
|
10
|
+
|
11
|
+
def initialize(client:, result:)
|
12
|
+
@client = client
|
13
|
+
@result = result
|
14
|
+
@authority = @result['authority']
|
15
|
+
@private_key_type = @result['private_key_type']
|
16
|
+
end
|
17
|
+
|
18
|
+
def ==(other)
|
19
|
+
@result == other.result
|
20
|
+
end
|
21
|
+
|
22
|
+
def to_s
|
23
|
+
@result.to_s
|
24
|
+
end
|
25
|
+
end
|
26
|
+
end
|
27
|
+
end
|
@@ -0,0 +1,27 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module NgrokAPI
|
4
|
+
module Models
|
5
|
+
class ReservedDomainCertStatus
|
6
|
+
attr_reader :client,
|
7
|
+
:result,
|
8
|
+
:renews_at,
|
9
|
+
:provisioning_job
|
10
|
+
|
11
|
+
def initialize(client:, result:)
|
12
|
+
@client = client
|
13
|
+
@result = result
|
14
|
+
@renews_at = @result['renews_at']
|
15
|
+
@provisioning_job = @result['provisioning_job']
|
16
|
+
end
|
17
|
+
|
18
|
+
def ==(other)
|
19
|
+
@result == other.result
|
20
|
+
end
|
21
|
+
|
22
|
+
def to_s
|
23
|
+
@result.to_s
|
24
|
+
end
|
25
|
+
end
|
26
|
+
end
|
27
|
+
end
|
@@ -0,0 +1,64 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module NgrokAPI
|
4
|
+
module Models
|
5
|
+
class SSHCertificateAuthority
|
6
|
+
attr_reader :client,
|
7
|
+
:result,
|
8
|
+
:id,
|
9
|
+
:uri,
|
10
|
+
:created_at,
|
11
|
+
:description,
|
12
|
+
:metadata,
|
13
|
+
:public_key,
|
14
|
+
:key_type
|
15
|
+
|
16
|
+
def initialize(client:, result:)
|
17
|
+
@client = client
|
18
|
+
@result = result
|
19
|
+
@id = @result['id']
|
20
|
+
@uri = @result['uri']
|
21
|
+
@created_at = @result['created_at']
|
22
|
+
@description = @result['description']
|
23
|
+
@metadata = @result['metadata']
|
24
|
+
@public_key = @result['public_key']
|
25
|
+
@key_type = @result['key_type']
|
26
|
+
end
|
27
|
+
|
28
|
+
def ==(other)
|
29
|
+
@result == other.result
|
30
|
+
end
|
31
|
+
|
32
|
+
def to_s
|
33
|
+
@result.to_s
|
34
|
+
end
|
35
|
+
|
36
|
+
##
|
37
|
+
# Delete an SSH Certificate Authority
|
38
|
+
#
|
39
|
+
# https://ngrok.com/docs/api#api-ssh-certificate-authorities-delete
|
40
|
+
def delete
|
41
|
+
@client.delete(
|
42
|
+
id: @id
|
43
|
+
)
|
44
|
+
end
|
45
|
+
|
46
|
+
##
|
47
|
+
# Update an SSH Certificate Authority
|
48
|
+
#
|
49
|
+
# https://ngrok.com/docs/api#api-ssh-certificate-authorities-update
|
50
|
+
def update(
|
51
|
+
description: nil,
|
52
|
+
metadata: nil
|
53
|
+
)
|
54
|
+
@description = description if description
|
55
|
+
@metadata = metadata if metadata
|
56
|
+
@client.update(
|
57
|
+
id: @id,
|
58
|
+
description: description,
|
59
|
+
metadata: metadata
|
60
|
+
)
|
61
|
+
end
|
62
|
+
end
|
63
|
+
end
|
64
|
+
end
|
@@ -0,0 +1,67 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module NgrokAPI
|
4
|
+
module Models
|
5
|
+
class SSHCredential
|
6
|
+
attr_reader :client,
|
7
|
+
:result,
|
8
|
+
:id,
|
9
|
+
:uri,
|
10
|
+
:created_at,
|
11
|
+
:description,
|
12
|
+
:metadata,
|
13
|
+
:public_key,
|
14
|
+
:acl
|
15
|
+
|
16
|
+
def initialize(client:, result:)
|
17
|
+
@client = client
|
18
|
+
@result = result
|
19
|
+
@id = @result['id']
|
20
|
+
@uri = @result['uri']
|
21
|
+
@created_at = @result['created_at']
|
22
|
+
@description = @result['description']
|
23
|
+
@metadata = @result['metadata']
|
24
|
+
@public_key = @result['public_key']
|
25
|
+
@acl = @result['acl']
|
26
|
+
end
|
27
|
+
|
28
|
+
def ==(other)
|
29
|
+
@result == other.result
|
30
|
+
end
|
31
|
+
|
32
|
+
def to_s
|
33
|
+
@result.to_s
|
34
|
+
end
|
35
|
+
|
36
|
+
##
|
37
|
+
# Delete an ssh_credential by ID
|
38
|
+
#
|
39
|
+
# https://ngrok.com/docs/api#api-ssh-credentials-delete
|
40
|
+
def delete
|
41
|
+
@client.delete(
|
42
|
+
id: @id
|
43
|
+
)
|
44
|
+
end
|
45
|
+
|
46
|
+
##
|
47
|
+
# Update attributes of an ssh_credential by ID
|
48
|
+
#
|
49
|
+
# https://ngrok.com/docs/api#api-ssh-credentials-update
|
50
|
+
def update(
|
51
|
+
description: nil,
|
52
|
+
metadata: nil,
|
53
|
+
acl: nil
|
54
|
+
)
|
55
|
+
@description = description if description
|
56
|
+
@metadata = metadata if metadata
|
57
|
+
@acl = acl if acl
|
58
|
+
@client.update(
|
59
|
+
id: @id,
|
60
|
+
description: description,
|
61
|
+
metadata: metadata,
|
62
|
+
acl: acl
|
63
|
+
)
|
64
|
+
end
|
65
|
+
end
|
66
|
+
end
|
67
|
+
end
|
@@ -0,0 +1,74 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module NgrokAPI
|
4
|
+
module Models
|
5
|
+
class SSHHostCertificate
|
6
|
+
attr_reader :client,
|
7
|
+
:result,
|
8
|
+
:id,
|
9
|
+
:uri,
|
10
|
+
:created_at,
|
11
|
+
:description,
|
12
|
+
:metadata,
|
13
|
+
:public_key,
|
14
|
+
:key_type,
|
15
|
+
:ssh_certificate_authority_id,
|
16
|
+
:principals,
|
17
|
+
:valid_after,
|
18
|
+
:valid_until,
|
19
|
+
:certificate
|
20
|
+
|
21
|
+
def initialize(client:, result:)
|
22
|
+
@client = client
|
23
|
+
@result = result
|
24
|
+
@id = @result['id']
|
25
|
+
@uri = @result['uri']
|
26
|
+
@created_at = @result['created_at']
|
27
|
+
@description = @result['description']
|
28
|
+
@metadata = @result['metadata']
|
29
|
+
@public_key = @result['public_key']
|
30
|
+
@key_type = @result['key_type']
|
31
|
+
@ssh_certificate_authority_id = @result['ssh_certificate_authority_id']
|
32
|
+
@principals = @result['principals']
|
33
|
+
@valid_after = @result['valid_after']
|
34
|
+
@valid_until = @result['valid_until']
|
35
|
+
@certificate = @result['certificate']
|
36
|
+
end
|
37
|
+
|
38
|
+
def ==(other)
|
39
|
+
@result == other.result
|
40
|
+
end
|
41
|
+
|
42
|
+
def to_s
|
43
|
+
@result.to_s
|
44
|
+
end
|
45
|
+
|
46
|
+
##
|
47
|
+
# Delete an SSH Host Certificate
|
48
|
+
#
|
49
|
+
# https://ngrok.com/docs/api#api-ssh-host-certificates-delete
|
50
|
+
def delete
|
51
|
+
@client.delete(
|
52
|
+
id: @id
|
53
|
+
)
|
54
|
+
end
|
55
|
+
|
56
|
+
##
|
57
|
+
# Update an SSH Host Certificate
|
58
|
+
#
|
59
|
+
# https://ngrok.com/docs/api#api-ssh-host-certificates-update
|
60
|
+
def update(
|
61
|
+
description: nil,
|
62
|
+
metadata: nil
|
63
|
+
)
|
64
|
+
@description = description if description
|
65
|
+
@metadata = metadata if metadata
|
66
|
+
@client.update(
|
67
|
+
id: @id,
|
68
|
+
description: description,
|
69
|
+
metadata: metadata
|
70
|
+
)
|
71
|
+
end
|
72
|
+
end
|
73
|
+
end
|
74
|
+
end
|
@@ -0,0 +1,78 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module NgrokAPI
|
4
|
+
module Models
|
5
|
+
class SSHUserCertificate
|
6
|
+
attr_reader :client,
|
7
|
+
:result,
|
8
|
+
:id,
|
9
|
+
:uri,
|
10
|
+
:created_at,
|
11
|
+
:description,
|
12
|
+
:metadata,
|
13
|
+
:public_key,
|
14
|
+
:key_type,
|
15
|
+
:ssh_certificate_authority_id,
|
16
|
+
:principals,
|
17
|
+
:critical_options,
|
18
|
+
:extensions,
|
19
|
+
:valid_after,
|
20
|
+
:valid_until,
|
21
|
+
:certificate
|
22
|
+
|
23
|
+
def initialize(client:, result:)
|
24
|
+
@client = client
|
25
|
+
@result = result
|
26
|
+
@id = @result['id']
|
27
|
+
@uri = @result['uri']
|
28
|
+
@created_at = @result['created_at']
|
29
|
+
@description = @result['description']
|
30
|
+
@metadata = @result['metadata']
|
31
|
+
@public_key = @result['public_key']
|
32
|
+
@key_type = @result['key_type']
|
33
|
+
@ssh_certificate_authority_id = @result['ssh_certificate_authority_id']
|
34
|
+
@principals = @result['principals']
|
35
|
+
@critical_options = @result['critical_options']
|
36
|
+
@extensions = @result['extensions']
|
37
|
+
@valid_after = @result['valid_after']
|
38
|
+
@valid_until = @result['valid_until']
|
39
|
+
@certificate = @result['certificate']
|
40
|
+
end
|
41
|
+
|
42
|
+
def ==(other)
|
43
|
+
@result == other.result
|
44
|
+
end
|
45
|
+
|
46
|
+
def to_s
|
47
|
+
@result.to_s
|
48
|
+
end
|
49
|
+
|
50
|
+
##
|
51
|
+
# Delete an SSH User Certificate
|
52
|
+
#
|
53
|
+
# https://ngrok.com/docs/api#api-ssh-user-certificates-delete
|
54
|
+
def delete
|
55
|
+
@client.delete(
|
56
|
+
id: @id
|
57
|
+
)
|
58
|
+
end
|
59
|
+
|
60
|
+
##
|
61
|
+
# Update an SSH User Certificate
|
62
|
+
#
|
63
|
+
# https://ngrok.com/docs/api#api-ssh-user-certificates-update
|
64
|
+
def update(
|
65
|
+
description: nil,
|
66
|
+
metadata: nil
|
67
|
+
)
|
68
|
+
@description = description if description
|
69
|
+
@metadata = metadata if metadata
|
70
|
+
@client.update(
|
71
|
+
id: @id,
|
72
|
+
description: description,
|
73
|
+
metadata: metadata
|
74
|
+
)
|
75
|
+
end
|
76
|
+
end
|
77
|
+
end
|
78
|
+
end
|
@@ -1,62 +1,92 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
module NgrokAPI
|
4
|
-
module Models
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
:
|
10
|
-
:created_at,
|
11
|
-
:description,
|
12
|
-
:metadata,
|
13
|
-
:
|
14
|
-
:
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
def
|
31
|
-
@
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
@
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
@
|
58
|
-
end
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
end
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module NgrokAPI
|
4
|
+
module Models
|
5
|
+
class TLSCertificate
|
6
|
+
attr_reader :client,
|
7
|
+
:result,
|
8
|
+
:id,
|
9
|
+
:uri,
|
10
|
+
:created_at,
|
11
|
+
:description,
|
12
|
+
:metadata,
|
13
|
+
:certificate_pem,
|
14
|
+
:subject_common_name,
|
15
|
+
:subject_alternative_names,
|
16
|
+
:issued_at,
|
17
|
+
:not_before,
|
18
|
+
:not_after,
|
19
|
+
:key_usages,
|
20
|
+
:extended_key_usages,
|
21
|
+
:private_key_type,
|
22
|
+
:issuer_common_name,
|
23
|
+
:serial_number,
|
24
|
+
:subject_organization,
|
25
|
+
:subject_organizational_unit,
|
26
|
+
:subject_locality,
|
27
|
+
:subject_province,
|
28
|
+
:subject_country
|
29
|
+
|
30
|
+
def initialize(client:, result:)
|
31
|
+
@client = client
|
32
|
+
@result = result
|
33
|
+
@id = @result['id']
|
34
|
+
@uri = @result['uri']
|
35
|
+
@created_at = @result['created_at']
|
36
|
+
@description = @result['description']
|
37
|
+
@metadata = @result['metadata']
|
38
|
+
@certificate_pem = @result['certificate_pem']
|
39
|
+
@subject_common_name = @result['subject_common_name']
|
40
|
+
@subject_alternative_names = @result['subject_alternative_names']
|
41
|
+
@issued_at = @result['issued_at']
|
42
|
+
@not_before = @result['not_before']
|
43
|
+
@not_after = @result['not_after']
|
44
|
+
@key_usages = @result['key_usages']
|
45
|
+
@extended_key_usages = @result['extended_key_usages']
|
46
|
+
@private_key_type = @result['private_key_type']
|
47
|
+
@issuer_common_name = @result['issuer_common_name']
|
48
|
+
@serial_number = @result['serial_number']
|
49
|
+
@subject_organization = @result['subject_organization']
|
50
|
+
@subject_organizational_unit = @result['subject_organizational_unit']
|
51
|
+
@subject_locality = @result['subject_locality']
|
52
|
+
@subject_province = @result['subject_province']
|
53
|
+
@subject_country = @result['subject_country']
|
54
|
+
end
|
55
|
+
|
56
|
+
def ==(other)
|
57
|
+
@result == other.result
|
58
|
+
end
|
59
|
+
|
60
|
+
def to_s
|
61
|
+
@result.to_s
|
62
|
+
end
|
63
|
+
|
64
|
+
##
|
65
|
+
# Delete a TLS certificate
|
66
|
+
#
|
67
|
+
# https://ngrok.com/docs/api#api-tls-certificates-delete
|
68
|
+
def delete
|
69
|
+
@client.delete(
|
70
|
+
id: @id
|
71
|
+
)
|
72
|
+
end
|
73
|
+
|
74
|
+
##
|
75
|
+
# Update attributes of a TLS Certificate by ID
|
76
|
+
#
|
77
|
+
# https://ngrok.com/docs/api#api-tls-certificates-update
|
78
|
+
def update(
|
79
|
+
description: nil,
|
80
|
+
metadata: nil
|
81
|
+
)
|
82
|
+
@description = description if description
|
83
|
+
@metadata = metadata if metadata
|
84
|
+
@client.update(
|
85
|
+
id: @id,
|
86
|
+
description: description,
|
87
|
+
metadata: metadata
|
88
|
+
)
|
89
|
+
end
|
90
|
+
end
|
91
|
+
end
|
92
|
+
end
|
@@ -0,0 +1,27 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module NgrokAPI
|
4
|
+
module Models
|
5
|
+
class TLSCertificateSANs
|
6
|
+
attr_reader :client,
|
7
|
+
:result,
|
8
|
+
:dns_names,
|
9
|
+
:ips
|
10
|
+
|
11
|
+
def initialize(client:, result:)
|
12
|
+
@client = client
|
13
|
+
@result = result
|
14
|
+
@dns_names = @result['dns_names']
|
15
|
+
@ips = @result['ips']
|
16
|
+
end
|
17
|
+
|
18
|
+
def ==(other)
|
19
|
+
@result == other.result
|
20
|
+
end
|
21
|
+
|
22
|
+
def to_s
|
23
|
+
@result.to_s
|
24
|
+
end
|
25
|
+
end
|
26
|
+
end
|
27
|
+
end
|
@@ -0,0 +1,37 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module NgrokAPI
|
4
|
+
module Models
|
5
|
+
class Tunnel
|
6
|
+
attr_reader :client,
|
7
|
+
:result,
|
8
|
+
:id,
|
9
|
+
:public_url,
|
10
|
+
:started_at,
|
11
|
+
:metadata,
|
12
|
+
:proto,
|
13
|
+
:region,
|
14
|
+
:tunnel_session
|
15
|
+
|
16
|
+
def initialize(client:, result:)
|
17
|
+
@client = client
|
18
|
+
@result = result
|
19
|
+
@id = @result['id']
|
20
|
+
@public_url = @result['public_url']
|
21
|
+
@started_at = @result['started_at']
|
22
|
+
@metadata = @result['metadata']
|
23
|
+
@proto = @result['proto']
|
24
|
+
@region = @result['region']
|
25
|
+
@tunnel_session = @result['tunnel_session']
|
26
|
+
end
|
27
|
+
|
28
|
+
def ==(other)
|
29
|
+
@result == other.result
|
30
|
+
end
|
31
|
+
|
32
|
+
def to_s
|
33
|
+
@result.to_s
|
34
|
+
end
|
35
|
+
end
|
36
|
+
end
|
37
|
+
end
|
@@ -0,0 +1,43 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module NgrokAPI
|
4
|
+
module Models
|
5
|
+
class TunnelSession
|
6
|
+
attr_reader :client,
|
7
|
+
:result,
|
8
|
+
:agent_version,
|
9
|
+
:credential,
|
10
|
+
:id,
|
11
|
+
:ip,
|
12
|
+
:metadata,
|
13
|
+
:os,
|
14
|
+
:region,
|
15
|
+
:started_at,
|
16
|
+
:transport,
|
17
|
+
:uri
|
18
|
+
|
19
|
+
def initialize(client:, result:)
|
20
|
+
@client = client
|
21
|
+
@result = result
|
22
|
+
@agent_version = @result['agent_version']
|
23
|
+
@credential = @result['credential']
|
24
|
+
@id = @result['id']
|
25
|
+
@ip = @result['ip']
|
26
|
+
@metadata = @result['metadata']
|
27
|
+
@os = @result['os']
|
28
|
+
@region = @result['region']
|
29
|
+
@started_at = @result['started_at']
|
30
|
+
@transport = @result['transport']
|
31
|
+
@uri = @result['uri']
|
32
|
+
end
|
33
|
+
|
34
|
+
def ==(other)
|
35
|
+
@result == other.result
|
36
|
+
end
|
37
|
+
|
38
|
+
def to_s
|
39
|
+
@result.to_s
|
40
|
+
end
|
41
|
+
end
|
42
|
+
end
|
43
|
+
end
|
@@ -10,12 +10,14 @@ module NgrokAPI
|
|
10
10
|
def initialize(
|
11
11
|
client:,
|
12
12
|
page:,
|
13
|
-
list_property
|
13
|
+
list_property:,
|
14
|
+
danger: false
|
14
15
|
)
|
15
16
|
@n = 0
|
16
17
|
@client = client
|
17
18
|
@list_property = list_property
|
18
19
|
@page = page
|
20
|
+
@danger = danger
|
19
21
|
end
|
20
22
|
|
21
23
|
##
|
@@ -30,7 +32,7 @@ module NgrokAPI
|
|
30
32
|
item
|
31
33
|
rescue
|
32
34
|
if @page.next_page_uri
|
33
|
-
res = @client.list(url: @page.next_page_uri)
|
35
|
+
res = @client.list(danger: @danger, url: @page.next_page_uri)
|
34
36
|
self.n = 0
|
35
37
|
self.page = res
|
36
38
|
get_next
|
File without changes
|