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,166 @@
|
|
1
|
+
require 'spec_helper'
|
2
|
+
|
3
|
+
RSpec.describe NgrokAPI::Services::SSHCertificateAuthoritiesClient do
|
4
|
+
let(:base_url) { 'https://api.ngrok.com' }
|
5
|
+
let(:path) { '/ssh_certificate_authorities' }
|
6
|
+
let(:not_found) do
|
7
|
+
NgrokAPI::Errors::NotFoundError.new(response: ssh_certificate_authority_result)
|
8
|
+
end
|
9
|
+
|
10
|
+
before(:each) do
|
11
|
+
@client = class_double("HttpClient")
|
12
|
+
@ssh_certificate_authorities_client = NgrokAPI::Services::SSHCertificateAuthoritiesClient.new(client: @client)
|
13
|
+
end
|
14
|
+
|
15
|
+
describe "#create" do
|
16
|
+
it "will make a post request and return an instance of NgrokAPI::Models::SSHCertificateAuthority" do
|
17
|
+
path = '/ssh_certificate_authorities'
|
18
|
+
replacements = {
|
19
|
+
}
|
20
|
+
data = {}
|
21
|
+
data[:description] = "New description"
|
22
|
+
data[:metadata] = "New metadata"
|
23
|
+
data[:private_key_type] = "New private_key_type"
|
24
|
+
data[:elliptic_curve] = "New elliptic_curve"
|
25
|
+
data[:key_size] = "New key_size"
|
26
|
+
expect(@client).to receive(:post).with(path % replacements, data: data).
|
27
|
+
and_return(ssh_certificate_authority_result)
|
28
|
+
result = @ssh_certificate_authorities_client.create(
|
29
|
+
description: "New description",
|
30
|
+
metadata: "New metadata",
|
31
|
+
private_key_type: "New private_key_type",
|
32
|
+
elliptic_curve: "New elliptic_curve",
|
33
|
+
key_size: "New key_size"
|
34
|
+
)
|
35
|
+
expect(result.class).to eq(NgrokAPI::Models::SSHCertificateAuthority)
|
36
|
+
# expect(result.id).to eq(ssh_certificate_authority_result["id"])
|
37
|
+
end
|
38
|
+
end
|
39
|
+
|
40
|
+
describe "#delete" do
|
41
|
+
it "will make a delete request" do
|
42
|
+
path = '/ssh_certificate_authorities/%{id}'
|
43
|
+
replacements = {
|
44
|
+
id: api_key_result["id"],
|
45
|
+
}
|
46
|
+
expect(@client).to receive(:delete).with(path % replacements).and_return(nil)
|
47
|
+
@ssh_certificate_authorities_client.delete(
|
48
|
+
id: api_key_result["id"]
|
49
|
+
)
|
50
|
+
end
|
51
|
+
end
|
52
|
+
|
53
|
+
describe "#delete!" do
|
54
|
+
it "will make a delete request" do
|
55
|
+
path = '/ssh_certificate_authorities/%{id}'
|
56
|
+
replacements = {
|
57
|
+
id: api_key_result["id"],
|
58
|
+
}
|
59
|
+
expect(@client).to receive(:delete).with(path % replacements, danger: true).and_return(nil)
|
60
|
+
@ssh_certificate_authorities_client.delete!(
|
61
|
+
id: api_key_result["id"]
|
62
|
+
)
|
63
|
+
end
|
64
|
+
|
65
|
+
it "will make a delete request and return NotFoundError if 404" do
|
66
|
+
path = '/ssh_certificate_authorities/%{id}'
|
67
|
+
replacements = {
|
68
|
+
id: api_key_result["id"],
|
69
|
+
}
|
70
|
+
expect do
|
71
|
+
expect(@client).to receive(:delete).with(path % replacements, danger: true).
|
72
|
+
and_raise(NgrokAPI::Errors::NotFoundError)
|
73
|
+
result = @ssh_certificate_authorities_client.delete!(
|
74
|
+
id: api_key_result["id"]
|
75
|
+
)
|
76
|
+
expect(result).to be nil
|
77
|
+
end.to raise_error(NgrokAPI::Errors::NotFoundError)
|
78
|
+
end
|
79
|
+
end
|
80
|
+
|
81
|
+
describe "#get" do
|
82
|
+
it "will make a get request and return an instance of NgrokAPI::Models::SSHCertificateAuthority" do
|
83
|
+
path = '/ssh_certificate_authorities/%{id}'
|
84
|
+
replacements = {
|
85
|
+
id: ssh_certificate_authority_result["id"],
|
86
|
+
}
|
87
|
+
data = {}
|
88
|
+
expect(@client).to receive(:get).with(path % replacements, data: data).
|
89
|
+
and_return(ssh_certificate_authority_result)
|
90
|
+
result = @ssh_certificate_authorities_client.get(
|
91
|
+
id: ssh_certificate_authority_result["id"]
|
92
|
+
)
|
93
|
+
expect(result.class).to eq(NgrokAPI::Models::SSHCertificateAuthority)
|
94
|
+
# expect(result.id).to eq(ssh_certificate_authority_result["id"])
|
95
|
+
end
|
96
|
+
end
|
97
|
+
|
98
|
+
describe "#get!" do
|
99
|
+
it "will make a get request and return an instance of NgrokAPI::Models::SSHCertificateAuthority" do
|
100
|
+
path = '/ssh_certificate_authorities/%{id}'
|
101
|
+
replacements = {
|
102
|
+
id: ssh_certificate_authority_result["id"],
|
103
|
+
}
|
104
|
+
data = {}
|
105
|
+
expect(@client).to receive(:get).with(path % replacements, data: data).
|
106
|
+
and_return(ssh_certificate_authority_result)
|
107
|
+
result = @ssh_certificate_authorities_client.get(
|
108
|
+
id: ssh_certificate_authority_result["id"]
|
109
|
+
)
|
110
|
+
expect(result.class).to eq(NgrokAPI::Models::SSHCertificateAuthority)
|
111
|
+
# expect(result.id).to eq(ssh_certificate_authority_result["id"])
|
112
|
+
end
|
113
|
+
end
|
114
|
+
|
115
|
+
describe "#list" do
|
116
|
+
it "will make a call to list (a GET request) and return a NgrokAPI::Models::Listable" do
|
117
|
+
expect(@client).to receive(:list).
|
118
|
+
and_return(ssh_certificate_authority_results)
|
119
|
+
url = base_url + path + "?before_id=" + api_key_result["id"] + "&limit=1"
|
120
|
+
result = @ssh_certificate_authorities_client.list(url: url)
|
121
|
+
expect(result.class).to eq(NgrokAPI::Models::Listable)
|
122
|
+
end
|
123
|
+
end
|
124
|
+
|
125
|
+
describe "#update" do
|
126
|
+
it "will make a patch request and return an instance of NgrokAPI::Models::SSHCertificateAuthority" do
|
127
|
+
path = '/ssh_certificate_authorities/%{id}'
|
128
|
+
replacements = {
|
129
|
+
id: ssh_certificate_authority_result["id"],
|
130
|
+
}
|
131
|
+
data = {}
|
132
|
+
data[:description] = "New description"
|
133
|
+
data[:metadata] = "New metadata"
|
134
|
+
expect(@client).to receive(:patch).with(path % replacements, data: data).
|
135
|
+
and_return(ssh_certificate_authority_result)
|
136
|
+
result = @ssh_certificate_authorities_client.update(
|
137
|
+
id: ssh_certificate_authority_result["id"],
|
138
|
+
description: "New description",
|
139
|
+
metadata: "New metadata"
|
140
|
+
)
|
141
|
+
expect(result.class).to eq(NgrokAPI::Models::SSHCertificateAuthority)
|
142
|
+
# expect(result.id).to eq(ssh_certificate_authority_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::SSHCertificateAuthority" do
|
148
|
+
path = '/ssh_certificate_authorities/%{id}'
|
149
|
+
replacements = {
|
150
|
+
id: ssh_certificate_authority_result["id"],
|
151
|
+
}
|
152
|
+
data = {}
|
153
|
+
data[:description] = "New description"
|
154
|
+
data[:metadata] = "New metadata"
|
155
|
+
expect(@client).to receive(:patch).with(path % replacements, data: data).
|
156
|
+
and_return(ssh_certificate_authority_result)
|
157
|
+
result = @ssh_certificate_authorities_client.update(
|
158
|
+
id: ssh_certificate_authority_result["id"],
|
159
|
+
description: "New description",
|
160
|
+
metadata: "New metadata"
|
161
|
+
)
|
162
|
+
expect(result.class).to eq(NgrokAPI::Models::SSHCertificateAuthority)
|
163
|
+
# expect(result.id).to eq(ssh_certificate_authority_result["id"])
|
164
|
+
end
|
165
|
+
end
|
166
|
+
end
|
@@ -0,0 +1,168 @@
|
|
1
|
+
require 'spec_helper'
|
2
|
+
|
3
|
+
RSpec.describe NgrokAPI::Services::SSHCredentialsClient do
|
4
|
+
let(:base_url) { 'https://api.ngrok.com' }
|
5
|
+
let(:path) { '/ssh_credentials' }
|
6
|
+
let(:not_found) do
|
7
|
+
NgrokAPI::Errors::NotFoundError.new(response: ssh_credential_result)
|
8
|
+
end
|
9
|
+
|
10
|
+
before(:each) do
|
11
|
+
@client = class_double("HttpClient")
|
12
|
+
@ssh_credentials_client = NgrokAPI::Services::SSHCredentialsClient.new(client: @client)
|
13
|
+
end
|
14
|
+
|
15
|
+
describe "#create" do
|
16
|
+
it "will make a post request and return an instance of NgrokAPI::Models::SSHCredential" do
|
17
|
+
path = '/ssh_credentials'
|
18
|
+
replacements = {
|
19
|
+
}
|
20
|
+
data = {}
|
21
|
+
data[:description] = "New description"
|
22
|
+
data[:metadata] = "New metadata"
|
23
|
+
data[:acl] = "New acl"
|
24
|
+
data[:public_key] = "New public_key"
|
25
|
+
expect(@client).to receive(:post).with(path % replacements, data: data).
|
26
|
+
and_return(ssh_credential_result)
|
27
|
+
result = @ssh_credentials_client.create(
|
28
|
+
description: "New description",
|
29
|
+
metadata: "New metadata",
|
30
|
+
acl: "New acl",
|
31
|
+
public_key: "New public_key"
|
32
|
+
)
|
33
|
+
expect(result.class).to eq(NgrokAPI::Models::SSHCredential)
|
34
|
+
# expect(result.id).to eq(ssh_credential_result["id"])
|
35
|
+
end
|
36
|
+
end
|
37
|
+
|
38
|
+
describe "#delete" do
|
39
|
+
it "will make a delete request" do
|
40
|
+
path = '/ssh_credentials/%{id}'
|
41
|
+
replacements = {
|
42
|
+
id: api_key_result["id"],
|
43
|
+
}
|
44
|
+
expect(@client).to receive(:delete).with(path % replacements).and_return(nil)
|
45
|
+
@ssh_credentials_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 = '/ssh_credentials/%{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
|
+
@ssh_credentials_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 = '/ssh_credentials/%{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 = @ssh_credentials_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::SSHCredential" do
|
81
|
+
path = '/ssh_credentials/%{id}'
|
82
|
+
replacements = {
|
83
|
+
id: ssh_credential_result["id"],
|
84
|
+
}
|
85
|
+
data = {}
|
86
|
+
expect(@client).to receive(:get).with(path % replacements, data: data).
|
87
|
+
and_return(ssh_credential_result)
|
88
|
+
result = @ssh_credentials_client.get(
|
89
|
+
id: ssh_credential_result["id"]
|
90
|
+
)
|
91
|
+
expect(result.class).to eq(NgrokAPI::Models::SSHCredential)
|
92
|
+
# expect(result.id).to eq(ssh_credential_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::SSHCredential" do
|
98
|
+
path = '/ssh_credentials/%{id}'
|
99
|
+
replacements = {
|
100
|
+
id: ssh_credential_result["id"],
|
101
|
+
}
|
102
|
+
data = {}
|
103
|
+
expect(@client).to receive(:get).with(path % replacements, data: data).
|
104
|
+
and_return(ssh_credential_result)
|
105
|
+
result = @ssh_credentials_client.get(
|
106
|
+
id: ssh_credential_result["id"]
|
107
|
+
)
|
108
|
+
expect(result.class).to eq(NgrokAPI::Models::SSHCredential)
|
109
|
+
# expect(result.id).to eq(ssh_credential_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(ssh_credential_results)
|
117
|
+
url = base_url + path + "?before_id=" + api_key_result["id"] + "&limit=1"
|
118
|
+
result = @ssh_credentials_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::SSHCredential" do
|
125
|
+
path = '/ssh_credentials/%{id}'
|
126
|
+
replacements = {
|
127
|
+
id: ssh_credential_result["id"],
|
128
|
+
}
|
129
|
+
data = {}
|
130
|
+
data[:description] = "New description"
|
131
|
+
data[:metadata] = "New metadata"
|
132
|
+
data[:acl] = "New acl"
|
133
|
+
expect(@client).to receive(:patch).with(path % replacements, data: data).
|
134
|
+
and_return(ssh_credential_result)
|
135
|
+
result = @ssh_credentials_client.update(
|
136
|
+
id: ssh_credential_result["id"],
|
137
|
+
description: "New description",
|
138
|
+
metadata: "New metadata",
|
139
|
+
acl: "New acl"
|
140
|
+
)
|
141
|
+
expect(result.class).to eq(NgrokAPI::Models::SSHCredential)
|
142
|
+
# expect(result.id).to eq(ssh_credential_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::SSHCredential" do
|
148
|
+
path = '/ssh_credentials/%{id}'
|
149
|
+
replacements = {
|
150
|
+
id: ssh_credential_result["id"],
|
151
|
+
}
|
152
|
+
data = {}
|
153
|
+
data[:description] = "New description"
|
154
|
+
data[:metadata] = "New metadata"
|
155
|
+
data[:acl] = "New acl"
|
156
|
+
expect(@client).to receive(:patch).with(path % replacements, data: data).
|
157
|
+
and_return(ssh_credential_result)
|
158
|
+
result = @ssh_credentials_client.update(
|
159
|
+
id: ssh_credential_result["id"],
|
160
|
+
description: "New description",
|
161
|
+
metadata: "New metadata",
|
162
|
+
acl: "New acl"
|
163
|
+
)
|
164
|
+
expect(result.class).to eq(NgrokAPI::Models::SSHCredential)
|
165
|
+
# expect(result.id).to eq(ssh_credential_result["id"])
|
166
|
+
end
|
167
|
+
end
|
168
|
+
end
|
@@ -0,0 +1,170 @@
|
|
1
|
+
require 'spec_helper'
|
2
|
+
|
3
|
+
RSpec.describe NgrokAPI::Services::SSHHostCertificatesClient do
|
4
|
+
let(:base_url) { 'https://api.ngrok.com' }
|
5
|
+
let(:path) { '/ssh_host_certificates' }
|
6
|
+
let(:not_found) do
|
7
|
+
NgrokAPI::Errors::NotFoundError.new(response: ssh_host_certificate_result)
|
8
|
+
end
|
9
|
+
|
10
|
+
before(:each) do
|
11
|
+
@client = class_double("HttpClient")
|
12
|
+
@ssh_host_certificates_client = NgrokAPI::Services::SSHHostCertificatesClient.new(client: @client)
|
13
|
+
end
|
14
|
+
|
15
|
+
describe "#create" do
|
16
|
+
it "will make a post request and return an instance of NgrokAPI::Models::SSHHostCertificate" do
|
17
|
+
path = '/ssh_host_certificates'
|
18
|
+
replacements = {
|
19
|
+
}
|
20
|
+
data = {}
|
21
|
+
data[:ssh_certificate_authority_id] = "New ssh_certificate_authority_id"
|
22
|
+
data[:public_key] = "New public_key"
|
23
|
+
data[:principals] = "New principals"
|
24
|
+
data[:valid_after] = "New valid_after"
|
25
|
+
data[:valid_until] = "New valid_until"
|
26
|
+
data[:description] = "New description"
|
27
|
+
data[:metadata] = "New metadata"
|
28
|
+
expect(@client).to receive(:post).with(path % replacements, data: data).
|
29
|
+
and_return(ssh_host_certificate_result)
|
30
|
+
result = @ssh_host_certificates_client.create(
|
31
|
+
ssh_certificate_authority_id: "New ssh_certificate_authority_id",
|
32
|
+
public_key: "New public_key",
|
33
|
+
principals: "New principals",
|
34
|
+
valid_after: "New valid_after",
|
35
|
+
valid_until: "New valid_until",
|
36
|
+
description: "New description",
|
37
|
+
metadata: "New metadata"
|
38
|
+
)
|
39
|
+
expect(result.class).to eq(NgrokAPI::Models::SSHHostCertificate)
|
40
|
+
# expect(result.id).to eq(ssh_host_certificate_result["id"])
|
41
|
+
end
|
42
|
+
end
|
43
|
+
|
44
|
+
describe "#delete" do
|
45
|
+
it "will make a delete request" do
|
46
|
+
path = '/ssh_host_certificates/%{id}'
|
47
|
+
replacements = {
|
48
|
+
id: api_key_result["id"],
|
49
|
+
}
|
50
|
+
expect(@client).to receive(:delete).with(path % replacements).and_return(nil)
|
51
|
+
@ssh_host_certificates_client.delete(
|
52
|
+
id: api_key_result["id"]
|
53
|
+
)
|
54
|
+
end
|
55
|
+
end
|
56
|
+
|
57
|
+
describe "#delete!" do
|
58
|
+
it "will make a delete request" do
|
59
|
+
path = '/ssh_host_certificates/%{id}'
|
60
|
+
replacements = {
|
61
|
+
id: api_key_result["id"],
|
62
|
+
}
|
63
|
+
expect(@client).to receive(:delete).with(path % replacements, danger: true).and_return(nil)
|
64
|
+
@ssh_host_certificates_client.delete!(
|
65
|
+
id: api_key_result["id"]
|
66
|
+
)
|
67
|
+
end
|
68
|
+
|
69
|
+
it "will make a delete request and return NotFoundError if 404" do
|
70
|
+
path = '/ssh_host_certificates/%{id}'
|
71
|
+
replacements = {
|
72
|
+
id: api_key_result["id"],
|
73
|
+
}
|
74
|
+
expect do
|
75
|
+
expect(@client).to receive(:delete).with(path % replacements, danger: true).
|
76
|
+
and_raise(NgrokAPI::Errors::NotFoundError)
|
77
|
+
result = @ssh_host_certificates_client.delete!(
|
78
|
+
id: api_key_result["id"]
|
79
|
+
)
|
80
|
+
expect(result).to be nil
|
81
|
+
end.to raise_error(NgrokAPI::Errors::NotFoundError)
|
82
|
+
end
|
83
|
+
end
|
84
|
+
|
85
|
+
describe "#get" do
|
86
|
+
it "will make a get request and return an instance of NgrokAPI::Models::SSHHostCertificate" do
|
87
|
+
path = '/ssh_host_certificates/%{id}'
|
88
|
+
replacements = {
|
89
|
+
id: ssh_host_certificate_result["id"],
|
90
|
+
}
|
91
|
+
data = {}
|
92
|
+
expect(@client).to receive(:get).with(path % replacements, data: data).
|
93
|
+
and_return(ssh_host_certificate_result)
|
94
|
+
result = @ssh_host_certificates_client.get(
|
95
|
+
id: ssh_host_certificate_result["id"]
|
96
|
+
)
|
97
|
+
expect(result.class).to eq(NgrokAPI::Models::SSHHostCertificate)
|
98
|
+
# expect(result.id).to eq(ssh_host_certificate_result["id"])
|
99
|
+
end
|
100
|
+
end
|
101
|
+
|
102
|
+
describe "#get!" do
|
103
|
+
it "will make a get request and return an instance of NgrokAPI::Models::SSHHostCertificate" do
|
104
|
+
path = '/ssh_host_certificates/%{id}'
|
105
|
+
replacements = {
|
106
|
+
id: ssh_host_certificate_result["id"],
|
107
|
+
}
|
108
|
+
data = {}
|
109
|
+
expect(@client).to receive(:get).with(path % replacements, data: data).
|
110
|
+
and_return(ssh_host_certificate_result)
|
111
|
+
result = @ssh_host_certificates_client.get(
|
112
|
+
id: ssh_host_certificate_result["id"]
|
113
|
+
)
|
114
|
+
expect(result.class).to eq(NgrokAPI::Models::SSHHostCertificate)
|
115
|
+
# expect(result.id).to eq(ssh_host_certificate_result["id"])
|
116
|
+
end
|
117
|
+
end
|
118
|
+
|
119
|
+
describe "#list" do
|
120
|
+
it "will make a call to list (a GET request) and return a NgrokAPI::Models::Listable" do
|
121
|
+
expect(@client).to receive(:list).
|
122
|
+
and_return(ssh_host_certificate_results)
|
123
|
+
url = base_url + path + "?before_id=" + api_key_result["id"] + "&limit=1"
|
124
|
+
result = @ssh_host_certificates_client.list(url: url)
|
125
|
+
expect(result.class).to eq(NgrokAPI::Models::Listable)
|
126
|
+
end
|
127
|
+
end
|
128
|
+
|
129
|
+
describe "#update" do
|
130
|
+
it "will make a patch request and return an instance of NgrokAPI::Models::SSHHostCertificate" do
|
131
|
+
path = '/ssh_host_certificates/%{id}'
|
132
|
+
replacements = {
|
133
|
+
id: ssh_host_certificate_result["id"],
|
134
|
+
}
|
135
|
+
data = {}
|
136
|
+
data[:description] = "New description"
|
137
|
+
data[:metadata] = "New metadata"
|
138
|
+
expect(@client).to receive(:patch).with(path % replacements, data: data).
|
139
|
+
and_return(ssh_host_certificate_result)
|
140
|
+
result = @ssh_host_certificates_client.update(
|
141
|
+
id: ssh_host_certificate_result["id"],
|
142
|
+
description: "New description",
|
143
|
+
metadata: "New metadata"
|
144
|
+
)
|
145
|
+
expect(result.class).to eq(NgrokAPI::Models::SSHHostCertificate)
|
146
|
+
# expect(result.id).to eq(ssh_host_certificate_result["id"])
|
147
|
+
end
|
148
|
+
end
|
149
|
+
|
150
|
+
describe "#update!" do
|
151
|
+
it "will make a patch request and return an instance of NgrokAPI::Models::SSHHostCertificate" do
|
152
|
+
path = '/ssh_host_certificates/%{id}'
|
153
|
+
replacements = {
|
154
|
+
id: ssh_host_certificate_result["id"],
|
155
|
+
}
|
156
|
+
data = {}
|
157
|
+
data[:description] = "New description"
|
158
|
+
data[:metadata] = "New metadata"
|
159
|
+
expect(@client).to receive(:patch).with(path % replacements, data: data).
|
160
|
+
and_return(ssh_host_certificate_result)
|
161
|
+
result = @ssh_host_certificates_client.update(
|
162
|
+
id: ssh_host_certificate_result["id"],
|
163
|
+
description: "New description",
|
164
|
+
metadata: "New metadata"
|
165
|
+
)
|
166
|
+
expect(result.class).to eq(NgrokAPI::Models::SSHHostCertificate)
|
167
|
+
# expect(result.id).to eq(ssh_host_certificate_result["id"])
|
168
|
+
end
|
169
|
+
end
|
170
|
+
end
|
@@ -0,0 +1,174 @@
|
|
1
|
+
require 'spec_helper'
|
2
|
+
|
3
|
+
RSpec.describe NgrokAPI::Services::SSHUserCertificatesClient do
|
4
|
+
let(:base_url) { 'https://api.ngrok.com' }
|
5
|
+
let(:path) { '/ssh_user_certificates' }
|
6
|
+
let(:not_found) do
|
7
|
+
NgrokAPI::Errors::NotFoundError.new(response: ssh_user_certificate_result)
|
8
|
+
end
|
9
|
+
|
10
|
+
before(:each) do
|
11
|
+
@client = class_double("HttpClient")
|
12
|
+
@ssh_user_certificates_client = NgrokAPI::Services::SSHUserCertificatesClient.new(client: @client)
|
13
|
+
end
|
14
|
+
|
15
|
+
describe "#create" do
|
16
|
+
it "will make a post request and return an instance of NgrokAPI::Models::SSHUserCertificate" do
|
17
|
+
path = '/ssh_user_certificates'
|
18
|
+
replacements = {
|
19
|
+
}
|
20
|
+
data = {}
|
21
|
+
data[:ssh_certificate_authority_id] = "New ssh_certificate_authority_id"
|
22
|
+
data[:public_key] = "New public_key"
|
23
|
+
data[:principals] = "New principals"
|
24
|
+
data[:critical_options] = "New critical_options"
|
25
|
+
data[:extensions] = "New extensions"
|
26
|
+
data[:valid_after] = "New valid_after"
|
27
|
+
data[:valid_until] = "New valid_until"
|
28
|
+
data[:description] = "New description"
|
29
|
+
data[:metadata] = "New metadata"
|
30
|
+
expect(@client).to receive(:post).with(path % replacements, data: data).
|
31
|
+
and_return(ssh_user_certificate_result)
|
32
|
+
result = @ssh_user_certificates_client.create(
|
33
|
+
ssh_certificate_authority_id: "New ssh_certificate_authority_id",
|
34
|
+
public_key: "New public_key",
|
35
|
+
principals: "New principals",
|
36
|
+
critical_options: "New critical_options",
|
37
|
+
extensions: "New extensions",
|
38
|
+
valid_after: "New valid_after",
|
39
|
+
valid_until: "New valid_until",
|
40
|
+
description: "New description",
|
41
|
+
metadata: "New metadata"
|
42
|
+
)
|
43
|
+
expect(result.class).to eq(NgrokAPI::Models::SSHUserCertificate)
|
44
|
+
# expect(result.id).to eq(ssh_user_certificate_result["id"])
|
45
|
+
end
|
46
|
+
end
|
47
|
+
|
48
|
+
describe "#delete" do
|
49
|
+
it "will make a delete request" do
|
50
|
+
path = '/ssh_user_certificates/%{id}'
|
51
|
+
replacements = {
|
52
|
+
id: api_key_result["id"],
|
53
|
+
}
|
54
|
+
expect(@client).to receive(:delete).with(path % replacements).and_return(nil)
|
55
|
+
@ssh_user_certificates_client.delete(
|
56
|
+
id: api_key_result["id"]
|
57
|
+
)
|
58
|
+
end
|
59
|
+
end
|
60
|
+
|
61
|
+
describe "#delete!" do
|
62
|
+
it "will make a delete request" do
|
63
|
+
path = '/ssh_user_certificates/%{id}'
|
64
|
+
replacements = {
|
65
|
+
id: api_key_result["id"],
|
66
|
+
}
|
67
|
+
expect(@client).to receive(:delete).with(path % replacements, danger: true).and_return(nil)
|
68
|
+
@ssh_user_certificates_client.delete!(
|
69
|
+
id: api_key_result["id"]
|
70
|
+
)
|
71
|
+
end
|
72
|
+
|
73
|
+
it "will make a delete request and return NotFoundError if 404" do
|
74
|
+
path = '/ssh_user_certificates/%{id}'
|
75
|
+
replacements = {
|
76
|
+
id: api_key_result["id"],
|
77
|
+
}
|
78
|
+
expect do
|
79
|
+
expect(@client).to receive(:delete).with(path % replacements, danger: true).
|
80
|
+
and_raise(NgrokAPI::Errors::NotFoundError)
|
81
|
+
result = @ssh_user_certificates_client.delete!(
|
82
|
+
id: api_key_result["id"]
|
83
|
+
)
|
84
|
+
expect(result).to be nil
|
85
|
+
end.to raise_error(NgrokAPI::Errors::NotFoundError)
|
86
|
+
end
|
87
|
+
end
|
88
|
+
|
89
|
+
describe "#get" do
|
90
|
+
it "will make a get request and return an instance of NgrokAPI::Models::SSHUserCertificate" do
|
91
|
+
path = '/ssh_user_certificates/%{id}'
|
92
|
+
replacements = {
|
93
|
+
id: ssh_user_certificate_result["id"],
|
94
|
+
}
|
95
|
+
data = {}
|
96
|
+
expect(@client).to receive(:get).with(path % replacements, data: data).
|
97
|
+
and_return(ssh_user_certificate_result)
|
98
|
+
result = @ssh_user_certificates_client.get(
|
99
|
+
id: ssh_user_certificate_result["id"]
|
100
|
+
)
|
101
|
+
expect(result.class).to eq(NgrokAPI::Models::SSHUserCertificate)
|
102
|
+
# expect(result.id).to eq(ssh_user_certificate_result["id"])
|
103
|
+
end
|
104
|
+
end
|
105
|
+
|
106
|
+
describe "#get!" do
|
107
|
+
it "will make a get request and return an instance of NgrokAPI::Models::SSHUserCertificate" do
|
108
|
+
path = '/ssh_user_certificates/%{id}'
|
109
|
+
replacements = {
|
110
|
+
id: ssh_user_certificate_result["id"],
|
111
|
+
}
|
112
|
+
data = {}
|
113
|
+
expect(@client).to receive(:get).with(path % replacements, data: data).
|
114
|
+
and_return(ssh_user_certificate_result)
|
115
|
+
result = @ssh_user_certificates_client.get(
|
116
|
+
id: ssh_user_certificate_result["id"]
|
117
|
+
)
|
118
|
+
expect(result.class).to eq(NgrokAPI::Models::SSHUserCertificate)
|
119
|
+
# expect(result.id).to eq(ssh_user_certificate_result["id"])
|
120
|
+
end
|
121
|
+
end
|
122
|
+
|
123
|
+
describe "#list" do
|
124
|
+
it "will make a call to list (a GET request) and return a NgrokAPI::Models::Listable" do
|
125
|
+
expect(@client).to receive(:list).
|
126
|
+
and_return(ssh_user_certificate_results)
|
127
|
+
url = base_url + path + "?before_id=" + api_key_result["id"] + "&limit=1"
|
128
|
+
result = @ssh_user_certificates_client.list(url: url)
|
129
|
+
expect(result.class).to eq(NgrokAPI::Models::Listable)
|
130
|
+
end
|
131
|
+
end
|
132
|
+
|
133
|
+
describe "#update" do
|
134
|
+
it "will make a patch request and return an instance of NgrokAPI::Models::SSHUserCertificate" do
|
135
|
+
path = '/ssh_user_certificates/%{id}'
|
136
|
+
replacements = {
|
137
|
+
id: ssh_user_certificate_result["id"],
|
138
|
+
}
|
139
|
+
data = {}
|
140
|
+
data[:description] = "New description"
|
141
|
+
data[:metadata] = "New metadata"
|
142
|
+
expect(@client).to receive(:patch).with(path % replacements, data: data).
|
143
|
+
and_return(ssh_user_certificate_result)
|
144
|
+
result = @ssh_user_certificates_client.update(
|
145
|
+
id: ssh_user_certificate_result["id"],
|
146
|
+
description: "New description",
|
147
|
+
metadata: "New metadata"
|
148
|
+
)
|
149
|
+
expect(result.class).to eq(NgrokAPI::Models::SSHUserCertificate)
|
150
|
+
# expect(result.id).to eq(ssh_user_certificate_result["id"])
|
151
|
+
end
|
152
|
+
end
|
153
|
+
|
154
|
+
describe "#update!" do
|
155
|
+
it "will make a patch request and return an instance of NgrokAPI::Models::SSHUserCertificate" do
|
156
|
+
path = '/ssh_user_certificates/%{id}'
|
157
|
+
replacements = {
|
158
|
+
id: ssh_user_certificate_result["id"],
|
159
|
+
}
|
160
|
+
data = {}
|
161
|
+
data[:description] = "New description"
|
162
|
+
data[:metadata] = "New metadata"
|
163
|
+
expect(@client).to receive(:patch).with(path % replacements, data: data).
|
164
|
+
and_return(ssh_user_certificate_result)
|
165
|
+
result = @ssh_user_certificates_client.update(
|
166
|
+
id: ssh_user_certificate_result["id"],
|
167
|
+
description: "New description",
|
168
|
+
metadata: "New metadata"
|
169
|
+
)
|
170
|
+
expect(result.class).to eq(NgrokAPI::Models::SSHUserCertificate)
|
171
|
+
# expect(result.id).to eq(ssh_user_certificate_result["id"])
|
172
|
+
end
|
173
|
+
end
|
174
|
+
end
|