ngrok-api 0.9.0 → 0.12.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.rubocop.yml +1 -1
- data/doc/.gitkeep +0 -0
- data/doc/NgrokAPI/Client.html +1499 -125
- 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 +1 -1
- data/doc/NgrokAPI/Models/{ApiKey.html → APIKey.html} +108 -177
- 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/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 +1321 -510
- 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/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/IPPolicy.html +1069 -0
- data/doc/NgrokAPI/Models/IPPolicyRule.html +1149 -0
- data/doc/NgrokAPI/Models/IPRestriction.html +1132 -0
- data/doc/NgrokAPI/Models/{TlsCertificate.html → IPWhitelistEntry.html} +168 -163
- data/doc/NgrokAPI/Models/Listable.html +1 -1
- data/doc/NgrokAPI/Models/Ref.html +617 -0
- data/doc/NgrokAPI/Models/ReservedAddr.html +1132 -0
- data/doc/NgrokAPI/Models/ReservedDomain.html +111 -1107
- data/doc/NgrokAPI/Models/ReservedDomainCertJob.html +839 -0
- data/doc/NgrokAPI/Models/ReservedDomainCertNSTarget.html +617 -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 +4 -4
- data/doc/NgrokAPI/PagedIterator.html +1 -1
- data/{docs/NgrokAPI/Services/ApiKeysClient.html → doc/NgrokAPI/Services/APIKeysClient.html} +287 -151
- data/doc/NgrokAPI/Services/AbuseReportsClient.html +723 -0
- data/doc/NgrokAPI/Services/CertificateAuthoritiesClient.html +1489 -0
- data/doc/NgrokAPI/Services/CredentialsClient.html +1534 -0
- data/doc/NgrokAPI/Services/EndpointCircuitBreakerModuleClient.html +1071 -0
- data/doc/NgrokAPI/Services/EndpointCompressionModuleClient.html +1071 -0
- data/doc/NgrokAPI/Services/EndpointConfigurationsClient.html +473 -371
- data/doc/NgrokAPI/Services/EndpointIPPolicyModuleClient.html +1071 -0
- data/doc/NgrokAPI/Services/EndpointLoggingModuleClient.html +1071 -0
- data/doc/NgrokAPI/Services/EndpointMutualTLSModuleClient.html +1071 -0
- data/doc/NgrokAPI/Services/EndpointOAuthModuleClient.html +1071 -0
- data/doc/NgrokAPI/Services/EndpointOIDCModuleClient.html +1071 -0
- data/doc/NgrokAPI/Services/EndpointRequestHeadersModuleClient.html +1071 -0
- data/doc/NgrokAPI/Services/EndpointResponseHeadersModuleClient.html +1071 -0
- data/doc/NgrokAPI/Services/EndpointSAMLModuleClient.html +1071 -0
- data/doc/NgrokAPI/Services/EndpointTLSTerminationModuleClient.html +1071 -0
- data/doc/NgrokAPI/Services/EndpointWebhookValidationModuleClient.html +1071 -0
- data/doc/NgrokAPI/Services/EventDestinationsClient.html +1609 -0
- data/doc/NgrokAPI/Services/EventSourcesClient.html +1348 -0
- data/doc/NgrokAPI/Services/EventStreamsClient.html +1691 -0
- data/doc/NgrokAPI/Services/EventSubscriptionsClient.html +1603 -0
- data/doc/NgrokAPI/Services/IPPoliciesClient.html +1488 -0
- data/doc/NgrokAPI/Services/IPPolicyRulesClient.html +1550 -0
- data/doc/NgrokAPI/Services/IPRestrictionsClient.html +1620 -0
- data/doc/NgrokAPI/Services/IPWhitelistClient.html +1488 -0
- data/doc/NgrokAPI/Services/ReservedAddrsClient.html +1793 -0
- data/doc/NgrokAPI/Services/ReservedDomainsClient.html +518 -333
- data/doc/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html +1532 -0
- data/doc/NgrokAPI/Services/SSHCredentialsClient.html +1552 -0
- data/doc/NgrokAPI/Services/SSHHostCertificatesClient.html +1573 -0
- data/doc/NgrokAPI/Services/SSHUserCertificatesClient.html +1617 -0
- data/{docs/NgrokAPI/Services/TlsCertificatesClient.html → doc/NgrokAPI/Services/TLSCertificatesClient.html} +290 -198
- data/doc/NgrokAPI/Services/TunnelSessionsClient.html +1468 -0
- data/doc/NgrokAPI/Services/TunnelsClient.html +513 -0
- data/doc/NgrokAPI/Services.html +4 -4
- data/doc/NgrokAPI.html +3 -3
- data/doc/_index.html +624 -28
- data/doc/class_list.html +1 -1
- data/doc/file.README.html +1 -1
- data/doc/index.html +1 -1
- data/doc/method_list.html +7318 -286
- data/doc/top-level-namespace.html +1 -1
- data/docs/.gitkeep +0 -0
- data/docs/NgrokAPI/Client.html +1499 -125
- 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 +1 -1
- data/docs/NgrokAPI/Models/{ApiKey.html → APIKey.html} +108 -177
- 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/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 +1321 -510
- 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/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/IPPolicy.html +1069 -0
- data/docs/NgrokAPI/Models/IPPolicyRule.html +1149 -0
- data/docs/NgrokAPI/Models/IPRestriction.html +1132 -0
- data/docs/NgrokAPI/Models/{TlsCertificate.html → IPWhitelistEntry.html} +168 -163
- data/docs/NgrokAPI/Models/Listable.html +1 -1
- data/docs/NgrokAPI/Models/Ref.html +617 -0
- data/docs/NgrokAPI/Models/ReservedAddr.html +1132 -0
- data/docs/NgrokAPI/Models/ReservedDomain.html +111 -1107
- data/docs/NgrokAPI/Models/ReservedDomainCertJob.html +839 -0
- data/docs/NgrokAPI/Models/ReservedDomainCertNSTarget.html +617 -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 +4 -4
- data/docs/NgrokAPI/PagedIterator.html +1 -1
- data/{doc/NgrokAPI/Services/ApiKeysClient.html → docs/NgrokAPI/Services/APIKeysClient.html} +287 -151
- data/docs/NgrokAPI/Services/AbuseReportsClient.html +723 -0
- data/docs/NgrokAPI/Services/CertificateAuthoritiesClient.html +1489 -0
- data/docs/NgrokAPI/Services/CredentialsClient.html +1534 -0
- data/docs/NgrokAPI/Services/EndpointCircuitBreakerModuleClient.html +1071 -0
- data/docs/NgrokAPI/Services/EndpointCompressionModuleClient.html +1071 -0
- data/docs/NgrokAPI/Services/EndpointConfigurationsClient.html +473 -371
- data/docs/NgrokAPI/Services/EndpointIPPolicyModuleClient.html +1071 -0
- data/docs/NgrokAPI/Services/EndpointLoggingModuleClient.html +1071 -0
- data/docs/NgrokAPI/Services/EndpointMutualTLSModuleClient.html +1071 -0
- data/docs/NgrokAPI/Services/EndpointOAuthModuleClient.html +1071 -0
- data/docs/NgrokAPI/Services/EndpointOIDCModuleClient.html +1071 -0
- data/docs/NgrokAPI/Services/EndpointRequestHeadersModuleClient.html +1071 -0
- data/docs/NgrokAPI/Services/EndpointResponseHeadersModuleClient.html +1071 -0
- data/docs/NgrokAPI/Services/EndpointSAMLModuleClient.html +1071 -0
- data/docs/NgrokAPI/Services/EndpointTLSTerminationModuleClient.html +1071 -0
- data/docs/NgrokAPI/Services/EndpointWebhookValidationModuleClient.html +1071 -0
- data/docs/NgrokAPI/Services/EventDestinationsClient.html +1609 -0
- data/docs/NgrokAPI/Services/EventSourcesClient.html +1348 -0
- data/docs/NgrokAPI/Services/EventStreamsClient.html +1691 -0
- data/docs/NgrokAPI/Services/EventSubscriptionsClient.html +1603 -0
- data/docs/NgrokAPI/Services/IPPoliciesClient.html +1488 -0
- data/docs/NgrokAPI/Services/IPPolicyRulesClient.html +1550 -0
- data/docs/NgrokAPI/Services/IPRestrictionsClient.html +1620 -0
- data/docs/NgrokAPI/Services/IPWhitelistClient.html +1488 -0
- data/docs/NgrokAPI/Services/ReservedAddrsClient.html +1793 -0
- data/docs/NgrokAPI/Services/ReservedDomainsClient.html +518 -333
- data/docs/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html +1532 -0
- data/docs/NgrokAPI/Services/SSHCredentialsClient.html +1552 -0
- data/docs/NgrokAPI/Services/SSHHostCertificatesClient.html +1573 -0
- data/docs/NgrokAPI/Services/SSHUserCertificatesClient.html +1617 -0
- data/{doc/NgrokAPI/Services/TlsCertificatesClient.html → docs/NgrokAPI/Services/TLSCertificatesClient.html} +290 -198
- data/docs/NgrokAPI/Services/TunnelSessionsClient.html +1468 -0
- data/docs/NgrokAPI/Services/TunnelsClient.html +513 -0
- data/docs/NgrokAPI/Services.html +4 -4
- data/docs/NgrokAPI.html +3 -3
- data/docs/_index.html +624 -28
- data/docs/class_list.html +1 -1
- data/docs/file.README.html +1 -1
- data/docs/index.html +1 -1
- data/docs/method_list.html +7318 -286
- data/docs/top-level-namespace.html +1 -1
- data/lib/ngrokapi/client.rb +218 -49
- data/lib/ngrokapi/models/abuse_report.rb +37 -0
- data/lib/ngrokapi/models/abuse_report_hostname.rb +27 -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_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/ip_whitelist_entry.rb +62 -0
- data/lib/ngrokapi/models/ref.rb +27 -0
- data/lib/ngrokapi/models/reserved_addr.rb +49 -0
- data/lib/ngrokapi/models/reserved_domain.rb +59 -211
- data/lib/ngrokapi/models/reserved_domain_cert_job.rb +33 -0
- data/lib/ngrokapi/models/reserved_domain_cert_ns_target.rb +27 -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/services/.gitkeep +0 -0
- data/lib/ngrokapi/services/abuse_reports_client.rb +84 -0
- data/lib/ngrokapi/services/api_keys_client.rb +203 -144
- data/lib/ngrokapi/services/certificate_authorities_client.rb +204 -0
- data/lib/ngrokapi/services/credentials_client.rb +212 -0
- data/lib/ngrokapi/services/endpoint_circuit_breaker_module_client.rb +122 -0
- data/lib/ngrokapi/services/endpoint_compression_module_client.rb +122 -0
- data/lib/ngrokapi/services/endpoint_configurations_client.rb +324 -313
- data/lib/ngrokapi/services/endpoint_ip_policy_module_client.rb +122 -0
- data/lib/ngrokapi/services/endpoint_logging_module_client.rb +122 -0
- data/lib/ngrokapi/services/endpoint_mutual_tls_module_client.rb +122 -0
- data/lib/ngrokapi/services/endpoint_o_auth_module_client.rb +122 -0
- data/lib/ngrokapi/services/endpoint_oidc_module_client.rb +122 -0
- data/lib/ngrokapi/services/endpoint_request_headers_module_client.rb +122 -0
- data/lib/ngrokapi/services/endpoint_response_headers_module_client.rb +122 -0
- data/lib/ngrokapi/services/endpoint_saml_module_client.rb +122 -0
- data/lib/ngrokapi/services/endpoint_tls_termination_module_client.rb +122 -0
- data/lib/ngrokapi/services/endpoint_webhook_validation_module_client.rb +122 -0
- data/lib/ngrokapi/services/event_destinations_client.rb +222 -0
- data/lib/ngrokapi/services/event_sources_client.rb +177 -0
- data/lib/ngrokapi/services/event_streams_client.rb +226 -0
- data/lib/ngrokapi/services/event_subscriptions_client.rb +213 -0
- data/lib/ngrokapi/services/ip_policies_client.rb +208 -0
- data/lib/ngrokapi/services/ip_policy_rules_client.rb +210 -0
- data/lib/ngrokapi/services/ip_restrictions_client.rb +223 -0
- data/lib/ngrokapi/services/ip_whitelist_client.rb +202 -0
- data/lib/ngrokapi/services/reserved_addrs_client.rb +246 -0
- data/lib/ngrokapi/services/reserved_domains_client.rb +382 -313
- data/lib/ngrokapi/services/ssh_certificate_authorities_client.rb +207 -0
- data/lib/ngrokapi/services/ssh_credentials_client.rb +211 -0
- data/lib/ngrokapi/services/ssh_host_certificates_client.rb +214 -0
- data/lib/ngrokapi/services/ssh_user_certificates_client.rb +220 -0
- data/lib/ngrokapi/services/tls_certificates_client.rb +207 -161
- data/lib/ngrokapi/services/tunnel_sessions_client.rb +228 -0
- data/lib/ngrokapi/services/tunnels_client.rb +51 -0
- data/lib/ngrokapi/version.rb +1 -1
- data/spec/ngrokapi/client_spec.rb +139 -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/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_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/ip_whitelist_entry_spec.rb +42 -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_ns_target_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 +5 -5
- data/spec/ngrokapi/services/.gitkeep +0 -0
- data/spec/ngrokapi/services/abuse_reports_client_spec.rb +67 -0
- data/spec/ngrokapi/services/api_keys_client_spec.rb +160 -127
- data/spec/ngrokapi/services/certificate_authorities_client_spec.rb +162 -0
- data/spec/ngrokapi/services/credentials_client_spec.rb +166 -0
- data/spec/ngrokapi/services/endpoint_circuit_breaker_module_client_spec.rb +127 -0
- data/spec/ngrokapi/services/endpoint_compression_module_client_spec.rb +127 -0
- data/spec/ngrokapi/services/endpoint_configurations_client_spec.rb +240 -0
- data/spec/ngrokapi/services/endpoint_ip_policy_module_client_spec.rb +127 -0
- data/spec/ngrokapi/services/endpoint_logging_module_client_spec.rb +127 -0
- data/spec/ngrokapi/services/endpoint_mutual_tls_module_client_spec.rb +127 -0
- data/spec/ngrokapi/services/endpoint_o_auth_module_client_spec.rb +127 -0
- data/spec/ngrokapi/services/endpoint_oidc_module_client_spec.rb +127 -0
- data/spec/ngrokapi/services/endpoint_request_headers_module_client_spec.rb +127 -0
- data/spec/ngrokapi/services/endpoint_response_headers_module_client_spec.rb +127 -0
- data/spec/ngrokapi/services/endpoint_saml_module_client_spec.rb +127 -0
- data/spec/ngrokapi/services/endpoint_tls_termination_module_client_spec.rb +127 -0
- data/spec/ngrokapi/services/endpoint_webhook_validation_module_client_spec.rb +127 -0
- data/spec/ngrokapi/services/event_destinations_client_spec.rb +175 -0
- data/spec/ngrokapi/services/event_sources_client_spec.rb +162 -0
- data/spec/ngrokapi/services/event_streams_client_spec.rb +180 -0
- data/spec/ngrokapi/services/event_subscriptions_client_spec.rb +172 -0
- data/spec/ngrokapi/services/ip_policies_client_spec.rb +162 -0
- data/spec/ngrokapi/services/ip_policy_rules_client_spec.rb +168 -0
- data/spec/ngrokapi/services/ip_restrictions_client_spec.rb +174 -0
- data/spec/ngrokapi/services/ip_whitelist_client_spec.rb +162 -0
- data/spec/ngrokapi/services/reserved_addrs_client_spec.rb +209 -0
- data/spec/ngrokapi/services/reserved_domains_client_spec.rb +352 -0
- data/spec/ngrokapi/services/ssh_certificate_authorities_client_spec.rb +166 -0
- data/spec/ngrokapi/services/ssh_credentials_client_spec.rb +168 -0
- data/spec/ngrokapi/services/ssh_host_certificates_client_spec.rb +170 -0
- data/spec/ngrokapi/services/ssh_user_certificates_client_spec.rb +174 -0
- data/spec/ngrokapi/services/tls_certificates_client_spec.rb +164 -0
- data/spec/ngrokapi/services/tunnel_sessions_client_spec.rb +184 -0
- data/spec/ngrokapi/services/tunnels_client_spec.rb +21 -0
- data/spec/spec_helper.rb +958 -0
- metadata +355 -10
@@ -0,0 +1,228 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module NgrokAPI
|
4
|
+
module Services
|
5
|
+
##
|
6
|
+
# Tunnel Sessions represent instances of ngrok agents or SSH reverse tunnel
|
7
|
+
# sessions that are running and connected to the ngrok service. Each tunnel
|
8
|
+
# session can include one or more Tunnels.
|
9
|
+
#
|
10
|
+
# https://ngrok.com/docs/api#api-tunnel-sessions
|
11
|
+
class TunnelSessionsClient
|
12
|
+
# The List Property from the resulting API for list calls
|
13
|
+
LIST_PROPERTY = 'tunnel_sessions'
|
14
|
+
# The API path for the requests
|
15
|
+
PATH = '/tunnel_sessions'
|
16
|
+
|
17
|
+
attr_reader :client
|
18
|
+
|
19
|
+
def initialize(client:)
|
20
|
+
@client = client
|
21
|
+
end
|
22
|
+
|
23
|
+
##
|
24
|
+
# List all online tunnel sessions running on this account.
|
25
|
+
#
|
26
|
+
# @param [string] before_id
|
27
|
+
# @param [string] limit
|
28
|
+
# @param [string] url optional and mutually exclusive from before_id and limit
|
29
|
+
# @return [NgrokAPI::Models::Listable] result from the API request
|
30
|
+
#
|
31
|
+
# https://ngrok.com/docs/api#api-tunnel-sessions-list
|
32
|
+
def list(
|
33
|
+
before_id: nil,
|
34
|
+
limit: nil,
|
35
|
+
url: nil
|
36
|
+
)
|
37
|
+
result = @client.list(
|
38
|
+
before_id: before_id,
|
39
|
+
limit: limit,
|
40
|
+
url: url,
|
41
|
+
path: PATH
|
42
|
+
)
|
43
|
+
NgrokAPI::Models::Listable.new(
|
44
|
+
client: self,
|
45
|
+
result: result,
|
46
|
+
list_property: LIST_PROPERTY,
|
47
|
+
klass: NgrokAPI::Models::TunnelSession
|
48
|
+
)
|
49
|
+
end
|
50
|
+
|
51
|
+
##
|
52
|
+
# Get the detailed status of a tunnel session by ID
|
53
|
+
#
|
54
|
+
# @param [string] id a resource identifier
|
55
|
+
# @return [NgrokAPI::Models::TunnelSession] result from the API request
|
56
|
+
#
|
57
|
+
# https://ngrok.com/docs/api#api-tunnel-sessions-get
|
58
|
+
def get(
|
59
|
+
id: ""
|
60
|
+
)
|
61
|
+
path = '/tunnel_sessions/%{id}'
|
62
|
+
replacements = {
|
63
|
+
id: id,
|
64
|
+
}
|
65
|
+
data = {}
|
66
|
+
result = @client.get(path % replacements, data: data)
|
67
|
+
NgrokAPI::Models::TunnelSession.new(client: self, result: result)
|
68
|
+
end
|
69
|
+
|
70
|
+
##
|
71
|
+
# Get the detailed status of a tunnel session by ID
|
72
|
+
# Throws an exception if API error.
|
73
|
+
#
|
74
|
+
# @param [string] id a resource identifier
|
75
|
+
# @return [NgrokAPI::Models::TunnelSession] result from the API request
|
76
|
+
#
|
77
|
+
# https://ngrok.com/docs/api#api-tunnel-sessions-get
|
78
|
+
def get!(
|
79
|
+
id: ""
|
80
|
+
)
|
81
|
+
path = '/tunnel_sessions/%{id}'
|
82
|
+
replacements = {
|
83
|
+
id: id,
|
84
|
+
}
|
85
|
+
data = {}
|
86
|
+
result = @client.get(path % replacements, data: data, danger: true)
|
87
|
+
NgrokAPI::Models::TunnelSession.new(client: self, result: result)
|
88
|
+
end
|
89
|
+
|
90
|
+
##
|
91
|
+
# Issues a command instructing the ngrok agent to restart. The agent restarts
|
92
|
+
# itself by calling exec() on platforms that support it. This operation is notably
|
93
|
+
# not supported on Windows. When an agent restarts, it reconnects with a new
|
94
|
+
# tunnel session ID.
|
95
|
+
#
|
96
|
+
# @param [string] id a resource identifier
|
97
|
+
# @return [NgrokAPI::Models::Empty] result from the API request
|
98
|
+
#
|
99
|
+
# https://ngrok.com/docs/api#api-tunnel-sessions-restart
|
100
|
+
def restart(
|
101
|
+
id: ""
|
102
|
+
)
|
103
|
+
path = '/tunnel_sessions/%{id}/restart'
|
104
|
+
replacements = {
|
105
|
+
id: id,
|
106
|
+
}
|
107
|
+
@client.post(path % replacements)
|
108
|
+
end
|
109
|
+
|
110
|
+
##
|
111
|
+
# Issues a command instructing the ngrok agent to restart. The agent restarts
|
112
|
+
# itself by calling exec() on platforms that support it. This operation is notably
|
113
|
+
# not supported on Windows. When an agent restarts, it reconnects with a new
|
114
|
+
# tunnel session ID.
|
115
|
+
# Throws an exception if API error.
|
116
|
+
#
|
117
|
+
# @param [string] id a resource identifier
|
118
|
+
# @return [NgrokAPI::Models::Empty] result from the API request
|
119
|
+
#
|
120
|
+
# https://ngrok.com/docs/api#api-tunnel-sessions-restart
|
121
|
+
def restart!(
|
122
|
+
id: ""
|
123
|
+
)
|
124
|
+
path = '/tunnel_sessions/%{id}/restart'
|
125
|
+
replacements = {
|
126
|
+
id: id,
|
127
|
+
}
|
128
|
+
@client.post(path % replacements, danger: true)
|
129
|
+
end
|
130
|
+
|
131
|
+
##
|
132
|
+
# Issues a command instructing the ngrok agent that started this tunnel session to
|
133
|
+
# exit.
|
134
|
+
#
|
135
|
+
# @param [string] id a resource identifier
|
136
|
+
# @return [NgrokAPI::Models::Empty] result from the API request
|
137
|
+
#
|
138
|
+
# https://ngrok.com/docs/api#api-tunnel-sessions-stop
|
139
|
+
def stop(
|
140
|
+
id: ""
|
141
|
+
)
|
142
|
+
path = '/tunnel_sessions/%{id}/stop'
|
143
|
+
replacements = {
|
144
|
+
id: id,
|
145
|
+
}
|
146
|
+
@client.post(path % replacements)
|
147
|
+
end
|
148
|
+
|
149
|
+
##
|
150
|
+
# Issues a command instructing the ngrok agent that started this tunnel session to
|
151
|
+
# exit.
|
152
|
+
# Throws an exception if API error.
|
153
|
+
#
|
154
|
+
# @param [string] id a resource identifier
|
155
|
+
# @return [NgrokAPI::Models::Empty] result from the API request
|
156
|
+
#
|
157
|
+
# https://ngrok.com/docs/api#api-tunnel-sessions-stop
|
158
|
+
def stop!(
|
159
|
+
id: ""
|
160
|
+
)
|
161
|
+
path = '/tunnel_sessions/%{id}/stop'
|
162
|
+
replacements = {
|
163
|
+
id: id,
|
164
|
+
}
|
165
|
+
@client.post(path % replacements, danger: true)
|
166
|
+
end
|
167
|
+
|
168
|
+
##
|
169
|
+
# Issues a command instructing the ngrok agent to update itself to the latest
|
170
|
+
# version. After this call completes successfully, the ngrok agent will be in the
|
171
|
+
# update process. A caller should wait some amount of time to allow the update to
|
172
|
+
# complete (at least 10 seconds) before making a call to the Restart endpoint to
|
173
|
+
# request that the agent restart itself to start using the new code. This call
|
174
|
+
# will never update an ngrok agent to a new major version which could cause
|
175
|
+
# breaking compatibility issues. If you wish to update to a new major version,
|
176
|
+
# that must be done manually. Still, please be aware that updating your ngrok
|
177
|
+
# agent could break your integration. This call will fail in any of the following
|
178
|
+
# circumstances: there is no update available the ngrok agent's configuration
|
179
|
+
# disabled update checks the agent is currently in process of updating the agent
|
180
|
+
# has already successfully updated but has not yet been restarted
|
181
|
+
#
|
182
|
+
# @param [string] id
|
183
|
+
# @return [NgrokAPI::Models::Empty] result from the API request
|
184
|
+
#
|
185
|
+
# https://ngrok.com/docs/api#api-tunnel-sessions-update
|
186
|
+
def update(
|
187
|
+
id: "",
|
188
|
+
version: ""
|
189
|
+
)
|
190
|
+
path = '/tunnel_sessions/%{id}/update'
|
191
|
+
replacements = {
|
192
|
+
id: id,
|
193
|
+
}
|
194
|
+
@client.post(path % replacements)
|
195
|
+
end
|
196
|
+
|
197
|
+
##
|
198
|
+
# Issues a command instructing the ngrok agent to update itself to the latest
|
199
|
+
# version. After this call completes successfully, the ngrok agent will be in the
|
200
|
+
# update process. A caller should wait some amount of time to allow the update to
|
201
|
+
# complete (at least 10 seconds) before making a call to the Restart endpoint to
|
202
|
+
# request that the agent restart itself to start using the new code. This call
|
203
|
+
# will never update an ngrok agent to a new major version which could cause
|
204
|
+
# breaking compatibility issues. If you wish to update to a new major version,
|
205
|
+
# that must be done manually. Still, please be aware that updating your ngrok
|
206
|
+
# agent could break your integration. This call will fail in any of the following
|
207
|
+
# circumstances: there is no update available the ngrok agent's configuration
|
208
|
+
# disabled update checks the agent is currently in process of updating the agent
|
209
|
+
# has already successfully updated but has not yet been restarted
|
210
|
+
# Throws an exception if API error.
|
211
|
+
#
|
212
|
+
# @param [string] id
|
213
|
+
# @return [NgrokAPI::Models::Empty] result from the API request
|
214
|
+
#
|
215
|
+
# https://ngrok.com/docs/api#api-tunnel-sessions-update
|
216
|
+
def update!(
|
217
|
+
id: "",
|
218
|
+
version: ""
|
219
|
+
)
|
220
|
+
path = '/tunnel_sessions/%{id}/update'
|
221
|
+
replacements = {
|
222
|
+
id: id,
|
223
|
+
}
|
224
|
+
@client.post(path % replacements, danger: true)
|
225
|
+
end
|
226
|
+
end
|
227
|
+
end
|
228
|
+
end
|
@@ -0,0 +1,51 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module NgrokAPI
|
4
|
+
module Services
|
5
|
+
##
|
6
|
+
# Tunnels provide endpoints to access services exposed by a running ngrok
|
7
|
+
# agent tunnel session or an SSH reverse tunnel session.
|
8
|
+
#
|
9
|
+
# https://ngrok.com/docs/api#api-tunnels
|
10
|
+
class TunnelsClient
|
11
|
+
# The List Property from the resulting API for list calls
|
12
|
+
LIST_PROPERTY = 'tunnels'
|
13
|
+
# The API path for the requests
|
14
|
+
PATH = '/tunnels'
|
15
|
+
|
16
|
+
attr_reader :client
|
17
|
+
|
18
|
+
def initialize(client:)
|
19
|
+
@client = client
|
20
|
+
end
|
21
|
+
|
22
|
+
##
|
23
|
+
# List all online tunnels currently running on the account.
|
24
|
+
#
|
25
|
+
# @param [string] before_id
|
26
|
+
# @param [string] limit
|
27
|
+
# @param [string] url optional and mutually exclusive from before_id and limit
|
28
|
+
# @return [NgrokAPI::Models::Listable] result from the API request
|
29
|
+
#
|
30
|
+
# https://ngrok.com/docs/api#api-tunnels-list
|
31
|
+
def list(
|
32
|
+
before_id: nil,
|
33
|
+
limit: nil,
|
34
|
+
url: nil
|
35
|
+
)
|
36
|
+
result = @client.list(
|
37
|
+
before_id: before_id,
|
38
|
+
limit: limit,
|
39
|
+
url: url,
|
40
|
+
path: PATH
|
41
|
+
)
|
42
|
+
NgrokAPI::Models::Listable.new(
|
43
|
+
client: self,
|
44
|
+
result: result,
|
45
|
+
list_property: LIST_PROPERTY,
|
46
|
+
klass: NgrokAPI::Models::Tunnel
|
47
|
+
)
|
48
|
+
end
|
49
|
+
end
|
50
|
+
end
|
51
|
+
end
|
data/lib/ngrokapi/version.rb
CHANGED
@@ -1,33 +1,139 @@
|
|
1
|
-
require 'spec_helper'
|
2
|
-
|
3
|
-
RSpec.describe NgrokAPI::Client do
|
4
|
-
before(:each) do
|
5
|
-
@client = NgrokAPI::Client.new(api_key: 'abc')
|
6
|
-
end
|
7
|
-
|
8
|
-
describe "#
|
9
|
-
it "returns an instance of the
|
10
|
-
expect(@client.
|
11
|
-
end
|
12
|
-
end
|
13
|
-
|
14
|
-
describe "#
|
15
|
-
it "returns an instance of the
|
16
|
-
expect(@client.
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
1
|
+
require 'spec_helper'
|
2
|
+
|
3
|
+
RSpec.describe NgrokAPI::Client do
|
4
|
+
before(:each) do
|
5
|
+
@client = NgrokAPI::Client.new(api_key: 'abc')
|
6
|
+
end
|
7
|
+
|
8
|
+
describe "#abuse_reports" do
|
9
|
+
it "returns an instance of the AbuseReportsClient" do
|
10
|
+
expect(@client.abuse_reports.class).to eq(NgrokAPI::Services::AbuseReportsClient)
|
11
|
+
end
|
12
|
+
end
|
13
|
+
|
14
|
+
describe "#api_keys" do
|
15
|
+
it "returns an instance of the APIKeysClient" do
|
16
|
+
expect(@client.api_keys.class).to eq(NgrokAPI::Services::APIKeysClient)
|
17
|
+
end
|
18
|
+
end
|
19
|
+
|
20
|
+
describe "#certificate_authorities" do
|
21
|
+
it "returns an instance of the CertificateAuthoritiesClient" do
|
22
|
+
expect(@client.certificate_authorities.class).to eq(NgrokAPI::Services::CertificateAuthoritiesClient)
|
23
|
+
end
|
24
|
+
end
|
25
|
+
|
26
|
+
describe "#credentials" do
|
27
|
+
it "returns an instance of the CredentialsClient" do
|
28
|
+
expect(@client.credentials.class).to eq(NgrokAPI::Services::CredentialsClient)
|
29
|
+
end
|
30
|
+
end
|
31
|
+
|
32
|
+
describe "#endpoint_configurations" do
|
33
|
+
it "returns an instance of the EndpointConfigurationsClient" do
|
34
|
+
expect(@client.endpoint_configurations.class).to eq(NgrokAPI::Services::EndpointConfigurationsClient)
|
35
|
+
end
|
36
|
+
end
|
37
|
+
|
38
|
+
describe "#event_streams" do
|
39
|
+
it "returns an instance of the EventStreamsClient" do
|
40
|
+
expect(@client.event_streams.class).to eq(NgrokAPI::Services::EventStreamsClient)
|
41
|
+
end
|
42
|
+
end
|
43
|
+
|
44
|
+
describe "#event_destinations" do
|
45
|
+
it "returns an instance of the EventDestinationsClient" do
|
46
|
+
expect(@client.event_destinations.class).to eq(NgrokAPI::Services::EventDestinationsClient)
|
47
|
+
end
|
48
|
+
end
|
49
|
+
|
50
|
+
describe "#event_subscriptions" do
|
51
|
+
it "returns an instance of the EventSubscriptionsClient" do
|
52
|
+
expect(@client.event_subscriptions.class).to eq(NgrokAPI::Services::EventSubscriptionsClient)
|
53
|
+
end
|
54
|
+
end
|
55
|
+
|
56
|
+
describe "#event_sources" do
|
57
|
+
it "returns an instance of the EventSourcesClient" do
|
58
|
+
expect(@client.event_sources.class).to eq(NgrokAPI::Services::EventSourcesClient)
|
59
|
+
end
|
60
|
+
end
|
61
|
+
|
62
|
+
describe "#ip_policies" do
|
63
|
+
it "returns an instance of the IPPoliciesClient" do
|
64
|
+
expect(@client.ip_policies.class).to eq(NgrokAPI::Services::IPPoliciesClient)
|
65
|
+
end
|
66
|
+
end
|
67
|
+
|
68
|
+
describe "#ip_policy_rules" do
|
69
|
+
it "returns an instance of the IPPolicyRulesClient" do
|
70
|
+
expect(@client.ip_policy_rules.class).to eq(NgrokAPI::Services::IPPolicyRulesClient)
|
71
|
+
end
|
72
|
+
end
|
73
|
+
|
74
|
+
describe "#ip_restrictions" do
|
75
|
+
it "returns an instance of the IPRestrictionsClient" do
|
76
|
+
expect(@client.ip_restrictions.class).to eq(NgrokAPI::Services::IPRestrictionsClient)
|
77
|
+
end
|
78
|
+
end
|
79
|
+
|
80
|
+
describe "#ip_whitelist" do
|
81
|
+
it "returns an instance of the IPWhitelistClient" do
|
82
|
+
expect(@client.ip_whitelist.class).to eq(NgrokAPI::Services::IPWhitelistClient)
|
83
|
+
end
|
84
|
+
end
|
85
|
+
|
86
|
+
describe "#reserved_addrs" do
|
87
|
+
it "returns an instance of the ReservedAddrsClient" do
|
88
|
+
expect(@client.reserved_addrs.class).to eq(NgrokAPI::Services::ReservedAddrsClient)
|
89
|
+
end
|
90
|
+
end
|
91
|
+
|
92
|
+
describe "#reserved_domains" do
|
93
|
+
it "returns an instance of the ReservedDomainsClient" do
|
94
|
+
expect(@client.reserved_domains.class).to eq(NgrokAPI::Services::ReservedDomainsClient)
|
95
|
+
end
|
96
|
+
end
|
97
|
+
|
98
|
+
describe "#ssh_certificate_authorities" do
|
99
|
+
it "returns an instance of the SSHCertificateAuthoritiesClient" do
|
100
|
+
expect(@client.ssh_certificate_authorities.class).to eq(NgrokAPI::Services::SSHCertificateAuthoritiesClient)
|
101
|
+
end
|
102
|
+
end
|
103
|
+
|
104
|
+
describe "#ssh_credentials" do
|
105
|
+
it "returns an instance of the SSHCredentialsClient" do
|
106
|
+
expect(@client.ssh_credentials.class).to eq(NgrokAPI::Services::SSHCredentialsClient)
|
107
|
+
end
|
108
|
+
end
|
109
|
+
|
110
|
+
describe "#ssh_host_certificates" do
|
111
|
+
it "returns an instance of the SSHHostCertificatesClient" do
|
112
|
+
expect(@client.ssh_host_certificates.class).to eq(NgrokAPI::Services::SSHHostCertificatesClient)
|
113
|
+
end
|
114
|
+
end
|
115
|
+
|
116
|
+
describe "#ssh_user_certificates" do
|
117
|
+
it "returns an instance of the SSHUserCertificatesClient" do
|
118
|
+
expect(@client.ssh_user_certificates.class).to eq(NgrokAPI::Services::SSHUserCertificatesClient)
|
119
|
+
end
|
120
|
+
end
|
121
|
+
|
122
|
+
describe "#tls_certificates" do
|
123
|
+
it "returns an instance of the TLSCertificatesClient" do
|
124
|
+
expect(@client.tls_certificates.class).to eq(NgrokAPI::Services::TLSCertificatesClient)
|
125
|
+
end
|
126
|
+
end
|
127
|
+
|
128
|
+
describe "#tunnel_sessions" do
|
129
|
+
it "returns an instance of the TunnelSessionsClient" do
|
130
|
+
expect(@client.tunnel_sessions.class).to eq(NgrokAPI::Services::TunnelSessionsClient)
|
131
|
+
end
|
132
|
+
end
|
133
|
+
|
134
|
+
describe "#tunnels" do
|
135
|
+
it "returns an instance of the TunnelsClient" do
|
136
|
+
expect(@client.tunnels.class).to eq(NgrokAPI::Services::TunnelsClient)
|
137
|
+
end
|
138
|
+
end
|
139
|
+
end
|
@@ -0,0 +1,21 @@
|
|
1
|
+
require 'spec_helper'
|
2
|
+
|
3
|
+
RSpec.describe NgrokAPI::Models::AbuseReportHostname do
|
4
|
+
before(:each) do
|
5
|
+
@client = class_double("AbuseReportHostnamesClient")
|
6
|
+
@abuse_report_hostname = NgrokAPI::Models::AbuseReportHostname.new(client: @client, result: abuse_report_hostname_result)
|
7
|
+
end
|
8
|
+
|
9
|
+
describe "#==" do
|
10
|
+
it "is equal if the results are the same" do
|
11
|
+
other = NgrokAPI::Models::AbuseReportHostname.new(client: @client, result: abuse_report_hostname_result)
|
12
|
+
expect(@abuse_report_hostname == other).to eq true
|
13
|
+
end
|
14
|
+
end
|
15
|
+
|
16
|
+
describe "#to_s" do
|
17
|
+
it "stringifies as result.to_s" do
|
18
|
+
expect(@abuse_report_hostname.to_s).to eq abuse_report_hostname_result.to_s
|
19
|
+
end
|
20
|
+
end
|
21
|
+
end
|
@@ -0,0 +1,21 @@
|
|
1
|
+
require 'spec_helper'
|
2
|
+
|
3
|
+
RSpec.describe NgrokAPI::Models::AbuseReport do
|
4
|
+
before(:each) do
|
5
|
+
@client = class_double("AbuseReportsClient")
|
6
|
+
@abuse_report = NgrokAPI::Models::AbuseReport.new(client: @client, result: abuse_report_result)
|
7
|
+
end
|
8
|
+
|
9
|
+
describe "#==" do
|
10
|
+
it "is equal if the results are the same" do
|
11
|
+
other = NgrokAPI::Models::AbuseReport.new(client: @client, result: abuse_report_result)
|
12
|
+
expect(@abuse_report == other).to eq true
|
13
|
+
end
|
14
|
+
end
|
15
|
+
|
16
|
+
describe "#to_s" do
|
17
|
+
it "stringifies as result.to_s" do
|
18
|
+
expect(@abuse_report.to_s).to eq abuse_report_result.to_s
|
19
|
+
end
|
20
|
+
end
|
21
|
+
end
|
@@ -1,43 +1,42 @@
|
|
1
|
-
require 'spec_helper'
|
2
|
-
|
3
|
-
RSpec.describe NgrokAPI::Models::
|
4
|
-
before(:each) do
|
5
|
-
@client = class_double("
|
6
|
-
@api_key = NgrokAPI::Models::
|
7
|
-
end
|
8
|
-
|
9
|
-
describe "#==" do
|
10
|
-
it "is equal if the results are the same" do
|
11
|
-
|
12
|
-
expect(@api_key ==
|
13
|
-
end
|
14
|
-
end
|
15
|
-
|
16
|
-
describe "#to_s" do
|
17
|
-
it "stringifies as result.to_s" do
|
18
|
-
expect(@api_key.to_s).to eq api_key_result.to_s
|
19
|
-
end
|
20
|
-
end
|
21
|
-
|
22
|
-
describe "#delete" do
|
23
|
-
it "calls delete on the client" do
|
24
|
-
expect(@api_key.client).to receive(:delete)
|
25
|
-
@api_key.delete
|
26
|
-
end
|
27
|
-
end
|
28
|
-
|
29
|
-
describe "#update" do
|
30
|
-
it "
|
31
|
-
new_description = '
|
32
|
-
new_metadata = '
|
33
|
-
expect(@api_key.client).to receive(:update)
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
)
|
39
|
-
expect(@api_key.
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
end
|
1
|
+
require 'spec_helper'
|
2
|
+
|
3
|
+
RSpec.describe NgrokAPI::Models::APIKey do
|
4
|
+
before(:each) do
|
5
|
+
@client = class_double("APIKeysClient")
|
6
|
+
@api_key = NgrokAPI::Models::APIKey.new(client: @client, result: api_key_result)
|
7
|
+
end
|
8
|
+
|
9
|
+
describe "#==" do
|
10
|
+
it "is equal if the results are the same" do
|
11
|
+
other = NgrokAPI::Models::APIKey.new(client: @client, result: api_key_result)
|
12
|
+
expect(@api_key == other).to eq true
|
13
|
+
end
|
14
|
+
end
|
15
|
+
|
16
|
+
describe "#to_s" do
|
17
|
+
it "stringifies as result.to_s" do
|
18
|
+
expect(@api_key.to_s).to eq api_key_result.to_s
|
19
|
+
end
|
20
|
+
end
|
21
|
+
|
22
|
+
describe "#delete" do
|
23
|
+
it "calls delete on the client" do
|
24
|
+
expect(@api_key.client).to receive(:delete)
|
25
|
+
@api_key.delete
|
26
|
+
end
|
27
|
+
end
|
28
|
+
|
29
|
+
describe "#update" do
|
30
|
+
it "calls update on the client" do
|
31
|
+
new_description = 'New description'
|
32
|
+
new_metadata = 'New metadata'
|
33
|
+
expect(@api_key.client).to receive(:update)
|
34
|
+
@api_key.update(
|
35
|
+
description: new_description,
|
36
|
+
metadata: new_metadata
|
37
|
+
)
|
38
|
+
expect(@api_key.description).to eq new_description
|
39
|
+
expect(@api_key.metadata).to eq new_metadata
|
40
|
+
end
|
41
|
+
end
|
42
|
+
end
|
@@ -0,0 +1,21 @@
|
|
1
|
+
require 'spec_helper'
|
2
|
+
|
3
|
+
RSpec.describe NgrokAPI::Models::AWSAuth do
|
4
|
+
before(:each) do
|
5
|
+
@client = class_double("AWSAuthsClient")
|
6
|
+
@aws_auth = NgrokAPI::Models::AWSAuth.new(client: @client, result: aws_auth_result)
|
7
|
+
end
|
8
|
+
|
9
|
+
describe "#==" do
|
10
|
+
it "is equal if the results are the same" do
|
11
|
+
other = NgrokAPI::Models::AWSAuth.new(client: @client, result: aws_auth_result)
|
12
|
+
expect(@aws_auth == other).to eq true
|
13
|
+
end
|
14
|
+
end
|
15
|
+
|
16
|
+
describe "#to_s" do
|
17
|
+
it "stringifies as result.to_s" do
|
18
|
+
expect(@aws_auth.to_s).to eq aws_auth_result.to_s
|
19
|
+
end
|
20
|
+
end
|
21
|
+
end
|
@@ -0,0 +1,21 @@
|
|
1
|
+
require 'spec_helper'
|
2
|
+
|
3
|
+
RSpec.describe NgrokAPI::Models::AWSCredentials do
|
4
|
+
before(:each) do
|
5
|
+
@client = class_double("AWSCredentialssClient")
|
6
|
+
@aws_credentials = NgrokAPI::Models::AWSCredentials.new(client: @client, result: aws_credentials_result)
|
7
|
+
end
|
8
|
+
|
9
|
+
describe "#==" do
|
10
|
+
it "is equal if the results are the same" do
|
11
|
+
other = NgrokAPI::Models::AWSCredentials.new(client: @client, result: aws_credentials_result)
|
12
|
+
expect(@aws_credentials == other).to eq true
|
13
|
+
end
|
14
|
+
end
|
15
|
+
|
16
|
+
describe "#to_s" do
|
17
|
+
it "stringifies as result.to_s" do
|
18
|
+
expect(@aws_credentials.to_s).to eq aws_credentials_result.to_s
|
19
|
+
end
|
20
|
+
end
|
21
|
+
end
|
@@ -0,0 +1,21 @@
|
|
1
|
+
require 'spec_helper'
|
2
|
+
|
3
|
+
RSpec.describe NgrokAPI::Models::AWSRole do
|
4
|
+
before(:each) do
|
5
|
+
@client = class_double("AWSRolesClient")
|
6
|
+
@aws_role = NgrokAPI::Models::AWSRole.new(client: @client, result: aws_role_result)
|
7
|
+
end
|
8
|
+
|
9
|
+
describe "#==" do
|
10
|
+
it "is equal if the results are the same" do
|
11
|
+
other = NgrokAPI::Models::AWSRole.new(client: @client, result: aws_role_result)
|
12
|
+
expect(@aws_role == other).to eq true
|
13
|
+
end
|
14
|
+
end
|
15
|
+
|
16
|
+
describe "#to_s" do
|
17
|
+
it "stringifies as result.to_s" do
|
18
|
+
expect(@aws_role.to_s).to eq aws_role_result.to_s
|
19
|
+
end
|
20
|
+
end
|
21
|
+
end
|