ngrok-api 0.9.0 → 0.16.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.rubocop.yml +2 -2
- data/.yardopts +1 -0
- data/LICENSE +7 -0
- data/doc/NgrokAPI/Client.html +1469 -125
- data/doc/NgrokAPI/Error.html +3 -3
- data/doc/NgrokAPI/Errors/NotFoundError.html +3 -3
- data/doc/NgrokAPI/Errors.html +3 -3
- data/doc/NgrokAPI/HttpClient.html +66 -36
- data/doc/NgrokAPI/Models/{ApiKey.html → APIKey.html} +110 -179
- data/doc/NgrokAPI/Models/AWSAuth.html +617 -0
- data/doc/NgrokAPI/Models/AWSCredentials.html +617 -0
- data/doc/NgrokAPI/Models/AWSRole.html +543 -0
- data/doc/NgrokAPI/Models/AbuseReport.html +987 -0
- data/doc/NgrokAPI/Models/AbuseReportHostname.html +617 -0
- data/doc/NgrokAPI/Models/AgentIngress.html +1217 -0
- data/doc/NgrokAPI/Models/CertificateAuthority.html +1439 -0
- data/doc/NgrokAPI/Models/Credential.html +1149 -0
- data/doc/NgrokAPI/Models/EndpointCircuitBreaker.html +913 -0
- data/doc/NgrokAPI/Models/EndpointCompression.html +543 -0
- data/doc/NgrokAPI/Models/EndpointConfiguration.html +1323 -512
- data/doc/NgrokAPI/Models/EndpointIPPolicy.html +617 -0
- data/doc/NgrokAPI/Models/EndpointIPPolicyMutate.html +617 -0
- data/doc/NgrokAPI/Models/EndpointLogging.html +617 -0
- data/doc/NgrokAPI/Models/EndpointLoggingMutate.html +617 -0
- data/doc/NgrokAPI/Models/EndpointMutualTLS.html +617 -0
- data/doc/NgrokAPI/Models/EndpointMutualTLSMutate.html +617 -0
- data/doc/NgrokAPI/Models/EndpointOAuth.html +987 -0
- data/doc/NgrokAPI/Models/EndpointOAuthFacebook.html +839 -0
- data/doc/NgrokAPI/Models/EndpointOAuthGitHub.html +987 -0
- data/doc/NgrokAPI/Models/EndpointOAuthGoogle.html +839 -0
- data/doc/NgrokAPI/Models/EndpointOAuthMicrosoft.html +839 -0
- data/doc/NgrokAPI/Models/EndpointOAuthProvider.html +765 -0
- data/doc/NgrokAPI/Models/EndpointOIDC.html +1135 -0
- data/doc/NgrokAPI/Models/EndpointRequestHeaders.html +691 -0
- data/doc/NgrokAPI/Models/EndpointResponseHeaders.html +691 -0
- data/doc/NgrokAPI/Models/EndpointSAML.html +1653 -0
- data/doc/NgrokAPI/Models/EndpointSAMLMutate.html +1283 -0
- data/doc/NgrokAPI/Models/EndpointTLSTermination.html +691 -0
- data/doc/NgrokAPI/Models/EndpointWebhookValidation.html +691 -0
- data/doc/NgrokAPI/Models/EventDestination.html +1058 -0
- data/doc/NgrokAPI/Models/EventSource.html +765 -0
- data/doc/NgrokAPI/Models/EventSourceList.html +617 -0
- data/doc/NgrokAPI/Models/EventSourceReplace.html +691 -0
- data/doc/NgrokAPI/Models/EventStream.html +1309 -0
- data/doc/NgrokAPI/Models/EventSubscription.html +1058 -0
- data/doc/NgrokAPI/Models/EventTarget.html +765 -0
- data/doc/NgrokAPI/Models/EventTargetCloudwatchLogs.html +617 -0
- data/doc/NgrokAPI/Models/EventTargetFirehose.html +617 -0
- data/doc/NgrokAPI/Models/EventTargetKinesis.html +617 -0
- data/doc/NgrokAPI/Models/{TlsCertificate.html → IPPolicy.html} +172 -167
- data/doc/NgrokAPI/Models/IPPolicyRule.html +1149 -0
- data/doc/NgrokAPI/Models/IPRestriction.html +1132 -0
- data/doc/NgrokAPI/Models/Listable.html +120 -52
- data/doc/NgrokAPI/Models/Ref.html +617 -0
- data/doc/NgrokAPI/Models/ReservedAddr.html +1132 -0
- data/doc/NgrokAPI/Models/ReservedDomain.html +186 -1108
- data/doc/NgrokAPI/Models/ReservedDomainCertJob.html +765 -0
- data/doc/NgrokAPI/Models/ReservedDomainCertPolicy.html +617 -0
- data/doc/NgrokAPI/Models/ReservedDomainCertStatus.html +617 -0
- data/doc/NgrokAPI/Models/SSHCertificateAuthority.html +1143 -0
- data/doc/NgrokAPI/Models/SSHCredential.html +1149 -0
- data/doc/NgrokAPI/Models/SSHHostCertificate.html +1513 -0
- data/doc/NgrokAPI/Models/SSHUserCertificate.html +1661 -0
- data/doc/NgrokAPI/Models/TLSCertificate.html +2179 -0
- data/doc/NgrokAPI/Models/TLSCertificateSANs.html +617 -0
- data/doc/NgrokAPI/Models/Tunnel.html +987 -0
- data/doc/NgrokAPI/Models/TunnelSession.html +1209 -0
- data/doc/NgrokAPI/Models.html +6 -6
- data/doc/NgrokAPI/PagedIterator.html +16 -12
- data/{docs/NgrokAPI/Services/ApiKeysClient.html → doc/NgrokAPI/Services/APIKeysClient.html} +404 -153
- data/doc/NgrokAPI/Services/AbuseReportsClient.html +706 -0
- data/doc/NgrokAPI/Services/AgentIngressesClient.html +1600 -0
- data/doc/NgrokAPI/Services/CertificateAuthoritiesClient.html +1602 -0
- data/doc/NgrokAPI/Services/CredentialsClient.html +1644 -0
- data/doc/NgrokAPI/Services/EndpointCircuitBreakerModuleClient.html +1043 -0
- data/doc/NgrokAPI/Services/EndpointCompressionModuleClient.html +1043 -0
- data/doc/NgrokAPI/Services/EndpointConfigurationsClient.html +503 -370
- data/doc/NgrokAPI/Services/EndpointIPPolicyModuleClient.html +1043 -0
- data/doc/NgrokAPI/Services/EndpointLoggingModuleClient.html +1043 -0
- data/doc/NgrokAPI/Services/EndpointMutualTLSModuleClient.html +1043 -0
- data/doc/NgrokAPI/Services/EndpointOAuthModuleClient.html +1043 -0
- data/doc/NgrokAPI/Services/EndpointOIDCModuleClient.html +1043 -0
- data/doc/NgrokAPI/Services/EndpointRequestHeadersModuleClient.html +1043 -0
- data/doc/NgrokAPI/Services/EndpointResponseHeadersModuleClient.html +1043 -0
- data/doc/NgrokAPI/Services/EndpointSAMLModuleClient.html +1043 -0
- data/doc/NgrokAPI/Services/EndpointTLSTerminationModuleClient.html +1043 -0
- data/doc/NgrokAPI/Services/EndpointWebhookValidationModuleClient.html +1043 -0
- data/doc/NgrokAPI/Services/EventDestinationsClient.html +1712 -0
- data/doc/NgrokAPI/Services/EventSourcesClient.html +1532 -0
- data/doc/NgrokAPI/Services/EventStreamsClient.html +1792 -0
- data/doc/NgrokAPI/Services/EventSubscriptionsClient.html +1712 -0
- data/doc/NgrokAPI/Services/IPPoliciesClient.html +1602 -0
- data/doc/NgrokAPI/Services/IPPolicyRulesClient.html +1660 -0
- data/doc/NgrokAPI/Services/IPRestrictionsClient.html +1720 -0
- data/doc/NgrokAPI/Services/ReservedAddrsClient.html +1894 -0
- data/doc/NgrokAPI/Services/ReservedDomainsClient.html +585 -344
- data/doc/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html +1644 -0
- data/doc/NgrokAPI/Services/SSHCredentialsClient.html +1662 -0
- data/doc/NgrokAPI/Services/SSHHostCertificatesClient.html +1680 -0
- data/doc/NgrokAPI/Services/SSHUserCertificatesClient.html +1720 -0
- data/{docs/NgrokAPI/Services/TlsCertificatesClient.html → doc/NgrokAPI/Services/TLSCertificatesClient.html} +404 -201
- data/doc/NgrokAPI/Services/TunnelSessionsClient.html +1587 -0
- data/doc/NgrokAPI/Services/TunnelsClient.html +669 -0
- data/doc/NgrokAPI/Services.html +6 -6
- data/doc/NgrokAPI.html +5 -5
- data/doc/README +94 -0
- data/doc/_index.html +621 -25
- data/doc/class_list.html +1 -1
- data/doc/file.README.html +55 -28
- data/doc/frames.html +1 -1
- data/doc/index.html +55 -28
- data/doc/method_list.html +7526 -286
- data/doc/top-level-namespace.html +3 -3
- data/docs/.gitkeep +0 -0
- data/docs/CNAME +1 -0
- data/docs/NgrokAPI/Client.html +1469 -125
- data/docs/NgrokAPI/Error.html +3 -3
- data/docs/NgrokAPI/Errors/NotFoundError.html +3 -3
- data/docs/NgrokAPI/Errors.html +3 -3
- data/docs/NgrokAPI/HttpClient.html +66 -36
- data/docs/NgrokAPI/Models/{ApiKey.html → APIKey.html} +110 -179
- data/docs/NgrokAPI/Models/AWSAuth.html +617 -0
- data/docs/NgrokAPI/Models/AWSCredentials.html +617 -0
- data/docs/NgrokAPI/Models/AWSRole.html +543 -0
- data/docs/NgrokAPI/Models/AbuseReport.html +987 -0
- data/docs/NgrokAPI/Models/AbuseReportHostname.html +617 -0
- data/docs/NgrokAPI/Models/AgentIngress.html +1217 -0
- data/docs/NgrokAPI/Models/CertificateAuthority.html +1439 -0
- data/docs/NgrokAPI/Models/Credential.html +1149 -0
- data/docs/NgrokAPI/Models/EndpointCircuitBreaker.html +913 -0
- data/docs/NgrokAPI/Models/EndpointCompression.html +543 -0
- data/docs/NgrokAPI/Models/EndpointConfiguration.html +1323 -512
- data/docs/NgrokAPI/Models/EndpointIPPolicy.html +617 -0
- data/docs/NgrokAPI/Models/EndpointIPPolicyMutate.html +617 -0
- data/docs/NgrokAPI/Models/EndpointLogging.html +617 -0
- data/docs/NgrokAPI/Models/EndpointLoggingMutate.html +617 -0
- data/docs/NgrokAPI/Models/EndpointMutualTLS.html +617 -0
- data/docs/NgrokAPI/Models/EndpointMutualTLSMutate.html +617 -0
- data/docs/NgrokAPI/Models/EndpointOAuth.html +987 -0
- data/docs/NgrokAPI/Models/EndpointOAuthFacebook.html +839 -0
- data/docs/NgrokAPI/Models/EndpointOAuthGitHub.html +987 -0
- data/docs/NgrokAPI/Models/EndpointOAuthGoogle.html +839 -0
- data/docs/NgrokAPI/Models/EndpointOAuthMicrosoft.html +839 -0
- data/docs/NgrokAPI/Models/EndpointOAuthProvider.html +765 -0
- data/docs/NgrokAPI/Models/EndpointOIDC.html +1135 -0
- data/docs/NgrokAPI/Models/EndpointRequestHeaders.html +691 -0
- data/docs/NgrokAPI/Models/EndpointResponseHeaders.html +691 -0
- data/docs/NgrokAPI/Models/EndpointSAML.html +1653 -0
- data/docs/NgrokAPI/Models/EndpointSAMLMutate.html +1283 -0
- data/docs/NgrokAPI/Models/EndpointTLSTermination.html +691 -0
- data/docs/NgrokAPI/Models/EndpointWebhookValidation.html +691 -0
- data/docs/NgrokAPI/Models/EventDestination.html +1058 -0
- data/docs/NgrokAPI/Models/EventSource.html +765 -0
- data/docs/NgrokAPI/Models/EventSourceList.html +617 -0
- data/docs/NgrokAPI/Models/EventSourceReplace.html +691 -0
- data/docs/NgrokAPI/Models/EventStream.html +1309 -0
- data/docs/NgrokAPI/Models/EventSubscription.html +1058 -0
- data/docs/NgrokAPI/Models/EventTarget.html +765 -0
- data/docs/NgrokAPI/Models/EventTargetCloudwatchLogs.html +617 -0
- data/docs/NgrokAPI/Models/EventTargetFirehose.html +617 -0
- data/docs/NgrokAPI/Models/EventTargetKinesis.html +617 -0
- data/docs/NgrokAPI/Models/{TlsCertificate.html → IPPolicy.html} +172 -167
- data/docs/NgrokAPI/Models/IPPolicyRule.html +1149 -0
- data/docs/NgrokAPI/Models/IPRestriction.html +1132 -0
- data/docs/NgrokAPI/Models/Listable.html +120 -52
- data/docs/NgrokAPI/Models/Ref.html +617 -0
- data/docs/NgrokAPI/Models/ReservedAddr.html +1132 -0
- data/docs/NgrokAPI/Models/ReservedDomain.html +186 -1108
- data/docs/NgrokAPI/Models/ReservedDomainCertJob.html +765 -0
- data/docs/NgrokAPI/Models/ReservedDomainCertPolicy.html +617 -0
- data/docs/NgrokAPI/Models/ReservedDomainCertStatus.html +617 -0
- data/docs/NgrokAPI/Models/SSHCertificateAuthority.html +1143 -0
- data/docs/NgrokAPI/Models/SSHCredential.html +1149 -0
- data/docs/NgrokAPI/Models/SSHHostCertificate.html +1513 -0
- data/docs/NgrokAPI/Models/SSHUserCertificate.html +1661 -0
- data/docs/NgrokAPI/Models/TLSCertificate.html +2179 -0
- data/docs/NgrokAPI/Models/TLSCertificateSANs.html +617 -0
- data/docs/NgrokAPI/Models/Tunnel.html +987 -0
- data/docs/NgrokAPI/Models/TunnelSession.html +1209 -0
- data/docs/NgrokAPI/Models.html +6 -6
- data/docs/NgrokAPI/PagedIterator.html +16 -12
- data/{doc/NgrokAPI/Services/ApiKeysClient.html → docs/NgrokAPI/Services/APIKeysClient.html} +404 -153
- data/docs/NgrokAPI/Services/AbuseReportsClient.html +706 -0
- data/docs/NgrokAPI/Services/AgentIngressesClient.html +1600 -0
- data/docs/NgrokAPI/Services/CertificateAuthoritiesClient.html +1602 -0
- data/docs/NgrokAPI/Services/CredentialsClient.html +1644 -0
- data/docs/NgrokAPI/Services/EndpointCircuitBreakerModuleClient.html +1043 -0
- data/docs/NgrokAPI/Services/EndpointCompressionModuleClient.html +1043 -0
- data/docs/NgrokAPI/Services/EndpointConfigurationsClient.html +503 -370
- data/docs/NgrokAPI/Services/EndpointIPPolicyModuleClient.html +1043 -0
- data/docs/NgrokAPI/Services/EndpointLoggingModuleClient.html +1043 -0
- data/docs/NgrokAPI/Services/EndpointMutualTLSModuleClient.html +1043 -0
- data/docs/NgrokAPI/Services/EndpointOAuthModuleClient.html +1043 -0
- data/docs/NgrokAPI/Services/EndpointOIDCModuleClient.html +1043 -0
- data/docs/NgrokAPI/Services/EndpointRequestHeadersModuleClient.html +1043 -0
- data/docs/NgrokAPI/Services/EndpointResponseHeadersModuleClient.html +1043 -0
- data/docs/NgrokAPI/Services/EndpointSAMLModuleClient.html +1043 -0
- data/docs/NgrokAPI/Services/EndpointTLSTerminationModuleClient.html +1043 -0
- data/docs/NgrokAPI/Services/EndpointWebhookValidationModuleClient.html +1043 -0
- data/docs/NgrokAPI/Services/EventDestinationsClient.html +1712 -0
- data/docs/NgrokAPI/Services/EventSourcesClient.html +1532 -0
- data/docs/NgrokAPI/Services/EventStreamsClient.html +1792 -0
- data/docs/NgrokAPI/Services/EventSubscriptionsClient.html +1712 -0
- data/docs/NgrokAPI/Services/IPPoliciesClient.html +1602 -0
- data/docs/NgrokAPI/Services/IPPolicyRulesClient.html +1660 -0
- data/docs/NgrokAPI/Services/IPRestrictionsClient.html +1720 -0
- data/docs/NgrokAPI/Services/ReservedAddrsClient.html +1894 -0
- data/docs/NgrokAPI/Services/ReservedDomainsClient.html +585 -344
- data/docs/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html +1644 -0
- data/docs/NgrokAPI/Services/SSHCredentialsClient.html +1662 -0
- data/docs/NgrokAPI/Services/SSHHostCertificatesClient.html +1680 -0
- data/docs/NgrokAPI/Services/SSHUserCertificatesClient.html +1720 -0
- data/{doc/NgrokAPI/Services/TlsCertificatesClient.html → docs/NgrokAPI/Services/TLSCertificatesClient.html} +404 -201
- data/docs/NgrokAPI/Services/TunnelSessionsClient.html +1587 -0
- data/docs/NgrokAPI/Services/TunnelsClient.html +669 -0
- data/docs/NgrokAPI/Services.html +6 -6
- data/docs/NgrokAPI.html +5 -5
- data/docs/README +94 -0
- data/docs/_index.html +621 -25
- data/docs/class_list.html +1 -1
- data/docs/file.README.html +55 -28
- data/docs/frames.html +1 -1
- data/docs/index.html +55 -28
- data/docs/method_list.html +7526 -286
- data/docs/top-level-namespace.html +3 -3
- data/lib/ngrokapi/client.rb +229 -49
- data/lib/ngrokapi/http_client.rb +6 -7
- data/lib/ngrokapi/models/abuse_report.rb +37 -0
- data/lib/ngrokapi/models/abuse_report_hostname.rb +27 -0
- data/lib/ngrokapi/models/agent_ingress.rb +66 -0
- data/lib/ngrokapi/models/api_key.rb +62 -64
- data/lib/ngrokapi/models/aws_auth.rb +27 -0
- data/lib/ngrokapi/models/aws_credentials.rb +27 -0
- data/lib/ngrokapi/models/aws_role.rb +25 -0
- data/lib/ngrokapi/models/certificate_authority.rb +72 -0
- data/lib/ngrokapi/models/credential.rb +67 -0
- data/lib/ngrokapi/models/endpoint_circuit_breaker.rb +35 -0
- data/lib/ngrokapi/models/endpoint_compression.rb +25 -0
- data/lib/ngrokapi/models/endpoint_configuration.rb +130 -119
- data/lib/ngrokapi/models/endpoint_ip_policy.rb +27 -0
- data/lib/ngrokapi/models/endpoint_ip_policy_mutate.rb +27 -0
- data/lib/ngrokapi/models/endpoint_logging.rb +27 -0
- data/lib/ngrokapi/models/endpoint_logging_mutate.rb +27 -0
- data/lib/ngrokapi/models/endpoint_mutual_tls.rb +27 -0
- data/lib/ngrokapi/models/endpoint_mutual_tls_mutate.rb +27 -0
- data/lib/ngrokapi/models/endpoint_o_auth.rb +37 -0
- data/lib/ngrokapi/models/endpoint_o_auth_facebook.rb +33 -0
- data/lib/ngrokapi/models/endpoint_o_auth_git_hub.rb +37 -0
- data/lib/ngrokapi/models/endpoint_o_auth_google.rb +33 -0
- data/lib/ngrokapi/models/endpoint_o_auth_microsoft.rb +33 -0
- data/lib/ngrokapi/models/endpoint_o_auth_provider.rb +31 -0
- data/lib/ngrokapi/models/endpoint_oidc.rb +41 -0
- data/lib/ngrokapi/models/endpoint_request_headers.rb +29 -0
- data/lib/ngrokapi/models/endpoint_response_headers.rb +29 -0
- data/lib/ngrokapi/models/endpoint_saml.rb +55 -0
- data/lib/ngrokapi/models/endpoint_saml_mutate.rb +45 -0
- data/lib/ngrokapi/models/endpoint_tls_termination.rb +29 -0
- data/lib/ngrokapi/models/endpoint_webhook_validation.rb +29 -0
- data/lib/ngrokapi/models/event_destination.rb +49 -0
- data/lib/ngrokapi/models/event_source.rb +31 -0
- data/lib/ngrokapi/models/event_source_list.rb +27 -0
- data/lib/ngrokapi/models/event_source_replace.rb +29 -0
- data/lib/ngrokapi/models/event_stream.rb +77 -0
- data/lib/ngrokapi/models/event_subscription.rb +47 -0
- data/lib/ngrokapi/models/event_target.rb +31 -0
- data/lib/ngrokapi/models/event_target_cloudwatch_logs.rb +27 -0
- data/lib/ngrokapi/models/event_target_firehose.rb +27 -0
- data/lib/ngrokapi/models/event_target_kinesis.rb +27 -0
- data/lib/ngrokapi/models/ip_policy.rb +64 -0
- data/lib/ngrokapi/models/ip_policy_rule.rb +67 -0
- data/lib/ngrokapi/models/ip_restriction.rb +49 -0
- data/lib/ngrokapi/models/listable.rb +13 -2
- data/lib/ngrokapi/models/ref.rb +27 -0
- data/lib/ngrokapi/models/reserved_addr.rb +49 -0
- data/lib/ngrokapi/models/reserved_domain.rb +61 -211
- data/lib/ngrokapi/models/reserved_domain_cert_job.rb +31 -0
- data/lib/ngrokapi/models/reserved_domain_cert_policy.rb +27 -0
- data/lib/ngrokapi/models/reserved_domain_cert_status.rb +27 -0
- data/lib/ngrokapi/models/ssh_certificate_authority.rb +64 -0
- data/lib/ngrokapi/models/ssh_credential.rb +67 -0
- data/lib/ngrokapi/models/ssh_host_certificate.rb +74 -0
- data/lib/ngrokapi/models/ssh_user_certificate.rb +78 -0
- data/lib/ngrokapi/models/tls_certificate.rb +92 -62
- data/lib/ngrokapi/models/tls_certificate_sa_ns.rb +27 -0
- data/lib/ngrokapi/models/tunnel.rb +37 -0
- data/lib/ngrokapi/models/tunnel_session.rb +43 -0
- data/lib/ngrokapi/paged_iterator.rb +4 -2
- data/lib/ngrokapi/services/.gitkeep +0 -0
- data/lib/ngrokapi/services/abuse_reports_client.rb +77 -0
- data/lib/ngrokapi/services/agent_ingresses_client.rb +206 -0
- data/lib/ngrokapi/services/api_keys_client.rb +210 -144
- data/lib/ngrokapi/services/certificate_authorities_client.rb +211 -0
- data/lib/ngrokapi/services/credentials_client.rb +217 -0
- data/lib/ngrokapi/services/endpoint_circuit_breaker_module_client.rb +108 -0
- data/lib/ngrokapi/services/endpoint_compression_module_client.rb +108 -0
- data/lib/ngrokapi/services/endpoint_configurations_client.rb +289 -313
- data/lib/ngrokapi/services/endpoint_ip_policy_module_client.rb +108 -0
- data/lib/ngrokapi/services/endpoint_logging_module_client.rb +108 -0
- data/lib/ngrokapi/services/endpoint_mutual_tls_module_client.rb +108 -0
- data/lib/ngrokapi/services/endpoint_o_auth_module_client.rb +108 -0
- data/lib/ngrokapi/services/endpoint_oidc_module_client.rb +108 -0
- data/lib/ngrokapi/services/endpoint_request_headers_module_client.rb +108 -0
- data/lib/ngrokapi/services/endpoint_response_headers_module_client.rb +108 -0
- data/lib/ngrokapi/services/endpoint_saml_module_client.rb +108 -0
- data/lib/ngrokapi/services/endpoint_tls_termination_module_client.rb +108 -0
- data/lib/ngrokapi/services/endpoint_webhook_validation_module_client.rb +108 -0
- data/lib/ngrokapi/services/event_destinations_client.rb +221 -0
- data/lib/ngrokapi/services/event_sources_client.rb +185 -0
- data/lib/ngrokapi/services/event_streams_client.rb +224 -0
- data/lib/ngrokapi/services/event_subscriptions_client.rb +215 -0
- data/lib/ngrokapi/services/ip_policies_client.rb +215 -0
- data/lib/ngrokapi/services/ip_policy_rules_client.rb +214 -0
- data/lib/ngrokapi/services/ip_restrictions_client.rb +224 -0
- data/lib/ngrokapi/services/reserved_addrs_client.rb +246 -0
- data/lib/ngrokapi/services/reserved_domains_client.rb +360 -313
- data/lib/ngrokapi/services/ssh_certificate_authorities_client.rb +212 -0
- data/lib/ngrokapi/services/ssh_credentials_client.rb +215 -0
- data/lib/ngrokapi/services/ssh_host_certificates_client.rb +217 -0
- data/lib/ngrokapi/services/ssh_user_certificates_client.rb +221 -0
- data/lib/ngrokapi/services/tls_certificates_client.rb +213 -161
- data/lib/ngrokapi/services/tunnel_sessions_client.rb +237 -0
- data/lib/ngrokapi/services/tunnels_client.rb +78 -0
- data/lib/ngrokapi/version.rb +1 -1
- data/lib/ngrokapi.rb +1 -1
- data/ngrok-api.gemspec +1 -1
- data/spec/ngrokapi/client_spec.rb +158 -33
- data/spec/ngrokapi/models/abuse_report_hostname_spec.rb +21 -0
- data/spec/ngrokapi/models/abuse_report_spec.rb +21 -0
- data/spec/ngrokapi/models/agent_ingress_spec.rb +42 -0
- data/spec/ngrokapi/models/api_key_spec.rb +42 -43
- data/spec/ngrokapi/models/aws_auth_spec.rb +21 -0
- data/spec/ngrokapi/models/aws_credentials_spec.rb +21 -0
- data/spec/ngrokapi/models/aws_role_spec.rb +21 -0
- data/spec/ngrokapi/models/certificate_authority_spec.rb +42 -0
- data/spec/ngrokapi/models/credential_spec.rb +45 -0
- data/spec/ngrokapi/models/endpoint_circuit_breaker_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_compression_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_configuration_spec.rb +78 -0
- data/spec/ngrokapi/models/endpoint_ip_policy_mutate_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_ip_policy_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_logging_mutate_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_logging_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_mutual_tls_mutate_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_mutual_tls_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_o_auth_facebook_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_o_auth_git_hub_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_o_auth_google_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_o_auth_microsoft_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_o_auth_provider_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_o_auth_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_oidc_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_request_headers_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_response_headers_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_saml_mutate_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_saml_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_tls_termination_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_webhook_validation_spec.rb +21 -0
- data/spec/ngrokapi/models/event_destination_spec.rb +28 -0
- data/spec/ngrokapi/models/event_source_list_spec.rb +21 -0
- data/spec/ngrokapi/models/event_source_replace_spec.rb +21 -0
- data/spec/ngrokapi/models/event_source_spec.rb +21 -0
- data/spec/ngrokapi/models/event_stream_spec.rb +51 -0
- data/spec/ngrokapi/models/event_subscription_spec.rb +28 -0
- data/spec/ngrokapi/models/event_target_cloudwatch_logs_spec.rb +21 -0
- data/spec/ngrokapi/models/event_target_firehose_spec.rb +21 -0
- data/spec/ngrokapi/models/event_target_kinesis_spec.rb +21 -0
- data/spec/ngrokapi/models/event_target_spec.rb +21 -0
- data/spec/ngrokapi/models/ip_policy_rule_spec.rb +45 -0
- data/spec/ngrokapi/models/ip_policy_spec.rb +42 -0
- data/spec/ngrokapi/models/ip_restriction_spec.rb +28 -0
- data/spec/ngrokapi/models/listable_spec.rb +4 -4
- data/spec/ngrokapi/models/ref_spec.rb +21 -0
- data/spec/ngrokapi/models/reserved_addr_spec.rb +28 -0
- data/spec/ngrokapi/models/reserved_domain_cert_job_spec.rb +21 -0
- data/spec/ngrokapi/models/reserved_domain_cert_policy_spec.rb +21 -0
- data/spec/ngrokapi/models/reserved_domain_cert_status_spec.rb +21 -0
- data/spec/ngrokapi/models/reserved_domain_spec.rb +28 -100
- data/spec/ngrokapi/models/ssh_certificate_authority_spec.rb +42 -0
- data/spec/ngrokapi/models/ssh_credential_spec.rb +45 -0
- data/spec/ngrokapi/models/ssh_host_certificate_spec.rb +42 -0
- data/spec/ngrokapi/models/ssh_user_certificate_spec.rb +42 -0
- data/spec/ngrokapi/models/tls_certificate_sa_ns_spec.rb +21 -0
- data/spec/ngrokapi/models/tls_certificate_spec.rb +42 -0
- data/spec/ngrokapi/models/tunnel_session_spec.rb +21 -0
- data/spec/ngrokapi/models/tunnel_spec.rb +21 -0
- data/spec/ngrokapi/paged_iterator_spec.rb +7 -7
- data/spec/ngrokapi/services/.gitkeep +0 -0
- data/spec/ngrokapi/services/abuse_reports_client_spec.rb +65 -0
- data/spec/ngrokapi/services/agent_ingresses_client_spec.rb +159 -0
- data/spec/ngrokapi/services/api_keys_client_spec.rb +157 -127
- data/spec/ngrokapi/services/certificate_authorities_client_spec.rb +159 -0
- data/spec/ngrokapi/services/credentials_client_spec.rb +163 -0
- data/spec/ngrokapi/services/endpoint_circuit_breaker_module_client_spec.rb +125 -0
- data/spec/ngrokapi/services/endpoint_compression_module_client_spec.rb +125 -0
- data/spec/ngrokapi/services/endpoint_configurations_client_spec.rb +237 -0
- data/spec/ngrokapi/services/endpoint_ip_policy_module_client_spec.rb +125 -0
- data/spec/ngrokapi/services/endpoint_logging_module_client_spec.rb +125 -0
- data/spec/ngrokapi/services/endpoint_mutual_tls_module_client_spec.rb +125 -0
- data/spec/ngrokapi/services/endpoint_o_auth_module_client_spec.rb +125 -0
- data/spec/ngrokapi/services/endpoint_oidc_module_client_spec.rb +125 -0
- data/spec/ngrokapi/services/endpoint_request_headers_module_client_spec.rb +125 -0
- data/spec/ngrokapi/services/endpoint_response_headers_module_client_spec.rb +125 -0
- data/spec/ngrokapi/services/endpoint_saml_module_client_spec.rb +125 -0
- data/spec/ngrokapi/services/endpoint_tls_termination_module_client_spec.rb +125 -0
- data/spec/ngrokapi/services/endpoint_webhook_validation_module_client_spec.rb +125 -0
- data/spec/ngrokapi/services/event_destinations_client_spec.rb +172 -0
- data/spec/ngrokapi/services/event_sources_client_spec.rb +192 -0
- data/spec/ngrokapi/services/event_streams_client_spec.rb +177 -0
- data/spec/ngrokapi/services/event_subscriptions_client_spec.rb +169 -0
- data/spec/ngrokapi/services/ip_policies_client_spec.rb +159 -0
- data/spec/ngrokapi/services/ip_policy_rules_client_spec.rb +165 -0
- data/spec/ngrokapi/services/ip_restrictions_client_spec.rb +171 -0
- data/spec/ngrokapi/services/reserved_addrs_client_spec.rb +206 -0
- data/spec/ngrokapi/services/reserved_domains_client_spec.rb +349 -0
- data/spec/ngrokapi/services/ssh_certificate_authorities_client_spec.rb +163 -0
- data/spec/ngrokapi/services/ssh_credentials_client_spec.rb +165 -0
- data/spec/ngrokapi/services/ssh_host_certificates_client_spec.rb +167 -0
- data/spec/ngrokapi/services/ssh_user_certificates_client_spec.rb +171 -0
- data/spec/ngrokapi/services/tls_certificates_client_spec.rb +161 -0
- data/spec/ngrokapi/services/tunnel_sessions_client_spec.rb +183 -0
- data/spec/ngrokapi/services/tunnels_client_spec.rb +21 -0
- data/spec/spec_helper.rb +1096 -80
- metadata +360 -11
@@ -0,0 +1,159 @@
|
|
1
|
+
require 'spec_helper'
|
2
|
+
|
3
|
+
RSpec.describe NgrokAPI::Services::AgentIngressesClient do
|
4
|
+
let(:base_url) { 'https://api.ngrok.com' }
|
5
|
+
let(:path) { '/agent_ingresses' }
|
6
|
+
let(:not_found) do
|
7
|
+
NgrokAPI::Errors::NotFoundError.new(response: agent_ingress_result)
|
8
|
+
end
|
9
|
+
|
10
|
+
before(:each) do
|
11
|
+
@client = class_double("HttpClient")
|
12
|
+
@agent_ingresses_client = NgrokAPI::Services::AgentIngressesClient.new(client: @client)
|
13
|
+
end
|
14
|
+
|
15
|
+
describe "#create" do
|
16
|
+
it "will make a post request and return an instance of NgrokAPI::Models::AgentIngress" do
|
17
|
+
path = '/agent_ingresses'
|
18
|
+
replacements = {
|
19
|
+
}
|
20
|
+
data = {}
|
21
|
+
data[:description] = "New description"
|
22
|
+
data[:metadata] = "New metadata"
|
23
|
+
data[:domain] = "New domain"
|
24
|
+
expect(@client).to receive(:post).with(path % replacements, data: data).
|
25
|
+
and_return(agent_ingress_result)
|
26
|
+
result = @agent_ingresses_client.create(
|
27
|
+
description: "New description",
|
28
|
+
metadata: "New metadata",
|
29
|
+
domain: "New domain"
|
30
|
+
)
|
31
|
+
expect(result.class).to eq(NgrokAPI::Models::AgentIngress)
|
32
|
+
end
|
33
|
+
end
|
34
|
+
|
35
|
+
describe "#delete" do
|
36
|
+
it "will make a delete request" do
|
37
|
+
path = '/agent_ingresses/%{id}'
|
38
|
+
replacements = {
|
39
|
+
id: api_key_result["id"],
|
40
|
+
}
|
41
|
+
expect(@client).to receive(:delete).with(path % replacements).and_return(nil)
|
42
|
+
@agent_ingresses_client.delete(
|
43
|
+
id: api_key_result["id"]
|
44
|
+
)
|
45
|
+
end
|
46
|
+
end
|
47
|
+
|
48
|
+
describe "#delete!" do
|
49
|
+
it "will make a delete request" do
|
50
|
+
path = '/agent_ingresses/%{id}'
|
51
|
+
replacements = {
|
52
|
+
id: api_key_result["id"],
|
53
|
+
}
|
54
|
+
expect(@client).to receive(:delete).with(path % replacements, danger: true).and_return(nil)
|
55
|
+
@agent_ingresses_client.delete!(
|
56
|
+
id: api_key_result["id"]
|
57
|
+
)
|
58
|
+
end
|
59
|
+
|
60
|
+
it "will make a delete request and return NotFoundError if 404" do
|
61
|
+
path = '/agent_ingresses/%{id}'
|
62
|
+
replacements = {
|
63
|
+
id: api_key_result["id"],
|
64
|
+
}
|
65
|
+
expect do
|
66
|
+
expect(@client).to receive(:delete).with(path % replacements, danger: true).
|
67
|
+
and_raise(NgrokAPI::Errors::NotFoundError)
|
68
|
+
result = @agent_ingresses_client.delete!(
|
69
|
+
id: api_key_result["id"]
|
70
|
+
)
|
71
|
+
expect(result).to be nil
|
72
|
+
end.to raise_error(NgrokAPI::Errors::NotFoundError)
|
73
|
+
end
|
74
|
+
end
|
75
|
+
|
76
|
+
describe "#get" do
|
77
|
+
it "will make a get request and return an instance of NgrokAPI::Models::AgentIngress" do
|
78
|
+
path = '/agent_ingresses/%{id}'
|
79
|
+
replacements = {
|
80
|
+
id: agent_ingress_result["id"],
|
81
|
+
}
|
82
|
+
data = {}
|
83
|
+
expect(@client).to receive(:get).with(path % replacements, data: data).
|
84
|
+
and_return(agent_ingress_result)
|
85
|
+
result = @agent_ingresses_client.get(
|
86
|
+
id: agent_ingress_result["id"]
|
87
|
+
)
|
88
|
+
expect(result.class).to eq(NgrokAPI::Models::AgentIngress)
|
89
|
+
end
|
90
|
+
end
|
91
|
+
|
92
|
+
describe "#get!" do
|
93
|
+
it "will make a get request and return an instance of NgrokAPI::Models::AgentIngress" do
|
94
|
+
path = '/agent_ingresses/%{id}'
|
95
|
+
replacements = {
|
96
|
+
id: agent_ingress_result["id"],
|
97
|
+
}
|
98
|
+
data = {}
|
99
|
+
expect(@client).to receive(:get).with(path % replacements, data: data).
|
100
|
+
and_return(agent_ingress_result)
|
101
|
+
result = @agent_ingresses_client.get(
|
102
|
+
id: agent_ingress_result["id"]
|
103
|
+
)
|
104
|
+
expect(result.class).to eq(NgrokAPI::Models::AgentIngress)
|
105
|
+
# expect(result.id).to eq(agent_ingress_result["id"])
|
106
|
+
end
|
107
|
+
end
|
108
|
+
|
109
|
+
describe "#list" do
|
110
|
+
it "will make a call to list (a GET request) and return a NgrokAPI::Models::Listable" do
|
111
|
+
expect(@client).to receive(:list).
|
112
|
+
and_return(agent_ingress_results)
|
113
|
+
url = base_url + path + "?before_id=" + api_key_result["id"] + "&limit=1"
|
114
|
+
result = @agent_ingresses_client.list(url: url)
|
115
|
+
expect(result.class).to eq(NgrokAPI::Models::Listable)
|
116
|
+
end
|
117
|
+
end
|
118
|
+
|
119
|
+
describe "#update" do
|
120
|
+
it "will make a patch request and return an instance of NgrokAPI::Models::AgentIngress" do
|
121
|
+
path = '/agent_ingresses/%{id}'
|
122
|
+
replacements = {
|
123
|
+
id: agent_ingress_result["id"],
|
124
|
+
}
|
125
|
+
data = {}
|
126
|
+
data[:description] = "New description"
|
127
|
+
data[:metadata] = "New metadata"
|
128
|
+
expect(@client).to receive(:patch).with(path % replacements, data: data).
|
129
|
+
and_return(agent_ingress_result)
|
130
|
+
result = @agent_ingresses_client.update(
|
131
|
+
id: agent_ingress_result["id"],
|
132
|
+
description: "New description",
|
133
|
+
metadata: "New metadata"
|
134
|
+
)
|
135
|
+
expect(result.class).to eq(NgrokAPI::Models::AgentIngress)
|
136
|
+
end
|
137
|
+
end
|
138
|
+
|
139
|
+
describe "#update!" do
|
140
|
+
it "will make a patch request and return an instance of NgrokAPI::Models::AgentIngress" do
|
141
|
+
path = '/agent_ingresses/%{id}'
|
142
|
+
replacements = {
|
143
|
+
id: agent_ingress_result["id"],
|
144
|
+
}
|
145
|
+
data = {}
|
146
|
+
data[:description] = "New description"
|
147
|
+
data[:metadata] = "New metadata"
|
148
|
+
expect(@client).to receive(:patch).with(path % replacements, data: data).
|
149
|
+
and_return(agent_ingress_result)
|
150
|
+
result = @agent_ingresses_client.update(
|
151
|
+
id: agent_ingress_result["id"],
|
152
|
+
description: "New description",
|
153
|
+
metadata: "New metadata"
|
154
|
+
)
|
155
|
+
expect(result.class).to eq(NgrokAPI::Models::AgentIngress)
|
156
|
+
# expect(result.id).to eq(agent_ingress_result["id"])
|
157
|
+
end
|
158
|
+
end
|
159
|
+
end
|
@@ -1,127 +1,157 @@
|
|
1
|
-
require 'spec_helper'
|
2
|
-
|
3
|
-
RSpec.describe NgrokAPI::Services::
|
4
|
-
let(:base_url) { 'https://api.ngrok.com' }
|
5
|
-
let(:path) { '/api_keys' }
|
6
|
-
let(:not_found) do
|
7
|
-
NgrokAPI::Errors::NotFoundError.new(response: api_key_result)
|
8
|
-
end
|
9
|
-
|
10
|
-
before(:each) do
|
11
|
-
@client = class_double("HttpClient")
|
12
|
-
@api_keys_client = NgrokAPI::Services::
|
13
|
-
end
|
14
|
-
|
15
|
-
describe "#create" do
|
16
|
-
it "will make a
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
expect(
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
expect(
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
expect(
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
1
|
+
require 'spec_helper'
|
2
|
+
|
3
|
+
RSpec.describe NgrokAPI::Services::APIKeysClient do
|
4
|
+
let(:base_url) { 'https://api.ngrok.com' }
|
5
|
+
let(:path) { '/api_keys' }
|
6
|
+
let(:not_found) do
|
7
|
+
NgrokAPI::Errors::NotFoundError.new(response: api_key_result)
|
8
|
+
end
|
9
|
+
|
10
|
+
before(:each) do
|
11
|
+
@client = class_double("HttpClient")
|
12
|
+
@api_keys_client = NgrokAPI::Services::APIKeysClient.new(client: @client)
|
13
|
+
end
|
14
|
+
|
15
|
+
describe "#create" do
|
16
|
+
it "will make a post request and return an instance of NgrokAPI::Models::APIKey" do
|
17
|
+
path = '/api_keys'
|
18
|
+
replacements = {
|
19
|
+
}
|
20
|
+
data = {}
|
21
|
+
data[:description] = "New description"
|
22
|
+
data[:metadata] = "New metadata"
|
23
|
+
expect(@client).to receive(:post).with(path % replacements, data: data).
|
24
|
+
and_return(api_key_result)
|
25
|
+
result = @api_keys_client.create(
|
26
|
+
description: "New description",
|
27
|
+
metadata: "New metadata"
|
28
|
+
)
|
29
|
+
expect(result.class).to eq(NgrokAPI::Models::APIKey)
|
30
|
+
end
|
31
|
+
end
|
32
|
+
|
33
|
+
describe "#delete" do
|
34
|
+
it "will make a delete request" do
|
35
|
+
path = '/api_keys/%{id}'
|
36
|
+
replacements = {
|
37
|
+
id: api_key_result["id"],
|
38
|
+
}
|
39
|
+
expect(@client).to receive(:delete).with(path % replacements).and_return(nil)
|
40
|
+
@api_keys_client.delete(
|
41
|
+
id: api_key_result["id"]
|
42
|
+
)
|
43
|
+
end
|
44
|
+
end
|
45
|
+
|
46
|
+
describe "#delete!" do
|
47
|
+
it "will make a delete request" do
|
48
|
+
path = '/api_keys/%{id}'
|
49
|
+
replacements = {
|
50
|
+
id: api_key_result["id"],
|
51
|
+
}
|
52
|
+
expect(@client).to receive(:delete).with(path % replacements, danger: true).and_return(nil)
|
53
|
+
@api_keys_client.delete!(
|
54
|
+
id: api_key_result["id"]
|
55
|
+
)
|
56
|
+
end
|
57
|
+
|
58
|
+
it "will make a delete request and return NotFoundError if 404" do
|
59
|
+
path = '/api_keys/%{id}'
|
60
|
+
replacements = {
|
61
|
+
id: api_key_result["id"],
|
62
|
+
}
|
63
|
+
expect do
|
64
|
+
expect(@client).to receive(:delete).with(path % replacements, danger: true).
|
65
|
+
and_raise(NgrokAPI::Errors::NotFoundError)
|
66
|
+
result = @api_keys_client.delete!(
|
67
|
+
id: api_key_result["id"]
|
68
|
+
)
|
69
|
+
expect(result).to be nil
|
70
|
+
end.to raise_error(NgrokAPI::Errors::NotFoundError)
|
71
|
+
end
|
72
|
+
end
|
73
|
+
|
74
|
+
describe "#get" do
|
75
|
+
it "will make a get request and return an instance of NgrokAPI::Models::APIKey" do
|
76
|
+
path = '/api_keys/%{id}'
|
77
|
+
replacements = {
|
78
|
+
id: api_key_result["id"],
|
79
|
+
}
|
80
|
+
data = {}
|
81
|
+
expect(@client).to receive(:get).with(path % replacements, data: data).
|
82
|
+
and_return(api_key_result)
|
83
|
+
result = @api_keys_client.get(
|
84
|
+
id: api_key_result["id"]
|
85
|
+
)
|
86
|
+
expect(result.class).to eq(NgrokAPI::Models::APIKey)
|
87
|
+
end
|
88
|
+
end
|
89
|
+
|
90
|
+
describe "#get!" do
|
91
|
+
it "will make a get request and return an instance of NgrokAPI::Models::APIKey" do
|
92
|
+
path = '/api_keys/%{id}'
|
93
|
+
replacements = {
|
94
|
+
id: api_key_result["id"],
|
95
|
+
}
|
96
|
+
data = {}
|
97
|
+
expect(@client).to receive(:get).with(path % replacements, data: data).
|
98
|
+
and_return(api_key_result)
|
99
|
+
result = @api_keys_client.get(
|
100
|
+
id: api_key_result["id"]
|
101
|
+
)
|
102
|
+
expect(result.class).to eq(NgrokAPI::Models::APIKey)
|
103
|
+
# expect(result.id).to eq(api_key_result["id"])
|
104
|
+
end
|
105
|
+
end
|
106
|
+
|
107
|
+
describe "#list" do
|
108
|
+
it "will make a call to list (a GET request) and return a NgrokAPI::Models::Listable" do
|
109
|
+
expect(@client).to receive(:list).
|
110
|
+
and_return(api_key_results)
|
111
|
+
url = base_url + path + "?before_id=" + api_key_result["id"] + "&limit=1"
|
112
|
+
result = @api_keys_client.list(url: url)
|
113
|
+
expect(result.class).to eq(NgrokAPI::Models::Listable)
|
114
|
+
end
|
115
|
+
end
|
116
|
+
|
117
|
+
describe "#update" do
|
118
|
+
it "will make a patch request and return an instance of NgrokAPI::Models::APIKey" do
|
119
|
+
path = '/api_keys/%{id}'
|
120
|
+
replacements = {
|
121
|
+
id: api_key_result["id"],
|
122
|
+
}
|
123
|
+
data = {}
|
124
|
+
data[:description] = "New description"
|
125
|
+
data[:metadata] = "New metadata"
|
126
|
+
expect(@client).to receive(:patch).with(path % replacements, data: data).
|
127
|
+
and_return(api_key_result)
|
128
|
+
result = @api_keys_client.update(
|
129
|
+
id: api_key_result["id"],
|
130
|
+
description: "New description",
|
131
|
+
metadata: "New metadata"
|
132
|
+
)
|
133
|
+
expect(result.class).to eq(NgrokAPI::Models::APIKey)
|
134
|
+
end
|
135
|
+
end
|
136
|
+
|
137
|
+
describe "#update!" do
|
138
|
+
it "will make a patch request and return an instance of NgrokAPI::Models::APIKey" do
|
139
|
+
path = '/api_keys/%{id}'
|
140
|
+
replacements = {
|
141
|
+
id: api_key_result["id"],
|
142
|
+
}
|
143
|
+
data = {}
|
144
|
+
data[:description] = "New description"
|
145
|
+
data[:metadata] = "New metadata"
|
146
|
+
expect(@client).to receive(:patch).with(path % replacements, data: data).
|
147
|
+
and_return(api_key_result)
|
148
|
+
result = @api_keys_client.update(
|
149
|
+
id: api_key_result["id"],
|
150
|
+
description: "New description",
|
151
|
+
metadata: "New metadata"
|
152
|
+
)
|
153
|
+
expect(result.class).to eq(NgrokAPI::Models::APIKey)
|
154
|
+
# expect(result.id).to eq(api_key_result["id"])
|
155
|
+
end
|
156
|
+
end
|
157
|
+
end
|
@@ -0,0 +1,159 @@
|
|
1
|
+
require 'spec_helper'
|
2
|
+
|
3
|
+
RSpec.describe NgrokAPI::Services::CertificateAuthoritiesClient do
|
4
|
+
let(:base_url) { 'https://api.ngrok.com' }
|
5
|
+
let(:path) { '/certificate_authorities' }
|
6
|
+
let(:not_found) do
|
7
|
+
NgrokAPI::Errors::NotFoundError.new(response: certificate_authority_result)
|
8
|
+
end
|
9
|
+
|
10
|
+
before(:each) do
|
11
|
+
@client = class_double("HttpClient")
|
12
|
+
@certificate_authorities_client = NgrokAPI::Services::CertificateAuthoritiesClient.new(client: @client)
|
13
|
+
end
|
14
|
+
|
15
|
+
describe "#create" do
|
16
|
+
it "will make a post request and return an instance of NgrokAPI::Models::CertificateAuthority" do
|
17
|
+
path = '/certificate_authorities'
|
18
|
+
replacements = {
|
19
|
+
}
|
20
|
+
data = {}
|
21
|
+
data[:description] = "New description"
|
22
|
+
data[:metadata] = "New metadata"
|
23
|
+
data[:ca_pem] = "New ca_pem"
|
24
|
+
expect(@client).to receive(:post).with(path % replacements, data: data).
|
25
|
+
and_return(certificate_authority_result)
|
26
|
+
result = @certificate_authorities_client.create(
|
27
|
+
description: "New description",
|
28
|
+
metadata: "New metadata",
|
29
|
+
ca_pem: "New ca_pem"
|
30
|
+
)
|
31
|
+
expect(result.class).to eq(NgrokAPI::Models::CertificateAuthority)
|
32
|
+
end
|
33
|
+
end
|
34
|
+
|
35
|
+
describe "#delete" do
|
36
|
+
it "will make a delete request" do
|
37
|
+
path = '/certificate_authorities/%{id}'
|
38
|
+
replacements = {
|
39
|
+
id: api_key_result["id"],
|
40
|
+
}
|
41
|
+
expect(@client).to receive(:delete).with(path % replacements).and_return(nil)
|
42
|
+
@certificate_authorities_client.delete(
|
43
|
+
id: api_key_result["id"]
|
44
|
+
)
|
45
|
+
end
|
46
|
+
end
|
47
|
+
|
48
|
+
describe "#delete!" do
|
49
|
+
it "will make a delete request" do
|
50
|
+
path = '/certificate_authorities/%{id}'
|
51
|
+
replacements = {
|
52
|
+
id: api_key_result["id"],
|
53
|
+
}
|
54
|
+
expect(@client).to receive(:delete).with(path % replacements, danger: true).and_return(nil)
|
55
|
+
@certificate_authorities_client.delete!(
|
56
|
+
id: api_key_result["id"]
|
57
|
+
)
|
58
|
+
end
|
59
|
+
|
60
|
+
it "will make a delete request and return NotFoundError if 404" do
|
61
|
+
path = '/certificate_authorities/%{id}'
|
62
|
+
replacements = {
|
63
|
+
id: api_key_result["id"],
|
64
|
+
}
|
65
|
+
expect do
|
66
|
+
expect(@client).to receive(:delete).with(path % replacements, danger: true).
|
67
|
+
and_raise(NgrokAPI::Errors::NotFoundError)
|
68
|
+
result = @certificate_authorities_client.delete!(
|
69
|
+
id: api_key_result["id"]
|
70
|
+
)
|
71
|
+
expect(result).to be nil
|
72
|
+
end.to raise_error(NgrokAPI::Errors::NotFoundError)
|
73
|
+
end
|
74
|
+
end
|
75
|
+
|
76
|
+
describe "#get" do
|
77
|
+
it "will make a get request and return an instance of NgrokAPI::Models::CertificateAuthority" do
|
78
|
+
path = '/certificate_authorities/%{id}'
|
79
|
+
replacements = {
|
80
|
+
id: certificate_authority_result["id"],
|
81
|
+
}
|
82
|
+
data = {}
|
83
|
+
expect(@client).to receive(:get).with(path % replacements, data: data).
|
84
|
+
and_return(certificate_authority_result)
|
85
|
+
result = @certificate_authorities_client.get(
|
86
|
+
id: certificate_authority_result["id"]
|
87
|
+
)
|
88
|
+
expect(result.class).to eq(NgrokAPI::Models::CertificateAuthority)
|
89
|
+
end
|
90
|
+
end
|
91
|
+
|
92
|
+
describe "#get!" do
|
93
|
+
it "will make a get request and return an instance of NgrokAPI::Models::CertificateAuthority" do
|
94
|
+
path = '/certificate_authorities/%{id}'
|
95
|
+
replacements = {
|
96
|
+
id: certificate_authority_result["id"],
|
97
|
+
}
|
98
|
+
data = {}
|
99
|
+
expect(@client).to receive(:get).with(path % replacements, data: data).
|
100
|
+
and_return(certificate_authority_result)
|
101
|
+
result = @certificate_authorities_client.get(
|
102
|
+
id: certificate_authority_result["id"]
|
103
|
+
)
|
104
|
+
expect(result.class).to eq(NgrokAPI::Models::CertificateAuthority)
|
105
|
+
# expect(result.id).to eq(certificate_authority_result["id"])
|
106
|
+
end
|
107
|
+
end
|
108
|
+
|
109
|
+
describe "#list" do
|
110
|
+
it "will make a call to list (a GET request) and return a NgrokAPI::Models::Listable" do
|
111
|
+
expect(@client).to receive(:list).
|
112
|
+
and_return(certificate_authority_results)
|
113
|
+
url = base_url + path + "?before_id=" + api_key_result["id"] + "&limit=1"
|
114
|
+
result = @certificate_authorities_client.list(url: url)
|
115
|
+
expect(result.class).to eq(NgrokAPI::Models::Listable)
|
116
|
+
end
|
117
|
+
end
|
118
|
+
|
119
|
+
describe "#update" do
|
120
|
+
it "will make a patch request and return an instance of NgrokAPI::Models::CertificateAuthority" do
|
121
|
+
path = '/certificate_authorities/%{id}'
|
122
|
+
replacements = {
|
123
|
+
id: certificate_authority_result["id"],
|
124
|
+
}
|
125
|
+
data = {}
|
126
|
+
data[:description] = "New description"
|
127
|
+
data[:metadata] = "New metadata"
|
128
|
+
expect(@client).to receive(:patch).with(path % replacements, data: data).
|
129
|
+
and_return(certificate_authority_result)
|
130
|
+
result = @certificate_authorities_client.update(
|
131
|
+
id: certificate_authority_result["id"],
|
132
|
+
description: "New description",
|
133
|
+
metadata: "New metadata"
|
134
|
+
)
|
135
|
+
expect(result.class).to eq(NgrokAPI::Models::CertificateAuthority)
|
136
|
+
end
|
137
|
+
end
|
138
|
+
|
139
|
+
describe "#update!" do
|
140
|
+
it "will make a patch request and return an instance of NgrokAPI::Models::CertificateAuthority" do
|
141
|
+
path = '/certificate_authorities/%{id}'
|
142
|
+
replacements = {
|
143
|
+
id: certificate_authority_result["id"],
|
144
|
+
}
|
145
|
+
data = {}
|
146
|
+
data[:description] = "New description"
|
147
|
+
data[:metadata] = "New metadata"
|
148
|
+
expect(@client).to receive(:patch).with(path % replacements, data: data).
|
149
|
+
and_return(certificate_authority_result)
|
150
|
+
result = @certificate_authorities_client.update(
|
151
|
+
id: certificate_authority_result["id"],
|
152
|
+
description: "New description",
|
153
|
+
metadata: "New metadata"
|
154
|
+
)
|
155
|
+
expect(result.class).to eq(NgrokAPI::Models::CertificateAuthority)
|
156
|
+
# expect(result.id).to eq(certificate_authority_result["id"])
|
157
|
+
end
|
158
|
+
end
|
159
|
+
end
|