ngrok-api 0.14.0 → 0.17.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/NgrokAPI/Client.html +325 -267
- data/doc/NgrokAPI/Error.html +3 -3
- data/doc/NgrokAPI/Errors/NotFoundError.html +3 -3
- data/doc/NgrokAPI/Errors.html +3 -3
- data/doc/NgrokAPI/HttpClient.html +30 -36
- data/doc/NgrokAPI/Models/APIKey.html +3 -3
- data/doc/NgrokAPI/Models/AWSAuth.html +3 -3
- data/doc/NgrokAPI/Models/AWSCredentials.html +3 -3
- data/doc/NgrokAPI/Models/AWSRole.html +3 -3
- data/doc/NgrokAPI/Models/AbuseReport.html +3 -3
- data/doc/NgrokAPI/Models/AbuseReportHostname.html +3 -3
- data/doc/NgrokAPI/Models/AgentIngress.html +1217 -0
- data/doc/NgrokAPI/Models/CertificateAuthority.html +3 -3
- data/doc/NgrokAPI/Models/Credential.html +3 -3
- data/doc/NgrokAPI/Models/Endpoint.html +1431 -0
- data/doc/NgrokAPI/Models/{EndpointLogging.html → EndpointBackend.html} +42 -42
- data/{docs/NgrokAPI/Models/EndpointLoggingMutate.html → doc/NgrokAPI/Models/EndpointBackendMutate.html} +42 -42
- data/doc/NgrokAPI/Models/EndpointCircuitBreaker.html +3 -3
- data/doc/NgrokAPI/Models/EndpointCompression.html +3 -3
- data/doc/NgrokAPI/Models/EndpointIPPolicy.html +3 -3
- data/doc/NgrokAPI/Models/EndpointIPPolicyMutate.html +3 -3
- data/doc/NgrokAPI/Models/EndpointMutualTLS.html +3 -3
- data/doc/NgrokAPI/Models/EndpointMutualTLSMutate.html +3 -3
- data/doc/NgrokAPI/Models/EndpointOAuth.html +3 -3
- data/doc/NgrokAPI/Models/EndpointOAuthFacebook.html +3 -3
- data/doc/NgrokAPI/Models/EndpointOAuthGitHub.html +3 -3
- data/doc/NgrokAPI/Models/EndpointOAuthGoogle.html +3 -3
- data/doc/NgrokAPI/Models/EndpointOAuthMicrosoft.html +3 -3
- data/doc/NgrokAPI/Models/EndpointOAuthProvider.html +3 -3
- data/doc/NgrokAPI/Models/EndpointOIDC.html +3 -3
- data/doc/NgrokAPI/Models/EndpointRequestHeaders.html +3 -3
- data/doc/NgrokAPI/Models/EndpointResponseHeaders.html +3 -3
- data/doc/NgrokAPI/Models/EndpointSAML.html +3 -3
- data/doc/NgrokAPI/Models/EndpointSAMLMutate.html +3 -3
- data/doc/NgrokAPI/Models/EndpointTLSTermination.html +3 -3
- data/doc/NgrokAPI/Models/EndpointTLSTerminationAtEdge.html +617 -0
- data/doc/NgrokAPI/Models/EndpointWebhookValidation.html +3 -3
- data/doc/NgrokAPI/Models/EndpointWebsocketTCPConverter.html +543 -0
- data/doc/NgrokAPI/Models/EventDestination.html +7 -7
- data/doc/NgrokAPI/Models/EventSource.html +3 -3
- data/doc/NgrokAPI/Models/EventSourceList.html +3 -3
- data/doc/NgrokAPI/Models/EventSourceReplace.html +3 -3
- data/doc/NgrokAPI/Models/EventSubscription.html +3 -3
- data/doc/NgrokAPI/Models/EventTarget.html +3 -3
- data/doc/NgrokAPI/Models/EventTargetCloudwatchLogs.html +3 -3
- data/doc/NgrokAPI/Models/EventTargetFirehose.html +3 -3
- data/doc/NgrokAPI/Models/EventTargetKinesis.html +3 -3
- data/doc/NgrokAPI/Models/FailoverBackend.html +1075 -0
- data/doc/NgrokAPI/Models/HTTPResponseBackend.html +1231 -0
- data/{docs/NgrokAPI/Models/EventStream.html → doc/NgrokAPI/Models/HTTPSEdge.html} +119 -119
- data/doc/NgrokAPI/Models/{EndpointConfiguration.html → HTTPSEdgeRoute.html} +203 -265
- data/doc/NgrokAPI/Models/IPPolicy.html +3 -3
- data/doc/NgrokAPI/Models/IPPolicyRule.html +97 -23
- data/doc/NgrokAPI/Models/IPRestriction.html +3 -3
- data/doc/NgrokAPI/Models/Listable.html +3 -3
- data/doc/NgrokAPI/Models/Ref.html +3 -3
- data/doc/NgrokAPI/Models/ReservedAddr.html +3 -3
- data/doc/NgrokAPI/Models/ReservedDomain.html +3 -3
- data/doc/NgrokAPI/Models/ReservedDomainCertJob.html +3 -3
- data/doc/NgrokAPI/Models/ReservedDomainCertPolicy.html +3 -3
- data/doc/NgrokAPI/Models/ReservedDomainCertStatus.html +3 -3
- data/doc/NgrokAPI/Models/SSHCertificateAuthority.html +3 -3
- data/doc/NgrokAPI/Models/SSHCredential.html +3 -3
- data/doc/NgrokAPI/Models/SSHHostCertificate.html +3 -3
- data/doc/NgrokAPI/Models/SSHUserCertificate.html +3 -3
- data/doc/NgrokAPI/Models/TCPEdge.html +1235 -0
- data/doc/NgrokAPI/Models/TLSCertificate.html +3 -3
- data/doc/NgrokAPI/Models/TLSCertificateSANs.html +3 -3
- data/doc/NgrokAPI/Models/TLSEdge.html +1395 -0
- data/doc/NgrokAPI/Models/Tunnel.html +314 -18
- data/doc/NgrokAPI/Models/TunnelGroupBackend.html +1149 -0
- data/doc/NgrokAPI/Models/TunnelSession.html +3 -3
- data/doc/NgrokAPI/Models/{IPWhitelistEntry.html → WeightedBackend.html} +80 -74
- data/doc/NgrokAPI/Models.html +5 -5
- data/doc/NgrokAPI/PagedIterator.html +3 -3
- data/doc/NgrokAPI/Services/APIKeysClient.html +99 -149
- data/doc/NgrokAPI/Services/AbuseReportsClient.html +19 -33
- data/doc/NgrokAPI/Services/{IPWhitelistClient.html → AgentIngressesClient.html} +209 -265
- data/doc/NgrokAPI/Services/CertificateAuthoritiesClient.html +104 -156
- data/doc/NgrokAPI/Services/CredentialsClient.html +108 -164
- data/doc/NgrokAPI/Services/EdgeRouteBackendModuleClient.html +1153 -0
- data/{docs/NgrokAPI/Services/EndpointCircuitBreakerModuleClient.html → doc/NgrokAPI/Services/EdgeRouteCircuitBreakerModuleClient.html} +177 -95
- data/doc/NgrokAPI/Services/{EndpointCompressionModuleClient.html → EdgeRouteCompressionModuleClient.html} +177 -95
- data/doc/NgrokAPI/Services/EdgeRouteIPRestrictionModuleClient.html +1153 -0
- data/doc/NgrokAPI/Services/EdgeRouteOAuthModuleClient.html +1153 -0
- data/{docs/NgrokAPI/Services/EndpointOIDCModuleClient.html → doc/NgrokAPI/Services/EdgeRouteOIDCModuleClient.html} +177 -95
- data/doc/NgrokAPI/Services/EdgeRouteRequestHeadersModuleClient.html +1153 -0
- data/{docs/NgrokAPI/Services/EndpointResponseHeadersModuleClient.html → doc/NgrokAPI/Services/EdgeRouteResponseHeadersModuleClient.html} +177 -95
- data/{docs/NgrokAPI/Services/EndpointSAMLModuleClient.html → doc/NgrokAPI/Services/EdgeRouteSAMLModuleClient.html} +177 -95
- data/doc/NgrokAPI/Services/{EndpointWebhookValidationModuleClient.html → EdgeRouteWebhookVerificationModuleClient.html} +177 -95
- data/doc/NgrokAPI/Services/EdgeRouteWebsocketTCPConverterModuleClient.html +1153 -0
- data/doc/NgrokAPI/Services/{EventStreamsClient.html → EdgesHTTPSClient.html} +248 -353
- data/{docs/NgrokAPI/Services/EndpointConfigurationsClient.html → doc/NgrokAPI/Services/EdgesHTTPSRoutesClient.html} +461 -761
- data/doc/NgrokAPI/Services/EdgesTCPClient.html +1757 -0
- data/doc/NgrokAPI/Services/EdgesTLSClient.html +1847 -0
- data/doc/NgrokAPI/Services/EndpointsClient.html +907 -0
- data/doc/NgrokAPI/Services/EventDestinationsClient.html +119 -187
- data/doc/NgrokAPI/Services/EventSourcesClient.html +95 -157
- data/doc/NgrokAPI/Services/EventSubscriptionsClient.html +116 -178
- data/doc/NgrokAPI/Services/FailoverBackendsClient.html +1644 -0
- data/doc/NgrokAPI/Services/HTTPResponseBackendsClient.html +1744 -0
- data/doc/NgrokAPI/Services/{EndpointSAMLModuleClient.html → HTTPSEdgeMutualTLSModuleClient.html} +101 -129
- data/doc/NgrokAPI/Services/{EndpointRequestHeadersModuleClient.html → HTTPSEdgeTLSTerminationModuleClient.html} +101 -129
- data/doc/NgrokAPI/Services/IPPoliciesClient.html +114 -184
- data/doc/NgrokAPI/Services/IPPolicyRulesClient.html +126 -164
- data/doc/NgrokAPI/Services/IPRestrictionsClient.html +117 -181
- data/doc/NgrokAPI/Services/ReservedAddrsClient.html +117 -473
- data/doc/NgrokAPI/Services/ReservedDomainsClient.html +209 -899
- data/doc/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html +110 -166
- data/doc/NgrokAPI/Services/SSHCredentialsClient.html +111 -169
- data/doc/NgrokAPI/Services/SSHHostCertificatesClient.html +111 -171
- data/doc/NgrokAPI/Services/SSHUserCertificatesClient.html +111 -175
- data/{docs/NgrokAPI/Services/EndpointLoggingModuleClient.html → doc/NgrokAPI/Services/TCPEdgeBackendModuleClient.html} +101 -129
- data/{docs/NgrokAPI/Services/EndpointIPPolicyModuleClient.html → doc/NgrokAPI/Services/TCPEdgeIPRestrictionModuleClient.html} +83 -111
- data/doc/NgrokAPI/Services/TLSCertificatesClient.html +107 -161
- data/doc/NgrokAPI/Services/{EndpointLoggingModuleClient.html → TLSEdgeBackendModuleClient.html} +101 -129
- data/doc/NgrokAPI/Services/{EndpointIPPolicyModuleClient.html → TLSEdgeIPRestrictionModuleClient.html} +83 -111
- data/{docs/NgrokAPI/Services/EndpointMutualTLSModuleClient.html → doc/NgrokAPI/Services/TLSEdgeMutualTLSModuleClient.html} +83 -111
- data/{docs/NgrokAPI/Services/EndpointTLSTerminationModuleClient.html → doc/NgrokAPI/Services/TLSEdgeTLSTerminationModuleClient.html} +83 -111
- data/doc/NgrokAPI/Services/TunnelGroupBackendsClient.html +1644 -0
- data/doc/NgrokAPI/Services/TunnelSessionsClient.html +87 -135
- data/doc/NgrokAPI/Services/TunnelsClient.html +252 -26
- data/doc/NgrokAPI/Services/WeightedBackendsClient.html +1644 -0
- data/doc/NgrokAPI/Services.html +5 -5
- data/doc/NgrokAPI.html +4 -4
- data/doc/_index.html +253 -76
- data/doc/class_list.html +1 -1
- data/doc/file.README.html +3 -3
- data/doc/frames.html +1 -1
- data/doc/index.html +3 -3
- data/doc/method_list.html +3559 -1583
- data/doc/top-level-namespace.html +3 -3
- data/docs/CNAME +1 -0
- data/docs/NgrokAPI/Client.html +325 -267
- data/docs/NgrokAPI/Error.html +3 -3
- data/docs/NgrokAPI/Errors/NotFoundError.html +3 -3
- data/docs/NgrokAPI/Errors.html +3 -3
- data/docs/NgrokAPI/HttpClient.html +30 -36
- data/docs/NgrokAPI/Models/APIKey.html +3 -3
- data/docs/NgrokAPI/Models/AWSAuth.html +3 -3
- data/docs/NgrokAPI/Models/AWSCredentials.html +3 -3
- data/docs/NgrokAPI/Models/AWSRole.html +3 -3
- data/docs/NgrokAPI/Models/AbuseReport.html +3 -3
- data/docs/NgrokAPI/Models/AbuseReportHostname.html +3 -3
- data/docs/NgrokAPI/Models/AgentIngress.html +1217 -0
- data/docs/NgrokAPI/Models/CertificateAuthority.html +3 -3
- data/docs/NgrokAPI/Models/Credential.html +3 -3
- data/docs/NgrokAPI/Models/Endpoint.html +1431 -0
- data/docs/NgrokAPI/Models/{EndpointLogging.html → EndpointBackend.html} +42 -42
- data/{doc/NgrokAPI/Models/EndpointLoggingMutate.html → docs/NgrokAPI/Models/EndpointBackendMutate.html} +42 -42
- data/docs/NgrokAPI/Models/EndpointCircuitBreaker.html +3 -3
- data/docs/NgrokAPI/Models/EndpointCompression.html +3 -3
- data/docs/NgrokAPI/Models/EndpointIPPolicy.html +3 -3
- data/docs/NgrokAPI/Models/EndpointIPPolicyMutate.html +3 -3
- data/docs/NgrokAPI/Models/EndpointMutualTLS.html +3 -3
- data/docs/NgrokAPI/Models/EndpointMutualTLSMutate.html +3 -3
- data/docs/NgrokAPI/Models/EndpointOAuth.html +3 -3
- data/docs/NgrokAPI/Models/EndpointOAuthFacebook.html +3 -3
- data/docs/NgrokAPI/Models/EndpointOAuthGitHub.html +3 -3
- data/docs/NgrokAPI/Models/EndpointOAuthGoogle.html +3 -3
- data/docs/NgrokAPI/Models/EndpointOAuthMicrosoft.html +3 -3
- data/docs/NgrokAPI/Models/EndpointOAuthProvider.html +3 -3
- data/docs/NgrokAPI/Models/EndpointOIDC.html +3 -3
- data/docs/NgrokAPI/Models/EndpointRequestHeaders.html +3 -3
- data/docs/NgrokAPI/Models/EndpointResponseHeaders.html +3 -3
- data/docs/NgrokAPI/Models/EndpointSAML.html +3 -3
- data/docs/NgrokAPI/Models/EndpointSAMLMutate.html +3 -3
- data/docs/NgrokAPI/Models/EndpointTLSTermination.html +3 -3
- data/docs/NgrokAPI/Models/EndpointTLSTerminationAtEdge.html +617 -0
- data/docs/NgrokAPI/Models/EndpointWebhookValidation.html +3 -3
- data/docs/NgrokAPI/Models/EndpointWebsocketTCPConverter.html +543 -0
- data/docs/NgrokAPI/Models/EventDestination.html +7 -7
- data/docs/NgrokAPI/Models/EventSource.html +3 -3
- data/docs/NgrokAPI/Models/EventSourceList.html +3 -3
- data/docs/NgrokAPI/Models/EventSourceReplace.html +3 -3
- data/docs/NgrokAPI/Models/EventSubscription.html +3 -3
- data/docs/NgrokAPI/Models/EventTarget.html +3 -3
- data/docs/NgrokAPI/Models/EventTargetCloudwatchLogs.html +3 -3
- data/docs/NgrokAPI/Models/EventTargetFirehose.html +3 -3
- data/docs/NgrokAPI/Models/EventTargetKinesis.html +3 -3
- data/docs/NgrokAPI/Models/FailoverBackend.html +1075 -0
- data/docs/NgrokAPI/Models/HTTPResponseBackend.html +1231 -0
- data/{doc/NgrokAPI/Models/EventStream.html → docs/NgrokAPI/Models/HTTPSEdge.html} +119 -119
- data/docs/NgrokAPI/Models/{EndpointConfiguration.html → HTTPSEdgeRoute.html} +203 -265
- data/docs/NgrokAPI/Models/IPPolicy.html +3 -3
- data/docs/NgrokAPI/Models/IPPolicyRule.html +97 -23
- data/docs/NgrokAPI/Models/IPRestriction.html +3 -3
- data/docs/NgrokAPI/Models/Listable.html +3 -3
- data/docs/NgrokAPI/Models/Ref.html +3 -3
- data/docs/NgrokAPI/Models/ReservedAddr.html +3 -3
- data/docs/NgrokAPI/Models/ReservedDomain.html +3 -3
- data/docs/NgrokAPI/Models/ReservedDomainCertJob.html +3 -3
- data/docs/NgrokAPI/Models/ReservedDomainCertPolicy.html +3 -3
- data/docs/NgrokAPI/Models/ReservedDomainCertStatus.html +3 -3
- data/docs/NgrokAPI/Models/SSHCertificateAuthority.html +3 -3
- data/docs/NgrokAPI/Models/SSHCredential.html +3 -3
- data/docs/NgrokAPI/Models/SSHHostCertificate.html +3 -3
- data/docs/NgrokAPI/Models/SSHUserCertificate.html +3 -3
- data/docs/NgrokAPI/Models/TCPEdge.html +1235 -0
- data/docs/NgrokAPI/Models/TLSCertificate.html +3 -3
- data/docs/NgrokAPI/Models/TLSCertificateSANs.html +3 -3
- data/docs/NgrokAPI/Models/TLSEdge.html +1395 -0
- data/docs/NgrokAPI/Models/Tunnel.html +314 -18
- data/docs/NgrokAPI/Models/TunnelGroupBackend.html +1149 -0
- data/docs/NgrokAPI/Models/TunnelSession.html +3 -3
- data/docs/NgrokAPI/Models/{IPWhitelistEntry.html → WeightedBackend.html} +80 -74
- data/docs/NgrokAPI/Models.html +5 -5
- data/docs/NgrokAPI/PagedIterator.html +3 -3
- data/docs/NgrokAPI/Services/APIKeysClient.html +99 -149
- data/docs/NgrokAPI/Services/AbuseReportsClient.html +19 -33
- data/docs/NgrokAPI/Services/{IPWhitelistClient.html → AgentIngressesClient.html} +209 -265
- data/docs/NgrokAPI/Services/CertificateAuthoritiesClient.html +104 -156
- data/docs/NgrokAPI/Services/CredentialsClient.html +108 -164
- data/docs/NgrokAPI/Services/EdgeRouteBackendModuleClient.html +1153 -0
- data/{doc/NgrokAPI/Services/EndpointCircuitBreakerModuleClient.html → docs/NgrokAPI/Services/EdgeRouteCircuitBreakerModuleClient.html} +177 -95
- data/docs/NgrokAPI/Services/{EndpointCompressionModuleClient.html → EdgeRouteCompressionModuleClient.html} +177 -95
- data/docs/NgrokAPI/Services/EdgeRouteIPRestrictionModuleClient.html +1153 -0
- data/docs/NgrokAPI/Services/EdgeRouteOAuthModuleClient.html +1153 -0
- data/docs/NgrokAPI/Services/EdgeRouteOIDCModuleClient.html +1153 -0
- data/docs/NgrokAPI/Services/EdgeRouteRequestHeadersModuleClient.html +1153 -0
- data/{doc/NgrokAPI/Services/EndpointResponseHeadersModuleClient.html → docs/NgrokAPI/Services/EdgeRouteResponseHeadersModuleClient.html} +177 -95
- data/docs/NgrokAPI/Services/EdgeRouteSAMLModuleClient.html +1153 -0
- data/docs/NgrokAPI/Services/{EndpointWebhookValidationModuleClient.html → EdgeRouteWebhookVerificationModuleClient.html} +177 -95
- data/docs/NgrokAPI/Services/EdgeRouteWebsocketTCPConverterModuleClient.html +1153 -0
- data/docs/NgrokAPI/Services/{EventStreamsClient.html → EdgesHTTPSClient.html} +248 -353
- data/{doc/NgrokAPI/Services/EndpointConfigurationsClient.html → docs/NgrokAPI/Services/EdgesHTTPSRoutesClient.html} +461 -761
- data/docs/NgrokAPI/Services/EdgesTCPClient.html +1757 -0
- data/docs/NgrokAPI/Services/EdgesTLSClient.html +1847 -0
- data/docs/NgrokAPI/Services/EndpointsClient.html +907 -0
- data/docs/NgrokAPI/Services/EventDestinationsClient.html +119 -187
- data/docs/NgrokAPI/Services/EventSourcesClient.html +95 -157
- data/docs/NgrokAPI/Services/EventSubscriptionsClient.html +116 -178
- data/docs/NgrokAPI/Services/FailoverBackendsClient.html +1644 -0
- data/docs/NgrokAPI/Services/HTTPResponseBackendsClient.html +1744 -0
- data/{doc/NgrokAPI/Services/EndpointOIDCModuleClient.html → docs/NgrokAPI/Services/HTTPSEdgeMutualTLSModuleClient.html} +101 -129
- data/docs/NgrokAPI/Services/{EndpointRequestHeadersModuleClient.html → HTTPSEdgeTLSTerminationModuleClient.html} +101 -129
- data/docs/NgrokAPI/Services/IPPoliciesClient.html +114 -184
- data/docs/NgrokAPI/Services/IPPolicyRulesClient.html +126 -164
- data/docs/NgrokAPI/Services/IPRestrictionsClient.html +117 -181
- data/docs/NgrokAPI/Services/ReservedAddrsClient.html +117 -473
- data/docs/NgrokAPI/Services/ReservedDomainsClient.html +209 -899
- data/docs/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html +110 -166
- data/docs/NgrokAPI/Services/SSHCredentialsClient.html +111 -169
- data/docs/NgrokAPI/Services/SSHHostCertificatesClient.html +111 -171
- data/docs/NgrokAPI/Services/SSHUserCertificatesClient.html +111 -175
- data/{doc/NgrokAPI/Services/EndpointOAuthModuleClient.html → docs/NgrokAPI/Services/TCPEdgeBackendModuleClient.html} +101 -129
- data/docs/NgrokAPI/Services/TCPEdgeIPRestrictionModuleClient.html +1043 -0
- data/docs/NgrokAPI/Services/TLSCertificatesClient.html +107 -161
- data/docs/NgrokAPI/Services/{EndpointOAuthModuleClient.html → TLSEdgeBackendModuleClient.html} +101 -129
- data/docs/NgrokAPI/Services/TLSEdgeIPRestrictionModuleClient.html +1043 -0
- data/{doc/NgrokAPI/Services/EndpointMutualTLSModuleClient.html → docs/NgrokAPI/Services/TLSEdgeMutualTLSModuleClient.html} +83 -111
- data/{doc/NgrokAPI/Services/EndpointTLSTerminationModuleClient.html → docs/NgrokAPI/Services/TLSEdgeTLSTerminationModuleClient.html} +83 -111
- data/docs/NgrokAPI/Services/TunnelGroupBackendsClient.html +1644 -0
- data/docs/NgrokAPI/Services/TunnelSessionsClient.html +87 -135
- data/docs/NgrokAPI/Services/TunnelsClient.html +252 -26
- data/docs/NgrokAPI/Services/WeightedBackendsClient.html +1644 -0
- data/docs/NgrokAPI/Services.html +5 -5
- data/docs/NgrokAPI.html +4 -4
- data/docs/_index.html +253 -76
- data/docs/class_list.html +1 -1
- data/docs/file.README.html +3 -3
- data/docs/frames.html +1 -1
- data/docs/index.html +3 -3
- data/docs/method_list.html +3559 -1583
- data/docs/top-level-namespace.html +3 -3
- data/lib/ngrokapi/client.rb +52 -37
- data/lib/ngrokapi/http_client.rb +1 -4
- data/lib/ngrokapi/models/{ip_whitelist_entry.rb → agent_ingress.rb} +13 -9
- data/lib/ngrokapi/models/endpoint.rb +49 -0
- data/lib/ngrokapi/models/{endpoint_logging.rb → endpoint_backend.rb} +3 -3
- data/lib/ngrokapi/models/{endpoint_logging_mutate.rb → endpoint_backend_mutate.rb} +3 -3
- data/lib/ngrokapi/models/endpoint_tls_termination_at_edge.rb +27 -0
- data/lib/ngrokapi/models/endpoint_websocket_tcp_converter.rb +25 -0
- data/lib/ngrokapi/models/event_destination.rb +1 -2
- data/lib/ngrokapi/models/{event_stream.rb → failover_backend.rb} +15 -27
- data/lib/ngrokapi/models/http_response_backend.rb +71 -0
- data/lib/ngrokapi/models/https_edge.rb +80 -0
- data/lib/ngrokapi/models/{endpoint_configuration.rb → https_edge_route.rb} +56 -53
- data/lib/ngrokapi/models/ip_policy_rule.rb +3 -1
- data/lib/ngrokapi/models/tcp_edge.rb +78 -0
- data/lib/ngrokapi/models/tls_edge.rb +88 -0
- data/lib/ngrokapi/models/tunnel.rb +9 -1
- data/lib/ngrokapi/models/tunnel_group_backend.rb +67 -0
- data/lib/ngrokapi/models/weighted_backend.rb +65 -0
- data/lib/ngrokapi/services/abuse_reports_client.rb +3 -10
- data/lib/ngrokapi/services/agent_ingresses_client.rb +206 -0
- data/lib/ngrokapi/services/api_keys_client.rb +11 -36
- data/lib/ngrokapi/services/certificate_authorities_client.rb +11 -37
- data/lib/ngrokapi/services/credentials_client.rb +11 -39
- data/lib/ngrokapi/services/edge_route_backend_module_client.rb +120 -0
- data/lib/ngrokapi/services/{endpoint_circuit_breaker_module_client.rb → edge_route_circuit_breaker_module_client.rb} +37 -39
- data/lib/ngrokapi/services/{endpoint_compression_module_client.rb → edge_route_compression_module_client.rb} +37 -39
- data/lib/ngrokapi/services/edge_route_ip_restriction_module_client.rb +120 -0
- data/lib/ngrokapi/services/{endpoint_o_auth_module_client.rb → edge_route_o_auth_module_client.rb} +37 -39
- data/lib/ngrokapi/services/{endpoint_oidc_module_client.rb → edge_route_oidc_module_client.rb} +37 -39
- data/lib/ngrokapi/services/{endpoint_request_headers_module_client.rb → edge_route_request_headers_module_client.rb} +37 -39
- data/lib/ngrokapi/services/{endpoint_response_headers_module_client.rb → edge_route_response_headers_module_client.rb} +37 -39
- data/lib/ngrokapi/services/{endpoint_saml_module_client.rb → edge_route_saml_module_client.rb} +37 -39
- data/lib/ngrokapi/services/{endpoint_webhook_validation_module_client.rb → edge_route_webhook_verification_module_client.rb} +37 -39
- data/lib/ngrokapi/services/edge_route_websocket_tcp_converter_module_client.rb +120 -0
- data/lib/ngrokapi/services/edges_https_client.rb +227 -0
- data/lib/ngrokapi/services/edges_https_routes_client.rb +244 -0
- data/lib/ngrokapi/services/edges_tcp_client.rb +227 -0
- data/lib/ngrokapi/services/edges_tls_client.rb +239 -0
- data/lib/ngrokapi/services/endpoints_client.rb +114 -0
- data/lib/ngrokapi/services/event_destinations_client.rb +13 -49
- data/lib/ngrokapi/services/event_sources_client.rb +9 -40
- data/lib/ngrokapi/services/event_subscriptions_client.rb +14 -45
- data/lib/ngrokapi/services/failover_backends_client.rb +214 -0
- data/lib/ngrokapi/services/http_response_backends_client.rb +199 -0
- data/lib/ngrokapi/services/https_edge_mutual_tls_module_client.rb +108 -0
- data/lib/ngrokapi/services/https_edge_tls_termination_module_client.rb +108 -0
- data/lib/ngrokapi/services/ip_policies_client.rb +11 -39
- data/lib/ngrokapi/services/ip_policy_rules_client.rb +13 -40
- data/lib/ngrokapi/services/ip_restrictions_client.rb +12 -44
- data/lib/ngrokapi/services/reserved_addrs_client.rb +11 -81
- data/lib/ngrokapi/services/reserved_domains_client.rb +15 -144
- data/lib/ngrokapi/services/ssh_certificate_authorities_client.rb +11 -39
- data/lib/ngrokapi/services/ssh_credentials_client.rb +11 -40
- data/lib/ngrokapi/services/ssh_host_certificates_client.rb +11 -41
- data/lib/ngrokapi/services/ssh_user_certificates_client.rb +11 -43
- data/lib/ngrokapi/services/{endpoint_logging_module_client.rb → tcp_edge_backend_module_client.rb} +31 -45
- data/lib/ngrokapi/services/{endpoint_ip_policy_module_client.rb → tcp_edge_ip_restriction_module_client.rb} +21 -35
- data/lib/ngrokapi/services/tls_certificates_client.rb +11 -38
- data/lib/ngrokapi/services/tls_edge_backend_module_client.rb +108 -0
- data/lib/ngrokapi/services/tls_edge_ip_restriction_module_client.rb +108 -0
- data/lib/ngrokapi/services/{endpoint_mutual_tls_module_client.rb → tls_edge_mutual_tls_module_client.rb} +21 -35
- data/lib/ngrokapi/services/{endpoint_tls_termination_module_client.rb → tls_edge_tls_termination_module_client.rb} +21 -35
- data/lib/ngrokapi/services/{ip_whitelist_client.rb → tunnel_group_backends_client.rb} +70 -93
- data/lib/ngrokapi/services/tunnel_sessions_client.rb +12 -36
- data/lib/ngrokapi/services/tunnels_client.rb +39 -10
- data/lib/ngrokapi/services/weighted_backends_client.rb +214 -0
- data/lib/ngrokapi/version.rb +1 -1
- data/lib/ngrokapi.rb +1 -1
- data/ngrok-api.gemspec +1 -1
- data/spec/ngrokapi/client_spec.rb +50 -29
- data/spec/ngrokapi/models/agent_ingress_spec.rb +42 -0
- 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_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_tls_termination_at_edge_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_websocket_tcp_converter_spec.rb +21 -0
- 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/tcp_edge_spec.rb +51 -0
- 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/weighted_backend_spec.rb +45 -0
- data/spec/ngrokapi/services/{ip_whitelist_client_spec.rb → agent_ingresses_client_spec.rb} +49 -49
- data/spec/ngrokapi/services/edge_route_backend_module_client_spec.rb +139 -0
- data/spec/ngrokapi/services/{endpoint_circuit_breaker_module_client_spec.rb → edge_route_circuit_breaker_module_client_spec.rb} +31 -17
- data/spec/ngrokapi/services/{endpoint_compression_module_client_spec.rb → edge_route_compression_module_client_spec.rb} +31 -17
- data/spec/ngrokapi/services/edge_route_ip_restriction_module_client_spec.rb +139 -0
- data/spec/ngrokapi/services/{endpoint_o_auth_module_client_spec.rb → edge_route_o_auth_module_client_spec.rb} +31 -17
- data/spec/ngrokapi/services/{endpoint_oidc_module_client_spec.rb → edge_route_oidc_module_client_spec.rb} +31 -17
- data/spec/ngrokapi/services/{endpoint_request_headers_module_client_spec.rb → edge_route_request_headers_module_client_spec.rb} +31 -17
- data/spec/ngrokapi/services/{endpoint_response_headers_module_client_spec.rb → edge_route_response_headers_module_client_spec.rb} +31 -17
- data/spec/ngrokapi/services/{endpoint_saml_module_client_spec.rb → edge_route_saml_module_client_spec.rb} +31 -17
- data/spec/ngrokapi/services/{endpoint_webhook_validation_module_client_spec.rb → edge_route_webhook_verification_module_client_spec.rb} +31 -17
- data/spec/ngrokapi/services/edge_route_websocket_tcp_converter_module_client_spec.rb +139 -0
- data/spec/ngrokapi/services/{event_streams_client_spec.rb → edges_https_client_spec.rb} +106 -108
- data/spec/ngrokapi/services/edges_https_routes_client_spec.rb +241 -0
- data/spec/ngrokapi/services/edges_tcp_client_spec.rb +175 -0
- data/spec/ngrokapi/services/edges_tls_client_spec.rb +187 -0
- data/spec/ngrokapi/services/endpoints_client_spec.rb +57 -0
- data/spec/ngrokapi/services/failover_backends_client_spec.rb +163 -0
- data/spec/ngrokapi/services/http_response_backends_client_spec.rb +175 -0
- data/spec/ngrokapi/services/{endpoint_mutual_tls_module_client_spec.rb → https_edge_mutual_tls_module_client_spec.rb} +17 -17
- data/spec/ngrokapi/services/{endpoint_tls_termination_module_client_spec.rb → https_edge_tls_termination_module_client_spec.rb} +17 -17
- data/spec/ngrokapi/services/ip_policies_client_spec.rb +0 -1
- data/spec/ngrokapi/services/ip_policy_rules_client_spec.rb +3 -1
- data/spec/ngrokapi/services/reserved_addrs_client_spec.rb +0 -44
- data/spec/ngrokapi/services/reserved_domains_client_spec.rb +0 -88
- data/spec/ngrokapi/services/{endpoint_logging_module_client_spec.rb → tcp_edge_backend_module_client_spec.rb} +40 -40
- data/spec/ngrokapi/services/{endpoint_ip_policy_module_client_spec.rb → tcp_edge_ip_restriction_module_client_spec.rb} +17 -17
- data/spec/ngrokapi/services/tls_edge_backend_module_client_spec.rb +125 -0
- data/spec/ngrokapi/services/tls_edge_ip_restriction_module_client_spec.rb +125 -0
- data/spec/ngrokapi/services/tls_edge_mutual_tls_module_client_spec.rb +125 -0
- data/spec/ngrokapi/services/tls_edge_tls_termination_module_client_spec.rb +125 -0
- data/spec/ngrokapi/services/tunnel_group_backends_client_spec.rb +163 -0
- data/spec/ngrokapi/services/tunnels_client_spec.rb +36 -0
- data/spec/ngrokapi/services/weighted_backends_client_spec.rb +163 -0
- data/spec/spec_helper.rb +1389 -1045
- metadata +176 -83
- data/lib/ngrokapi/services/endpoint_configurations_client.rb +0 -357
- data/lib/ngrokapi/services/event_streams_client.rb +0 -259
- 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/models/ip_whitelist_entry_spec.rb +0 -42
- data/spec/ngrokapi/services/endpoint_configurations_client_spec.rb +0 -237
@@ -1,28 +1,30 @@
|
|
1
1
|
require 'spec_helper'
|
2
2
|
|
3
|
-
RSpec.describe NgrokAPI::Services::
|
3
|
+
RSpec.describe NgrokAPI::Services::EdgeRouteOIDCModuleClient do
|
4
4
|
let(:base_url) { 'https://api.ngrok.com' }
|
5
|
-
let(:path) { '/
|
5
|
+
let(:path) { '/edges/https/%{edge_id}/routes/%{id}/oidc' }
|
6
6
|
let(:not_found) do
|
7
7
|
NgrokAPI::Errors::NotFoundError.new(response: endpoint_oidc_result)
|
8
8
|
end
|
9
9
|
|
10
10
|
before(:each) do
|
11
11
|
@client = class_double("HttpClient")
|
12
|
-
@
|
12
|
+
@edge_route_oidc_module_client = NgrokAPI::Services::EdgeRouteOIDCModuleClient.new(client: @client)
|
13
13
|
end
|
14
14
|
|
15
15
|
describe "#replace" do
|
16
16
|
it "will make a put request and return an instance of NgrokAPI::Models::EndpointOIDC" do
|
17
|
-
path = '/
|
17
|
+
path = '/edges/https/%{edge_id}/routes/%{id}/oidc'
|
18
18
|
replacements = {
|
19
|
+
edge_id: endpoint_oidc_result["edge_id"],
|
19
20
|
id: endpoint_oidc_result["id"],
|
20
21
|
}
|
21
22
|
data = {}
|
22
23
|
data[:module] = "New a_module"
|
23
24
|
expect(@client).to receive(:put).with(path % replacements, data: data).
|
24
25
|
and_return(endpoint_oidc_result)
|
25
|
-
result = @
|
26
|
+
result = @edge_route_oidc_module_client.replace(
|
27
|
+
edge_id: endpoint_oidc_result["edge_id"],
|
26
28
|
id: endpoint_oidc_result["id"],
|
27
29
|
a_module: "New a_module"
|
28
30
|
)
|
@@ -32,15 +34,17 @@ RSpec.describe NgrokAPI::Services::EndpointOIDCModuleClient do
|
|
32
34
|
|
33
35
|
describe "#replace!" do
|
34
36
|
it "will make a put request and return an instance of NgrokAPI::Models::EndpointOIDC" do
|
35
|
-
path = '/
|
37
|
+
path = '/edges/https/%{edge_id}/routes/%{id}/oidc'
|
36
38
|
replacements = {
|
39
|
+
edge_id: endpoint_oidc_result["edge_id"],
|
37
40
|
id: endpoint_oidc_result["id"],
|
38
41
|
}
|
39
42
|
data = {}
|
40
43
|
data[:module] = "New a_module"
|
41
44
|
expect(@client).to receive(:put).with(path % replacements, data: data).
|
42
45
|
and_return(endpoint_oidc_result)
|
43
|
-
result = @
|
46
|
+
result = @edge_route_oidc_module_client.replace(
|
47
|
+
edge_id: endpoint_oidc_result["edge_id"],
|
44
48
|
id: endpoint_oidc_result["id"],
|
45
49
|
a_module: "New a_module"
|
46
50
|
)
|
@@ -51,14 +55,16 @@ RSpec.describe NgrokAPI::Services::EndpointOIDCModuleClient do
|
|
51
55
|
|
52
56
|
describe "#get" do
|
53
57
|
it "will make a get request and return an instance of NgrokAPI::Models::EndpointOIDC" do
|
54
|
-
path = '/
|
58
|
+
path = '/edges/https/%{edge_id}/routes/%{id}/oidc'
|
55
59
|
replacements = {
|
60
|
+
edge_id: endpoint_oidc_result["edge_id"],
|
56
61
|
id: endpoint_oidc_result["id"],
|
57
62
|
}
|
58
63
|
data = {}
|
59
64
|
expect(@client).to receive(:get).with(path % replacements, data: data).
|
60
65
|
and_return(endpoint_oidc_result)
|
61
|
-
result = @
|
66
|
+
result = @edge_route_oidc_module_client.get(
|
67
|
+
edge_id: endpoint_oidc_result["edge_id"],
|
62
68
|
id: endpoint_oidc_result["id"]
|
63
69
|
)
|
64
70
|
expect(result.class).to eq(NgrokAPI::Models::EndpointOIDC)
|
@@ -67,14 +73,16 @@ RSpec.describe NgrokAPI::Services::EndpointOIDCModuleClient do
|
|
67
73
|
|
68
74
|
describe "#get!" do
|
69
75
|
it "will make a get request and return an instance of NgrokAPI::Models::EndpointOIDC" do
|
70
|
-
path = '/
|
76
|
+
path = '/edges/https/%{edge_id}/routes/%{id}/oidc'
|
71
77
|
replacements = {
|
78
|
+
edge_id: endpoint_oidc_result["edge_id"],
|
72
79
|
id: endpoint_oidc_result["id"],
|
73
80
|
}
|
74
81
|
data = {}
|
75
82
|
expect(@client).to receive(:get).with(path % replacements, data: data).
|
76
83
|
and_return(endpoint_oidc_result)
|
77
|
-
result = @
|
84
|
+
result = @edge_route_oidc_module_client.get(
|
85
|
+
edge_id: endpoint_oidc_result["edge_id"],
|
78
86
|
id: endpoint_oidc_result["id"]
|
79
87
|
)
|
80
88
|
expect(result.class).to eq(NgrokAPI::Models::EndpointOIDC)
|
@@ -84,12 +92,14 @@ RSpec.describe NgrokAPI::Services::EndpointOIDCModuleClient do
|
|
84
92
|
|
85
93
|
describe "#delete" do
|
86
94
|
it "will make a delete request" do
|
87
|
-
path = '/
|
95
|
+
path = '/edges/https/%{edge_id}/routes/%{id}/oidc'
|
88
96
|
replacements = {
|
97
|
+
edge_id: api_key_result["edge_id"],
|
89
98
|
id: api_key_result["id"],
|
90
99
|
}
|
91
100
|
expect(@client).to receive(:delete).with(path % replacements).and_return(nil)
|
92
|
-
@
|
101
|
+
@edge_route_oidc_module_client.delete(
|
102
|
+
edge_id: api_key_result["edge_id"],
|
93
103
|
id: api_key_result["id"]
|
94
104
|
)
|
95
105
|
end
|
@@ -97,25 +107,29 @@ RSpec.describe NgrokAPI::Services::EndpointOIDCModuleClient do
|
|
97
107
|
|
98
108
|
describe "#delete!" do
|
99
109
|
it "will make a delete request" do
|
100
|
-
path = '/
|
110
|
+
path = '/edges/https/%{edge_id}/routes/%{id}/oidc'
|
101
111
|
replacements = {
|
112
|
+
edge_id: api_key_result["edge_id"],
|
102
113
|
id: api_key_result["id"],
|
103
114
|
}
|
104
115
|
expect(@client).to receive(:delete).with(path % replacements, danger: true).and_return(nil)
|
105
|
-
@
|
116
|
+
@edge_route_oidc_module_client.delete!(
|
117
|
+
edge_id: api_key_result["edge_id"],
|
106
118
|
id: api_key_result["id"]
|
107
119
|
)
|
108
120
|
end
|
109
121
|
|
110
122
|
it "will make a delete request and return NotFoundError if 404" do
|
111
|
-
path = '/
|
123
|
+
path = '/edges/https/%{edge_id}/routes/%{id}/oidc'
|
112
124
|
replacements = {
|
125
|
+
edge_id: api_key_result["edge_id"],
|
113
126
|
id: api_key_result["id"],
|
114
127
|
}
|
115
128
|
expect do
|
116
129
|
expect(@client).to receive(:delete).with(path % replacements, danger: true).
|
117
130
|
and_raise(NgrokAPI::Errors::NotFoundError)
|
118
|
-
result = @
|
131
|
+
result = @edge_route_oidc_module_client.delete!(
|
132
|
+
edge_id: api_key_result["edge_id"],
|
119
133
|
id: api_key_result["id"]
|
120
134
|
)
|
121
135
|
expect(result).to be nil
|
@@ -1,28 +1,30 @@
|
|
1
1
|
require 'spec_helper'
|
2
2
|
|
3
|
-
RSpec.describe NgrokAPI::Services::
|
3
|
+
RSpec.describe NgrokAPI::Services::EdgeRouteRequestHeadersModuleClient do
|
4
4
|
let(:base_url) { 'https://api.ngrok.com' }
|
5
|
-
let(:path) { '/
|
5
|
+
let(:path) { '/edges/https/%{edge_id}/routes/%{id}/request_headers' }
|
6
6
|
let(:not_found) do
|
7
7
|
NgrokAPI::Errors::NotFoundError.new(response: endpoint_request_headers_result)
|
8
8
|
end
|
9
9
|
|
10
10
|
before(:each) do
|
11
11
|
@client = class_double("HttpClient")
|
12
|
-
@
|
12
|
+
@edge_route_request_headers_module_client = NgrokAPI::Services::EdgeRouteRequestHeadersModuleClient.new(client: @client)
|
13
13
|
end
|
14
14
|
|
15
15
|
describe "#replace" do
|
16
16
|
it "will make a put request and return an instance of NgrokAPI::Models::EndpointRequestHeaders" do
|
17
|
-
path = '/
|
17
|
+
path = '/edges/https/%{edge_id}/routes/%{id}/request_headers'
|
18
18
|
replacements = {
|
19
|
+
edge_id: endpoint_request_headers_result["edge_id"],
|
19
20
|
id: endpoint_request_headers_result["id"],
|
20
21
|
}
|
21
22
|
data = {}
|
22
23
|
data[:module] = "New a_module"
|
23
24
|
expect(@client).to receive(:put).with(path % replacements, data: data).
|
24
25
|
and_return(endpoint_request_headers_result)
|
25
|
-
result = @
|
26
|
+
result = @edge_route_request_headers_module_client.replace(
|
27
|
+
edge_id: endpoint_request_headers_result["edge_id"],
|
26
28
|
id: endpoint_request_headers_result["id"],
|
27
29
|
a_module: "New a_module"
|
28
30
|
)
|
@@ -32,15 +34,17 @@ RSpec.describe NgrokAPI::Services::EndpointRequestHeadersModuleClient do
|
|
32
34
|
|
33
35
|
describe "#replace!" do
|
34
36
|
it "will make a put request and return an instance of NgrokAPI::Models::EndpointRequestHeaders" do
|
35
|
-
path = '/
|
37
|
+
path = '/edges/https/%{edge_id}/routes/%{id}/request_headers'
|
36
38
|
replacements = {
|
39
|
+
edge_id: endpoint_request_headers_result["edge_id"],
|
37
40
|
id: endpoint_request_headers_result["id"],
|
38
41
|
}
|
39
42
|
data = {}
|
40
43
|
data[:module] = "New a_module"
|
41
44
|
expect(@client).to receive(:put).with(path % replacements, data: data).
|
42
45
|
and_return(endpoint_request_headers_result)
|
43
|
-
result = @
|
46
|
+
result = @edge_route_request_headers_module_client.replace(
|
47
|
+
edge_id: endpoint_request_headers_result["edge_id"],
|
44
48
|
id: endpoint_request_headers_result["id"],
|
45
49
|
a_module: "New a_module"
|
46
50
|
)
|
@@ -51,14 +55,16 @@ RSpec.describe NgrokAPI::Services::EndpointRequestHeadersModuleClient do
|
|
51
55
|
|
52
56
|
describe "#get" do
|
53
57
|
it "will make a get request and return an instance of NgrokAPI::Models::EndpointRequestHeaders" do
|
54
|
-
path = '/
|
58
|
+
path = '/edges/https/%{edge_id}/routes/%{id}/request_headers'
|
55
59
|
replacements = {
|
60
|
+
edge_id: endpoint_request_headers_result["edge_id"],
|
56
61
|
id: endpoint_request_headers_result["id"],
|
57
62
|
}
|
58
63
|
data = {}
|
59
64
|
expect(@client).to receive(:get).with(path % replacements, data: data).
|
60
65
|
and_return(endpoint_request_headers_result)
|
61
|
-
result = @
|
66
|
+
result = @edge_route_request_headers_module_client.get(
|
67
|
+
edge_id: endpoint_request_headers_result["edge_id"],
|
62
68
|
id: endpoint_request_headers_result["id"]
|
63
69
|
)
|
64
70
|
expect(result.class).to eq(NgrokAPI::Models::EndpointRequestHeaders)
|
@@ -67,14 +73,16 @@ RSpec.describe NgrokAPI::Services::EndpointRequestHeadersModuleClient do
|
|
67
73
|
|
68
74
|
describe "#get!" do
|
69
75
|
it "will make a get request and return an instance of NgrokAPI::Models::EndpointRequestHeaders" do
|
70
|
-
path = '/
|
76
|
+
path = '/edges/https/%{edge_id}/routes/%{id}/request_headers'
|
71
77
|
replacements = {
|
78
|
+
edge_id: endpoint_request_headers_result["edge_id"],
|
72
79
|
id: endpoint_request_headers_result["id"],
|
73
80
|
}
|
74
81
|
data = {}
|
75
82
|
expect(@client).to receive(:get).with(path % replacements, data: data).
|
76
83
|
and_return(endpoint_request_headers_result)
|
77
|
-
result = @
|
84
|
+
result = @edge_route_request_headers_module_client.get(
|
85
|
+
edge_id: endpoint_request_headers_result["edge_id"],
|
78
86
|
id: endpoint_request_headers_result["id"]
|
79
87
|
)
|
80
88
|
expect(result.class).to eq(NgrokAPI::Models::EndpointRequestHeaders)
|
@@ -84,12 +92,14 @@ RSpec.describe NgrokAPI::Services::EndpointRequestHeadersModuleClient do
|
|
84
92
|
|
85
93
|
describe "#delete" do
|
86
94
|
it "will make a delete request" do
|
87
|
-
path = '/
|
95
|
+
path = '/edges/https/%{edge_id}/routes/%{id}/request_headers'
|
88
96
|
replacements = {
|
97
|
+
edge_id: api_key_result["edge_id"],
|
89
98
|
id: api_key_result["id"],
|
90
99
|
}
|
91
100
|
expect(@client).to receive(:delete).with(path % replacements).and_return(nil)
|
92
|
-
@
|
101
|
+
@edge_route_request_headers_module_client.delete(
|
102
|
+
edge_id: api_key_result["edge_id"],
|
93
103
|
id: api_key_result["id"]
|
94
104
|
)
|
95
105
|
end
|
@@ -97,25 +107,29 @@ RSpec.describe NgrokAPI::Services::EndpointRequestHeadersModuleClient do
|
|
97
107
|
|
98
108
|
describe "#delete!" do
|
99
109
|
it "will make a delete request" do
|
100
|
-
path = '/
|
110
|
+
path = '/edges/https/%{edge_id}/routes/%{id}/request_headers'
|
101
111
|
replacements = {
|
112
|
+
edge_id: api_key_result["edge_id"],
|
102
113
|
id: api_key_result["id"],
|
103
114
|
}
|
104
115
|
expect(@client).to receive(:delete).with(path % replacements, danger: true).and_return(nil)
|
105
|
-
@
|
116
|
+
@edge_route_request_headers_module_client.delete!(
|
117
|
+
edge_id: api_key_result["edge_id"],
|
106
118
|
id: api_key_result["id"]
|
107
119
|
)
|
108
120
|
end
|
109
121
|
|
110
122
|
it "will make a delete request and return NotFoundError if 404" do
|
111
|
-
path = '/
|
123
|
+
path = '/edges/https/%{edge_id}/routes/%{id}/request_headers'
|
112
124
|
replacements = {
|
125
|
+
edge_id: api_key_result["edge_id"],
|
113
126
|
id: api_key_result["id"],
|
114
127
|
}
|
115
128
|
expect do
|
116
129
|
expect(@client).to receive(:delete).with(path % replacements, danger: true).
|
117
130
|
and_raise(NgrokAPI::Errors::NotFoundError)
|
118
|
-
result = @
|
131
|
+
result = @edge_route_request_headers_module_client.delete!(
|
132
|
+
edge_id: api_key_result["edge_id"],
|
119
133
|
id: api_key_result["id"]
|
120
134
|
)
|
121
135
|
expect(result).to be nil
|
@@ -1,28 +1,30 @@
|
|
1
1
|
require 'spec_helper'
|
2
2
|
|
3
|
-
RSpec.describe NgrokAPI::Services::
|
3
|
+
RSpec.describe NgrokAPI::Services::EdgeRouteResponseHeadersModuleClient do
|
4
4
|
let(:base_url) { 'https://api.ngrok.com' }
|
5
|
-
let(:path) { '/
|
5
|
+
let(:path) { '/edges/https/%{edge_id}/routes/%{id}/response_headers' }
|
6
6
|
let(:not_found) do
|
7
7
|
NgrokAPI::Errors::NotFoundError.new(response: endpoint_response_headers_result)
|
8
8
|
end
|
9
9
|
|
10
10
|
before(:each) do
|
11
11
|
@client = class_double("HttpClient")
|
12
|
-
@
|
12
|
+
@edge_route_response_headers_module_client = NgrokAPI::Services::EdgeRouteResponseHeadersModuleClient.new(client: @client)
|
13
13
|
end
|
14
14
|
|
15
15
|
describe "#replace" do
|
16
16
|
it "will make a put request and return an instance of NgrokAPI::Models::EndpointResponseHeaders" do
|
17
|
-
path = '/
|
17
|
+
path = '/edges/https/%{edge_id}/routes/%{id}/response_headers'
|
18
18
|
replacements = {
|
19
|
+
edge_id: endpoint_response_headers_result["edge_id"],
|
19
20
|
id: endpoint_response_headers_result["id"],
|
20
21
|
}
|
21
22
|
data = {}
|
22
23
|
data[:module] = "New a_module"
|
23
24
|
expect(@client).to receive(:put).with(path % replacements, data: data).
|
24
25
|
and_return(endpoint_response_headers_result)
|
25
|
-
result = @
|
26
|
+
result = @edge_route_response_headers_module_client.replace(
|
27
|
+
edge_id: endpoint_response_headers_result["edge_id"],
|
26
28
|
id: endpoint_response_headers_result["id"],
|
27
29
|
a_module: "New a_module"
|
28
30
|
)
|
@@ -32,15 +34,17 @@ RSpec.describe NgrokAPI::Services::EndpointResponseHeadersModuleClient do
|
|
32
34
|
|
33
35
|
describe "#replace!" do
|
34
36
|
it "will make a put request and return an instance of NgrokAPI::Models::EndpointResponseHeaders" do
|
35
|
-
path = '/
|
37
|
+
path = '/edges/https/%{edge_id}/routes/%{id}/response_headers'
|
36
38
|
replacements = {
|
39
|
+
edge_id: endpoint_response_headers_result["edge_id"],
|
37
40
|
id: endpoint_response_headers_result["id"],
|
38
41
|
}
|
39
42
|
data = {}
|
40
43
|
data[:module] = "New a_module"
|
41
44
|
expect(@client).to receive(:put).with(path % replacements, data: data).
|
42
45
|
and_return(endpoint_response_headers_result)
|
43
|
-
result = @
|
46
|
+
result = @edge_route_response_headers_module_client.replace(
|
47
|
+
edge_id: endpoint_response_headers_result["edge_id"],
|
44
48
|
id: endpoint_response_headers_result["id"],
|
45
49
|
a_module: "New a_module"
|
46
50
|
)
|
@@ -51,14 +55,16 @@ RSpec.describe NgrokAPI::Services::EndpointResponseHeadersModuleClient do
|
|
51
55
|
|
52
56
|
describe "#get" do
|
53
57
|
it "will make a get request and return an instance of NgrokAPI::Models::EndpointResponseHeaders" do
|
54
|
-
path = '/
|
58
|
+
path = '/edges/https/%{edge_id}/routes/%{id}/response_headers'
|
55
59
|
replacements = {
|
60
|
+
edge_id: endpoint_response_headers_result["edge_id"],
|
56
61
|
id: endpoint_response_headers_result["id"],
|
57
62
|
}
|
58
63
|
data = {}
|
59
64
|
expect(@client).to receive(:get).with(path % replacements, data: data).
|
60
65
|
and_return(endpoint_response_headers_result)
|
61
|
-
result = @
|
66
|
+
result = @edge_route_response_headers_module_client.get(
|
67
|
+
edge_id: endpoint_response_headers_result["edge_id"],
|
62
68
|
id: endpoint_response_headers_result["id"]
|
63
69
|
)
|
64
70
|
expect(result.class).to eq(NgrokAPI::Models::EndpointResponseHeaders)
|
@@ -67,14 +73,16 @@ RSpec.describe NgrokAPI::Services::EndpointResponseHeadersModuleClient do
|
|
67
73
|
|
68
74
|
describe "#get!" do
|
69
75
|
it "will make a get request and return an instance of NgrokAPI::Models::EndpointResponseHeaders" do
|
70
|
-
path = '/
|
76
|
+
path = '/edges/https/%{edge_id}/routes/%{id}/response_headers'
|
71
77
|
replacements = {
|
78
|
+
edge_id: endpoint_response_headers_result["edge_id"],
|
72
79
|
id: endpoint_response_headers_result["id"],
|
73
80
|
}
|
74
81
|
data = {}
|
75
82
|
expect(@client).to receive(:get).with(path % replacements, data: data).
|
76
83
|
and_return(endpoint_response_headers_result)
|
77
|
-
result = @
|
84
|
+
result = @edge_route_response_headers_module_client.get(
|
85
|
+
edge_id: endpoint_response_headers_result["edge_id"],
|
78
86
|
id: endpoint_response_headers_result["id"]
|
79
87
|
)
|
80
88
|
expect(result.class).to eq(NgrokAPI::Models::EndpointResponseHeaders)
|
@@ -84,12 +92,14 @@ RSpec.describe NgrokAPI::Services::EndpointResponseHeadersModuleClient do
|
|
84
92
|
|
85
93
|
describe "#delete" do
|
86
94
|
it "will make a delete request" do
|
87
|
-
path = '/
|
95
|
+
path = '/edges/https/%{edge_id}/routes/%{id}/response_headers'
|
88
96
|
replacements = {
|
97
|
+
edge_id: api_key_result["edge_id"],
|
89
98
|
id: api_key_result["id"],
|
90
99
|
}
|
91
100
|
expect(@client).to receive(:delete).with(path % replacements).and_return(nil)
|
92
|
-
@
|
101
|
+
@edge_route_response_headers_module_client.delete(
|
102
|
+
edge_id: api_key_result["edge_id"],
|
93
103
|
id: api_key_result["id"]
|
94
104
|
)
|
95
105
|
end
|
@@ -97,25 +107,29 @@ RSpec.describe NgrokAPI::Services::EndpointResponseHeadersModuleClient do
|
|
97
107
|
|
98
108
|
describe "#delete!" do
|
99
109
|
it "will make a delete request" do
|
100
|
-
path = '/
|
110
|
+
path = '/edges/https/%{edge_id}/routes/%{id}/response_headers'
|
101
111
|
replacements = {
|
112
|
+
edge_id: api_key_result["edge_id"],
|
102
113
|
id: api_key_result["id"],
|
103
114
|
}
|
104
115
|
expect(@client).to receive(:delete).with(path % replacements, danger: true).and_return(nil)
|
105
|
-
@
|
116
|
+
@edge_route_response_headers_module_client.delete!(
|
117
|
+
edge_id: api_key_result["edge_id"],
|
106
118
|
id: api_key_result["id"]
|
107
119
|
)
|
108
120
|
end
|
109
121
|
|
110
122
|
it "will make a delete request and return NotFoundError if 404" do
|
111
|
-
path = '/
|
123
|
+
path = '/edges/https/%{edge_id}/routes/%{id}/response_headers'
|
112
124
|
replacements = {
|
125
|
+
edge_id: api_key_result["edge_id"],
|
113
126
|
id: api_key_result["id"],
|
114
127
|
}
|
115
128
|
expect do
|
116
129
|
expect(@client).to receive(:delete).with(path % replacements, danger: true).
|
117
130
|
and_raise(NgrokAPI::Errors::NotFoundError)
|
118
|
-
result = @
|
131
|
+
result = @edge_route_response_headers_module_client.delete!(
|
132
|
+
edge_id: api_key_result["edge_id"],
|
119
133
|
id: api_key_result["id"]
|
120
134
|
)
|
121
135
|
expect(result).to be nil
|
@@ -1,28 +1,30 @@
|
|
1
1
|
require 'spec_helper'
|
2
2
|
|
3
|
-
RSpec.describe NgrokAPI::Services::
|
3
|
+
RSpec.describe NgrokAPI::Services::EdgeRouteSAMLModuleClient do
|
4
4
|
let(:base_url) { 'https://api.ngrok.com' }
|
5
|
-
let(:path) { '/
|
5
|
+
let(:path) { '/edges/https/%{edge_id}/routes/%{id}/saml' }
|
6
6
|
let(:not_found) do
|
7
7
|
NgrokAPI::Errors::NotFoundError.new(response: endpoint_saml_result)
|
8
8
|
end
|
9
9
|
|
10
10
|
before(:each) do
|
11
11
|
@client = class_double("HttpClient")
|
12
|
-
@
|
12
|
+
@edge_route_saml_module_client = NgrokAPI::Services::EdgeRouteSAMLModuleClient.new(client: @client)
|
13
13
|
end
|
14
14
|
|
15
15
|
describe "#replace" do
|
16
16
|
it "will make a put request and return an instance of NgrokAPI::Models::EndpointSAML" do
|
17
|
-
path = '/
|
17
|
+
path = '/edges/https/%{edge_id}/routes/%{id}/saml'
|
18
18
|
replacements = {
|
19
|
+
edge_id: endpoint_saml_result["edge_id"],
|
19
20
|
id: endpoint_saml_result["id"],
|
20
21
|
}
|
21
22
|
data = {}
|
22
23
|
data[:module] = "New a_module"
|
23
24
|
expect(@client).to receive(:put).with(path % replacements, data: data).
|
24
25
|
and_return(endpoint_saml_result)
|
25
|
-
result = @
|
26
|
+
result = @edge_route_saml_module_client.replace(
|
27
|
+
edge_id: endpoint_saml_result["edge_id"],
|
26
28
|
id: endpoint_saml_result["id"],
|
27
29
|
a_module: "New a_module"
|
28
30
|
)
|
@@ -32,15 +34,17 @@ RSpec.describe NgrokAPI::Services::EndpointSAMLModuleClient do
|
|
32
34
|
|
33
35
|
describe "#replace!" do
|
34
36
|
it "will make a put request and return an instance of NgrokAPI::Models::EndpointSAML" do
|
35
|
-
path = '/
|
37
|
+
path = '/edges/https/%{edge_id}/routes/%{id}/saml'
|
36
38
|
replacements = {
|
39
|
+
edge_id: endpoint_saml_result["edge_id"],
|
37
40
|
id: endpoint_saml_result["id"],
|
38
41
|
}
|
39
42
|
data = {}
|
40
43
|
data[:module] = "New a_module"
|
41
44
|
expect(@client).to receive(:put).with(path % replacements, data: data).
|
42
45
|
and_return(endpoint_saml_result)
|
43
|
-
result = @
|
46
|
+
result = @edge_route_saml_module_client.replace(
|
47
|
+
edge_id: endpoint_saml_result["edge_id"],
|
44
48
|
id: endpoint_saml_result["id"],
|
45
49
|
a_module: "New a_module"
|
46
50
|
)
|
@@ -51,14 +55,16 @@ RSpec.describe NgrokAPI::Services::EndpointSAMLModuleClient do
|
|
51
55
|
|
52
56
|
describe "#get" do
|
53
57
|
it "will make a get request and return an instance of NgrokAPI::Models::EndpointSAML" do
|
54
|
-
path = '/
|
58
|
+
path = '/edges/https/%{edge_id}/routes/%{id}/saml'
|
55
59
|
replacements = {
|
60
|
+
edge_id: endpoint_saml_result["edge_id"],
|
56
61
|
id: endpoint_saml_result["id"],
|
57
62
|
}
|
58
63
|
data = {}
|
59
64
|
expect(@client).to receive(:get).with(path % replacements, data: data).
|
60
65
|
and_return(endpoint_saml_result)
|
61
|
-
result = @
|
66
|
+
result = @edge_route_saml_module_client.get(
|
67
|
+
edge_id: endpoint_saml_result["edge_id"],
|
62
68
|
id: endpoint_saml_result["id"]
|
63
69
|
)
|
64
70
|
expect(result.class).to eq(NgrokAPI::Models::EndpointSAML)
|
@@ -67,14 +73,16 @@ RSpec.describe NgrokAPI::Services::EndpointSAMLModuleClient do
|
|
67
73
|
|
68
74
|
describe "#get!" do
|
69
75
|
it "will make a get request and return an instance of NgrokAPI::Models::EndpointSAML" do
|
70
|
-
path = '/
|
76
|
+
path = '/edges/https/%{edge_id}/routes/%{id}/saml'
|
71
77
|
replacements = {
|
78
|
+
edge_id: endpoint_saml_result["edge_id"],
|
72
79
|
id: endpoint_saml_result["id"],
|
73
80
|
}
|
74
81
|
data = {}
|
75
82
|
expect(@client).to receive(:get).with(path % replacements, data: data).
|
76
83
|
and_return(endpoint_saml_result)
|
77
|
-
result = @
|
84
|
+
result = @edge_route_saml_module_client.get(
|
85
|
+
edge_id: endpoint_saml_result["edge_id"],
|
78
86
|
id: endpoint_saml_result["id"]
|
79
87
|
)
|
80
88
|
expect(result.class).to eq(NgrokAPI::Models::EndpointSAML)
|
@@ -84,12 +92,14 @@ RSpec.describe NgrokAPI::Services::EndpointSAMLModuleClient do
|
|
84
92
|
|
85
93
|
describe "#delete" do
|
86
94
|
it "will make a delete request" do
|
87
|
-
path = '/
|
95
|
+
path = '/edges/https/%{edge_id}/routes/%{id}/saml'
|
88
96
|
replacements = {
|
97
|
+
edge_id: api_key_result["edge_id"],
|
89
98
|
id: api_key_result["id"],
|
90
99
|
}
|
91
100
|
expect(@client).to receive(:delete).with(path % replacements).and_return(nil)
|
92
|
-
@
|
101
|
+
@edge_route_saml_module_client.delete(
|
102
|
+
edge_id: api_key_result["edge_id"],
|
93
103
|
id: api_key_result["id"]
|
94
104
|
)
|
95
105
|
end
|
@@ -97,25 +107,29 @@ RSpec.describe NgrokAPI::Services::EndpointSAMLModuleClient do
|
|
97
107
|
|
98
108
|
describe "#delete!" do
|
99
109
|
it "will make a delete request" do
|
100
|
-
path = '/
|
110
|
+
path = '/edges/https/%{edge_id}/routes/%{id}/saml'
|
101
111
|
replacements = {
|
112
|
+
edge_id: api_key_result["edge_id"],
|
102
113
|
id: api_key_result["id"],
|
103
114
|
}
|
104
115
|
expect(@client).to receive(:delete).with(path % replacements, danger: true).and_return(nil)
|
105
|
-
@
|
116
|
+
@edge_route_saml_module_client.delete!(
|
117
|
+
edge_id: api_key_result["edge_id"],
|
106
118
|
id: api_key_result["id"]
|
107
119
|
)
|
108
120
|
end
|
109
121
|
|
110
122
|
it "will make a delete request and return NotFoundError if 404" do
|
111
|
-
path = '/
|
123
|
+
path = '/edges/https/%{edge_id}/routes/%{id}/saml'
|
112
124
|
replacements = {
|
125
|
+
edge_id: api_key_result["edge_id"],
|
113
126
|
id: api_key_result["id"],
|
114
127
|
}
|
115
128
|
expect do
|
116
129
|
expect(@client).to receive(:delete).with(path % replacements, danger: true).
|
117
130
|
and_raise(NgrokAPI::Errors::NotFoundError)
|
118
|
-
result = @
|
131
|
+
result = @edge_route_saml_module_client.delete!(
|
132
|
+
edge_id: api_key_result["edge_id"],
|
119
133
|
id: api_key_result["id"]
|
120
134
|
)
|
121
135
|
expect(result).to be nil
|