ngrok-api 0.15.0 → 0.18.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/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 +175 -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
@@ -22,16 +22,11 @@ module NgrokAPI
|
|
22
22
|
# @param [string] metadata Arbitrary customer supplied information intended to be machine readable. Optional, max 4096 chars.
|
23
23
|
# @param [string] description Arbitrary customer supplied information intended to be human readable. Optional, max 255 chars.
|
24
24
|
# @param [List<EventSourceReplace>] sources Sources containing the types for which this event subscription will trigger
|
25
|
-
# @param [List<string>] destination_ids A list of Event Destination IDs which should be used for this Event
|
25
|
+
# @param [List<string>] destination_ids A list of Event Destination IDs which should be used for this Event Subscription.
|
26
26
|
# @return [NgrokAPI::Models::EventSubscription] result from the API request
|
27
27
|
#
|
28
28
|
# https://ngrok.com/docs/api#api-event-subscriptions-create
|
29
|
-
def create(
|
30
|
-
metadata: "",
|
31
|
-
description: "",
|
32
|
-
sources: [],
|
33
|
-
destination_ids: []
|
34
|
-
)
|
29
|
+
def create(metadata: "", description: "", sources: [], destination_ids: [])
|
35
30
|
path = '/event_subscriptions'
|
36
31
|
replacements = {
|
37
32
|
}
|
@@ -51,9 +46,7 @@ module NgrokAPI
|
|
51
46
|
# @return [NgrokAPI::Models::Empty] result from the API request
|
52
47
|
#
|
53
48
|
# https://ngrok.com/docs/api#api-event-subscriptions-delete
|
54
|
-
def delete(
|
55
|
-
id: ""
|
56
|
-
)
|
49
|
+
def delete(id: "")
|
57
50
|
path = '/event_subscriptions/%{id}'
|
58
51
|
replacements = {
|
59
52
|
id: id,
|
@@ -69,9 +62,7 @@ module NgrokAPI
|
|
69
62
|
# @return [NgrokAPI::Models::Empty] result from the API request
|
70
63
|
#
|
71
64
|
# https://ngrok.com/docs/api#api-event-subscriptions-delete
|
72
|
-
def delete!(
|
73
|
-
id: ""
|
74
|
-
)
|
65
|
+
def delete!(id: "")
|
75
66
|
path = '/event_subscriptions/%{id}'
|
76
67
|
replacements = {
|
77
68
|
id: id,
|
@@ -86,9 +77,7 @@ module NgrokAPI
|
|
86
77
|
# @return [NgrokAPI::Models::EventSubscription] result from the API request
|
87
78
|
#
|
88
79
|
# https://ngrok.com/docs/api#api-event-subscriptions-get
|
89
|
-
def get(
|
90
|
-
id: ""
|
91
|
-
)
|
80
|
+
def get(id: "")
|
92
81
|
path = '/event_subscriptions/%{id}'
|
93
82
|
replacements = {
|
94
83
|
id: id,
|
@@ -106,9 +95,7 @@ module NgrokAPI
|
|
106
95
|
# @return [NgrokAPI::Models::EventSubscription] result from the API request
|
107
96
|
#
|
108
97
|
# https://ngrok.com/docs/api#api-event-subscriptions-get
|
109
|
-
def get!(
|
110
|
-
id: ""
|
111
|
-
)
|
98
|
+
def get!(id: "")
|
112
99
|
path = '/event_subscriptions/%{id}'
|
113
100
|
replacements = {
|
114
101
|
id: id,
|
@@ -127,11 +114,8 @@ module NgrokAPI
|
|
127
114
|
# @return [NgrokAPI::Models::Listable] result from the API request
|
128
115
|
#
|
129
116
|
# https://ngrok.com/docs/api#api-event-subscriptions-list
|
130
|
-
def list(
|
131
|
-
|
132
|
-
limit: nil,
|
133
|
-
url: nil
|
134
|
-
)
|
117
|
+
def list(before_id: nil, limit: nil,
|
118
|
+
url: nil)
|
135
119
|
result = @client.list(
|
136
120
|
before_id: before_id,
|
137
121
|
limit: limit,
|
@@ -157,11 +141,8 @@ module NgrokAPI
|
|
157
141
|
# @return [NgrokAPI::Models::Listable] result from the API request
|
158
142
|
#
|
159
143
|
# https://ngrok.com/docs/api#api-event-subscriptions-list
|
160
|
-
def list!(
|
161
|
-
|
162
|
-
limit: nil,
|
163
|
-
url: nil
|
164
|
-
)
|
144
|
+
def list!(before_id: nil, limit: nil,
|
145
|
+
url: nil)
|
165
146
|
result = @client.list(
|
166
147
|
before_id: before_id,
|
167
148
|
limit: limit,
|
@@ -186,17 +167,11 @@ module NgrokAPI
|
|
186
167
|
# @param [string] metadata Arbitrary customer supplied information intended to be machine readable. Optional, max 4096 chars.
|
187
168
|
# @param [string] description Arbitrary customer supplied information intended to be human readable. Optional, max 255 chars.
|
188
169
|
# @param [List<EventSourceReplace>] sources Sources containing the types for which this event subscription will trigger
|
189
|
-
# @param [List<string>] destination_ids A list of Event Destination IDs which should be used for this Event
|
170
|
+
# @param [List<string>] destination_ids A list of Event Destination IDs which should be used for this Event Subscription.
|
190
171
|
# @return [NgrokAPI::Models::EventSubscription] result from the API request
|
191
172
|
#
|
192
173
|
# https://ngrok.com/docs/api#api-event-subscriptions-update
|
193
|
-
def update(
|
194
|
-
id: "",
|
195
|
-
metadata: nil,
|
196
|
-
description: nil,
|
197
|
-
sources: nil,
|
198
|
-
destination_ids: nil
|
199
|
-
)
|
174
|
+
def update(id: "", metadata: nil, description: nil, sources: nil, destination_ids: nil)
|
200
175
|
path = '/event_subscriptions/%{id}'
|
201
176
|
replacements = {
|
202
177
|
id: id,
|
@@ -218,17 +193,11 @@ module NgrokAPI
|
|
218
193
|
# @param [string] metadata Arbitrary customer supplied information intended to be machine readable. Optional, max 4096 chars.
|
219
194
|
# @param [string] description Arbitrary customer supplied information intended to be human readable. Optional, max 255 chars.
|
220
195
|
# @param [List<EventSourceReplace>] sources Sources containing the types for which this event subscription will trigger
|
221
|
-
# @param [List<string>] destination_ids A list of Event Destination IDs which should be used for this Event
|
196
|
+
# @param [List<string>] destination_ids A list of Event Destination IDs which should be used for this Event Subscription.
|
222
197
|
# @return [NgrokAPI::Models::EventSubscription] result from the API request
|
223
198
|
#
|
224
199
|
# https://ngrok.com/docs/api#api-event-subscriptions-update
|
225
|
-
def update!(
|
226
|
-
id: "",
|
227
|
-
metadata: nil,
|
228
|
-
description: nil,
|
229
|
-
sources: nil,
|
230
|
-
destination_ids: nil
|
231
|
-
)
|
200
|
+
def update!(id: "", metadata: nil, description: nil, sources: nil, destination_ids: nil)
|
232
201
|
path = '/event_subscriptions/%{id}'
|
233
202
|
replacements = {
|
234
203
|
id: id,
|
@@ -0,0 +1,214 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module NgrokAPI
|
4
|
+
module Services
|
5
|
+
##
|
6
|
+
# A Failover backend defines failover behavior within a list of referenced
|
7
|
+
# backends. Traffic is sent to the first backend in the list. If that backend
|
8
|
+
# is offline or no connection can be established, ngrok attempts to connect to
|
9
|
+
# the next backend in the list until one is successful.
|
10
|
+
#
|
11
|
+
# https://ngrok.com/docs/api#api-failover-backends
|
12
|
+
class FailoverBackendsClient
|
13
|
+
# The API path for the requests
|
14
|
+
PATH = '/backends/failover'
|
15
|
+
# The List Property from the resulting API for list calls
|
16
|
+
LIST_PROPERTY = 'backends'
|
17
|
+
|
18
|
+
attr_reader :client
|
19
|
+
|
20
|
+
def initialize(client:)
|
21
|
+
@client = client
|
22
|
+
end
|
23
|
+
|
24
|
+
##
|
25
|
+
# Create a new Failover backend
|
26
|
+
#
|
27
|
+
# @param [string] description human-readable description of this backend. Optional
|
28
|
+
# @param [string] metadata arbitrary user-defined machine-readable data of this backend. Optional
|
29
|
+
# @param [List<string>] backends the ids of the child backends in order
|
30
|
+
# @return [NgrokAPI::Models::FailoverBackend] result from the API request
|
31
|
+
#
|
32
|
+
# https://ngrok.com/docs/api#api-failover-backends-create
|
33
|
+
def create(description: "", metadata: "", backends: [])
|
34
|
+
path = '/backends/failover'
|
35
|
+
replacements = {
|
36
|
+
}
|
37
|
+
data = {}
|
38
|
+
data[:description] = description if description
|
39
|
+
data[:metadata] = metadata if metadata
|
40
|
+
data[:backends] = backends if backends
|
41
|
+
result = @client.post(path % replacements, data: data)
|
42
|
+
NgrokAPI::Models::FailoverBackend.new(client: self, result: result)
|
43
|
+
end
|
44
|
+
|
45
|
+
##
|
46
|
+
# Delete a Failover backend by ID. TODO what if used?
|
47
|
+
#
|
48
|
+
# @param [string] id a resource identifier
|
49
|
+
# @return [NgrokAPI::Models::Empty] result from the API request
|
50
|
+
#
|
51
|
+
# https://ngrok.com/docs/api#api-failover-backends-delete
|
52
|
+
def delete(id: "")
|
53
|
+
path = '/backends/failover/%{id}'
|
54
|
+
replacements = {
|
55
|
+
id: id,
|
56
|
+
}
|
57
|
+
@client.delete(path % replacements)
|
58
|
+
end
|
59
|
+
|
60
|
+
##
|
61
|
+
# Delete a Failover backend by ID. TODO what if used?
|
62
|
+
# Throws an exception if API error.
|
63
|
+
#
|
64
|
+
# @param [string] id a resource identifier
|
65
|
+
# @return [NgrokAPI::Models::Empty] result from the API request
|
66
|
+
#
|
67
|
+
# https://ngrok.com/docs/api#api-failover-backends-delete
|
68
|
+
def delete!(id: "")
|
69
|
+
path = '/backends/failover/%{id}'
|
70
|
+
replacements = {
|
71
|
+
id: id,
|
72
|
+
}
|
73
|
+
@client.delete(path % replacements, danger: true)
|
74
|
+
end
|
75
|
+
|
76
|
+
##
|
77
|
+
# Get detailed information about a Failover backend by ID
|
78
|
+
#
|
79
|
+
# @param [string] id a resource identifier
|
80
|
+
# @return [NgrokAPI::Models::FailoverBackend] result from the API request
|
81
|
+
#
|
82
|
+
# https://ngrok.com/docs/api#api-failover-backends-get
|
83
|
+
def get(id: "")
|
84
|
+
path = '/backends/failover/%{id}'
|
85
|
+
replacements = {
|
86
|
+
id: id,
|
87
|
+
}
|
88
|
+
data = {}
|
89
|
+
result = @client.get(path % replacements, data: data)
|
90
|
+
NgrokAPI::Models::FailoverBackend.new(client: self, result: result)
|
91
|
+
end
|
92
|
+
|
93
|
+
##
|
94
|
+
# Get detailed information about a Failover backend by ID
|
95
|
+
# Throws an exception if API error.
|
96
|
+
#
|
97
|
+
# @param [string] id a resource identifier
|
98
|
+
# @return [NgrokAPI::Models::FailoverBackend] result from the API request
|
99
|
+
#
|
100
|
+
# https://ngrok.com/docs/api#api-failover-backends-get
|
101
|
+
def get!(id: "")
|
102
|
+
path = '/backends/failover/%{id}'
|
103
|
+
replacements = {
|
104
|
+
id: id,
|
105
|
+
}
|
106
|
+
data = {}
|
107
|
+
result = @client.get(path % replacements, data: data, danger: true)
|
108
|
+
NgrokAPI::Models::FailoverBackend.new(client: self, result: result)
|
109
|
+
end
|
110
|
+
|
111
|
+
##
|
112
|
+
# List all Failover backends on this account
|
113
|
+
#
|
114
|
+
# @param [string] before_id
|
115
|
+
# @param [string] limit
|
116
|
+
# @param [string] url optional and mutually exclusive from before_id and limit
|
117
|
+
# @return [NgrokAPI::Models::Listable] result from the API request
|
118
|
+
#
|
119
|
+
# https://ngrok.com/docs/api#api-failover-backends-list
|
120
|
+
def list(before_id: nil, limit: nil,
|
121
|
+
url: nil)
|
122
|
+
result = @client.list(
|
123
|
+
before_id: before_id,
|
124
|
+
limit: limit,
|
125
|
+
url: url,
|
126
|
+
path: PATH
|
127
|
+
)
|
128
|
+
|
129
|
+
NgrokAPI::Models::Listable.new(
|
130
|
+
client: self,
|
131
|
+
result: result,
|
132
|
+
list_property: LIST_PROPERTY,
|
133
|
+
klass: NgrokAPI::Models::FailoverBackend
|
134
|
+
)
|
135
|
+
end
|
136
|
+
|
137
|
+
##
|
138
|
+
# List all Failover backends on this account
|
139
|
+
# Throws an exception if API error.
|
140
|
+
#
|
141
|
+
# @param [string] before_id
|
142
|
+
# @param [string] limit
|
143
|
+
# @param [string] url optional and mutually exclusive from before_id and limit
|
144
|
+
# @return [NgrokAPI::Models::Listable] result from the API request
|
145
|
+
#
|
146
|
+
# https://ngrok.com/docs/api#api-failover-backends-list
|
147
|
+
def list!(before_id: nil, limit: nil,
|
148
|
+
url: nil)
|
149
|
+
result = @client.list(
|
150
|
+
before_id: before_id,
|
151
|
+
limit: limit,
|
152
|
+
danger: true,
|
153
|
+
url: url,
|
154
|
+
path: PATH
|
155
|
+
)
|
156
|
+
|
157
|
+
NgrokAPI::Models::Listable.new(
|
158
|
+
client: self,
|
159
|
+
result: result,
|
160
|
+
list_property: LIST_PROPERTY,
|
161
|
+
klass: NgrokAPI::Models::FailoverBackend,
|
162
|
+
danger: true
|
163
|
+
)
|
164
|
+
end
|
165
|
+
|
166
|
+
##
|
167
|
+
# Update Failover backend by ID
|
168
|
+
#
|
169
|
+
# @param [string] id
|
170
|
+
# @param [string] description human-readable description of this backend. Optional
|
171
|
+
# @param [string] metadata arbitrary user-defined machine-readable data of this backend. Optional
|
172
|
+
# @param [List<string>] backends the ids of the child backends in order
|
173
|
+
# @return [NgrokAPI::Models::FailoverBackend] result from the API request
|
174
|
+
#
|
175
|
+
# https://ngrok.com/docs/api#api-failover-backends-update
|
176
|
+
def update(id: "", description: nil, metadata: nil, backends: [])
|
177
|
+
path = '/backends/failover/%{id}'
|
178
|
+
replacements = {
|
179
|
+
id: id,
|
180
|
+
}
|
181
|
+
data = {}
|
182
|
+
data[:description] = description if description
|
183
|
+
data[:metadata] = metadata if metadata
|
184
|
+
data[:backends] = backends if backends
|
185
|
+
result = @client.patch(path % replacements, data: data)
|
186
|
+
NgrokAPI::Models::FailoverBackend.new(client: self, result: result)
|
187
|
+
end
|
188
|
+
|
189
|
+
##
|
190
|
+
# Update Failover backend by ID
|
191
|
+
# Throws an exception if API error.
|
192
|
+
#
|
193
|
+
# @param [string] id
|
194
|
+
# @param [string] description human-readable description of this backend. Optional
|
195
|
+
# @param [string] metadata arbitrary user-defined machine-readable data of this backend. Optional
|
196
|
+
# @param [List<string>] backends the ids of the child backends in order
|
197
|
+
# @return [NgrokAPI::Models::FailoverBackend] result from the API request
|
198
|
+
#
|
199
|
+
# https://ngrok.com/docs/api#api-failover-backends-update
|
200
|
+
def update!(id: "", description: nil, metadata: nil, backends: [])
|
201
|
+
path = '/backends/failover/%{id}'
|
202
|
+
replacements = {
|
203
|
+
id: id,
|
204
|
+
}
|
205
|
+
data = {}
|
206
|
+
data[:description] = description if description
|
207
|
+
data[:metadata] = metadata if metadata
|
208
|
+
data[:backends] = backends if backends
|
209
|
+
result = @client.patch(path % replacements, data: data, danger: true)
|
210
|
+
NgrokAPI::Models::FailoverBackend.new(client: self, result: result)
|
211
|
+
end
|
212
|
+
end
|
213
|
+
end
|
214
|
+
end
|
@@ -0,0 +1,199 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module NgrokAPI
|
4
|
+
module Services
|
5
|
+
##
|
6
|
+
# https://ngrok.com/docs/api#api-http-response-backends
|
7
|
+
class HTTPResponseBackendsClient
|
8
|
+
# The API path for the requests
|
9
|
+
PATH = '/backends/http_response'
|
10
|
+
# The List Property from the resulting API for list calls
|
11
|
+
LIST_PROPERTY = 'backends'
|
12
|
+
|
13
|
+
attr_reader :client
|
14
|
+
|
15
|
+
def initialize(client:)
|
16
|
+
@client = client
|
17
|
+
end
|
18
|
+
|
19
|
+
##
|
20
|
+
# @param [string] description human-readable description of this backend. Optional
|
21
|
+
# @param [string] metadata arbitrary user-defined machine-readable data of this backend. Optional
|
22
|
+
# @param [string] body body to return as fixed content
|
23
|
+
# @param [Map<string, string>] headers headers to return
|
24
|
+
# @param [int32] status_code status code to return
|
25
|
+
# @return [NgrokAPI::Models::HTTPResponseBackend] result from the API request
|
26
|
+
#
|
27
|
+
# https://ngrok.com/docs/api#api-http-response-backends-create
|
28
|
+
def create(description: "", metadata: "", body: "", headers: {}, status_code: nil)
|
29
|
+
path = '/backends/http_response'
|
30
|
+
replacements = {
|
31
|
+
}
|
32
|
+
data = {}
|
33
|
+
data[:description] = description if description
|
34
|
+
data[:metadata] = metadata if metadata
|
35
|
+
data[:body] = body if body
|
36
|
+
data[:headers] = headers if headers
|
37
|
+
data[:status_code] = status_code if status_code
|
38
|
+
result = @client.post(path % replacements, data: data)
|
39
|
+
NgrokAPI::Models::HTTPResponseBackend.new(client: self, result: result)
|
40
|
+
end
|
41
|
+
|
42
|
+
##
|
43
|
+
# @param [string] id a resource identifier
|
44
|
+
# @return [NgrokAPI::Models::Empty] result from the API request
|
45
|
+
#
|
46
|
+
# https://ngrok.com/docs/api#api-http-response-backends-delete
|
47
|
+
def delete(id: "")
|
48
|
+
path = '/backends/http_response/%{id}'
|
49
|
+
replacements = {
|
50
|
+
id: id,
|
51
|
+
}
|
52
|
+
@client.delete(path % replacements)
|
53
|
+
end
|
54
|
+
|
55
|
+
##
|
56
|
+
# @param [string] id a resource identifier
|
57
|
+
# @return [NgrokAPI::Models::Empty] result from the API request
|
58
|
+
#
|
59
|
+
# https://ngrok.com/docs/api#api-http-response-backends-delete
|
60
|
+
def delete!(id: "")
|
61
|
+
path = '/backends/http_response/%{id}'
|
62
|
+
replacements = {
|
63
|
+
id: id,
|
64
|
+
}
|
65
|
+
@client.delete(path % replacements, danger: true)
|
66
|
+
end
|
67
|
+
|
68
|
+
##
|
69
|
+
# @param [string] id a resource identifier
|
70
|
+
# @return [NgrokAPI::Models::HTTPResponseBackend] result from the API request
|
71
|
+
#
|
72
|
+
# https://ngrok.com/docs/api#api-http-response-backends-get
|
73
|
+
def get(id: "")
|
74
|
+
path = '/backends/http_response/%{id}'
|
75
|
+
replacements = {
|
76
|
+
id: id,
|
77
|
+
}
|
78
|
+
data = {}
|
79
|
+
result = @client.get(path % replacements, data: data)
|
80
|
+
NgrokAPI::Models::HTTPResponseBackend.new(client: self, result: result)
|
81
|
+
end
|
82
|
+
|
83
|
+
##
|
84
|
+
# @param [string] id a resource identifier
|
85
|
+
# @return [NgrokAPI::Models::HTTPResponseBackend] result from the API request
|
86
|
+
#
|
87
|
+
# https://ngrok.com/docs/api#api-http-response-backends-get
|
88
|
+
def get!(id: "")
|
89
|
+
path = '/backends/http_response/%{id}'
|
90
|
+
replacements = {
|
91
|
+
id: id,
|
92
|
+
}
|
93
|
+
data = {}
|
94
|
+
result = @client.get(path % replacements, data: data, danger: true)
|
95
|
+
NgrokAPI::Models::HTTPResponseBackend.new(client: self, result: result)
|
96
|
+
end
|
97
|
+
|
98
|
+
##
|
99
|
+
# @param [string] before_id
|
100
|
+
# @param [string] limit
|
101
|
+
# @param [string] url optional and mutually exclusive from before_id and limit
|
102
|
+
# @return [NgrokAPI::Models::Listable] result from the API request
|
103
|
+
#
|
104
|
+
# https://ngrok.com/docs/api#api-http-response-backends-list
|
105
|
+
def list(before_id: nil, limit: nil,
|
106
|
+
url: nil)
|
107
|
+
result = @client.list(
|
108
|
+
before_id: before_id,
|
109
|
+
limit: limit,
|
110
|
+
url: url,
|
111
|
+
path: PATH
|
112
|
+
)
|
113
|
+
|
114
|
+
NgrokAPI::Models::Listable.new(
|
115
|
+
client: self,
|
116
|
+
result: result,
|
117
|
+
list_property: LIST_PROPERTY,
|
118
|
+
klass: NgrokAPI::Models::HTTPResponseBackend
|
119
|
+
)
|
120
|
+
end
|
121
|
+
|
122
|
+
##
|
123
|
+
# @param [string] before_id
|
124
|
+
# @param [string] limit
|
125
|
+
# @param [string] url optional and mutually exclusive from before_id and limit
|
126
|
+
# @return [NgrokAPI::Models::Listable] result from the API request
|
127
|
+
#
|
128
|
+
# https://ngrok.com/docs/api#api-http-response-backends-list
|
129
|
+
def list!(before_id: nil, limit: nil,
|
130
|
+
url: nil)
|
131
|
+
result = @client.list(
|
132
|
+
before_id: before_id,
|
133
|
+
limit: limit,
|
134
|
+
danger: true,
|
135
|
+
url: url,
|
136
|
+
path: PATH
|
137
|
+
)
|
138
|
+
|
139
|
+
NgrokAPI::Models::Listable.new(
|
140
|
+
client: self,
|
141
|
+
result: result,
|
142
|
+
list_property: LIST_PROPERTY,
|
143
|
+
klass: NgrokAPI::Models::HTTPResponseBackend,
|
144
|
+
danger: true
|
145
|
+
)
|
146
|
+
end
|
147
|
+
|
148
|
+
##
|
149
|
+
# @param [string] id
|
150
|
+
# @param [string] description human-readable description of this backend. Optional
|
151
|
+
# @param [string] metadata arbitrary user-defined machine-readable data of this backend. Optional
|
152
|
+
# @param [string] body body to return as fixed content
|
153
|
+
# @param [Map<string, string>] headers headers to return
|
154
|
+
# @param [int32] status_code status code to return
|
155
|
+
# @return [NgrokAPI::Models::HTTPResponseBackend] result from the API request
|
156
|
+
#
|
157
|
+
# https://ngrok.com/docs/api#api-http-response-backends-update
|
158
|
+
def update(id: "", description: nil, metadata: nil, body: nil, headers: nil, status_code: nil)
|
159
|
+
path = '/backends/http_response/%{id}'
|
160
|
+
replacements = {
|
161
|
+
id: id,
|
162
|
+
}
|
163
|
+
data = {}
|
164
|
+
data[:description] = description if description
|
165
|
+
data[:metadata] = metadata if metadata
|
166
|
+
data[:body] = body if body
|
167
|
+
data[:headers] = headers if headers
|
168
|
+
data[:status_code] = status_code if status_code
|
169
|
+
result = @client.patch(path % replacements, data: data)
|
170
|
+
NgrokAPI::Models::HTTPResponseBackend.new(client: self, result: result)
|
171
|
+
end
|
172
|
+
|
173
|
+
##
|
174
|
+
# @param [string] id
|
175
|
+
# @param [string] description human-readable description of this backend. Optional
|
176
|
+
# @param [string] metadata arbitrary user-defined machine-readable data of this backend. Optional
|
177
|
+
# @param [string] body body to return as fixed content
|
178
|
+
# @param [Map<string, string>] headers headers to return
|
179
|
+
# @param [int32] status_code status code to return
|
180
|
+
# @return [NgrokAPI::Models::HTTPResponseBackend] result from the API request
|
181
|
+
#
|
182
|
+
# https://ngrok.com/docs/api#api-http-response-backends-update
|
183
|
+
def update!(id: "", description: nil, metadata: nil, body: nil, headers: nil, status_code: nil)
|
184
|
+
path = '/backends/http_response/%{id}'
|
185
|
+
replacements = {
|
186
|
+
id: id,
|
187
|
+
}
|
188
|
+
data = {}
|
189
|
+
data[:description] = description if description
|
190
|
+
data[:metadata] = metadata if metadata
|
191
|
+
data[:body] = body if body
|
192
|
+
data[:headers] = headers if headers
|
193
|
+
data[:status_code] = status_code if status_code
|
194
|
+
result = @client.patch(path % replacements, data: data, danger: true)
|
195
|
+
NgrokAPI::Models::HTTPResponseBackend.new(client: self, result: result)
|
196
|
+
end
|
197
|
+
end
|
198
|
+
end
|
199
|
+
end
|
@@ -0,0 +1,108 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module NgrokAPI
|
4
|
+
module Services
|
5
|
+
##
|
6
|
+
# https://ngrok.com/docs/api#api-https-edge-mutual-tls-module
|
7
|
+
class HTTPSEdgeMutualTLSModuleClient
|
8
|
+
# The API path for the requests
|
9
|
+
PATH = '/edges/https/%{id}/mutual_tls'
|
10
|
+
|
11
|
+
attr_reader :client
|
12
|
+
|
13
|
+
def initialize(client:)
|
14
|
+
@client = client
|
15
|
+
end
|
16
|
+
|
17
|
+
##
|
18
|
+
# @param [string] id
|
19
|
+
# @param [EndpointMutualTLSMutate] a_module
|
20
|
+
# @return [NgrokAPI::Models::EndpointMutualTLS] result from the API request
|
21
|
+
#
|
22
|
+
# https://ngrok.com/docs/api#api-https-edge-mutual-tls-module-replace
|
23
|
+
def replace(id: "", a_module: nil)
|
24
|
+
path = '/edges/https/%{id}/mutual_tls'
|
25
|
+
replacements = {
|
26
|
+
id: id,
|
27
|
+
}
|
28
|
+
data = {}
|
29
|
+
data[:module] = a_module if a_module
|
30
|
+
result = @client.put(path % replacements, data: data)
|
31
|
+
NgrokAPI::Models::EndpointMutualTLS.new(client: self, result: result)
|
32
|
+
end
|
33
|
+
|
34
|
+
##
|
35
|
+
# @param [string] id
|
36
|
+
# @param [EndpointMutualTLSMutate] a_module
|
37
|
+
# @return [NgrokAPI::Models::EndpointMutualTLS] result from the API request
|
38
|
+
#
|
39
|
+
# https://ngrok.com/docs/api#api-https-edge-mutual-tls-module-replace
|
40
|
+
def replace!(id: "", a_module: nil)
|
41
|
+
path = '/edges/https/%{id}/mutual_tls'
|
42
|
+
replacements = {
|
43
|
+
id: id,
|
44
|
+
}
|
45
|
+
data = {}
|
46
|
+
data[:module] = a_module if a_module
|
47
|
+
result = @client.put(path % replacements, data: data, danger: true)
|
48
|
+
NgrokAPI::Models::EndpointMutualTLS.new(client: self, result: result)
|
49
|
+
end
|
50
|
+
|
51
|
+
##
|
52
|
+
# @param [string] id a resource identifier
|
53
|
+
# @return [NgrokAPI::Models::EndpointMutualTLS] result from the API request
|
54
|
+
#
|
55
|
+
# https://ngrok.com/docs/api#api-https-edge-mutual-tls-module-get
|
56
|
+
def get(id: "")
|
57
|
+
path = '/edges/https/%{id}/mutual_tls'
|
58
|
+
replacements = {
|
59
|
+
id: id,
|
60
|
+
}
|
61
|
+
data = {}
|
62
|
+
result = @client.get(path % replacements, data: data)
|
63
|
+
NgrokAPI::Models::EndpointMutualTLS.new(client: self, result: result)
|
64
|
+
end
|
65
|
+
|
66
|
+
##
|
67
|
+
# @param [string] id a resource identifier
|
68
|
+
# @return [NgrokAPI::Models::EndpointMutualTLS] result from the API request
|
69
|
+
#
|
70
|
+
# https://ngrok.com/docs/api#api-https-edge-mutual-tls-module-get
|
71
|
+
def get!(id: "")
|
72
|
+
path = '/edges/https/%{id}/mutual_tls'
|
73
|
+
replacements = {
|
74
|
+
id: id,
|
75
|
+
}
|
76
|
+
data = {}
|
77
|
+
result = @client.get(path % replacements, data: data, danger: true)
|
78
|
+
NgrokAPI::Models::EndpointMutualTLS.new(client: self, result: result)
|
79
|
+
end
|
80
|
+
|
81
|
+
##
|
82
|
+
# @param [string] id a resource identifier
|
83
|
+
# @return [NgrokAPI::Models::Empty] result from the API request
|
84
|
+
#
|
85
|
+
# https://ngrok.com/docs/api#api-https-edge-mutual-tls-module-delete
|
86
|
+
def delete(id: "")
|
87
|
+
path = '/edges/https/%{id}/mutual_tls'
|
88
|
+
replacements = {
|
89
|
+
id: id,
|
90
|
+
}
|
91
|
+
@client.delete(path % replacements)
|
92
|
+
end
|
93
|
+
|
94
|
+
##
|
95
|
+
# @param [string] id a resource identifier
|
96
|
+
# @return [NgrokAPI::Models::Empty] result from the API request
|
97
|
+
#
|
98
|
+
# https://ngrok.com/docs/api#api-https-edge-mutual-tls-module-delete
|
99
|
+
def delete!(id: "")
|
100
|
+
path = '/edges/https/%{id}/mutual_tls'
|
101
|
+
replacements = {
|
102
|
+
id: id,
|
103
|
+
}
|
104
|
+
@client.delete(path % replacements, danger: true)
|
105
|
+
end
|
106
|
+
end
|
107
|
+
end
|
108
|
+
end
|