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
@@ -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-tls-termination-module
|
7
|
+
class HTTPSEdgeTLSTerminationModuleClient
|
8
|
+
# The API path for the requests
|
9
|
+
PATH = '/edges/https/%{id}/tls_termination'
|
10
|
+
|
11
|
+
attr_reader :client
|
12
|
+
|
13
|
+
def initialize(client:)
|
14
|
+
@client = client
|
15
|
+
end
|
16
|
+
|
17
|
+
##
|
18
|
+
# @param [string] id
|
19
|
+
# @param [EndpointTLSTerminationAtEdge] a_module
|
20
|
+
# @return [NgrokAPI::Models::EndpointTLSTermination] result from the API request
|
21
|
+
#
|
22
|
+
# https://ngrok.com/docs/api#api-https-edge-tls-termination-module-replace
|
23
|
+
def replace(id: "", a_module: nil)
|
24
|
+
path = '/edges/https/%{id}/tls_termination'
|
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::EndpointTLSTermination.new(client: self, result: result)
|
32
|
+
end
|
33
|
+
|
34
|
+
##
|
35
|
+
# @param [string] id
|
36
|
+
# @param [EndpointTLSTerminationAtEdge] a_module
|
37
|
+
# @return [NgrokAPI::Models::EndpointTLSTermination] result from the API request
|
38
|
+
#
|
39
|
+
# https://ngrok.com/docs/api#api-https-edge-tls-termination-module-replace
|
40
|
+
def replace!(id: "", a_module: nil)
|
41
|
+
path = '/edges/https/%{id}/tls_termination'
|
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::EndpointTLSTermination.new(client: self, result: result)
|
49
|
+
end
|
50
|
+
|
51
|
+
##
|
52
|
+
# @param [string] id a resource identifier
|
53
|
+
# @return [NgrokAPI::Models::EndpointTLSTermination] result from the API request
|
54
|
+
#
|
55
|
+
# https://ngrok.com/docs/api#api-https-edge-tls-termination-module-get
|
56
|
+
def get(id: "")
|
57
|
+
path = '/edges/https/%{id}/tls_termination'
|
58
|
+
replacements = {
|
59
|
+
id: id,
|
60
|
+
}
|
61
|
+
data = {}
|
62
|
+
result = @client.get(path % replacements, data: data)
|
63
|
+
NgrokAPI::Models::EndpointTLSTermination.new(client: self, result: result)
|
64
|
+
end
|
65
|
+
|
66
|
+
##
|
67
|
+
# @param [string] id a resource identifier
|
68
|
+
# @return [NgrokAPI::Models::EndpointTLSTermination] result from the API request
|
69
|
+
#
|
70
|
+
# https://ngrok.com/docs/api#api-https-edge-tls-termination-module-get
|
71
|
+
def get!(id: "")
|
72
|
+
path = '/edges/https/%{id}/tls_termination'
|
73
|
+
replacements = {
|
74
|
+
id: id,
|
75
|
+
}
|
76
|
+
data = {}
|
77
|
+
result = @client.get(path % replacements, data: data, danger: true)
|
78
|
+
NgrokAPI::Models::EndpointTLSTermination.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-tls-termination-module-delete
|
86
|
+
def delete(id: "")
|
87
|
+
path = '/edges/https/%{id}/tls_termination'
|
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-tls-termination-module-delete
|
99
|
+
def delete!(id: "")
|
100
|
+
path = '/edges/https/%{id}/tls_termination'
|
101
|
+
replacements = {
|
102
|
+
id: id,
|
103
|
+
}
|
104
|
+
@client.delete(path % replacements, danger: true)
|
105
|
+
end
|
106
|
+
end
|
107
|
+
end
|
108
|
+
end
|
@@ -27,22 +27,16 @@ module NgrokAPI
|
|
27
27
|
#
|
28
28
|
# @param [string] description human-readable description of the source IPs of this IP policy. optional, max 255 bytes.
|
29
29
|
# @param [string] metadata arbitrary user-defined machine-readable data of this IP policy. optional, max 4096 bytes.
|
30
|
-
# @param [string] action the IP policy action. Supported values are ``allow`` or ``deny``
|
31
30
|
# @return [NgrokAPI::Models::IPPolicy] result from the API request
|
32
31
|
#
|
33
32
|
# https://ngrok.com/docs/api#api-ip-policies-create
|
34
|
-
def create(
|
35
|
-
description: "",
|
36
|
-
metadata: "",
|
37
|
-
action:
|
38
|
-
)
|
33
|
+
def create(description: "", metadata: "", action: nil)
|
39
34
|
path = '/ip_policies'
|
40
35
|
replacements = {
|
41
36
|
}
|
42
37
|
data = {}
|
43
38
|
data[:description] = description if description
|
44
39
|
data[:metadata] = metadata if metadata
|
45
|
-
data[:action] = action if action
|
46
40
|
result = @client.post(path % replacements, data: data)
|
47
41
|
NgrokAPI::Models::IPPolicy.new(client: self, result: result)
|
48
42
|
end
|
@@ -56,9 +50,7 @@ module NgrokAPI
|
|
56
50
|
# @return [NgrokAPI::Models::Empty] result from the API request
|
57
51
|
#
|
58
52
|
# https://ngrok.com/docs/api#api-ip-policies-delete
|
59
|
-
def delete(
|
60
|
-
id: ""
|
61
|
-
)
|
53
|
+
def delete(id: "")
|
62
54
|
path = '/ip_policies/%{id}'
|
63
55
|
replacements = {
|
64
56
|
id: id,
|
@@ -76,9 +68,7 @@ module NgrokAPI
|
|
76
68
|
# @return [NgrokAPI::Models::Empty] result from the API request
|
77
69
|
#
|
78
70
|
# https://ngrok.com/docs/api#api-ip-policies-delete
|
79
|
-
def delete!(
|
80
|
-
id: ""
|
81
|
-
)
|
71
|
+
def delete!(id: "")
|
82
72
|
path = '/ip_policies/%{id}'
|
83
73
|
replacements = {
|
84
74
|
id: id,
|
@@ -93,9 +83,7 @@ module NgrokAPI
|
|
93
83
|
# @return [NgrokAPI::Models::IPPolicy] result from the API request
|
94
84
|
#
|
95
85
|
# https://ngrok.com/docs/api#api-ip-policies-get
|
96
|
-
def get(
|
97
|
-
id: ""
|
98
|
-
)
|
86
|
+
def get(id: "")
|
99
87
|
path = '/ip_policies/%{id}'
|
100
88
|
replacements = {
|
101
89
|
id: id,
|
@@ -113,9 +101,7 @@ module NgrokAPI
|
|
113
101
|
# @return [NgrokAPI::Models::IPPolicy] result from the API request
|
114
102
|
#
|
115
103
|
# https://ngrok.com/docs/api#api-ip-policies-get
|
116
|
-
def get!(
|
117
|
-
id: ""
|
118
|
-
)
|
104
|
+
def get!(id: "")
|
119
105
|
path = '/ip_policies/%{id}'
|
120
106
|
replacements = {
|
121
107
|
id: id,
|
@@ -134,11 +120,8 @@ module NgrokAPI
|
|
134
120
|
# @return [NgrokAPI::Models::Listable] result from the API request
|
135
121
|
#
|
136
122
|
# https://ngrok.com/docs/api#api-ip-policies-list
|
137
|
-
def list(
|
138
|
-
|
139
|
-
limit: nil,
|
140
|
-
url: nil
|
141
|
-
)
|
123
|
+
def list(before_id: nil, limit: nil,
|
124
|
+
url: nil)
|
142
125
|
result = @client.list(
|
143
126
|
before_id: before_id,
|
144
127
|
limit: limit,
|
@@ -164,11 +147,8 @@ module NgrokAPI
|
|
164
147
|
# @return [NgrokAPI::Models::Listable] result from the API request
|
165
148
|
#
|
166
149
|
# https://ngrok.com/docs/api#api-ip-policies-list
|
167
|
-
def list!(
|
168
|
-
|
169
|
-
limit: nil,
|
170
|
-
url: nil
|
171
|
-
)
|
150
|
+
def list!(before_id: nil, limit: nil,
|
151
|
+
url: nil)
|
172
152
|
result = @client.list(
|
173
153
|
before_id: before_id,
|
174
154
|
limit: limit,
|
@@ -195,11 +175,7 @@ module NgrokAPI
|
|
195
175
|
# @return [NgrokAPI::Models::IPPolicy] result from the API request
|
196
176
|
#
|
197
177
|
# https://ngrok.com/docs/api#api-ip-policies-update
|
198
|
-
def update(
|
199
|
-
id: "",
|
200
|
-
description: nil,
|
201
|
-
metadata: nil
|
202
|
-
)
|
178
|
+
def update(id: "", description: nil, metadata: nil)
|
203
179
|
path = '/ip_policies/%{id}'
|
204
180
|
replacements = {
|
205
181
|
id: id,
|
@@ -221,11 +197,7 @@ module NgrokAPI
|
|
221
197
|
# @return [NgrokAPI::Models::IPPolicy] result from the API request
|
222
198
|
#
|
223
199
|
# https://ngrok.com/docs/api#api-ip-policies-update
|
224
|
-
def update!(
|
225
|
-
id: "",
|
226
|
-
description: nil,
|
227
|
-
metadata: nil
|
228
|
-
)
|
200
|
+
def update!(id: "", description: nil, metadata: nil)
|
229
201
|
path = '/ip_policies/%{id}'
|
230
202
|
replacements = {
|
231
203
|
id: id,
|
@@ -26,15 +26,11 @@ module NgrokAPI
|
|
26
26
|
# @param [string] metadata arbitrary user-defined machine-readable data of this IP policy rule. optional, max 4096 bytes.
|
27
27
|
# @param [string] cidr an IP or IP range specified in CIDR notation. IPv4 and IPv6 are both supported.
|
28
28
|
# @param [string] ip_policy_id ID of the IP policy this IP policy rule will be attached to
|
29
|
+
# @param [string] action the action to apply to the policy rule, either ``allow`` or ``deny``
|
29
30
|
# @return [NgrokAPI::Models::IPPolicyRule] result from the API request
|
30
31
|
#
|
31
32
|
# https://ngrok.com/docs/api#api-ip-policy-rules-create
|
32
|
-
def create(
|
33
|
-
description: "",
|
34
|
-
metadata: "",
|
35
|
-
cidr:,
|
36
|
-
ip_policy_id:
|
37
|
-
)
|
33
|
+
def create(description: "", metadata: "", cidr:, ip_policy_id:, action: nil)
|
38
34
|
path = '/ip_policy_rules'
|
39
35
|
replacements = {
|
40
36
|
}
|
@@ -43,6 +39,7 @@ module NgrokAPI
|
|
43
39
|
data[:metadata] = metadata if metadata
|
44
40
|
data[:cidr] = cidr if cidr
|
45
41
|
data[:ip_policy_id] = ip_policy_id if ip_policy_id
|
42
|
+
data[:action] = action if action
|
46
43
|
result = @client.post(path % replacements, data: data)
|
47
44
|
NgrokAPI::Models::IPPolicyRule.new(client: self, result: result)
|
48
45
|
end
|
@@ -54,9 +51,7 @@ module NgrokAPI
|
|
54
51
|
# @return [NgrokAPI::Models::Empty] result from the API request
|
55
52
|
#
|
56
53
|
# https://ngrok.com/docs/api#api-ip-policy-rules-delete
|
57
|
-
def delete(
|
58
|
-
id: ""
|
59
|
-
)
|
54
|
+
def delete(id: "")
|
60
55
|
path = '/ip_policy_rules/%{id}'
|
61
56
|
replacements = {
|
62
57
|
id: id,
|
@@ -72,9 +67,7 @@ module NgrokAPI
|
|
72
67
|
# @return [NgrokAPI::Models::Empty] result from the API request
|
73
68
|
#
|
74
69
|
# https://ngrok.com/docs/api#api-ip-policy-rules-delete
|
75
|
-
def delete!(
|
76
|
-
id: ""
|
77
|
-
)
|
70
|
+
def delete!(id: "")
|
78
71
|
path = '/ip_policy_rules/%{id}'
|
79
72
|
replacements = {
|
80
73
|
id: id,
|
@@ -89,9 +82,7 @@ module NgrokAPI
|
|
89
82
|
# @return [NgrokAPI::Models::IPPolicyRule] result from the API request
|
90
83
|
#
|
91
84
|
# https://ngrok.com/docs/api#api-ip-policy-rules-get
|
92
|
-
def get(
|
93
|
-
id: ""
|
94
|
-
)
|
85
|
+
def get(id: "")
|
95
86
|
path = '/ip_policy_rules/%{id}'
|
96
87
|
replacements = {
|
97
88
|
id: id,
|
@@ -109,9 +100,7 @@ module NgrokAPI
|
|
109
100
|
# @return [NgrokAPI::Models::IPPolicyRule] result from the API request
|
110
101
|
#
|
111
102
|
# https://ngrok.com/docs/api#api-ip-policy-rules-get
|
112
|
-
def get!(
|
113
|
-
id: ""
|
114
|
-
)
|
103
|
+
def get!(id: "")
|
115
104
|
path = '/ip_policy_rules/%{id}'
|
116
105
|
replacements = {
|
117
106
|
id: id,
|
@@ -130,11 +119,8 @@ module NgrokAPI
|
|
130
119
|
# @return [NgrokAPI::Models::Listable] result from the API request
|
131
120
|
#
|
132
121
|
# https://ngrok.com/docs/api#api-ip-policy-rules-list
|
133
|
-
def list(
|
134
|
-
|
135
|
-
limit: nil,
|
136
|
-
url: nil
|
137
|
-
)
|
122
|
+
def list(before_id: nil, limit: nil,
|
123
|
+
url: nil)
|
138
124
|
result = @client.list(
|
139
125
|
before_id: before_id,
|
140
126
|
limit: limit,
|
@@ -160,11 +146,8 @@ module NgrokAPI
|
|
160
146
|
# @return [NgrokAPI::Models::Listable] result from the API request
|
161
147
|
#
|
162
148
|
# https://ngrok.com/docs/api#api-ip-policy-rules-list
|
163
|
-
def list!(
|
164
|
-
|
165
|
-
limit: nil,
|
166
|
-
url: nil
|
167
|
-
)
|
149
|
+
def list!(before_id: nil, limit: nil,
|
150
|
+
url: nil)
|
168
151
|
result = @client.list(
|
169
152
|
before_id: before_id,
|
170
153
|
limit: limit,
|
@@ -192,12 +175,7 @@ module NgrokAPI
|
|
192
175
|
# @return [NgrokAPI::Models::IPPolicyRule] result from the API request
|
193
176
|
#
|
194
177
|
# https://ngrok.com/docs/api#api-ip-policy-rules-update
|
195
|
-
def update(
|
196
|
-
id: "",
|
197
|
-
description: nil,
|
198
|
-
metadata: nil,
|
199
|
-
cidr: nil
|
200
|
-
)
|
178
|
+
def update(id: "", description: nil, metadata: nil, cidr: nil)
|
201
179
|
path = '/ip_policy_rules/%{id}'
|
202
180
|
replacements = {
|
203
181
|
id: id,
|
@@ -221,12 +199,7 @@ module NgrokAPI
|
|
221
199
|
# @return [NgrokAPI::Models::IPPolicyRule] result from the API request
|
222
200
|
#
|
223
201
|
# https://ngrok.com/docs/api#api-ip-policy-rules-update
|
224
|
-
def update!(
|
225
|
-
id: "",
|
226
|
-
description: nil,
|
227
|
-
metadata: nil,
|
228
|
-
cidr: nil
|
229
|
-
)
|
202
|
+
def update!(id: "", description: nil, metadata: nil, cidr: nil)
|
230
203
|
path = '/ip_policy_rules/%{id}'
|
231
204
|
replacements = {
|
232
205
|
id: id,
|
@@ -4,7 +4,7 @@ module NgrokAPI
|
|
4
4
|
module Services
|
5
5
|
##
|
6
6
|
# An IP restriction is a restriction placed on the CIDRs that are allowed to
|
7
|
-
#
|
7
|
+
# initiate traffic to a specific aspect of your ngrok account. An IP
|
8
8
|
# restriction has a type which defines the ingress it applies to. IP
|
9
9
|
# restrictions can be used to enforce the source IPs that can make API
|
10
10
|
# requests, log in to the dashboard, start ngrok agents, and connect to your
|
@@ -34,13 +34,7 @@ module NgrokAPI
|
|
34
34
|
# @return [NgrokAPI::Models::IPRestriction] result from the API request
|
35
35
|
#
|
36
36
|
# https://ngrok.com/docs/api#api-ip-restrictions-create
|
37
|
-
def create(
|
38
|
-
description: "",
|
39
|
-
metadata: "",
|
40
|
-
enforced: False,
|
41
|
-
type:,
|
42
|
-
ip_policy_ids:
|
43
|
-
)
|
37
|
+
def create(description: "", metadata: "", enforced: False, type:, ip_policy_ids:)
|
44
38
|
path = '/ip_restrictions'
|
45
39
|
replacements = {
|
46
40
|
}
|
@@ -61,9 +55,7 @@ module NgrokAPI
|
|
61
55
|
# @return [NgrokAPI::Models::Empty] result from the API request
|
62
56
|
#
|
63
57
|
# https://ngrok.com/docs/api#api-ip-restrictions-delete
|
64
|
-
def delete(
|
65
|
-
id: ""
|
66
|
-
)
|
58
|
+
def delete(id: "")
|
67
59
|
path = '/ip_restrictions/%{id}'
|
68
60
|
replacements = {
|
69
61
|
id: id,
|
@@ -79,9 +71,7 @@ module NgrokAPI
|
|
79
71
|
# @return [NgrokAPI::Models::Empty] result from the API request
|
80
72
|
#
|
81
73
|
# https://ngrok.com/docs/api#api-ip-restrictions-delete
|
82
|
-
def delete!(
|
83
|
-
id: ""
|
84
|
-
)
|
74
|
+
def delete!(id: "")
|
85
75
|
path = '/ip_restrictions/%{id}'
|
86
76
|
replacements = {
|
87
77
|
id: id,
|
@@ -96,9 +86,7 @@ module NgrokAPI
|
|
96
86
|
# @return [NgrokAPI::Models::IPRestriction] result from the API request
|
97
87
|
#
|
98
88
|
# https://ngrok.com/docs/api#api-ip-restrictions-get
|
99
|
-
def get(
|
100
|
-
id: ""
|
101
|
-
)
|
89
|
+
def get(id: "")
|
102
90
|
path = '/ip_restrictions/%{id}'
|
103
91
|
replacements = {
|
104
92
|
id: id,
|
@@ -116,9 +104,7 @@ module NgrokAPI
|
|
116
104
|
# @return [NgrokAPI::Models::IPRestriction] result from the API request
|
117
105
|
#
|
118
106
|
# https://ngrok.com/docs/api#api-ip-restrictions-get
|
119
|
-
def get!(
|
120
|
-
id: ""
|
121
|
-
)
|
107
|
+
def get!(id: "")
|
122
108
|
path = '/ip_restrictions/%{id}'
|
123
109
|
replacements = {
|
124
110
|
id: id,
|
@@ -137,11 +123,8 @@ module NgrokAPI
|
|
137
123
|
# @return [NgrokAPI::Models::Listable] result from the API request
|
138
124
|
#
|
139
125
|
# https://ngrok.com/docs/api#api-ip-restrictions-list
|
140
|
-
def list(
|
141
|
-
|
142
|
-
limit: nil,
|
143
|
-
url: nil
|
144
|
-
)
|
126
|
+
def list(before_id: nil, limit: nil,
|
127
|
+
url: nil)
|
145
128
|
result = @client.list(
|
146
129
|
before_id: before_id,
|
147
130
|
limit: limit,
|
@@ -167,11 +150,8 @@ module NgrokAPI
|
|
167
150
|
# @return [NgrokAPI::Models::Listable] result from the API request
|
168
151
|
#
|
169
152
|
# https://ngrok.com/docs/api#api-ip-restrictions-list
|
170
|
-
def list!(
|
171
|
-
|
172
|
-
limit: nil,
|
173
|
-
url: nil
|
174
|
-
)
|
153
|
+
def list!(before_id: nil, limit: nil,
|
154
|
+
url: nil)
|
175
155
|
result = @client.list(
|
176
156
|
before_id: before_id,
|
177
157
|
limit: limit,
|
@@ -200,13 +180,7 @@ module NgrokAPI
|
|
200
180
|
# @return [NgrokAPI::Models::IPRestriction] result from the API request
|
201
181
|
#
|
202
182
|
# https://ngrok.com/docs/api#api-ip-restrictions-update
|
203
|
-
def update(
|
204
|
-
id: "",
|
205
|
-
description: nil,
|
206
|
-
metadata: nil,
|
207
|
-
enforced: nil,
|
208
|
-
ip_policy_ids: []
|
209
|
-
)
|
183
|
+
def update(id: "", description: nil, metadata: nil, enforced: nil, ip_policy_ids: [])
|
210
184
|
path = '/ip_restrictions/%{id}'
|
211
185
|
replacements = {
|
212
186
|
id: id,
|
@@ -232,13 +206,7 @@ module NgrokAPI
|
|
232
206
|
# @return [NgrokAPI::Models::IPRestriction] result from the API request
|
233
207
|
#
|
234
208
|
# https://ngrok.com/docs/api#api-ip-restrictions-update
|
235
|
-
def update!(
|
236
|
-
id: "",
|
237
|
-
description: nil,
|
238
|
-
metadata: nil,
|
239
|
-
enforced: nil,
|
240
|
-
ip_policy_ids: []
|
241
|
-
)
|
209
|
+
def update!(id: "", description: nil, metadata: nil, enforced: nil, ip_policy_ids: [])
|
242
210
|
path = '/ip_restrictions/%{id}'
|
243
211
|
replacements = {
|
244
212
|
id: id,
|
@@ -26,16 +26,10 @@ module NgrokAPI
|
|
26
26
|
# @param [string] description human-readable description of what this reserved address will be used for
|
27
27
|
# @param [string] metadata arbitrary user-defined machine-readable data of this reserved address. Optional, max 4096 bytes.
|
28
28
|
# @param [string] region reserve the address in this geographic ngrok datacenter. Optional, default is us. (au, eu, ap, us, jp, in, sa)
|
29
|
-
# @param [string] endpoint_configuration_id ID of an endpoint configuration of type tcp that will be used to handle inbound traffic to this address
|
30
29
|
# @return [NgrokAPI::Models::ReservedAddr] result from the API request
|
31
30
|
#
|
32
31
|
# https://ngrok.com/docs/api#api-reserved-addrs-create
|
33
|
-
def create(
|
34
|
-
description: "",
|
35
|
-
metadata: "",
|
36
|
-
region: "",
|
37
|
-
endpoint_configuration_id: ""
|
38
|
-
)
|
32
|
+
def create(description: "", metadata: "", region: "", endpoint_configuration_id: nil)
|
39
33
|
path = '/reserved_addrs'
|
40
34
|
replacements = {
|
41
35
|
}
|
@@ -43,7 +37,6 @@ module NgrokAPI
|
|
43
37
|
data[:description] = description if description
|
44
38
|
data[:metadata] = metadata if metadata
|
45
39
|
data[:region] = region if region
|
46
|
-
data[:endpoint_configuration_id] = endpoint_configuration_id if endpoint_configuration_id
|
47
40
|
result = @client.post(path % replacements, data: data)
|
48
41
|
NgrokAPI::Models::ReservedAddr.new(client: self, result: result)
|
49
42
|
end
|
@@ -55,9 +48,7 @@ module NgrokAPI
|
|
55
48
|
# @return [NgrokAPI::Models::Empty] result from the API request
|
56
49
|
#
|
57
50
|
# https://ngrok.com/docs/api#api-reserved-addrs-delete
|
58
|
-
def delete(
|
59
|
-
id: ""
|
60
|
-
)
|
51
|
+
def delete(id: "")
|
61
52
|
path = '/reserved_addrs/%{id}'
|
62
53
|
replacements = {
|
63
54
|
id: id,
|
@@ -73,9 +64,7 @@ module NgrokAPI
|
|
73
64
|
# @return [NgrokAPI::Models::Empty] result from the API request
|
74
65
|
#
|
75
66
|
# https://ngrok.com/docs/api#api-reserved-addrs-delete
|
76
|
-
def delete!(
|
77
|
-
id: ""
|
78
|
-
)
|
67
|
+
def delete!(id: "")
|
79
68
|
path = '/reserved_addrs/%{id}'
|
80
69
|
replacements = {
|
81
70
|
id: id,
|
@@ -90,9 +79,7 @@ module NgrokAPI
|
|
90
79
|
# @return [NgrokAPI::Models::ReservedAddr] result from the API request
|
91
80
|
#
|
92
81
|
# https://ngrok.com/docs/api#api-reserved-addrs-get
|
93
|
-
def get(
|
94
|
-
id: ""
|
95
|
-
)
|
82
|
+
def get(id: "")
|
96
83
|
path = '/reserved_addrs/%{id}'
|
97
84
|
replacements = {
|
98
85
|
id: id,
|
@@ -110,9 +97,7 @@ module NgrokAPI
|
|
110
97
|
# @return [NgrokAPI::Models::ReservedAddr] result from the API request
|
111
98
|
#
|
112
99
|
# https://ngrok.com/docs/api#api-reserved-addrs-get
|
113
|
-
def get!(
|
114
|
-
id: ""
|
115
|
-
)
|
100
|
+
def get!(id: "")
|
116
101
|
path = '/reserved_addrs/%{id}'
|
117
102
|
replacements = {
|
118
103
|
id: id,
|
@@ -131,11 +116,8 @@ module NgrokAPI
|
|
131
116
|
# @return [NgrokAPI::Models::Listable] result from the API request
|
132
117
|
#
|
133
118
|
# https://ngrok.com/docs/api#api-reserved-addrs-list
|
134
|
-
def list(
|
135
|
-
|
136
|
-
limit: nil,
|
137
|
-
url: nil
|
138
|
-
)
|
119
|
+
def list(before_id: nil, limit: nil,
|
120
|
+
url: nil)
|
139
121
|
result = @client.list(
|
140
122
|
before_id: before_id,
|
141
123
|
limit: limit,
|
@@ -161,11 +143,8 @@ module NgrokAPI
|
|
161
143
|
# @return [NgrokAPI::Models::Listable] result from the API request
|
162
144
|
#
|
163
145
|
# https://ngrok.com/docs/api#api-reserved-addrs-list
|
164
|
-
def list!(
|
165
|
-
|
166
|
-
limit: nil,
|
167
|
-
url: nil
|
168
|
-
)
|
146
|
+
def list!(before_id: nil, limit: nil,
|
147
|
+
url: nil)
|
169
148
|
result = @client.list(
|
170
149
|
before_id: before_id,
|
171
150
|
limit: limit,
|
@@ -189,16 +168,10 @@ module NgrokAPI
|
|
189
168
|
# @param [string] id
|
190
169
|
# @param [string] description human-readable description of what this reserved address will be used for
|
191
170
|
# @param [string] metadata arbitrary user-defined machine-readable data of this reserved address. Optional, max 4096 bytes.
|
192
|
-
# @param [string] endpoint_configuration_id ID of an endpoint configuration of type tcp that will be used to handle inbound traffic to this address
|
193
171
|
# @return [NgrokAPI::Models::ReservedAddr] result from the API request
|
194
172
|
#
|
195
173
|
# https://ngrok.com/docs/api#api-reserved-addrs-update
|
196
|
-
def update(
|
197
|
-
id: "",
|
198
|
-
description: nil,
|
199
|
-
metadata: nil,
|
200
|
-
endpoint_configuration_id: nil
|
201
|
-
)
|
174
|
+
def update(id: "", description: nil, metadata: nil, endpoint_configuration_id: nil)
|
202
175
|
path = '/reserved_addrs/%{id}'
|
203
176
|
replacements = {
|
204
177
|
id: id,
|
@@ -206,7 +179,6 @@ module NgrokAPI
|
|
206
179
|
data = {}
|
207
180
|
data[:description] = description if description
|
208
181
|
data[:metadata] = metadata if metadata
|
209
|
-
data[:endpoint_configuration_id] = endpoint_configuration_id if endpoint_configuration_id
|
210
182
|
result = @client.patch(path % replacements, data: data)
|
211
183
|
NgrokAPI::Models::ReservedAddr.new(client: self, result: result)
|
212
184
|
end
|
@@ -218,16 +190,10 @@ module NgrokAPI
|
|
218
190
|
# @param [string] id
|
219
191
|
# @param [string] description human-readable description of what this reserved address will be used for
|
220
192
|
# @param [string] metadata arbitrary user-defined machine-readable data of this reserved address. Optional, max 4096 bytes.
|
221
|
-
# @param [string] endpoint_configuration_id ID of an endpoint configuration of type tcp that will be used to handle inbound traffic to this address
|
222
193
|
# @return [NgrokAPI::Models::ReservedAddr] result from the API request
|
223
194
|
#
|
224
195
|
# https://ngrok.com/docs/api#api-reserved-addrs-update
|
225
|
-
def update!(
|
226
|
-
id: "",
|
227
|
-
description: nil,
|
228
|
-
metadata: nil,
|
229
|
-
endpoint_configuration_id: nil
|
230
|
-
)
|
196
|
+
def update!(id: "", description: nil, metadata: nil, endpoint_configuration_id: nil)
|
231
197
|
path = '/reserved_addrs/%{id}'
|
232
198
|
replacements = {
|
233
199
|
id: id,
|
@@ -235,45 +201,9 @@ module NgrokAPI
|
|
235
201
|
data = {}
|
236
202
|
data[:description] = description if description
|
237
203
|
data[:metadata] = metadata if metadata
|
238
|
-
data[:endpoint_configuration_id] = endpoint_configuration_id if endpoint_configuration_id
|
239
204
|
result = @client.patch(path % replacements, data: data, danger: true)
|
240
205
|
NgrokAPI::Models::ReservedAddr.new(client: self, result: result)
|
241
206
|
end
|
242
|
-
|
243
|
-
##
|
244
|
-
# Detach the endpoint configuration attached to a reserved address.
|
245
|
-
#
|
246
|
-
# @param [string] id a resource identifier
|
247
|
-
# @return [NgrokAPI::Models::Empty] result from the API request
|
248
|
-
#
|
249
|
-
# https://ngrok.com/docs/api#api-reserved-addrs-delete-endpoint-config
|
250
|
-
def delete_endpoint_config(
|
251
|
-
id: ""
|
252
|
-
)
|
253
|
-
path = '/reserved_addrs/%{id}/endpoint_configuration'
|
254
|
-
replacements = {
|
255
|
-
id: id,
|
256
|
-
}
|
257
|
-
@client.delete(path % replacements)
|
258
|
-
end
|
259
|
-
|
260
|
-
##
|
261
|
-
# Detach the endpoint configuration attached to a reserved address.
|
262
|
-
# Throws an exception if API error.
|
263
|
-
#
|
264
|
-
# @param [string] id a resource identifier
|
265
|
-
# @return [NgrokAPI::Models::Empty] result from the API request
|
266
|
-
#
|
267
|
-
# https://ngrok.com/docs/api#api-reserved-addrs-delete-endpoint-config
|
268
|
-
def delete_endpoint_config!(
|
269
|
-
id: ""
|
270
|
-
)
|
271
|
-
path = '/reserved_addrs/%{id}/endpoint_configuration'
|
272
|
-
replacements = {
|
273
|
-
id: id,
|
274
|
-
}
|
275
|
-
@client.delete(path % replacements, danger: true)
|
276
|
-
end
|
277
207
|
end
|
278
208
|
end
|
279
209
|
end
|