ngrok-api 0.16.0 → 0.19.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +28 -1
- data/doc/NgrokAPI/Client.html +270 -180
- data/doc/NgrokAPI/Error.html +2 -2
- data/doc/NgrokAPI/Errors/NotFoundError.html +2 -2
- data/doc/NgrokAPI/Errors.html +2 -2
- data/doc/NgrokAPI/HttpClient.html +147 -4
- data/doc/NgrokAPI/Models/APIKey.html +120 -68
- data/doc/NgrokAPI/Models/AWSAuth.html +83 -31
- data/doc/NgrokAPI/Models/AWSCredentials.html +90 -38
- data/doc/NgrokAPI/Models/AWSRole.html +75 -23
- data/doc/NgrokAPI/Models/AbuseReport.html +109 -57
- data/doc/NgrokAPI/Models/AbuseReportHostname.html +83 -31
- data/doc/NgrokAPI/Models/AgentIngress.html +142 -90
- data/doc/NgrokAPI/Models/CertificateAuthority.html +149 -97
- data/doc/NgrokAPI/Models/Credential.html +121 -69
- data/doc/NgrokAPI/Models/Endpoint.html +1483 -0
- data/doc/NgrokAPI/Models/{EndpointLoggingMutate.html → EndpointBackend.html} +105 -53
- data/doc/NgrokAPI/Models/EndpointBackendMutate.html +669 -0
- data/doc/NgrokAPI/Models/EndpointCircuitBreaker.html +101 -49
- data/doc/NgrokAPI/Models/EndpointCompression.html +82 -30
- data/doc/NgrokAPI/Models/EndpointIPPolicy.html +90 -38
- data/doc/NgrokAPI/Models/EndpointIPPolicyMutate.html +90 -38
- data/doc/NgrokAPI/Models/EndpointMutualTLS.html +90 -38
- data/doc/NgrokAPI/Models/EndpointMutualTLSMutate.html +90 -38
- data/doc/NgrokAPI/Models/EndpointOAuth.html +124 -72
- data/doc/NgrokAPI/Models/EndpointOAuthFacebook.html +107 -55
- data/doc/NgrokAPI/Models/EndpointOAuthGitHub.html +116 -64
- data/doc/NgrokAPI/Models/EndpointOAuthGoogle.html +107 -55
- data/doc/NgrokAPI/Models/EndpointOAuthMicrosoft.html +107 -55
- data/doc/NgrokAPI/Models/EndpointOAuthProvider.html +106 -54
- data/doc/NgrokAPI/Models/EndpointOIDC.html +133 -81
- data/doc/NgrokAPI/Models/EndpointRequestHeaders.html +91 -39
- data/doc/NgrokAPI/Models/EndpointResponseHeaders.html +91 -39
- data/doc/NgrokAPI/Models/EndpointSAML.html +148 -96
- data/doc/NgrokAPI/Models/EndpointSAMLMutate.html +133 -81
- data/doc/NgrokAPI/Models/EndpointTLSTermination.html +91 -39
- data/doc/NgrokAPI/Models/EndpointTLSTerminationAtEdge.html +669 -0
- data/doc/NgrokAPI/Models/EndpointWebhookValidation.html +91 -39
- data/{docs/NgrokAPI/Models/EndpointLogging.html → doc/NgrokAPI/Models/EndpointWebsocketTCPConverter.html} +95 -117
- data/doc/NgrokAPI/Models/EventDestination.html +122 -70
- data/doc/NgrokAPI/Models/EventSource.html +92 -40
- data/doc/NgrokAPI/Models/EventSourceList.html +76 -24
- data/doc/NgrokAPI/Models/EventSourceReplace.html +91 -39
- data/doc/NgrokAPI/Models/EventSubscription.html +122 -70
- data/doc/NgrokAPI/Models/EventTarget.html +106 -54
- data/doc/NgrokAPI/Models/EventTargetCloudwatchLogs.html +90 -38
- data/doc/NgrokAPI/Models/EventTargetFirehose.html +90 -38
- data/doc/NgrokAPI/Models/EventTargetKinesis.html +83 -31
- data/doc/NgrokAPI/Models/FailoverBackend.html +1127 -0
- data/{docs/NgrokAPI/Models/EventStream.html → doc/NgrokAPI/Models/HTTPResponseBackend.html} +170 -196
- data/doc/NgrokAPI/Models/HTTPSEdge.html +1361 -0
- data/doc/NgrokAPI/Models/{EndpointConfiguration.html → HTTPSEdgeRoute.html} +278 -288
- data/doc/NgrokAPI/Models/IPPolicy.html +120 -68
- data/doc/NgrokAPI/Models/IPPolicyRule.html +222 -96
- data/doc/NgrokAPI/Models/IPRestriction.html +130 -78
- data/doc/NgrokAPI/Models/Listable.html +61 -61
- data/doc/NgrokAPI/Models/Ref.html +83 -31
- data/doc/NgrokAPI/Models/ReservedAddr.html +130 -78
- data/doc/NgrokAPI/Models/ReservedDomain.html +151 -99
- data/doc/NgrokAPI/Models/ReservedDomainCertJob.html +92 -40
- data/doc/NgrokAPI/Models/ReservedDomainCertPolicy.html +90 -38
- data/doc/NgrokAPI/Models/ReservedDomainCertStatus.html +90 -38
- data/doc/NgrokAPI/Models/SSHCertificateAuthority.html +135 -83
- data/doc/NgrokAPI/Models/SSHCredential.html +128 -76
- data/doc/NgrokAPI/Models/SSHHostCertificate.html +148 -96
- data/doc/NgrokAPI/Models/SSHUserCertificate.html +154 -102
- data/doc/NgrokAPI/Models/TCPEdge.html +1287 -0
- data/doc/NgrokAPI/Models/TLSCertificate.html +165 -113
- data/doc/NgrokAPI/Models/TLSCertificateSANs.html +90 -38
- data/doc/NgrokAPI/Models/TLSEdge.html +1447 -0
- data/doc/NgrokAPI/Models/Tunnel.html +413 -65
- data/doc/NgrokAPI/Models/TunnelGroupBackend.html +1201 -0
- data/doc/NgrokAPI/Models/TunnelSession.html +126 -74
- data/doc/NgrokAPI/Models/WeightedBackend.html +1127 -0
- data/doc/NgrokAPI/Models.html +4 -4
- data/doc/NgrokAPI/PagedIterator.html +3 -3
- data/doc/NgrokAPI/Services/APIKeysClient.html +244 -109
- data/doc/NgrokAPI/Services/AbuseReportsClient.html +162 -25
- data/doc/NgrokAPI/Services/AgentIngressesClient.html +262 -109
- data/doc/NgrokAPI/Services/CertificateAuthoritiesClient.html +262 -109
- data/doc/NgrokAPI/Services/CredentialsClient.html +266 -111
- data/doc/NgrokAPI/Services/EdgeRouteBackendModuleClient.html +1149 -0
- data/doc/NgrokAPI/Services/{EndpointCircuitBreakerModuleClient.html → EdgeRouteCircuitBreakerModuleClient.html} +205 -99
- data/{docs/NgrokAPI/Services/EndpointCompressionModuleClient.html → doc/NgrokAPI/Services/EdgeRouteCompressionModuleClient.html} +205 -99
- data/doc/NgrokAPI/Services/EdgeRouteIPRestrictionModuleClient.html +1149 -0
- data/doc/NgrokAPI/Services/{EndpointOAuthModuleClient.html → EdgeRouteOAuthModuleClient.html} +205 -99
- data/doc/NgrokAPI/Services/EdgeRouteOIDCModuleClient.html +1149 -0
- data/doc/NgrokAPI/Services/EdgeRouteRequestHeadersModuleClient.html +1149 -0
- data/doc/NgrokAPI/Services/{EndpointResponseHeadersModuleClient.html → EdgeRouteResponseHeadersModuleClient.html} +205 -99
- data/{docs/NgrokAPI/Services/EndpointSAMLModuleClient.html → doc/NgrokAPI/Services/EdgeRouteSAMLModuleClient.html} +205 -99
- data/{docs/NgrokAPI/Services/EndpointWebhookValidationModuleClient.html → doc/NgrokAPI/Services/EdgeRouteWebhookVerificationModuleClient.html} +205 -99
- data/doc/NgrokAPI/Services/EdgeRouteWebsocketTCPConverterModuleClient.html +1149 -0
- data/doc/NgrokAPI/Services/EdgesHTTPSClient.html +1947 -0
- data/doc/NgrokAPI/Services/EdgesHTTPSRoutesClient.html +2585 -0
- data/doc/NgrokAPI/Services/EdgesTCPClient.html +1947 -0
- data/{docs/NgrokAPI/Services/EndpointConfigurationsClient.html → doc/NgrokAPI/Services/EdgesTLSClient.html} +374 -641
- data/doc/NgrokAPI/Services/EndpointsClient.html +903 -0
- data/doc/NgrokAPI/Services/EventDestinationsClient.html +290 -115
- data/doc/NgrokAPI/Services/EventSourcesClient.html +227 -88
- data/doc/NgrokAPI/Services/EventSubscriptionsClient.html +291 -116
- data/doc/NgrokAPI/Services/{EventStreamsClient.html → FailoverBackendsClient.html} +342 -335
- data/doc/NgrokAPI/Services/HTTPResponseBackendsClient.html +1937 -0
- data/doc/NgrokAPI/Services/HTTPSEdgeMutualTLSModuleClient.html +1039 -0
- data/{docs/NgrokAPI/Services/EndpointRequestHeadersModuleClient.html → doc/NgrokAPI/Services/HTTPSEdgeTLSTerminationModuleClient.html} +76 -80
- data/doc/NgrokAPI/Services/IPPoliciesClient.html +245 -128
- data/doc/NgrokAPI/Services/IPPolicyRulesClient.html +328 -117
- data/doc/NgrokAPI/Services/IPRestrictionsClient.html +305 -114
- data/doc/NgrokAPI/Services/ReservedAddrsClient.html +160 -295
- data/doc/NgrokAPI/Services/ReservedDomainsClient.html +257 -624
- data/doc/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html +304 -109
- data/doc/NgrokAPI/Services/SSHCredentialsClient.html +284 -111
- data/doc/NgrokAPI/Services/SSHHostCertificatesClient.html +340 -109
- data/doc/NgrokAPI/Services/SSHUserCertificatesClient.html +381 -110
- data/{docs/NgrokAPI/Services/EndpointLoggingModuleClient.html → doc/NgrokAPI/Services/TCPEdgeBackendModuleClient.html} +76 -80
- data/doc/NgrokAPI/Services/{EndpointIPPolicyModuleClient.html → TCPEdgeIPRestrictionModuleClient.html} +62 -66
- data/doc/NgrokAPI/Services/TLSCertificatesClient.html +280 -109
- data/doc/NgrokAPI/Services/{EndpointLoggingModuleClient.html → TLSEdgeBackendModuleClient.html} +76 -80
- data/{docs/NgrokAPI/Services/EndpointIPPolicyModuleClient.html → doc/NgrokAPI/Services/TLSEdgeIPRestrictionModuleClient.html} +62 -66
- data/doc/NgrokAPI/Services/{EndpointMutualTLSModuleClient.html → TLSEdgeMutualTLSModuleClient.html} +62 -66
- data/doc/NgrokAPI/Services/{EndpointTLSTerminationModuleClient.html → TLSEdgeTLSTerminationModuleClient.html} +62 -66
- data/doc/NgrokAPI/Services/TunnelGroupBackendsClient.html +1799 -0
- data/doc/NgrokAPI/Services/TunnelSessionsClient.html +44 -48
- data/doc/NgrokAPI/Services/TunnelsClient.html +249 -15
- data/doc/NgrokAPI/Services/WeightedBackendsClient.html +1799 -0
- data/doc/NgrokAPI/Services.html +4 -4
- data/doc/NgrokAPI.html +3 -3
- data/doc/_index.html +237 -60
- data/doc/class_list.html +1 -1
- data/doc/file.README.html +55 -55
- data/doc/index.html +55 -55
- data/doc/method_list.html +4555 -1843
- data/doc/top-level-namespace.html +2 -2
- data/docs/NgrokAPI/Client.html +270 -180
- data/docs/NgrokAPI/Error.html +2 -2
- data/docs/NgrokAPI/Errors/NotFoundError.html +2 -2
- data/docs/NgrokAPI/Errors.html +2 -2
- data/docs/NgrokAPI/HttpClient.html +147 -4
- data/docs/NgrokAPI/Models/APIKey.html +120 -68
- data/docs/NgrokAPI/Models/AWSAuth.html +83 -31
- data/docs/NgrokAPI/Models/AWSCredentials.html +90 -38
- data/docs/NgrokAPI/Models/AWSRole.html +75 -23
- data/docs/NgrokAPI/Models/AbuseReport.html +109 -57
- data/docs/NgrokAPI/Models/AbuseReportHostname.html +83 -31
- data/docs/NgrokAPI/Models/AgentIngress.html +142 -90
- data/docs/NgrokAPI/Models/CertificateAuthority.html +149 -97
- data/docs/NgrokAPI/Models/Credential.html +121 -69
- data/docs/NgrokAPI/Models/Endpoint.html +1483 -0
- data/docs/NgrokAPI/Models/{EndpointLoggingMutate.html → EndpointBackend.html} +105 -53
- data/docs/NgrokAPI/Models/EndpointBackendMutate.html +669 -0
- data/docs/NgrokAPI/Models/EndpointCircuitBreaker.html +101 -49
- data/docs/NgrokAPI/Models/EndpointCompression.html +82 -30
- data/docs/NgrokAPI/Models/EndpointIPPolicy.html +90 -38
- data/docs/NgrokAPI/Models/EndpointIPPolicyMutate.html +90 -38
- data/docs/NgrokAPI/Models/EndpointMutualTLS.html +90 -38
- data/docs/NgrokAPI/Models/EndpointMutualTLSMutate.html +90 -38
- data/docs/NgrokAPI/Models/EndpointOAuth.html +124 -72
- data/docs/NgrokAPI/Models/EndpointOAuthFacebook.html +107 -55
- data/docs/NgrokAPI/Models/EndpointOAuthGitHub.html +116 -64
- data/docs/NgrokAPI/Models/EndpointOAuthGoogle.html +107 -55
- data/docs/NgrokAPI/Models/EndpointOAuthMicrosoft.html +107 -55
- data/docs/NgrokAPI/Models/EndpointOAuthProvider.html +106 -54
- data/docs/NgrokAPI/Models/EndpointOIDC.html +133 -81
- data/docs/NgrokAPI/Models/EndpointRequestHeaders.html +91 -39
- data/docs/NgrokAPI/Models/EndpointResponseHeaders.html +91 -39
- data/docs/NgrokAPI/Models/EndpointSAML.html +148 -96
- data/docs/NgrokAPI/Models/EndpointSAMLMutate.html +133 -81
- data/docs/NgrokAPI/Models/EndpointTLSTermination.html +91 -39
- data/docs/NgrokAPI/Models/EndpointTLSTerminationAtEdge.html +669 -0
- data/docs/NgrokAPI/Models/EndpointWebhookValidation.html +91 -39
- data/{doc/NgrokAPI/Models/EndpointLogging.html → docs/NgrokAPI/Models/EndpointWebsocketTCPConverter.html} +95 -117
- data/docs/NgrokAPI/Models/EventDestination.html +122 -70
- data/docs/NgrokAPI/Models/EventSource.html +92 -40
- data/docs/NgrokAPI/Models/EventSourceList.html +76 -24
- data/docs/NgrokAPI/Models/EventSourceReplace.html +91 -39
- data/docs/NgrokAPI/Models/EventSubscription.html +122 -70
- data/docs/NgrokAPI/Models/EventTarget.html +106 -54
- data/docs/NgrokAPI/Models/EventTargetCloudwatchLogs.html +90 -38
- data/docs/NgrokAPI/Models/EventTargetFirehose.html +90 -38
- data/docs/NgrokAPI/Models/EventTargetKinesis.html +83 -31
- data/docs/NgrokAPI/Models/FailoverBackend.html +1127 -0
- data/{doc/NgrokAPI/Models/EventStream.html → docs/NgrokAPI/Models/HTTPResponseBackend.html} +170 -196
- data/docs/NgrokAPI/Models/HTTPSEdge.html +1361 -0
- data/docs/NgrokAPI/Models/{EndpointConfiguration.html → HTTPSEdgeRoute.html} +278 -288
- data/docs/NgrokAPI/Models/IPPolicy.html +120 -68
- data/docs/NgrokAPI/Models/IPPolicyRule.html +222 -96
- data/docs/NgrokAPI/Models/IPRestriction.html +130 -78
- data/docs/NgrokAPI/Models/Listable.html +61 -61
- data/docs/NgrokAPI/Models/Ref.html +83 -31
- data/docs/NgrokAPI/Models/ReservedAddr.html +130 -78
- data/docs/NgrokAPI/Models/ReservedDomain.html +151 -99
- data/docs/NgrokAPI/Models/ReservedDomainCertJob.html +92 -40
- data/docs/NgrokAPI/Models/ReservedDomainCertPolicy.html +90 -38
- data/docs/NgrokAPI/Models/ReservedDomainCertStatus.html +90 -38
- data/docs/NgrokAPI/Models/SSHCertificateAuthority.html +135 -83
- data/docs/NgrokAPI/Models/SSHCredential.html +128 -76
- data/docs/NgrokAPI/Models/SSHHostCertificate.html +148 -96
- data/docs/NgrokAPI/Models/SSHUserCertificate.html +154 -102
- data/docs/NgrokAPI/Models/TCPEdge.html +1287 -0
- data/docs/NgrokAPI/Models/TLSCertificate.html +165 -113
- data/docs/NgrokAPI/Models/TLSCertificateSANs.html +90 -38
- data/docs/NgrokAPI/Models/TLSEdge.html +1447 -0
- data/docs/NgrokAPI/Models/Tunnel.html +413 -65
- data/docs/NgrokAPI/Models/TunnelGroupBackend.html +1201 -0
- data/docs/NgrokAPI/Models/TunnelSession.html +126 -74
- data/docs/NgrokAPI/Models/WeightedBackend.html +1127 -0
- data/docs/NgrokAPI/Models.html +4 -4
- data/docs/NgrokAPI/PagedIterator.html +3 -3
- data/docs/NgrokAPI/Services/APIKeysClient.html +244 -109
- data/docs/NgrokAPI/Services/AbuseReportsClient.html +162 -25
- data/docs/NgrokAPI/Services/AgentIngressesClient.html +262 -109
- data/docs/NgrokAPI/Services/CertificateAuthoritiesClient.html +262 -109
- data/docs/NgrokAPI/Services/CredentialsClient.html +266 -111
- data/docs/NgrokAPI/Services/EdgeRouteBackendModuleClient.html +1149 -0
- data/docs/NgrokAPI/Services/{EndpointCircuitBreakerModuleClient.html → EdgeRouteCircuitBreakerModuleClient.html} +205 -99
- data/{doc/NgrokAPI/Services/EndpointCompressionModuleClient.html → docs/NgrokAPI/Services/EdgeRouteCompressionModuleClient.html} +205 -99
- data/docs/NgrokAPI/Services/EdgeRouteIPRestrictionModuleClient.html +1149 -0
- data/docs/NgrokAPI/Services/{EndpointOAuthModuleClient.html → EdgeRouteOAuthModuleClient.html} +205 -99
- data/docs/NgrokAPI/Services/EdgeRouteOIDCModuleClient.html +1149 -0
- data/docs/NgrokAPI/Services/EdgeRouteRequestHeadersModuleClient.html +1149 -0
- data/docs/NgrokAPI/Services/{EndpointResponseHeadersModuleClient.html → EdgeRouteResponseHeadersModuleClient.html} +205 -99
- data/{doc/NgrokAPI/Services/EndpointSAMLModuleClient.html → docs/NgrokAPI/Services/EdgeRouteSAMLModuleClient.html} +205 -99
- data/{doc/NgrokAPI/Services/EndpointWebhookValidationModuleClient.html → docs/NgrokAPI/Services/EdgeRouteWebhookVerificationModuleClient.html} +205 -99
- data/docs/NgrokAPI/Services/EdgeRouteWebsocketTCPConverterModuleClient.html +1149 -0
- data/docs/NgrokAPI/Services/EdgesHTTPSClient.html +1947 -0
- data/docs/NgrokAPI/Services/EdgesHTTPSRoutesClient.html +2585 -0
- data/docs/NgrokAPI/Services/EdgesTCPClient.html +1947 -0
- data/{doc/NgrokAPI/Services/EndpointConfigurationsClient.html → docs/NgrokAPI/Services/EdgesTLSClient.html} +374 -641
- data/docs/NgrokAPI/Services/EndpointsClient.html +903 -0
- data/docs/NgrokAPI/Services/EventDestinationsClient.html +290 -115
- data/docs/NgrokAPI/Services/EventSourcesClient.html +227 -88
- data/docs/NgrokAPI/Services/EventSubscriptionsClient.html +291 -116
- data/docs/NgrokAPI/Services/{EventStreamsClient.html → FailoverBackendsClient.html} +342 -335
- data/docs/NgrokAPI/Services/HTTPResponseBackendsClient.html +1937 -0
- data/docs/NgrokAPI/Services/HTTPSEdgeMutualTLSModuleClient.html +1039 -0
- data/{doc/NgrokAPI/Services/EndpointRequestHeadersModuleClient.html → docs/NgrokAPI/Services/HTTPSEdgeTLSTerminationModuleClient.html} +76 -80
- data/docs/NgrokAPI/Services/IPPoliciesClient.html +245 -128
- data/docs/NgrokAPI/Services/IPPolicyRulesClient.html +328 -117
- data/docs/NgrokAPI/Services/IPRestrictionsClient.html +305 -114
- data/docs/NgrokAPI/Services/ReservedAddrsClient.html +160 -295
- data/docs/NgrokAPI/Services/ReservedDomainsClient.html +257 -624
- data/docs/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html +304 -109
- data/docs/NgrokAPI/Services/SSHCredentialsClient.html +284 -111
- data/docs/NgrokAPI/Services/SSHHostCertificatesClient.html +340 -109
- data/docs/NgrokAPI/Services/SSHUserCertificatesClient.html +381 -110
- data/docs/NgrokAPI/Services/{EndpointOIDCModuleClient.html → TCPEdgeBackendModuleClient.html} +76 -80
- data/docs/NgrokAPI/Services/TCPEdgeIPRestrictionModuleClient.html +1039 -0
- data/docs/NgrokAPI/Services/TLSCertificatesClient.html +280 -109
- data/{doc/NgrokAPI/Services/EndpointOIDCModuleClient.html → docs/NgrokAPI/Services/TLSEdgeBackendModuleClient.html} +76 -80
- data/docs/NgrokAPI/Services/TLSEdgeIPRestrictionModuleClient.html +1039 -0
- data/docs/NgrokAPI/Services/{EndpointMutualTLSModuleClient.html → TLSEdgeMutualTLSModuleClient.html} +62 -66
- data/docs/NgrokAPI/Services/{EndpointTLSTerminationModuleClient.html → TLSEdgeTLSTerminationModuleClient.html} +62 -66
- data/docs/NgrokAPI/Services/TunnelGroupBackendsClient.html +1799 -0
- data/docs/NgrokAPI/Services/TunnelSessionsClient.html +44 -48
- data/docs/NgrokAPI/Services/TunnelsClient.html +249 -15
- data/docs/NgrokAPI/Services/WeightedBackendsClient.html +1799 -0
- data/docs/NgrokAPI/Services.html +4 -4
- data/docs/NgrokAPI.html +3 -3
- data/docs/_index.html +237 -60
- data/docs/class_list.html +1 -1
- data/docs/file.README.html +55 -55
- data/docs/index.html +55 -55
- data/docs/method_list.html +4555 -1843
- data/docs/top-level-namespace.html +2 -2
- data/lib/ngrokapi/client.rb +47 -24
- data/lib/ngrokapi/http_client.rb +21 -2
- data/lib/ngrokapi/models/abuse_report.rb +16 -12
- data/lib/ngrokapi/models/abuse_report_hostname.rb +11 -7
- data/lib/ngrokapi/models/agent_ingress.rb +17 -13
- data/lib/ngrokapi/models/api_key.rb +15 -11
- data/lib/ngrokapi/models/aws_auth.rb +11 -7
- data/lib/ngrokapi/models/aws_credentials.rb +11 -7
- data/lib/ngrokapi/models/aws_role.rb +10 -6
- data/lib/ngrokapi/models/certificate_authority.rb +20 -16
- data/lib/ngrokapi/models/credential.rb +16 -12
- data/lib/ngrokapi/models/endpoint.rb +53 -0
- data/lib/ngrokapi/models/endpoint_backend.rb +31 -0
- data/lib/ngrokapi/models/endpoint_backend_mutate.rb +31 -0
- data/lib/ngrokapi/models/endpoint_circuit_breaker.rb +15 -11
- data/lib/ngrokapi/models/endpoint_compression.rb +10 -6
- data/lib/ngrokapi/models/endpoint_ip_policy.rb +11 -7
- data/lib/ngrokapi/models/endpoint_ip_policy_mutate.rb +11 -7
- data/lib/ngrokapi/models/endpoint_mutual_tls.rb +11 -7
- data/lib/ngrokapi/models/endpoint_mutual_tls_mutate.rb +11 -7
- data/lib/ngrokapi/models/endpoint_o_auth.rb +16 -12
- data/lib/ngrokapi/models/endpoint_o_auth_facebook.rb +14 -10
- data/lib/ngrokapi/models/endpoint_o_auth_git_hub.rb +16 -12
- data/lib/ngrokapi/models/endpoint_o_auth_google.rb +14 -10
- data/lib/ngrokapi/models/endpoint_o_auth_microsoft.rb +14 -10
- data/lib/ngrokapi/models/endpoint_o_auth_provider.rb +13 -9
- data/lib/ngrokapi/models/endpoint_oidc.rb +18 -14
- data/lib/ngrokapi/models/endpoint_request_headers.rb +12 -8
- data/lib/ngrokapi/models/endpoint_response_headers.rb +12 -8
- data/lib/ngrokapi/models/endpoint_saml.rb +25 -21
- data/lib/ngrokapi/models/endpoint_saml_mutate.rb +20 -16
- data/lib/ngrokapi/models/endpoint_tls_termination.rb +12 -8
- data/lib/ngrokapi/models/endpoint_tls_termination_at_edge.rb +31 -0
- data/lib/ngrokapi/models/endpoint_webhook_validation.rb +12 -8
- data/lib/ngrokapi/models/endpoint_websocket_tcp_converter.rb +29 -0
- data/lib/ngrokapi/models/event_destination.rb +17 -14
- data/lib/ngrokapi/models/event_source.rb +13 -9
- data/lib/ngrokapi/models/event_source_list.rb +11 -7
- data/lib/ngrokapi/models/event_source_replace.rb +12 -8
- data/lib/ngrokapi/models/event_subscription.rb +16 -12
- data/lib/ngrokapi/models/event_target.rb +13 -9
- data/lib/ngrokapi/models/event_target_cloudwatch_logs.rb +11 -7
- data/lib/ngrokapi/models/event_target_firehose.rb +11 -7
- data/lib/ngrokapi/models/event_target_kinesis.rb +11 -7
- data/lib/ngrokapi/models/failover_backend.rb +69 -0
- data/lib/ngrokapi/models/http_response_backend.rb +75 -0
- data/lib/ngrokapi/models/https_edge.rb +84 -0
- data/lib/ngrokapi/models/https_edge_route.rb +137 -0
- data/lib/ngrokapi/models/ip_policy.rb +15 -11
- data/lib/ngrokapi/models/ip_policy_rule.rb +19 -13
- data/lib/ngrokapi/models/ip_restriction.rb +17 -13
- data/lib/ngrokapi/models/listable.rb +9 -9
- data/lib/ngrokapi/models/ref.rb +11 -7
- data/lib/ngrokapi/models/reserved_addr.rb +17 -13
- data/lib/ngrokapi/models/reserved_domain.rb +23 -19
- data/lib/ngrokapi/models/reserved_domain_cert_job.rb +13 -9
- data/lib/ngrokapi/models/reserved_domain_cert_policy.rb +11 -7
- data/lib/ngrokapi/models/reserved_domain_cert_status.rb +11 -7
- data/lib/ngrokapi/models/ssh_certificate_authority.rb +16 -12
- data/lib/ngrokapi/models/ssh_credential.rb +16 -12
- data/lib/ngrokapi/models/ssh_host_certificate.rb +21 -17
- data/lib/ngrokapi/models/ssh_user_certificate.rb +23 -19
- data/lib/ngrokapi/models/tcp_edge.rb +82 -0
- data/lib/ngrokapi/models/tls_certificate.rb +30 -26
- data/lib/ngrokapi/models/tls_certificate_sa_ns.rb +11 -7
- data/lib/ngrokapi/models/tls_edge.rb +92 -0
- data/lib/ngrokapi/models/tunnel.rb +25 -13
- data/lib/ngrokapi/models/tunnel_group_backend.rb +71 -0
- data/lib/ngrokapi/models/tunnel_session.rb +19 -15
- data/lib/ngrokapi/models/weighted_backend.rb +69 -0
- data/lib/ngrokapi/paged_iterator.rb +1 -1
- data/lib/ngrokapi/services/abuse_reports_client.rb +25 -3
- data/lib/ngrokapi/services/agent_ingresses_client.rb +32 -11
- data/lib/ngrokapi/services/api_keys_client.rb +30 -11
- data/lib/ngrokapi/services/certificate_authorities_client.rb +31 -11
- data/lib/ngrokapi/services/credentials_client.rb +34 -11
- data/lib/ngrokapi/services/edge_route_backend_module_client.rb +118 -0
- data/lib/ngrokapi/services/edge_route_circuit_breaker_module_client.rb +118 -0
- data/lib/ngrokapi/services/edge_route_compression_module_client.rb +118 -0
- data/lib/ngrokapi/services/edge_route_ip_restriction_module_client.rb +118 -0
- data/lib/ngrokapi/services/edge_route_o_auth_module_client.rb +118 -0
- data/lib/ngrokapi/services/edge_route_oidc_module_client.rb +118 -0
- data/lib/ngrokapi/services/edge_route_request_headers_module_client.rb +118 -0
- data/lib/ngrokapi/services/edge_route_response_headers_module_client.rb +118 -0
- data/lib/ngrokapi/services/edge_route_saml_module_client.rb +118 -0
- data/lib/ngrokapi/services/edge_route_webhook_verification_module_client.rb +118 -0
- data/lib/ngrokapi/services/edge_route_websocket_tcp_converter_module_client.rb +118 -0
- data/lib/ngrokapi/services/edges_https_client.rb +251 -0
- data/lib/ngrokapi/services/edges_https_routes_client.rb +292 -0
- data/lib/ngrokapi/services/edges_tcp_client.rb +251 -0
- data/lib/ngrokapi/services/edges_tls_client.rb +267 -0
- data/lib/ngrokapi/services/endpoints_client.rb +112 -0
- data/lib/ngrokapi/services/event_destinations_client.rb +37 -15
- data/lib/ngrokapi/services/event_sources_client.rb +27 -7
- data/lib/ngrokapi/services/event_subscriptions_client.rb +36 -14
- data/lib/ngrokapi/services/failover_backends_client.rb +234 -0
- data/lib/ngrokapi/services/http_response_backends_client.rb +220 -0
- data/lib/ngrokapi/services/{endpoint_oidc_module_client.rb → https_edge_mutual_tls_module_client.rb} +27 -29
- data/lib/ngrokapi/services/https_edge_tls_termination_module_client.rb +106 -0
- data/lib/ngrokapi/services/ip_policies_client.rb +31 -14
- data/lib/ngrokapi/services/ip_policy_rules_client.rb +38 -12
- data/lib/ngrokapi/services/ip_restrictions_client.rb +36 -12
- data/lib/ngrokapi/services/reserved_addrs_client.rb +31 -48
- data/lib/ngrokapi/services/reserved_domains_client.rb +37 -85
- data/lib/ngrokapi/services/ssh_certificate_authorities_client.rb +35 -11
- data/lib/ngrokapi/services/ssh_credentials_client.rb +34 -11
- data/lib/ngrokapi/services/ssh_host_certificates_client.rb +39 -11
- data/lib/ngrokapi/services/ssh_user_certificates_client.rb +44 -12
- data/lib/ngrokapi/services/{endpoint_logging_module_client.rb → tcp_edge_backend_module_client.rb} +27 -29
- data/lib/ngrokapi/services/{endpoint_ip_policy_module_client.rb → tcp_edge_ip_restriction_module_client.rb} +21 -23
- data/lib/ngrokapi/services/tls_certificates_client.rb +33 -11
- data/lib/ngrokapi/services/{endpoint_saml_module_client.rb → tls_edge_backend_module_client.rb} +27 -29
- data/lib/ngrokapi/services/tls_edge_ip_restriction_module_client.rb +106 -0
- data/lib/ngrokapi/services/{endpoint_mutual_tls_module_client.rb → tls_edge_mutual_tls_module_client.rb} +21 -23
- data/lib/ngrokapi/services/{endpoint_tls_termination_module_client.rb → tls_edge_tls_termination_module_client.rb} +21 -23
- data/lib/ngrokapi/services/tunnel_group_backends_client.rb +232 -0
- data/lib/ngrokapi/services/tunnel_sessions_client.rb +6 -8
- data/lib/ngrokapi/services/tunnels_client.rb +39 -6
- data/lib/ngrokapi/services/weighted_backends_client.rb +234 -0
- data/lib/ngrokapi/version.rb +1 -1
- data/lib/ngrokapi.rb +1 -1
- data/spec/ngrokapi/client_spec.rb +44 -23
- data/spec/ngrokapi/models/abuse_report_hostname_spec.rb +2 -2
- data/spec/ngrokapi/models/abuse_report_spec.rb +2 -2
- data/spec/ngrokapi/models/agent_ingress_spec.rb +2 -2
- data/spec/ngrokapi/models/api_key_spec.rb +2 -2
- data/spec/ngrokapi/models/aws_auth_spec.rb +2 -2
- data/spec/ngrokapi/models/aws_credentials_spec.rb +2 -2
- data/spec/ngrokapi/models/aws_role_spec.rb +2 -2
- data/spec/ngrokapi/models/certificate_authority_spec.rb +2 -2
- data/spec/ngrokapi/models/credential_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_backend_mutate_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_backend_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_circuit_breaker_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_compression_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_ip_policy_mutate_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_ip_policy_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_mutual_tls_mutate_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_mutual_tls_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_o_auth_facebook_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_o_auth_git_hub_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_o_auth_google_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_o_auth_microsoft_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_o_auth_provider_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_o_auth_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_oidc_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_request_headers_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_response_headers_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_saml_mutate_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_saml_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_tls_termination_at_edge_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_tls_termination_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_webhook_validation_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_websocket_tcp_converter_spec.rb +21 -0
- data/spec/ngrokapi/models/event_destination_spec.rb +2 -2
- data/spec/ngrokapi/models/event_source_list_spec.rb +2 -2
- data/spec/ngrokapi/models/event_source_replace_spec.rb +2 -2
- data/spec/ngrokapi/models/event_source_spec.rb +2 -2
- data/spec/ngrokapi/models/event_subscription_spec.rb +2 -2
- data/spec/ngrokapi/models/event_target_cloudwatch_logs_spec.rb +2 -2
- data/spec/ngrokapi/models/event_target_firehose_spec.rb +2 -2
- data/spec/ngrokapi/models/event_target_kinesis_spec.rb +2 -2
- data/spec/ngrokapi/models/event_target_spec.rb +2 -2
- data/spec/ngrokapi/models/failover_backend_spec.rb +45 -0
- data/spec/ngrokapi/models/http_response_backend_spec.rb +51 -0
- data/spec/ngrokapi/models/https_edge_route_spec.rb +81 -0
- data/spec/ngrokapi/models/https_edge_spec.rb +51 -0
- data/spec/ngrokapi/models/ip_policy_rule_spec.rb +2 -2
- data/spec/ngrokapi/models/ip_policy_spec.rb +2 -2
- data/spec/ngrokapi/models/ip_restriction_spec.rb +2 -2
- data/spec/ngrokapi/models/listable_spec.rb +2 -2
- data/spec/ngrokapi/models/ref_spec.rb +2 -2
- data/spec/ngrokapi/models/reserved_addr_spec.rb +2 -2
- data/spec/ngrokapi/models/reserved_domain_cert_job_spec.rb +2 -2
- data/spec/ngrokapi/models/reserved_domain_cert_policy_spec.rb +2 -2
- data/spec/ngrokapi/models/reserved_domain_cert_status_spec.rb +2 -2
- data/spec/ngrokapi/models/reserved_domain_spec.rb +2 -2
- data/spec/ngrokapi/models/ssh_certificate_authority_spec.rb +2 -2
- data/spec/ngrokapi/models/ssh_credential_spec.rb +2 -2
- data/spec/ngrokapi/models/ssh_host_certificate_spec.rb +2 -2
- data/spec/ngrokapi/models/ssh_user_certificate_spec.rb +2 -2
- data/spec/ngrokapi/models/tcp_edge_spec.rb +51 -0
- data/spec/ngrokapi/models/tls_certificate_sa_ns_spec.rb +2 -2
- data/spec/ngrokapi/models/tls_certificate_spec.rb +2 -2
- data/spec/ngrokapi/models/tls_edge_spec.rb +57 -0
- data/spec/ngrokapi/models/tunnel_group_backend_spec.rb +45 -0
- data/spec/ngrokapi/models/tunnel_session_spec.rb +2 -2
- data/spec/ngrokapi/models/tunnel_spec.rb +2 -2
- data/spec/ngrokapi/models/weighted_backend_spec.rb +45 -0
- data/spec/ngrokapi/paged_iterator_spec.rb +5 -5
- data/spec/ngrokapi/services/abuse_reports_client_spec.rb +19 -0
- data/spec/ngrokapi/services/agent_ingresses_client_spec.rb +21 -0
- data/spec/ngrokapi/services/api_keys_client_spec.rb +19 -0
- data/spec/ngrokapi/services/certificate_authorities_client_spec.rb +21 -0
- data/spec/ngrokapi/services/credentials_client_spec.rb +21 -0
- data/spec/ngrokapi/services/edge_route_backend_module_client_spec.rb +137 -0
- data/spec/ngrokapi/services/{endpoint_circuit_breaker_module_client_spec.rb → edge_route_circuit_breaker_module_client_spec.rb} +33 -21
- data/spec/ngrokapi/services/{endpoint_compression_module_client_spec.rb → edge_route_compression_module_client_spec.rb} +33 -21
- data/spec/ngrokapi/services/edge_route_ip_restriction_module_client_spec.rb +137 -0
- data/spec/ngrokapi/services/{endpoint_o_auth_module_client_spec.rb → edge_route_o_auth_module_client_spec.rb} +33 -21
- data/spec/ngrokapi/services/{endpoint_oidc_module_client_spec.rb → edge_route_oidc_module_client_spec.rb} +33 -21
- data/spec/ngrokapi/services/{endpoint_request_headers_module_client_spec.rb → edge_route_request_headers_module_client_spec.rb} +33 -21
- data/spec/ngrokapi/services/{endpoint_response_headers_module_client_spec.rb → edge_route_response_headers_module_client_spec.rb} +33 -21
- data/spec/ngrokapi/services/{endpoint_saml_module_client_spec.rb → edge_route_saml_module_client_spec.rb} +33 -21
- data/spec/ngrokapi/services/{endpoint_webhook_validation_module_client_spec.rb → edge_route_webhook_verification_module_client_spec.rb} +33 -21
- data/spec/ngrokapi/services/edge_route_websocket_tcp_converter_module_client_spec.rb +137 -0
- data/spec/ngrokapi/services/edges_https_client_spec.rb +200 -0
- data/spec/ngrokapi/services/edges_https_routes_client_spec.rb +288 -0
- data/spec/ngrokapi/services/edges_tcp_client_spec.rb +200 -0
- data/spec/ngrokapi/services/edges_tls_client_spec.rb +216 -0
- data/spec/ngrokapi/services/endpoints_client_spec.rb +57 -0
- data/spec/ngrokapi/services/event_destinations_client_spec.rb +24 -0
- data/spec/ngrokapi/services/event_sources_client_spec.rb +21 -0
- data/spec/ngrokapi/services/event_subscriptions_client_spec.rb +23 -0
- data/spec/ngrokapi/services/failover_backends_client_spec.rb +184 -0
- data/spec/ngrokapi/services/http_response_backends_client_spec.rb +200 -0
- data/spec/ngrokapi/services/{endpoint_mutual_tls_module_client_spec.rb → https_edge_mutual_tls_module_client_spec.rb} +19 -21
- data/spec/ngrokapi/services/{endpoint_tls_termination_module_client_spec.rb → https_edge_tls_termination_module_client_spec.rb} +19 -21
- data/spec/ngrokapi/services/ip_policies_client_spec.rb +20 -1
- data/spec/ngrokapi/services/ip_policy_rules_client_spec.rb +28 -1
- data/spec/ngrokapi/services/ip_restrictions_client_spec.rb +25 -0
- data/spec/ngrokapi/services/reserved_addrs_client_spec.rb +22 -44
- data/spec/ngrokapi/services/reserved_domains_client_spec.rb +29 -88
- data/spec/ngrokapi/services/ssh_certificate_authorities_client_spec.rb +25 -0
- data/spec/ngrokapi/services/ssh_credentials_client_spec.rb +23 -0
- data/spec/ngrokapi/services/ssh_host_certificates_client_spec.rb +29 -0
- data/spec/ngrokapi/services/ssh_user_certificates_client_spec.rb +33 -0
- data/spec/ngrokapi/services/tcp_edge_backend_module_client_spec.rb +123 -0
- data/spec/ngrokapi/services/{endpoint_ip_policy_module_client_spec.rb → tcp_edge_ip_restriction_module_client_spec.rb} +19 -21
- data/spec/ngrokapi/services/tls_certificates_client_spec.rb +23 -0
- data/spec/ngrokapi/services/tls_edge_backend_module_client_spec.rb +123 -0
- data/spec/ngrokapi/services/tls_edge_ip_restriction_module_client_spec.rb +123 -0
- data/spec/ngrokapi/services/tls_edge_mutual_tls_module_client_spec.rb +123 -0
- data/spec/ngrokapi/services/tls_edge_tls_termination_module_client_spec.rb +123 -0
- data/spec/ngrokapi/services/tunnel_group_backends_client_spec.rb +184 -0
- data/spec/ngrokapi/services/tunnels_client_spec.rb +36 -0
- data/spec/ngrokapi/services/weighted_backends_client_spec.rb +184 -0
- data/spec/spec_helper.rb +326 -33
- metadata +166 -76
- data/doc/README +0 -94
- data/docs/README +0 -94
- data/lib/ngrokapi/models/endpoint_configuration.rb +0 -130
- data/lib/ngrokapi/models/endpoint_logging.rb +0 -27
- data/lib/ngrokapi/models/endpoint_logging_mutate.rb +0 -27
- data/lib/ngrokapi/models/event_stream.rb +0 -77
- data/lib/ngrokapi/services/endpoint_circuit_breaker_module_client.rb +0 -108
- data/lib/ngrokapi/services/endpoint_compression_module_client.rb +0 -108
- data/lib/ngrokapi/services/endpoint_configurations_client.rb +0 -289
- data/lib/ngrokapi/services/endpoint_o_auth_module_client.rb +0 -108
- data/lib/ngrokapi/services/endpoint_request_headers_module_client.rb +0 -108
- data/lib/ngrokapi/services/endpoint_response_headers_module_client.rb +0 -108
- data/lib/ngrokapi/services/endpoint_webhook_validation_module_client.rb +0 -108
- data/lib/ngrokapi/services/event_streams_client.rb +0 -224
- data/spec/ngrokapi/models/endpoint_configuration_spec.rb +0 -78
- data/spec/ngrokapi/models/endpoint_logging_mutate_spec.rb +0 -21
- data/spec/ngrokapi/models/endpoint_logging_spec.rb +0 -21
- data/spec/ngrokapi/models/event_stream_spec.rb +0 -51
- data/spec/ngrokapi/services/endpoint_configurations_client_spec.rb +0 -237
- data/spec/ngrokapi/services/endpoint_logging_module_client_spec.rb +0 -125
- data/spec/ngrokapi/services/event_streams_client_spec.rb +0 -177
@@ -36,15 +36,9 @@ RSpec.describe NgrokAPI::Client do
|
|
36
36
|
end
|
37
37
|
end
|
38
38
|
|
39
|
-
describe "#
|
40
|
-
it "returns an instance of the
|
41
|
-
expect(@client.
|
42
|
-
end
|
43
|
-
end
|
44
|
-
|
45
|
-
describe "#event_streams" do
|
46
|
-
it "returns an instance of the EventStreamsClient" do
|
47
|
-
expect(@client.event_streams.class).to eq(NgrokAPI::Services::EventStreamsClient)
|
39
|
+
describe "#endpoints" do
|
40
|
+
it "returns an instance of the EndpointsClient" do
|
41
|
+
expect(@client.endpoints.class).to eq(NgrokAPI::Services::EndpointsClient)
|
48
42
|
end
|
49
43
|
end
|
50
44
|
|
@@ -138,21 +132,48 @@ RSpec.describe NgrokAPI::Client do
|
|
138
132
|
end
|
139
133
|
end
|
140
134
|
|
141
|
-
describe "#
|
135
|
+
describe "#backends" do
|
136
|
+
it "returns an instance of OpenStruct covering namespaces" do
|
137
|
+
ns = @client.backends
|
138
|
+
expect(ns.failover.class).to eq(NgrokAPI::Services::FailoverBackendsClient)
|
139
|
+
expect(ns.http_response.class).to eq(NgrokAPI::Services::HTTPResponseBackendsClient)
|
140
|
+
expect(ns.tunnel_group.class).to eq(NgrokAPI::Services::TunnelGroupBackendsClient)
|
141
|
+
expect(ns.weighted.class).to eq(NgrokAPI::Services::WeightedBackendsClient)
|
142
|
+
end
|
143
|
+
end
|
144
|
+
|
145
|
+
describe "#edges" do
|
146
|
+
it "returns an instance of OpenStruct covering namespaces" do
|
147
|
+
ns = @client.edges
|
148
|
+
expect(ns.https_routes.class).to eq(NgrokAPI::Services::EdgesHTTPSRoutesClient)
|
149
|
+
expect(ns.https.class).to eq(NgrokAPI::Services::EdgesHTTPSClient)
|
150
|
+
expect(ns.tcp.class).to eq(NgrokAPI::Services::EdgesTCPClient)
|
151
|
+
expect(ns.tls.class).to eq(NgrokAPI::Services::EdgesTLSClient)
|
152
|
+
end
|
153
|
+
end
|
154
|
+
|
155
|
+
describe "#edge_modules" do
|
142
156
|
it "returns an instance of OpenStruct covering namespaces" do
|
143
|
-
ns = @client.
|
144
|
-
expect(ns.
|
145
|
-
expect(ns.
|
146
|
-
expect(ns.
|
147
|
-
expect(ns.
|
148
|
-
expect(ns.
|
149
|
-
expect(ns.
|
150
|
-
expect(ns.
|
151
|
-
expect(ns.
|
152
|
-
expect(ns.
|
153
|
-
expect(ns.
|
154
|
-
expect(ns.
|
155
|
-
expect(ns.
|
157
|
+
ns = @client.edge_modules
|
158
|
+
expect(ns.https_edge_mutual_tls.class).to eq(NgrokAPI::Services::HTTPSEdgeMutualTLSModuleClient)
|
159
|
+
expect(ns.https_edge_tls_termination.class).to eq(NgrokAPI::Services::HTTPSEdgeTLSTerminationModuleClient)
|
160
|
+
expect(ns.https_edge_route_backend.class).to eq(NgrokAPI::Services::EdgeRouteBackendModuleClient)
|
161
|
+
expect(ns.https_edge_route_ip_restriction.class).to eq(NgrokAPI::Services::EdgeRouteIPRestrictionModuleClient)
|
162
|
+
expect(ns.https_edge_route_request_headers.class).to eq(NgrokAPI::Services::EdgeRouteRequestHeadersModuleClient)
|
163
|
+
expect(ns.https_edge_route_response_headers.class).to eq(NgrokAPI::Services::EdgeRouteResponseHeadersModuleClient)
|
164
|
+
expect(ns.https_edge_route_compression.class).to eq(NgrokAPI::Services::EdgeRouteCompressionModuleClient)
|
165
|
+
expect(ns.https_edge_route_circuit_breaker.class).to eq(NgrokAPI::Services::EdgeRouteCircuitBreakerModuleClient)
|
166
|
+
expect(ns.https_edge_route_webhook_verification.class).to eq(NgrokAPI::Services::EdgeRouteWebhookVerificationModuleClient)
|
167
|
+
expect(ns.https_edge_route_oauth.class).to eq(NgrokAPI::Services::EdgeRouteOAuthModuleClient)
|
168
|
+
expect(ns.https_edge_route_saml.class).to eq(NgrokAPI::Services::EdgeRouteSAMLModuleClient)
|
169
|
+
expect(ns.https_edge_route_oidc.class).to eq(NgrokAPI::Services::EdgeRouteOIDCModuleClient)
|
170
|
+
expect(ns.https_edge_route_websocket_tcp_converter.class).to eq(NgrokAPI::Services::EdgeRouteWebsocketTCPConverterModuleClient)
|
171
|
+
expect(ns.tcp_edge_backend.class).to eq(NgrokAPI::Services::TCPEdgeBackendModuleClient)
|
172
|
+
expect(ns.tcp_edge_ip_restriction.class).to eq(NgrokAPI::Services::TCPEdgeIPRestrictionModuleClient)
|
173
|
+
expect(ns.tls_edge_backend.class).to eq(NgrokAPI::Services::TLSEdgeBackendModuleClient)
|
174
|
+
expect(ns.tls_edge_ip_restriction.class).to eq(NgrokAPI::Services::TLSEdgeIPRestrictionModuleClient)
|
175
|
+
expect(ns.tls_edge_mutual_tls.class).to eq(NgrokAPI::Services::TLSEdgeMutualTLSModuleClient)
|
176
|
+
expect(ns.tls_edge_tls_termination.class).to eq(NgrokAPI::Services::TLSEdgeTLSTerminationModuleClient)
|
156
177
|
end
|
157
178
|
end
|
158
179
|
end
|
@@ -3,12 +3,12 @@ require 'spec_helper'
|
|
3
3
|
RSpec.describe NgrokAPI::Models::AbuseReportHostname do
|
4
4
|
before(:each) do
|
5
5
|
@client = class_double("AbuseReportHostnamesClient")
|
6
|
-
@abuse_report_hostname = NgrokAPI::Models::AbuseReportHostname.new(client: @client,
|
6
|
+
@abuse_report_hostname = NgrokAPI::Models::AbuseReportHostname.new(client: @client, attrs: abuse_report_hostname_result)
|
7
7
|
end
|
8
8
|
|
9
9
|
describe "#==" do
|
10
10
|
it "is equal if the results are the same" do
|
11
|
-
other = NgrokAPI::Models::AbuseReportHostname.new(client: @client,
|
11
|
+
other = NgrokAPI::Models::AbuseReportHostname.new(client: @client, attrs: abuse_report_hostname_result)
|
12
12
|
expect(@abuse_report_hostname == other).to eq true
|
13
13
|
end
|
14
14
|
end
|
@@ -3,12 +3,12 @@ require 'spec_helper'
|
|
3
3
|
RSpec.describe NgrokAPI::Models::AbuseReport do
|
4
4
|
before(:each) do
|
5
5
|
@client = class_double("AbuseReportsClient")
|
6
|
-
@abuse_report = NgrokAPI::Models::AbuseReport.new(client: @client,
|
6
|
+
@abuse_report = NgrokAPI::Models::AbuseReport.new(client: @client, attrs: abuse_report_result)
|
7
7
|
end
|
8
8
|
|
9
9
|
describe "#==" do
|
10
10
|
it "is equal if the results are the same" do
|
11
|
-
other = NgrokAPI::Models::AbuseReport.new(client: @client,
|
11
|
+
other = NgrokAPI::Models::AbuseReport.new(client: @client, attrs: abuse_report_result)
|
12
12
|
expect(@abuse_report == other).to eq true
|
13
13
|
end
|
14
14
|
end
|
@@ -3,12 +3,12 @@ require 'spec_helper'
|
|
3
3
|
RSpec.describe NgrokAPI::Models::AgentIngress do
|
4
4
|
before(:each) do
|
5
5
|
@client = class_double("AgentIngresssClient")
|
6
|
-
@agent_ingress = NgrokAPI::Models::AgentIngress.new(client: @client,
|
6
|
+
@agent_ingress = NgrokAPI::Models::AgentIngress.new(client: @client, attrs: agent_ingress_result)
|
7
7
|
end
|
8
8
|
|
9
9
|
describe "#==" do
|
10
10
|
it "is equal if the results are the same" do
|
11
|
-
other = NgrokAPI::Models::AgentIngress.new(client: @client,
|
11
|
+
other = NgrokAPI::Models::AgentIngress.new(client: @client, attrs: agent_ingress_result)
|
12
12
|
expect(@agent_ingress == other).to eq true
|
13
13
|
end
|
14
14
|
end
|
@@ -3,12 +3,12 @@ require 'spec_helper'
|
|
3
3
|
RSpec.describe NgrokAPI::Models::APIKey do
|
4
4
|
before(:each) do
|
5
5
|
@client = class_double("APIKeysClient")
|
6
|
-
@api_key = NgrokAPI::Models::APIKey.new(client: @client,
|
6
|
+
@api_key = NgrokAPI::Models::APIKey.new(client: @client, attrs: api_key_result)
|
7
7
|
end
|
8
8
|
|
9
9
|
describe "#==" do
|
10
10
|
it "is equal if the results are the same" do
|
11
|
-
other = NgrokAPI::Models::APIKey.new(client: @client,
|
11
|
+
other = NgrokAPI::Models::APIKey.new(client: @client, attrs: api_key_result)
|
12
12
|
expect(@api_key == other).to eq true
|
13
13
|
end
|
14
14
|
end
|
@@ -3,12 +3,12 @@ require 'spec_helper'
|
|
3
3
|
RSpec.describe NgrokAPI::Models::AWSAuth do
|
4
4
|
before(:each) do
|
5
5
|
@client = class_double("AWSAuthsClient")
|
6
|
-
@aws_auth = NgrokAPI::Models::AWSAuth.new(client: @client,
|
6
|
+
@aws_auth = NgrokAPI::Models::AWSAuth.new(client: @client, attrs: aws_auth_result)
|
7
7
|
end
|
8
8
|
|
9
9
|
describe "#==" do
|
10
10
|
it "is equal if the results are the same" do
|
11
|
-
other = NgrokAPI::Models::AWSAuth.new(client: @client,
|
11
|
+
other = NgrokAPI::Models::AWSAuth.new(client: @client, attrs: aws_auth_result)
|
12
12
|
expect(@aws_auth == other).to eq true
|
13
13
|
end
|
14
14
|
end
|
@@ -3,12 +3,12 @@ require 'spec_helper'
|
|
3
3
|
RSpec.describe NgrokAPI::Models::AWSCredentials do
|
4
4
|
before(:each) do
|
5
5
|
@client = class_double("AWSCredentialssClient")
|
6
|
-
@aws_credentials = NgrokAPI::Models::AWSCredentials.new(client: @client,
|
6
|
+
@aws_credentials = NgrokAPI::Models::AWSCredentials.new(client: @client, attrs: aws_credentials_result)
|
7
7
|
end
|
8
8
|
|
9
9
|
describe "#==" do
|
10
10
|
it "is equal if the results are the same" do
|
11
|
-
other = NgrokAPI::Models::AWSCredentials.new(client: @client,
|
11
|
+
other = NgrokAPI::Models::AWSCredentials.new(client: @client, attrs: aws_credentials_result)
|
12
12
|
expect(@aws_credentials == other).to eq true
|
13
13
|
end
|
14
14
|
end
|
@@ -3,12 +3,12 @@ require 'spec_helper'
|
|
3
3
|
RSpec.describe NgrokAPI::Models::AWSRole do
|
4
4
|
before(:each) do
|
5
5
|
@client = class_double("AWSRolesClient")
|
6
|
-
@aws_role = NgrokAPI::Models::AWSRole.new(client: @client,
|
6
|
+
@aws_role = NgrokAPI::Models::AWSRole.new(client: @client, attrs: aws_role_result)
|
7
7
|
end
|
8
8
|
|
9
9
|
describe "#==" do
|
10
10
|
it "is equal if the results are the same" do
|
11
|
-
other = NgrokAPI::Models::AWSRole.new(client: @client,
|
11
|
+
other = NgrokAPI::Models::AWSRole.new(client: @client, attrs: aws_role_result)
|
12
12
|
expect(@aws_role == other).to eq true
|
13
13
|
end
|
14
14
|
end
|
@@ -3,12 +3,12 @@ require 'spec_helper'
|
|
3
3
|
RSpec.describe NgrokAPI::Models::CertificateAuthority do
|
4
4
|
before(:each) do
|
5
5
|
@client = class_double("CertificateAuthoritysClient")
|
6
|
-
@certificate_authority = NgrokAPI::Models::CertificateAuthority.new(client: @client,
|
6
|
+
@certificate_authority = NgrokAPI::Models::CertificateAuthority.new(client: @client, attrs: certificate_authority_result)
|
7
7
|
end
|
8
8
|
|
9
9
|
describe "#==" do
|
10
10
|
it "is equal if the results are the same" do
|
11
|
-
other = NgrokAPI::Models::CertificateAuthority.new(client: @client,
|
11
|
+
other = NgrokAPI::Models::CertificateAuthority.new(client: @client, attrs: certificate_authority_result)
|
12
12
|
expect(@certificate_authority == other).to eq true
|
13
13
|
end
|
14
14
|
end
|
@@ -3,12 +3,12 @@ require 'spec_helper'
|
|
3
3
|
RSpec.describe NgrokAPI::Models::Credential do
|
4
4
|
before(:each) do
|
5
5
|
@client = class_double("CredentialsClient")
|
6
|
-
@credential = NgrokAPI::Models::Credential.new(client: @client,
|
6
|
+
@credential = NgrokAPI::Models::Credential.new(client: @client, attrs: credential_result)
|
7
7
|
end
|
8
8
|
|
9
9
|
describe "#==" do
|
10
10
|
it "is equal if the results are the same" do
|
11
|
-
other = NgrokAPI::Models::Credential.new(client: @client,
|
11
|
+
other = NgrokAPI::Models::Credential.new(client: @client, attrs: credential_result)
|
12
12
|
expect(@credential == other).to eq true
|
13
13
|
end
|
14
14
|
end
|
@@ -0,0 +1,21 @@
|
|
1
|
+
require 'spec_helper'
|
2
|
+
|
3
|
+
RSpec.describe NgrokAPI::Models::EndpointBackendMutate do
|
4
|
+
before(:each) do
|
5
|
+
@client = class_double("EndpointBackendMutatesClient")
|
6
|
+
@endpoint_backend_mutate = NgrokAPI::Models::EndpointBackendMutate.new(client: @client, attrs: endpoint_backend_mutate_result)
|
7
|
+
end
|
8
|
+
|
9
|
+
describe "#==" do
|
10
|
+
it "is equal if the results are the same" do
|
11
|
+
other = NgrokAPI::Models::EndpointBackendMutate.new(client: @client, attrs: endpoint_backend_mutate_result)
|
12
|
+
expect(@endpoint_backend_mutate == other).to eq true
|
13
|
+
end
|
14
|
+
end
|
15
|
+
|
16
|
+
describe "#to_s" do
|
17
|
+
it "stringifies as result.to_s" do
|
18
|
+
expect(@endpoint_backend_mutate.to_s).to eq endpoint_backend_mutate_result.to_s
|
19
|
+
end
|
20
|
+
end
|
21
|
+
end
|
@@ -0,0 +1,21 @@
|
|
1
|
+
require 'spec_helper'
|
2
|
+
|
3
|
+
RSpec.describe NgrokAPI::Models::EndpointBackend do
|
4
|
+
before(:each) do
|
5
|
+
@client = class_double("EndpointBackendsClient")
|
6
|
+
@endpoint_backend = NgrokAPI::Models::EndpointBackend.new(client: @client, attrs: endpoint_backend_result)
|
7
|
+
end
|
8
|
+
|
9
|
+
describe "#==" do
|
10
|
+
it "is equal if the results are the same" do
|
11
|
+
other = NgrokAPI::Models::EndpointBackend.new(client: @client, attrs: endpoint_backend_result)
|
12
|
+
expect(@endpoint_backend == other).to eq true
|
13
|
+
end
|
14
|
+
end
|
15
|
+
|
16
|
+
describe "#to_s" do
|
17
|
+
it "stringifies as result.to_s" do
|
18
|
+
expect(@endpoint_backend.to_s).to eq endpoint_backend_result.to_s
|
19
|
+
end
|
20
|
+
end
|
21
|
+
end
|
@@ -3,12 +3,12 @@ require 'spec_helper'
|
|
3
3
|
RSpec.describe NgrokAPI::Models::EndpointCircuitBreaker do
|
4
4
|
before(:each) do
|
5
5
|
@client = class_double("EndpointCircuitBreakersClient")
|
6
|
-
@endpoint_circuit_breaker = NgrokAPI::Models::EndpointCircuitBreaker.new(client: @client,
|
6
|
+
@endpoint_circuit_breaker = NgrokAPI::Models::EndpointCircuitBreaker.new(client: @client, attrs: endpoint_circuit_breaker_result)
|
7
7
|
end
|
8
8
|
|
9
9
|
describe "#==" do
|
10
10
|
it "is equal if the results are the same" do
|
11
|
-
other = NgrokAPI::Models::EndpointCircuitBreaker.new(client: @client,
|
11
|
+
other = NgrokAPI::Models::EndpointCircuitBreaker.new(client: @client, attrs: endpoint_circuit_breaker_result)
|
12
12
|
expect(@endpoint_circuit_breaker == other).to eq true
|
13
13
|
end
|
14
14
|
end
|
@@ -3,12 +3,12 @@ require 'spec_helper'
|
|
3
3
|
RSpec.describe NgrokAPI::Models::EndpointCompression do
|
4
4
|
before(:each) do
|
5
5
|
@client = class_double("EndpointCompressionsClient")
|
6
|
-
@endpoint_compression = NgrokAPI::Models::EndpointCompression.new(client: @client,
|
6
|
+
@endpoint_compression = NgrokAPI::Models::EndpointCompression.new(client: @client, attrs: endpoint_compression_result)
|
7
7
|
end
|
8
8
|
|
9
9
|
describe "#==" do
|
10
10
|
it "is equal if the results are the same" do
|
11
|
-
other = NgrokAPI::Models::EndpointCompression.new(client: @client,
|
11
|
+
other = NgrokAPI::Models::EndpointCompression.new(client: @client, attrs: endpoint_compression_result)
|
12
12
|
expect(@endpoint_compression == other).to eq true
|
13
13
|
end
|
14
14
|
end
|
@@ -3,12 +3,12 @@ require 'spec_helper'
|
|
3
3
|
RSpec.describe NgrokAPI::Models::EndpointIPPolicyMutate do
|
4
4
|
before(:each) do
|
5
5
|
@client = class_double("EndpointIPPolicyMutatesClient")
|
6
|
-
@endpoint_ip_policy_mutate = NgrokAPI::Models::EndpointIPPolicyMutate.new(client: @client,
|
6
|
+
@endpoint_ip_policy_mutate = NgrokAPI::Models::EndpointIPPolicyMutate.new(client: @client, attrs: endpoint_ip_policy_mutate_result)
|
7
7
|
end
|
8
8
|
|
9
9
|
describe "#==" do
|
10
10
|
it "is equal if the results are the same" do
|
11
|
-
other = NgrokAPI::Models::EndpointIPPolicyMutate.new(client: @client,
|
11
|
+
other = NgrokAPI::Models::EndpointIPPolicyMutate.new(client: @client, attrs: endpoint_ip_policy_mutate_result)
|
12
12
|
expect(@endpoint_ip_policy_mutate == other).to eq true
|
13
13
|
end
|
14
14
|
end
|
@@ -3,12 +3,12 @@ require 'spec_helper'
|
|
3
3
|
RSpec.describe NgrokAPI::Models::EndpointIPPolicy do
|
4
4
|
before(:each) do
|
5
5
|
@client = class_double("EndpointIPPolicysClient")
|
6
|
-
@endpoint_ip_policy = NgrokAPI::Models::EndpointIPPolicy.new(client: @client,
|
6
|
+
@endpoint_ip_policy = NgrokAPI::Models::EndpointIPPolicy.new(client: @client, attrs: endpoint_ip_policy_result)
|
7
7
|
end
|
8
8
|
|
9
9
|
describe "#==" do
|
10
10
|
it "is equal if the results are the same" do
|
11
|
-
other = NgrokAPI::Models::EndpointIPPolicy.new(client: @client,
|
11
|
+
other = NgrokAPI::Models::EndpointIPPolicy.new(client: @client, attrs: endpoint_ip_policy_result)
|
12
12
|
expect(@endpoint_ip_policy == other).to eq true
|
13
13
|
end
|
14
14
|
end
|
@@ -3,12 +3,12 @@ require 'spec_helper'
|
|
3
3
|
RSpec.describe NgrokAPI::Models::EndpointMutualTLSMutate do
|
4
4
|
before(:each) do
|
5
5
|
@client = class_double("EndpointMutualTLSMutatesClient")
|
6
|
-
@endpoint_mutual_tls_mutate = NgrokAPI::Models::EndpointMutualTLSMutate.new(client: @client,
|
6
|
+
@endpoint_mutual_tls_mutate = NgrokAPI::Models::EndpointMutualTLSMutate.new(client: @client, attrs: endpoint_mutual_tls_mutate_result)
|
7
7
|
end
|
8
8
|
|
9
9
|
describe "#==" do
|
10
10
|
it "is equal if the results are the same" do
|
11
|
-
other = NgrokAPI::Models::EndpointMutualTLSMutate.new(client: @client,
|
11
|
+
other = NgrokAPI::Models::EndpointMutualTLSMutate.new(client: @client, attrs: endpoint_mutual_tls_mutate_result)
|
12
12
|
expect(@endpoint_mutual_tls_mutate == other).to eq true
|
13
13
|
end
|
14
14
|
end
|
@@ -3,12 +3,12 @@ require 'spec_helper'
|
|
3
3
|
RSpec.describe NgrokAPI::Models::EndpointMutualTLS do
|
4
4
|
before(:each) do
|
5
5
|
@client = class_double("EndpointMutualTLSsClient")
|
6
|
-
@endpoint_mutual_tls = NgrokAPI::Models::EndpointMutualTLS.new(client: @client,
|
6
|
+
@endpoint_mutual_tls = NgrokAPI::Models::EndpointMutualTLS.new(client: @client, attrs: endpoint_mutual_tls_result)
|
7
7
|
end
|
8
8
|
|
9
9
|
describe "#==" do
|
10
10
|
it "is equal if the results are the same" do
|
11
|
-
other = NgrokAPI::Models::EndpointMutualTLS.new(client: @client,
|
11
|
+
other = NgrokAPI::Models::EndpointMutualTLS.new(client: @client, attrs: endpoint_mutual_tls_result)
|
12
12
|
expect(@endpoint_mutual_tls == other).to eq true
|
13
13
|
end
|
14
14
|
end
|
@@ -3,12 +3,12 @@ require 'spec_helper'
|
|
3
3
|
RSpec.describe NgrokAPI::Models::EndpointOAuthFacebook do
|
4
4
|
before(:each) do
|
5
5
|
@client = class_double("EndpointOAuthFacebooksClient")
|
6
|
-
@endpoint_o_auth_facebook = NgrokAPI::Models::EndpointOAuthFacebook.new(client: @client,
|
6
|
+
@endpoint_o_auth_facebook = NgrokAPI::Models::EndpointOAuthFacebook.new(client: @client, attrs: endpoint_o_auth_facebook_result)
|
7
7
|
end
|
8
8
|
|
9
9
|
describe "#==" do
|
10
10
|
it "is equal if the results are the same" do
|
11
|
-
other = NgrokAPI::Models::EndpointOAuthFacebook.new(client: @client,
|
11
|
+
other = NgrokAPI::Models::EndpointOAuthFacebook.new(client: @client, attrs: endpoint_o_auth_facebook_result)
|
12
12
|
expect(@endpoint_o_auth_facebook == other).to eq true
|
13
13
|
end
|
14
14
|
end
|
@@ -3,12 +3,12 @@ require 'spec_helper'
|
|
3
3
|
RSpec.describe NgrokAPI::Models::EndpointOAuthGitHub do
|
4
4
|
before(:each) do
|
5
5
|
@client = class_double("EndpointOAuthGitHubsClient")
|
6
|
-
@endpoint_o_auth_git_hub = NgrokAPI::Models::EndpointOAuthGitHub.new(client: @client,
|
6
|
+
@endpoint_o_auth_git_hub = NgrokAPI::Models::EndpointOAuthGitHub.new(client: @client, attrs: endpoint_o_auth_git_hub_result)
|
7
7
|
end
|
8
8
|
|
9
9
|
describe "#==" do
|
10
10
|
it "is equal if the results are the same" do
|
11
|
-
other = NgrokAPI::Models::EndpointOAuthGitHub.new(client: @client,
|
11
|
+
other = NgrokAPI::Models::EndpointOAuthGitHub.new(client: @client, attrs: endpoint_o_auth_git_hub_result)
|
12
12
|
expect(@endpoint_o_auth_git_hub == other).to eq true
|
13
13
|
end
|
14
14
|
end
|
@@ -3,12 +3,12 @@ require 'spec_helper'
|
|
3
3
|
RSpec.describe NgrokAPI::Models::EndpointOAuthGoogle do
|
4
4
|
before(:each) do
|
5
5
|
@client = class_double("EndpointOAuthGooglesClient")
|
6
|
-
@endpoint_o_auth_google = NgrokAPI::Models::EndpointOAuthGoogle.new(client: @client,
|
6
|
+
@endpoint_o_auth_google = NgrokAPI::Models::EndpointOAuthGoogle.new(client: @client, attrs: endpoint_o_auth_google_result)
|
7
7
|
end
|
8
8
|
|
9
9
|
describe "#==" do
|
10
10
|
it "is equal if the results are the same" do
|
11
|
-
other = NgrokAPI::Models::EndpointOAuthGoogle.new(client: @client,
|
11
|
+
other = NgrokAPI::Models::EndpointOAuthGoogle.new(client: @client, attrs: endpoint_o_auth_google_result)
|
12
12
|
expect(@endpoint_o_auth_google == other).to eq true
|
13
13
|
end
|
14
14
|
end
|
@@ -3,12 +3,12 @@ require 'spec_helper'
|
|
3
3
|
RSpec.describe NgrokAPI::Models::EndpointOAuthMicrosoft do
|
4
4
|
before(:each) do
|
5
5
|
@client = class_double("EndpointOAuthMicrosoftsClient")
|
6
|
-
@endpoint_o_auth_microsoft = NgrokAPI::Models::EndpointOAuthMicrosoft.new(client: @client,
|
6
|
+
@endpoint_o_auth_microsoft = NgrokAPI::Models::EndpointOAuthMicrosoft.new(client: @client, attrs: endpoint_o_auth_microsoft_result)
|
7
7
|
end
|
8
8
|
|
9
9
|
describe "#==" do
|
10
10
|
it "is equal if the results are the same" do
|
11
|
-
other = NgrokAPI::Models::EndpointOAuthMicrosoft.new(client: @client,
|
11
|
+
other = NgrokAPI::Models::EndpointOAuthMicrosoft.new(client: @client, attrs: endpoint_o_auth_microsoft_result)
|
12
12
|
expect(@endpoint_o_auth_microsoft == other).to eq true
|
13
13
|
end
|
14
14
|
end
|
@@ -3,12 +3,12 @@ require 'spec_helper'
|
|
3
3
|
RSpec.describe NgrokAPI::Models::EndpointOAuthProvider do
|
4
4
|
before(:each) do
|
5
5
|
@client = class_double("EndpointOAuthProvidersClient")
|
6
|
-
@endpoint_o_auth_provider = NgrokAPI::Models::EndpointOAuthProvider.new(client: @client,
|
6
|
+
@endpoint_o_auth_provider = NgrokAPI::Models::EndpointOAuthProvider.new(client: @client, attrs: endpoint_o_auth_provider_result)
|
7
7
|
end
|
8
8
|
|
9
9
|
describe "#==" do
|
10
10
|
it "is equal if the results are the same" do
|
11
|
-
other = NgrokAPI::Models::EndpointOAuthProvider.new(client: @client,
|
11
|
+
other = NgrokAPI::Models::EndpointOAuthProvider.new(client: @client, attrs: endpoint_o_auth_provider_result)
|
12
12
|
expect(@endpoint_o_auth_provider == other).to eq true
|
13
13
|
end
|
14
14
|
end
|
@@ -3,12 +3,12 @@ require 'spec_helper'
|
|
3
3
|
RSpec.describe NgrokAPI::Models::EndpointOAuth do
|
4
4
|
before(:each) do
|
5
5
|
@client = class_double("EndpointOAuthsClient")
|
6
|
-
@endpoint_o_auth = NgrokAPI::Models::EndpointOAuth.new(client: @client,
|
6
|
+
@endpoint_o_auth = NgrokAPI::Models::EndpointOAuth.new(client: @client, attrs: endpoint_o_auth_result)
|
7
7
|
end
|
8
8
|
|
9
9
|
describe "#==" do
|
10
10
|
it "is equal if the results are the same" do
|
11
|
-
other = NgrokAPI::Models::EndpointOAuth.new(client: @client,
|
11
|
+
other = NgrokAPI::Models::EndpointOAuth.new(client: @client, attrs: endpoint_o_auth_result)
|
12
12
|
expect(@endpoint_o_auth == other).to eq true
|
13
13
|
end
|
14
14
|
end
|
@@ -3,12 +3,12 @@ require 'spec_helper'
|
|
3
3
|
RSpec.describe NgrokAPI::Models::EndpointOIDC do
|
4
4
|
before(:each) do
|
5
5
|
@client = class_double("EndpointOIDCsClient")
|
6
|
-
@endpoint_oidc = NgrokAPI::Models::EndpointOIDC.new(client: @client,
|
6
|
+
@endpoint_oidc = NgrokAPI::Models::EndpointOIDC.new(client: @client, attrs: endpoint_oidc_result)
|
7
7
|
end
|
8
8
|
|
9
9
|
describe "#==" do
|
10
10
|
it "is equal if the results are the same" do
|
11
|
-
other = NgrokAPI::Models::EndpointOIDC.new(client: @client,
|
11
|
+
other = NgrokAPI::Models::EndpointOIDC.new(client: @client, attrs: endpoint_oidc_result)
|
12
12
|
expect(@endpoint_oidc == other).to eq true
|
13
13
|
end
|
14
14
|
end
|
@@ -3,12 +3,12 @@ require 'spec_helper'
|
|
3
3
|
RSpec.describe NgrokAPI::Models::EndpointRequestHeaders do
|
4
4
|
before(:each) do
|
5
5
|
@client = class_double("EndpointRequestHeaderssClient")
|
6
|
-
@endpoint_request_headers = NgrokAPI::Models::EndpointRequestHeaders.new(client: @client,
|
6
|
+
@endpoint_request_headers = NgrokAPI::Models::EndpointRequestHeaders.new(client: @client, attrs: endpoint_request_headers_result)
|
7
7
|
end
|
8
8
|
|
9
9
|
describe "#==" do
|
10
10
|
it "is equal if the results are the same" do
|
11
|
-
other = NgrokAPI::Models::EndpointRequestHeaders.new(client: @client,
|
11
|
+
other = NgrokAPI::Models::EndpointRequestHeaders.new(client: @client, attrs: endpoint_request_headers_result)
|
12
12
|
expect(@endpoint_request_headers == other).to eq true
|
13
13
|
end
|
14
14
|
end
|
@@ -3,12 +3,12 @@ require 'spec_helper'
|
|
3
3
|
RSpec.describe NgrokAPI::Models::EndpointResponseHeaders do
|
4
4
|
before(:each) do
|
5
5
|
@client = class_double("EndpointResponseHeaderssClient")
|
6
|
-
@endpoint_response_headers = NgrokAPI::Models::EndpointResponseHeaders.new(client: @client,
|
6
|
+
@endpoint_response_headers = NgrokAPI::Models::EndpointResponseHeaders.new(client: @client, attrs: endpoint_response_headers_result)
|
7
7
|
end
|
8
8
|
|
9
9
|
describe "#==" do
|
10
10
|
it "is equal if the results are the same" do
|
11
|
-
other = NgrokAPI::Models::EndpointResponseHeaders.new(client: @client,
|
11
|
+
other = NgrokAPI::Models::EndpointResponseHeaders.new(client: @client, attrs: endpoint_response_headers_result)
|
12
12
|
expect(@endpoint_response_headers == other).to eq true
|
13
13
|
end
|
14
14
|
end
|
@@ -3,12 +3,12 @@ require 'spec_helper'
|
|
3
3
|
RSpec.describe NgrokAPI::Models::EndpointSAMLMutate do
|
4
4
|
before(:each) do
|
5
5
|
@client = class_double("EndpointSAMLMutatesClient")
|
6
|
-
@endpoint_saml_mutate = NgrokAPI::Models::EndpointSAMLMutate.new(client: @client,
|
6
|
+
@endpoint_saml_mutate = NgrokAPI::Models::EndpointSAMLMutate.new(client: @client, attrs: endpoint_saml_mutate_result)
|
7
7
|
end
|
8
8
|
|
9
9
|
describe "#==" do
|
10
10
|
it "is equal if the results are the same" do
|
11
|
-
other = NgrokAPI::Models::EndpointSAMLMutate.new(client: @client,
|
11
|
+
other = NgrokAPI::Models::EndpointSAMLMutate.new(client: @client, attrs: endpoint_saml_mutate_result)
|
12
12
|
expect(@endpoint_saml_mutate == other).to eq true
|
13
13
|
end
|
14
14
|
end
|
@@ -3,12 +3,12 @@ require 'spec_helper'
|
|
3
3
|
RSpec.describe NgrokAPI::Models::EndpointSAML do
|
4
4
|
before(:each) do
|
5
5
|
@client = class_double("EndpointSAMLsClient")
|
6
|
-
@endpoint_saml = NgrokAPI::Models::EndpointSAML.new(client: @client,
|
6
|
+
@endpoint_saml = NgrokAPI::Models::EndpointSAML.new(client: @client, attrs: endpoint_saml_result)
|
7
7
|
end
|
8
8
|
|
9
9
|
describe "#==" do
|
10
10
|
it "is equal if the results are the same" do
|
11
|
-
other = NgrokAPI::Models::EndpointSAML.new(client: @client,
|
11
|
+
other = NgrokAPI::Models::EndpointSAML.new(client: @client, attrs: endpoint_saml_result)
|
12
12
|
expect(@endpoint_saml == other).to eq true
|
13
13
|
end
|
14
14
|
end
|
@@ -0,0 +1,21 @@
|
|
1
|
+
require 'spec_helper'
|
2
|
+
|
3
|
+
RSpec.describe NgrokAPI::Models::Endpoint do
|
4
|
+
before(:each) do
|
5
|
+
@client = class_double("EndpointsClient")
|
6
|
+
@endpoint = NgrokAPI::Models::Endpoint.new(client: @client, attrs: endpoint_result)
|
7
|
+
end
|
8
|
+
|
9
|
+
describe "#==" do
|
10
|
+
it "is equal if the results are the same" do
|
11
|
+
other = NgrokAPI::Models::Endpoint.new(client: @client, attrs: endpoint_result)
|
12
|
+
expect(@endpoint == other).to eq true
|
13
|
+
end
|
14
|
+
end
|
15
|
+
|
16
|
+
describe "#to_s" do
|
17
|
+
it "stringifies as result.to_s" do
|
18
|
+
expect(@endpoint.to_s).to eq endpoint_result.to_s
|
19
|
+
end
|
20
|
+
end
|
21
|
+
end
|
@@ -0,0 +1,21 @@
|
|
1
|
+
require 'spec_helper'
|
2
|
+
|
3
|
+
RSpec.describe NgrokAPI::Models::EndpointTLSTerminationAtEdge do
|
4
|
+
before(:each) do
|
5
|
+
@client = class_double("EndpointTLSTerminationAtEdgesClient")
|
6
|
+
@endpoint_tls_termination_at_edge = NgrokAPI::Models::EndpointTLSTerminationAtEdge.new(client: @client, attrs: endpoint_tls_termination_at_edge_result)
|
7
|
+
end
|
8
|
+
|
9
|
+
describe "#==" do
|
10
|
+
it "is equal if the results are the same" do
|
11
|
+
other = NgrokAPI::Models::EndpointTLSTerminationAtEdge.new(client: @client, attrs: endpoint_tls_termination_at_edge_result)
|
12
|
+
expect(@endpoint_tls_termination_at_edge == other).to eq true
|
13
|
+
end
|
14
|
+
end
|
15
|
+
|
16
|
+
describe "#to_s" do
|
17
|
+
it "stringifies as result.to_s" do
|
18
|
+
expect(@endpoint_tls_termination_at_edge.to_s).to eq endpoint_tls_termination_at_edge_result.to_s
|
19
|
+
end
|
20
|
+
end
|
21
|
+
end
|
@@ -3,12 +3,12 @@ require 'spec_helper'
|
|
3
3
|
RSpec.describe NgrokAPI::Models::EndpointTLSTermination do
|
4
4
|
before(:each) do
|
5
5
|
@client = class_double("EndpointTLSTerminationsClient")
|
6
|
-
@endpoint_tls_termination = NgrokAPI::Models::EndpointTLSTermination.new(client: @client,
|
6
|
+
@endpoint_tls_termination = NgrokAPI::Models::EndpointTLSTermination.new(client: @client, attrs: endpoint_tls_termination_result)
|
7
7
|
end
|
8
8
|
|
9
9
|
describe "#==" do
|
10
10
|
it "is equal if the results are the same" do
|
11
|
-
other = NgrokAPI::Models::EndpointTLSTermination.new(client: @client,
|
11
|
+
other = NgrokAPI::Models::EndpointTLSTermination.new(client: @client, attrs: endpoint_tls_termination_result)
|
12
12
|
expect(@endpoint_tls_termination == other).to eq true
|
13
13
|
end
|
14
14
|
end
|
@@ -3,12 +3,12 @@ require 'spec_helper'
|
|
3
3
|
RSpec.describe NgrokAPI::Models::EndpointWebhookValidation do
|
4
4
|
before(:each) do
|
5
5
|
@client = class_double("EndpointWebhookValidationsClient")
|
6
|
-
@endpoint_webhook_validation = NgrokAPI::Models::EndpointWebhookValidation.new(client: @client,
|
6
|
+
@endpoint_webhook_validation = NgrokAPI::Models::EndpointWebhookValidation.new(client: @client, attrs: endpoint_webhook_validation_result)
|
7
7
|
end
|
8
8
|
|
9
9
|
describe "#==" do
|
10
10
|
it "is equal if the results are the same" do
|
11
|
-
other = NgrokAPI::Models::EndpointWebhookValidation.new(client: @client,
|
11
|
+
other = NgrokAPI::Models::EndpointWebhookValidation.new(client: @client, attrs: endpoint_webhook_validation_result)
|
12
12
|
expect(@endpoint_webhook_validation == other).to eq true
|
13
13
|
end
|
14
14
|
end
|