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,209 @@
|
|
1
|
+
require 'spec_helper'
|
2
|
+
|
3
|
+
RSpec.describe NgrokAPI::Services::ReservedAddrsClient do
|
4
|
+
let(:base_url) { 'https://api.ngrok.com' }
|
5
|
+
let(:path) { '/reserved_addrs' }
|
6
|
+
let(:not_found) do
|
7
|
+
NgrokAPI::Errors::NotFoundError.new(response: reserved_addr_result)
|
8
|
+
end
|
9
|
+
|
10
|
+
before(:each) do
|
11
|
+
@client = class_double("HttpClient")
|
12
|
+
@reserved_addrs_client = NgrokAPI::Services::ReservedAddrsClient.new(client: @client)
|
13
|
+
end
|
14
|
+
|
15
|
+
describe "#create" do
|
16
|
+
it "will make a post request and return an instance of NgrokAPI::Models::ReservedAddr" do
|
17
|
+
path = '/reserved_addrs'
|
18
|
+
replacements = {
|
19
|
+
}
|
20
|
+
data = {}
|
21
|
+
data[:description] = "New description"
|
22
|
+
data[:metadata] = "New metadata"
|
23
|
+
data[:region] = "New region"
|
24
|
+
data[:endpoint_configuration_id] = "New endpoint_configuration_id"
|
25
|
+
expect(@client).to receive(:post).with(path % replacements, data: data).
|
26
|
+
and_return(reserved_addr_result)
|
27
|
+
result = @reserved_addrs_client.create(
|
28
|
+
description: "New description",
|
29
|
+
metadata: "New metadata",
|
30
|
+
region: "New region",
|
31
|
+
endpoint_configuration_id: "New endpoint_configuration_id"
|
32
|
+
)
|
33
|
+
expect(result.class).to eq(NgrokAPI::Models::ReservedAddr)
|
34
|
+
# expect(result.id).to eq(reserved_addr_result["id"])
|
35
|
+
end
|
36
|
+
end
|
37
|
+
|
38
|
+
describe "#delete" do
|
39
|
+
it "will make a delete request" do
|
40
|
+
path = '/reserved_addrs/%{id}'
|
41
|
+
replacements = {
|
42
|
+
id: api_key_result["id"],
|
43
|
+
}
|
44
|
+
expect(@client).to receive(:delete).with(path % replacements).and_return(nil)
|
45
|
+
@reserved_addrs_client.delete(
|
46
|
+
id: api_key_result["id"]
|
47
|
+
)
|
48
|
+
end
|
49
|
+
end
|
50
|
+
|
51
|
+
describe "#delete!" do
|
52
|
+
it "will make a delete request" do
|
53
|
+
path = '/reserved_addrs/%{id}'
|
54
|
+
replacements = {
|
55
|
+
id: api_key_result["id"],
|
56
|
+
}
|
57
|
+
expect(@client).to receive(:delete).with(path % replacements, danger: true).and_return(nil)
|
58
|
+
@reserved_addrs_client.delete!(
|
59
|
+
id: api_key_result["id"]
|
60
|
+
)
|
61
|
+
end
|
62
|
+
|
63
|
+
it "will make a delete request and return NotFoundError if 404" do
|
64
|
+
path = '/reserved_addrs/%{id}'
|
65
|
+
replacements = {
|
66
|
+
id: api_key_result["id"],
|
67
|
+
}
|
68
|
+
expect do
|
69
|
+
expect(@client).to receive(:delete).with(path % replacements, danger: true).
|
70
|
+
and_raise(NgrokAPI::Errors::NotFoundError)
|
71
|
+
result = @reserved_addrs_client.delete!(
|
72
|
+
id: api_key_result["id"]
|
73
|
+
)
|
74
|
+
expect(result).to be nil
|
75
|
+
end.to raise_error(NgrokAPI::Errors::NotFoundError)
|
76
|
+
end
|
77
|
+
end
|
78
|
+
|
79
|
+
describe "#get" do
|
80
|
+
it "will make a get request and return an instance of NgrokAPI::Models::ReservedAddr" do
|
81
|
+
path = '/reserved_addrs/%{id}'
|
82
|
+
replacements = {
|
83
|
+
id: reserved_addr_result["id"],
|
84
|
+
}
|
85
|
+
data = {}
|
86
|
+
expect(@client).to receive(:get).with(path % replacements, data: data).
|
87
|
+
and_return(reserved_addr_result)
|
88
|
+
result = @reserved_addrs_client.get(
|
89
|
+
id: reserved_addr_result["id"]
|
90
|
+
)
|
91
|
+
expect(result.class).to eq(NgrokAPI::Models::ReservedAddr)
|
92
|
+
# expect(result.id).to eq(reserved_addr_result["id"])
|
93
|
+
end
|
94
|
+
end
|
95
|
+
|
96
|
+
describe "#get!" do
|
97
|
+
it "will make a get request and return an instance of NgrokAPI::Models::ReservedAddr" do
|
98
|
+
path = '/reserved_addrs/%{id}'
|
99
|
+
replacements = {
|
100
|
+
id: reserved_addr_result["id"],
|
101
|
+
}
|
102
|
+
data = {}
|
103
|
+
expect(@client).to receive(:get).with(path % replacements, data: data).
|
104
|
+
and_return(reserved_addr_result)
|
105
|
+
result = @reserved_addrs_client.get(
|
106
|
+
id: reserved_addr_result["id"]
|
107
|
+
)
|
108
|
+
expect(result.class).to eq(NgrokAPI::Models::ReservedAddr)
|
109
|
+
# expect(result.id).to eq(reserved_addr_result["id"])
|
110
|
+
end
|
111
|
+
end
|
112
|
+
|
113
|
+
describe "#list" do
|
114
|
+
it "will make a call to list (a GET request) and return a NgrokAPI::Models::Listable" do
|
115
|
+
expect(@client).to receive(:list).
|
116
|
+
and_return(reserved_addr_results)
|
117
|
+
url = base_url + path + "?before_id=" + api_key_result["id"] + "&limit=1"
|
118
|
+
result = @reserved_addrs_client.list(url: url)
|
119
|
+
expect(result.class).to eq(NgrokAPI::Models::Listable)
|
120
|
+
end
|
121
|
+
end
|
122
|
+
|
123
|
+
describe "#update" do
|
124
|
+
it "will make a patch request and return an instance of NgrokAPI::Models::ReservedAddr" do
|
125
|
+
path = '/reserved_addrs/%{id}'
|
126
|
+
replacements = {
|
127
|
+
id: reserved_addr_result["id"],
|
128
|
+
}
|
129
|
+
data = {}
|
130
|
+
data[:description] = "New description"
|
131
|
+
data[:metadata] = "New metadata"
|
132
|
+
data[:endpoint_configuration_id] = "New endpoint_configuration_id"
|
133
|
+
expect(@client).to receive(:patch).with(path % replacements, data: data).
|
134
|
+
and_return(reserved_addr_result)
|
135
|
+
result = @reserved_addrs_client.update(
|
136
|
+
id: reserved_addr_result["id"],
|
137
|
+
description: "New description",
|
138
|
+
metadata: "New metadata",
|
139
|
+
endpoint_configuration_id: "New endpoint_configuration_id"
|
140
|
+
)
|
141
|
+
expect(result.class).to eq(NgrokAPI::Models::ReservedAddr)
|
142
|
+
# expect(result.id).to eq(reserved_addr_result["id"])
|
143
|
+
end
|
144
|
+
end
|
145
|
+
|
146
|
+
describe "#update!" do
|
147
|
+
it "will make a patch request and return an instance of NgrokAPI::Models::ReservedAddr" do
|
148
|
+
path = '/reserved_addrs/%{id}'
|
149
|
+
replacements = {
|
150
|
+
id: reserved_addr_result["id"],
|
151
|
+
}
|
152
|
+
data = {}
|
153
|
+
data[:description] = "New description"
|
154
|
+
data[:metadata] = "New metadata"
|
155
|
+
data[:endpoint_configuration_id] = "New endpoint_configuration_id"
|
156
|
+
expect(@client).to receive(:patch).with(path % replacements, data: data).
|
157
|
+
and_return(reserved_addr_result)
|
158
|
+
result = @reserved_addrs_client.update(
|
159
|
+
id: reserved_addr_result["id"],
|
160
|
+
description: "New description",
|
161
|
+
metadata: "New metadata",
|
162
|
+
endpoint_configuration_id: "New endpoint_configuration_id"
|
163
|
+
)
|
164
|
+
expect(result.class).to eq(NgrokAPI::Models::ReservedAddr)
|
165
|
+
# expect(result.id).to eq(reserved_addr_result["id"])
|
166
|
+
end
|
167
|
+
end
|
168
|
+
|
169
|
+
describe "#delete_endpoint_config" do
|
170
|
+
it "will make a delete request" do
|
171
|
+
path = '/reserved_addrs/%{id}/endpoint_configuration'
|
172
|
+
replacements = {
|
173
|
+
id: api_key_result["id"],
|
174
|
+
}
|
175
|
+
expect(@client).to receive(:delete).with(path % replacements).and_return(nil)
|
176
|
+
@reserved_addrs_client.delete_endpoint_config(
|
177
|
+
id: api_key_result["id"]
|
178
|
+
)
|
179
|
+
end
|
180
|
+
end
|
181
|
+
|
182
|
+
describe "#delete_endpoint_config!" do
|
183
|
+
it "will make a delete request" do
|
184
|
+
path = '/reserved_addrs/%{id}/endpoint_configuration'
|
185
|
+
replacements = {
|
186
|
+
id: api_key_result["id"],
|
187
|
+
}
|
188
|
+
expect(@client).to receive(:delete).with(path % replacements, danger: true).and_return(nil)
|
189
|
+
@reserved_addrs_client.delete_endpoint_config!(
|
190
|
+
id: api_key_result["id"]
|
191
|
+
)
|
192
|
+
end
|
193
|
+
|
194
|
+
it "will make a delete request and return NotFoundError if 404" do
|
195
|
+
path = '/reserved_addrs/%{id}/endpoint_configuration'
|
196
|
+
replacements = {
|
197
|
+
id: api_key_result["id"],
|
198
|
+
}
|
199
|
+
expect do
|
200
|
+
expect(@client).to receive(:delete).with(path % replacements, danger: true).
|
201
|
+
and_raise(NgrokAPI::Errors::NotFoundError)
|
202
|
+
result = @reserved_addrs_client.delete_endpoint_config!(
|
203
|
+
id: api_key_result["id"]
|
204
|
+
)
|
205
|
+
expect(result).to be nil
|
206
|
+
end.to raise_error(NgrokAPI::Errors::NotFoundError)
|
207
|
+
end
|
208
|
+
end
|
209
|
+
end
|
@@ -0,0 +1,352 @@
|
|
1
|
+
require 'spec_helper'
|
2
|
+
|
3
|
+
RSpec.describe NgrokAPI::Services::ReservedDomainsClient do
|
4
|
+
let(:base_url) { 'https://api.ngrok.com' }
|
5
|
+
let(:path) { '/reserved_domains' }
|
6
|
+
let(:not_found) do
|
7
|
+
NgrokAPI::Errors::NotFoundError.new(response: reserved_domain_result)
|
8
|
+
end
|
9
|
+
|
10
|
+
before(:each) do
|
11
|
+
@client = class_double("HttpClient")
|
12
|
+
@reserved_domains_client = NgrokAPI::Services::ReservedDomainsClient.new(client: @client)
|
13
|
+
end
|
14
|
+
|
15
|
+
describe "#create" do
|
16
|
+
it "will make a post request and return an instance of NgrokAPI::Models::ReservedDomain" do
|
17
|
+
path = '/reserved_domains'
|
18
|
+
replacements = {
|
19
|
+
}
|
20
|
+
data = {}
|
21
|
+
data[:name] = "New name"
|
22
|
+
data[:region] = "New region"
|
23
|
+
data[:description] = "New description"
|
24
|
+
data[:metadata] = "New metadata"
|
25
|
+
data[:http_endpoint_configuration_id] = "New http_endpoint_configuration_id"
|
26
|
+
data[:https_endpoint_configuration_id] = "New https_endpoint_configuration_id"
|
27
|
+
data[:certificate_id] = "New certificate_id"
|
28
|
+
data[:certificate_management_policy] = "New certificate_management_policy"
|
29
|
+
expect(@client).to receive(:post).with(path % replacements, data: data).
|
30
|
+
and_return(reserved_domain_result)
|
31
|
+
result = @reserved_domains_client.create(
|
32
|
+
name: "New name",
|
33
|
+
region: "New region",
|
34
|
+
description: "New description",
|
35
|
+
metadata: "New metadata",
|
36
|
+
http_endpoint_configuration_id: "New http_endpoint_configuration_id",
|
37
|
+
https_endpoint_configuration_id: "New https_endpoint_configuration_id",
|
38
|
+
certificate_id: "New certificate_id",
|
39
|
+
certificate_management_policy: "New certificate_management_policy"
|
40
|
+
)
|
41
|
+
expect(result.class).to eq(NgrokAPI::Models::ReservedDomain)
|
42
|
+
# expect(result.id).to eq(reserved_domain_result["id"])
|
43
|
+
end
|
44
|
+
end
|
45
|
+
|
46
|
+
describe "#delete" do
|
47
|
+
it "will make a delete request" do
|
48
|
+
path = '/reserved_domains/%{id}'
|
49
|
+
replacements = {
|
50
|
+
id: api_key_result["id"],
|
51
|
+
}
|
52
|
+
expect(@client).to receive(:delete).with(path % replacements).and_return(nil)
|
53
|
+
@reserved_domains_client.delete(
|
54
|
+
id: api_key_result["id"]
|
55
|
+
)
|
56
|
+
end
|
57
|
+
end
|
58
|
+
|
59
|
+
describe "#delete!" do
|
60
|
+
it "will make a delete request" do
|
61
|
+
path = '/reserved_domains/%{id}'
|
62
|
+
replacements = {
|
63
|
+
id: api_key_result["id"],
|
64
|
+
}
|
65
|
+
expect(@client).to receive(:delete).with(path % replacements, danger: true).and_return(nil)
|
66
|
+
@reserved_domains_client.delete!(
|
67
|
+
id: api_key_result["id"]
|
68
|
+
)
|
69
|
+
end
|
70
|
+
|
71
|
+
it "will make a delete request and return NotFoundError if 404" do
|
72
|
+
path = '/reserved_domains/%{id}'
|
73
|
+
replacements = {
|
74
|
+
id: api_key_result["id"],
|
75
|
+
}
|
76
|
+
expect do
|
77
|
+
expect(@client).to receive(:delete).with(path % replacements, danger: true).
|
78
|
+
and_raise(NgrokAPI::Errors::NotFoundError)
|
79
|
+
result = @reserved_domains_client.delete!(
|
80
|
+
id: api_key_result["id"]
|
81
|
+
)
|
82
|
+
expect(result).to be nil
|
83
|
+
end.to raise_error(NgrokAPI::Errors::NotFoundError)
|
84
|
+
end
|
85
|
+
end
|
86
|
+
|
87
|
+
describe "#get" do
|
88
|
+
it "will make a get request and return an instance of NgrokAPI::Models::ReservedDomain" do
|
89
|
+
path = '/reserved_domains/%{id}'
|
90
|
+
replacements = {
|
91
|
+
id: reserved_domain_result["id"],
|
92
|
+
}
|
93
|
+
data = {}
|
94
|
+
expect(@client).to receive(:get).with(path % replacements, data: data).
|
95
|
+
and_return(reserved_domain_result)
|
96
|
+
result = @reserved_domains_client.get(
|
97
|
+
id: reserved_domain_result["id"]
|
98
|
+
)
|
99
|
+
expect(result.class).to eq(NgrokAPI::Models::ReservedDomain)
|
100
|
+
# expect(result.id).to eq(reserved_domain_result["id"])
|
101
|
+
end
|
102
|
+
end
|
103
|
+
|
104
|
+
describe "#get!" do
|
105
|
+
it "will make a get request and return an instance of NgrokAPI::Models::ReservedDomain" do
|
106
|
+
path = '/reserved_domains/%{id}'
|
107
|
+
replacements = {
|
108
|
+
id: reserved_domain_result["id"],
|
109
|
+
}
|
110
|
+
data = {}
|
111
|
+
expect(@client).to receive(:get).with(path % replacements, data: data).
|
112
|
+
and_return(reserved_domain_result)
|
113
|
+
result = @reserved_domains_client.get(
|
114
|
+
id: reserved_domain_result["id"]
|
115
|
+
)
|
116
|
+
expect(result.class).to eq(NgrokAPI::Models::ReservedDomain)
|
117
|
+
# expect(result.id).to eq(reserved_domain_result["id"])
|
118
|
+
end
|
119
|
+
end
|
120
|
+
|
121
|
+
describe "#list" do
|
122
|
+
it "will make a call to list (a GET request) and return a NgrokAPI::Models::Listable" do
|
123
|
+
expect(@client).to receive(:list).
|
124
|
+
and_return(reserved_domain_results)
|
125
|
+
url = base_url + path + "?before_id=" + api_key_result["id"] + "&limit=1"
|
126
|
+
result = @reserved_domains_client.list(url: url)
|
127
|
+
expect(result.class).to eq(NgrokAPI::Models::Listable)
|
128
|
+
end
|
129
|
+
end
|
130
|
+
|
131
|
+
describe "#update" do
|
132
|
+
it "will make a patch request and return an instance of NgrokAPI::Models::ReservedDomain" do
|
133
|
+
path = '/reserved_domains/%{id}'
|
134
|
+
replacements = {
|
135
|
+
id: reserved_domain_result["id"],
|
136
|
+
}
|
137
|
+
data = {}
|
138
|
+
data[:description] = "New description"
|
139
|
+
data[:metadata] = "New metadata"
|
140
|
+
data[:http_endpoint_configuration_id] = "New http_endpoint_configuration_id"
|
141
|
+
data[:https_endpoint_configuration_id] = "New https_endpoint_configuration_id"
|
142
|
+
data[:certificate_id] = "New certificate_id"
|
143
|
+
data[:certificate_management_policy] = "New certificate_management_policy"
|
144
|
+
expect(@client).to receive(:patch).with(path % replacements, data: data).
|
145
|
+
and_return(reserved_domain_result)
|
146
|
+
result = @reserved_domains_client.update(
|
147
|
+
id: reserved_domain_result["id"],
|
148
|
+
description: "New description",
|
149
|
+
metadata: "New metadata",
|
150
|
+
http_endpoint_configuration_id: "New http_endpoint_configuration_id",
|
151
|
+
https_endpoint_configuration_id: "New https_endpoint_configuration_id",
|
152
|
+
certificate_id: "New certificate_id",
|
153
|
+
certificate_management_policy: "New certificate_management_policy"
|
154
|
+
)
|
155
|
+
expect(result.class).to eq(NgrokAPI::Models::ReservedDomain)
|
156
|
+
# expect(result.id).to eq(reserved_domain_result["id"])
|
157
|
+
end
|
158
|
+
end
|
159
|
+
|
160
|
+
describe "#update!" do
|
161
|
+
it "will make a patch request and return an instance of NgrokAPI::Models::ReservedDomain" do
|
162
|
+
path = '/reserved_domains/%{id}'
|
163
|
+
replacements = {
|
164
|
+
id: reserved_domain_result["id"],
|
165
|
+
}
|
166
|
+
data = {}
|
167
|
+
data[:description] = "New description"
|
168
|
+
data[:metadata] = "New metadata"
|
169
|
+
data[:http_endpoint_configuration_id] = "New http_endpoint_configuration_id"
|
170
|
+
data[:https_endpoint_configuration_id] = "New https_endpoint_configuration_id"
|
171
|
+
data[:certificate_id] = "New certificate_id"
|
172
|
+
data[:certificate_management_policy] = "New certificate_management_policy"
|
173
|
+
expect(@client).to receive(:patch).with(path % replacements, data: data).
|
174
|
+
and_return(reserved_domain_result)
|
175
|
+
result = @reserved_domains_client.update(
|
176
|
+
id: reserved_domain_result["id"],
|
177
|
+
description: "New description",
|
178
|
+
metadata: "New metadata",
|
179
|
+
http_endpoint_configuration_id: "New http_endpoint_configuration_id",
|
180
|
+
https_endpoint_configuration_id: "New https_endpoint_configuration_id",
|
181
|
+
certificate_id: "New certificate_id",
|
182
|
+
certificate_management_policy: "New certificate_management_policy"
|
183
|
+
)
|
184
|
+
expect(result.class).to eq(NgrokAPI::Models::ReservedDomain)
|
185
|
+
# expect(result.id).to eq(reserved_domain_result["id"])
|
186
|
+
end
|
187
|
+
end
|
188
|
+
|
189
|
+
describe "#delete_certificate_management_policy" do
|
190
|
+
it "will make a delete request" do
|
191
|
+
path = '/reserved_domains/%{id}/certificate_management_policy'
|
192
|
+
replacements = {
|
193
|
+
id: api_key_result["id"],
|
194
|
+
}
|
195
|
+
expect(@client).to receive(:delete).with(path % replacements).and_return(nil)
|
196
|
+
@reserved_domains_client.delete_certificate_management_policy(
|
197
|
+
id: api_key_result["id"]
|
198
|
+
)
|
199
|
+
end
|
200
|
+
end
|
201
|
+
|
202
|
+
describe "#delete_certificate_management_policy!" do
|
203
|
+
it "will make a delete request" do
|
204
|
+
path = '/reserved_domains/%{id}/certificate_management_policy'
|
205
|
+
replacements = {
|
206
|
+
id: api_key_result["id"],
|
207
|
+
}
|
208
|
+
expect(@client).to receive(:delete).with(path % replacements, danger: true).and_return(nil)
|
209
|
+
@reserved_domains_client.delete_certificate_management_policy!(
|
210
|
+
id: api_key_result["id"]
|
211
|
+
)
|
212
|
+
end
|
213
|
+
|
214
|
+
it "will make a delete request and return NotFoundError if 404" do
|
215
|
+
path = '/reserved_domains/%{id}/certificate_management_policy'
|
216
|
+
replacements = {
|
217
|
+
id: api_key_result["id"],
|
218
|
+
}
|
219
|
+
expect do
|
220
|
+
expect(@client).to receive(:delete).with(path % replacements, danger: true).
|
221
|
+
and_raise(NgrokAPI::Errors::NotFoundError)
|
222
|
+
result = @reserved_domains_client.delete_certificate_management_policy!(
|
223
|
+
id: api_key_result["id"]
|
224
|
+
)
|
225
|
+
expect(result).to be nil
|
226
|
+
end.to raise_error(NgrokAPI::Errors::NotFoundError)
|
227
|
+
end
|
228
|
+
end
|
229
|
+
|
230
|
+
describe "#delete_certificate" do
|
231
|
+
it "will make a delete request" do
|
232
|
+
path = '/reserved_domains/%{id}/certificate'
|
233
|
+
replacements = {
|
234
|
+
id: api_key_result["id"],
|
235
|
+
}
|
236
|
+
expect(@client).to receive(:delete).with(path % replacements).and_return(nil)
|
237
|
+
@reserved_domains_client.delete_certificate(
|
238
|
+
id: api_key_result["id"]
|
239
|
+
)
|
240
|
+
end
|
241
|
+
end
|
242
|
+
|
243
|
+
describe "#delete_certificate!" do
|
244
|
+
it "will make a delete request" do
|
245
|
+
path = '/reserved_domains/%{id}/certificate'
|
246
|
+
replacements = {
|
247
|
+
id: api_key_result["id"],
|
248
|
+
}
|
249
|
+
expect(@client).to receive(:delete).with(path % replacements, danger: true).and_return(nil)
|
250
|
+
@reserved_domains_client.delete_certificate!(
|
251
|
+
id: api_key_result["id"]
|
252
|
+
)
|
253
|
+
end
|
254
|
+
|
255
|
+
it "will make a delete request and return NotFoundError if 404" do
|
256
|
+
path = '/reserved_domains/%{id}/certificate'
|
257
|
+
replacements = {
|
258
|
+
id: api_key_result["id"],
|
259
|
+
}
|
260
|
+
expect do
|
261
|
+
expect(@client).to receive(:delete).with(path % replacements, danger: true).
|
262
|
+
and_raise(NgrokAPI::Errors::NotFoundError)
|
263
|
+
result = @reserved_domains_client.delete_certificate!(
|
264
|
+
id: api_key_result["id"]
|
265
|
+
)
|
266
|
+
expect(result).to be nil
|
267
|
+
end.to raise_error(NgrokAPI::Errors::NotFoundError)
|
268
|
+
end
|
269
|
+
end
|
270
|
+
|
271
|
+
describe "#delete_http_endpoint_config" do
|
272
|
+
it "will make a delete request" do
|
273
|
+
path = '/reserved_domains/%{id}/http_endpoint_configuration'
|
274
|
+
replacements = {
|
275
|
+
id: api_key_result["id"],
|
276
|
+
}
|
277
|
+
expect(@client).to receive(:delete).with(path % replacements).and_return(nil)
|
278
|
+
@reserved_domains_client.delete_http_endpoint_config(
|
279
|
+
id: api_key_result["id"]
|
280
|
+
)
|
281
|
+
end
|
282
|
+
end
|
283
|
+
|
284
|
+
describe "#delete_http_endpoint_config!" do
|
285
|
+
it "will make a delete request" do
|
286
|
+
path = '/reserved_domains/%{id}/http_endpoint_configuration'
|
287
|
+
replacements = {
|
288
|
+
id: api_key_result["id"],
|
289
|
+
}
|
290
|
+
expect(@client).to receive(:delete).with(path % replacements, danger: true).and_return(nil)
|
291
|
+
@reserved_domains_client.delete_http_endpoint_config!(
|
292
|
+
id: api_key_result["id"]
|
293
|
+
)
|
294
|
+
end
|
295
|
+
|
296
|
+
it "will make a delete request and return NotFoundError if 404" do
|
297
|
+
path = '/reserved_domains/%{id}/http_endpoint_configuration'
|
298
|
+
replacements = {
|
299
|
+
id: api_key_result["id"],
|
300
|
+
}
|
301
|
+
expect do
|
302
|
+
expect(@client).to receive(:delete).with(path % replacements, danger: true).
|
303
|
+
and_raise(NgrokAPI::Errors::NotFoundError)
|
304
|
+
result = @reserved_domains_client.delete_http_endpoint_config!(
|
305
|
+
id: api_key_result["id"]
|
306
|
+
)
|
307
|
+
expect(result).to be nil
|
308
|
+
end.to raise_error(NgrokAPI::Errors::NotFoundError)
|
309
|
+
end
|
310
|
+
end
|
311
|
+
|
312
|
+
describe "#delete_https_endpoint_config" do
|
313
|
+
it "will make a delete request" do
|
314
|
+
path = '/reserved_domains/%{id}/https_endpoint_configuration'
|
315
|
+
replacements = {
|
316
|
+
id: api_key_result["id"],
|
317
|
+
}
|
318
|
+
expect(@client).to receive(:delete).with(path % replacements).and_return(nil)
|
319
|
+
@reserved_domains_client.delete_https_endpoint_config(
|
320
|
+
id: api_key_result["id"]
|
321
|
+
)
|
322
|
+
end
|
323
|
+
end
|
324
|
+
|
325
|
+
describe "#delete_https_endpoint_config!" do
|
326
|
+
it "will make a delete request" do
|
327
|
+
path = '/reserved_domains/%{id}/https_endpoint_configuration'
|
328
|
+
replacements = {
|
329
|
+
id: api_key_result["id"],
|
330
|
+
}
|
331
|
+
expect(@client).to receive(:delete).with(path % replacements, danger: true).and_return(nil)
|
332
|
+
@reserved_domains_client.delete_https_endpoint_config!(
|
333
|
+
id: api_key_result["id"]
|
334
|
+
)
|
335
|
+
end
|
336
|
+
|
337
|
+
it "will make a delete request and return NotFoundError if 404" do
|
338
|
+
path = '/reserved_domains/%{id}/https_endpoint_configuration'
|
339
|
+
replacements = {
|
340
|
+
id: api_key_result["id"],
|
341
|
+
}
|
342
|
+
expect do
|
343
|
+
expect(@client).to receive(:delete).with(path % replacements, danger: true).
|
344
|
+
and_raise(NgrokAPI::Errors::NotFoundError)
|
345
|
+
result = @reserved_domains_client.delete_https_endpoint_config!(
|
346
|
+
id: api_key_result["id"]
|
347
|
+
)
|
348
|
+
expect(result).to be nil
|
349
|
+
end.to raise_error(NgrokAPI::Errors::NotFoundError)
|
350
|
+
end
|
351
|
+
end
|
352
|
+
end
|