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,206 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module NgrokAPI
|
4
|
+
module Services
|
5
|
+
##
|
6
|
+
# https://ngrok.com/docs/api#api-agent-ingresses
|
7
|
+
class AgentIngressesClient
|
8
|
+
# The API path for the requests
|
9
|
+
PATH = '/agent_ingresses'
|
10
|
+
# The List Property from the resulting API for list calls
|
11
|
+
LIST_PROPERTY = 'ingresses'
|
12
|
+
|
13
|
+
attr_reader :client
|
14
|
+
|
15
|
+
def initialize(client:)
|
16
|
+
@client = client
|
17
|
+
end
|
18
|
+
|
19
|
+
##
|
20
|
+
# Create a new Agent Ingress. The ngrok agent can be configured to connect to
|
21
|
+
# ngrok via the new set of addresses on the returned Agent Ingress.
|
22
|
+
#
|
23
|
+
# @param [string] description human-readable description of the use of this Agent Ingress. optional, max 255 bytes.
|
24
|
+
# @param [string] metadata arbitrary user-defined machine-readable data of this Agent Ingress. optional, max 4096 bytes
|
25
|
+
# @param [string] domain the domain that you own to be used as the base domain name to generate regional agent ingress domains.
|
26
|
+
# @return [NgrokAPI::Models::AgentIngress] result from the API request
|
27
|
+
#
|
28
|
+
# https://ngrok.com/docs/api#api-agent-ingresses-create
|
29
|
+
def create(description: "", metadata: "", domain:)
|
30
|
+
path = '/agent_ingresses'
|
31
|
+
replacements = {
|
32
|
+
}
|
33
|
+
data = {}
|
34
|
+
data[:description] = description if description
|
35
|
+
data[:metadata] = metadata if metadata
|
36
|
+
data[:domain] = domain if domain
|
37
|
+
result = @client.post(path % replacements, data: data)
|
38
|
+
NgrokAPI::Models::AgentIngress.new(client: self, result: result)
|
39
|
+
end
|
40
|
+
|
41
|
+
##
|
42
|
+
# Delete an Agent Ingress by ID
|
43
|
+
#
|
44
|
+
# @param [string] id a resource identifier
|
45
|
+
# @return [NgrokAPI::Models::Empty] result from the API request
|
46
|
+
#
|
47
|
+
# https://ngrok.com/docs/api#api-agent-ingresses-delete
|
48
|
+
def delete(id: "")
|
49
|
+
path = '/agent_ingresses/%{id}'
|
50
|
+
replacements = {
|
51
|
+
id: id,
|
52
|
+
}
|
53
|
+
@client.delete(path % replacements)
|
54
|
+
end
|
55
|
+
|
56
|
+
##
|
57
|
+
# Delete an Agent Ingress by ID
|
58
|
+
# Throws an exception if API error.
|
59
|
+
#
|
60
|
+
# @param [string] id a resource identifier
|
61
|
+
# @return [NgrokAPI::Models::Empty] result from the API request
|
62
|
+
#
|
63
|
+
# https://ngrok.com/docs/api#api-agent-ingresses-delete
|
64
|
+
def delete!(id: "")
|
65
|
+
path = '/agent_ingresses/%{id}'
|
66
|
+
replacements = {
|
67
|
+
id: id,
|
68
|
+
}
|
69
|
+
@client.delete(path % replacements, danger: true)
|
70
|
+
end
|
71
|
+
|
72
|
+
##
|
73
|
+
# Get the details of an Agent Ingress by ID.
|
74
|
+
#
|
75
|
+
# @param [string] id a resource identifier
|
76
|
+
# @return [NgrokAPI::Models::AgentIngress] result from the API request
|
77
|
+
#
|
78
|
+
# https://ngrok.com/docs/api#api-agent-ingresses-get
|
79
|
+
def get(id: "")
|
80
|
+
path = '/agent_ingresses/%{id}'
|
81
|
+
replacements = {
|
82
|
+
id: id,
|
83
|
+
}
|
84
|
+
data = {}
|
85
|
+
result = @client.get(path % replacements, data: data)
|
86
|
+
NgrokAPI::Models::AgentIngress.new(client: self, result: result)
|
87
|
+
end
|
88
|
+
|
89
|
+
##
|
90
|
+
# Get the details of an Agent Ingress by ID.
|
91
|
+
# Throws an exception if API error.
|
92
|
+
#
|
93
|
+
# @param [string] id a resource identifier
|
94
|
+
# @return [NgrokAPI::Models::AgentIngress] result from the API request
|
95
|
+
#
|
96
|
+
# https://ngrok.com/docs/api#api-agent-ingresses-get
|
97
|
+
def get!(id: "")
|
98
|
+
path = '/agent_ingresses/%{id}'
|
99
|
+
replacements = {
|
100
|
+
id: id,
|
101
|
+
}
|
102
|
+
data = {}
|
103
|
+
result = @client.get(path % replacements, data: data, danger: true)
|
104
|
+
NgrokAPI::Models::AgentIngress.new(client: self, result: result)
|
105
|
+
end
|
106
|
+
|
107
|
+
##
|
108
|
+
# List all Agent Ingresses owned by this account
|
109
|
+
#
|
110
|
+
# @param [string] before_id
|
111
|
+
# @param [string] limit
|
112
|
+
# @param [string] url optional and mutually exclusive from before_id and limit
|
113
|
+
# @return [NgrokAPI::Models::Listable] result from the API request
|
114
|
+
#
|
115
|
+
# https://ngrok.com/docs/api#api-agent-ingresses-list
|
116
|
+
def list(before_id: nil, limit: nil,
|
117
|
+
url: nil)
|
118
|
+
result = @client.list(
|
119
|
+
before_id: before_id,
|
120
|
+
limit: limit,
|
121
|
+
url: url,
|
122
|
+
path: PATH
|
123
|
+
)
|
124
|
+
|
125
|
+
NgrokAPI::Models::Listable.new(
|
126
|
+
client: self,
|
127
|
+
result: result,
|
128
|
+
list_property: LIST_PROPERTY,
|
129
|
+
klass: NgrokAPI::Models::AgentIngress
|
130
|
+
)
|
131
|
+
end
|
132
|
+
|
133
|
+
##
|
134
|
+
# List all Agent Ingresses owned by this account
|
135
|
+
# Throws an exception if API error.
|
136
|
+
#
|
137
|
+
# @param [string] before_id
|
138
|
+
# @param [string] limit
|
139
|
+
# @param [string] url optional and mutually exclusive from before_id and limit
|
140
|
+
# @return [NgrokAPI::Models::Listable] result from the API request
|
141
|
+
#
|
142
|
+
# https://ngrok.com/docs/api#api-agent-ingresses-list
|
143
|
+
def list!(before_id: nil, limit: nil,
|
144
|
+
url: nil)
|
145
|
+
result = @client.list(
|
146
|
+
before_id: before_id,
|
147
|
+
limit: limit,
|
148
|
+
danger: true,
|
149
|
+
url: url,
|
150
|
+
path: PATH
|
151
|
+
)
|
152
|
+
|
153
|
+
NgrokAPI::Models::Listable.new(
|
154
|
+
client: self,
|
155
|
+
result: result,
|
156
|
+
list_property: LIST_PROPERTY,
|
157
|
+
klass: NgrokAPI::Models::AgentIngress,
|
158
|
+
danger: true
|
159
|
+
)
|
160
|
+
end
|
161
|
+
|
162
|
+
##
|
163
|
+
# Update attributes of an Agent Ingress by ID.
|
164
|
+
#
|
165
|
+
# @param [string] id
|
166
|
+
# @param [string] description human-readable description of the use of this Agent Ingress. optional, max 255 bytes.
|
167
|
+
# @param [string] metadata arbitrary user-defined machine-readable data of this Agent Ingress. optional, max 4096 bytes
|
168
|
+
# @return [NgrokAPI::Models::AgentIngress] result from the API request
|
169
|
+
#
|
170
|
+
# https://ngrok.com/docs/api#api-agent-ingresses-update
|
171
|
+
def update(id: "", description: nil, metadata: nil)
|
172
|
+
path = '/agent_ingresses/%{id}'
|
173
|
+
replacements = {
|
174
|
+
id: id,
|
175
|
+
}
|
176
|
+
data = {}
|
177
|
+
data[:description] = description if description
|
178
|
+
data[:metadata] = metadata if metadata
|
179
|
+
result = @client.patch(path % replacements, data: data)
|
180
|
+
NgrokAPI::Models::AgentIngress.new(client: self, result: result)
|
181
|
+
end
|
182
|
+
|
183
|
+
##
|
184
|
+
# Update attributes of an Agent Ingress by ID.
|
185
|
+
# Throws an exception if API error.
|
186
|
+
#
|
187
|
+
# @param [string] id
|
188
|
+
# @param [string] description human-readable description of the use of this Agent Ingress. optional, max 255 bytes.
|
189
|
+
# @param [string] metadata arbitrary user-defined machine-readable data of this Agent Ingress. optional, max 4096 bytes
|
190
|
+
# @return [NgrokAPI::Models::AgentIngress] result from the API request
|
191
|
+
#
|
192
|
+
# https://ngrok.com/docs/api#api-agent-ingresses-update
|
193
|
+
def update!(id: "", description: nil, metadata: nil)
|
194
|
+
path = '/agent_ingresses/%{id}'
|
195
|
+
replacements = {
|
196
|
+
id: id,
|
197
|
+
}
|
198
|
+
data = {}
|
199
|
+
data[:description] = description if description
|
200
|
+
data[:metadata] = metadata if metadata
|
201
|
+
result = @client.patch(path % replacements, data: data, danger: true)
|
202
|
+
NgrokAPI::Models::AgentIngress.new(client: self, result: result)
|
203
|
+
end
|
204
|
+
end
|
205
|
+
end
|
206
|
+
end
|
@@ -31,10 +31,7 @@ module NgrokAPI
|
|
31
31
|
# @return [NgrokAPI::Models::APIKey] result from the API request
|
32
32
|
#
|
33
33
|
# https://ngrok.com/docs/api#api-api-keys-create
|
34
|
-
def create(
|
35
|
-
description: "",
|
36
|
-
metadata: ""
|
37
|
-
)
|
34
|
+
def create(description: "", metadata: "")
|
38
35
|
path = '/api_keys'
|
39
36
|
replacements = {
|
40
37
|
}
|
@@ -52,9 +49,7 @@ module NgrokAPI
|
|
52
49
|
# @return [NgrokAPI::Models::Empty] result from the API request
|
53
50
|
#
|
54
51
|
# https://ngrok.com/docs/api#api-api-keys-delete
|
55
|
-
def delete(
|
56
|
-
id: ""
|
57
|
-
)
|
52
|
+
def delete(id: "")
|
58
53
|
path = '/api_keys/%{id}'
|
59
54
|
replacements = {
|
60
55
|
id: id,
|
@@ -70,9 +65,7 @@ module NgrokAPI
|
|
70
65
|
# @return [NgrokAPI::Models::Empty] result from the API request
|
71
66
|
#
|
72
67
|
# https://ngrok.com/docs/api#api-api-keys-delete
|
73
|
-
def delete!(
|
74
|
-
id: ""
|
75
|
-
)
|
68
|
+
def delete!(id: "")
|
76
69
|
path = '/api_keys/%{id}'
|
77
70
|
replacements = {
|
78
71
|
id: id,
|
@@ -87,9 +80,7 @@ module NgrokAPI
|
|
87
80
|
# @return [NgrokAPI::Models::APIKey] result from the API request
|
88
81
|
#
|
89
82
|
# https://ngrok.com/docs/api#api-api-keys-get
|
90
|
-
def get(
|
91
|
-
id: ""
|
92
|
-
)
|
83
|
+
def get(id: "")
|
93
84
|
path = '/api_keys/%{id}'
|
94
85
|
replacements = {
|
95
86
|
id: id,
|
@@ -107,9 +98,7 @@ module NgrokAPI
|
|
107
98
|
# @return [NgrokAPI::Models::APIKey] result from the API request
|
108
99
|
#
|
109
100
|
# https://ngrok.com/docs/api#api-api-keys-get
|
110
|
-
def get!(
|
111
|
-
id: ""
|
112
|
-
)
|
101
|
+
def get!(id: "")
|
113
102
|
path = '/api_keys/%{id}'
|
114
103
|
replacements = {
|
115
104
|
id: id,
|
@@ -128,11 +117,8 @@ module NgrokAPI
|
|
128
117
|
# @return [NgrokAPI::Models::Listable] result from the API request
|
129
118
|
#
|
130
119
|
# https://ngrok.com/docs/api#api-api-keys-list
|
131
|
-
def list(
|
132
|
-
|
133
|
-
limit: nil,
|
134
|
-
url: nil
|
135
|
-
)
|
120
|
+
def list(before_id: nil, limit: nil,
|
121
|
+
url: nil)
|
136
122
|
result = @client.list(
|
137
123
|
before_id: before_id,
|
138
124
|
limit: limit,
|
@@ -158,11 +144,8 @@ module NgrokAPI
|
|
158
144
|
# @return [NgrokAPI::Models::Listable] result from the API request
|
159
145
|
#
|
160
146
|
# https://ngrok.com/docs/api#api-api-keys-list
|
161
|
-
def list!(
|
162
|
-
|
163
|
-
limit: nil,
|
164
|
-
url: nil
|
165
|
-
)
|
147
|
+
def list!(before_id: nil, limit: nil,
|
148
|
+
url: nil)
|
166
149
|
result = @client.list(
|
167
150
|
before_id: before_id,
|
168
151
|
limit: limit,
|
@@ -189,11 +172,7 @@ module NgrokAPI
|
|
189
172
|
# @return [NgrokAPI::Models::APIKey] result from the API request
|
190
173
|
#
|
191
174
|
# https://ngrok.com/docs/api#api-api-keys-update
|
192
|
-
def update(
|
193
|
-
id: "",
|
194
|
-
description: nil,
|
195
|
-
metadata: nil
|
196
|
-
)
|
175
|
+
def update(id: "", description: nil, metadata: nil)
|
197
176
|
path = '/api_keys/%{id}'
|
198
177
|
replacements = {
|
199
178
|
id: id,
|
@@ -215,11 +194,7 @@ module NgrokAPI
|
|
215
194
|
# @return [NgrokAPI::Models::APIKey] result from the API request
|
216
195
|
#
|
217
196
|
# https://ngrok.com/docs/api#api-api-keys-update
|
218
|
-
def update!(
|
219
|
-
id: "",
|
220
|
-
description: nil,
|
221
|
-
metadata: nil
|
222
|
-
)
|
197
|
+
def update!(id: "", description: nil, metadata: nil)
|
223
198
|
path = '/api_keys/%{id}'
|
224
199
|
replacements = {
|
225
200
|
id: id,
|
@@ -31,11 +31,7 @@ module NgrokAPI
|
|
31
31
|
# @return [NgrokAPI::Models::CertificateAuthority] result from the API request
|
32
32
|
#
|
33
33
|
# https://ngrok.com/docs/api#api-certificate-authorities-create
|
34
|
-
def create(
|
35
|
-
description: "",
|
36
|
-
metadata: "",
|
37
|
-
ca_pem:
|
38
|
-
)
|
34
|
+
def create(description: "", metadata: "", ca_pem:)
|
39
35
|
path = '/certificate_authorities'
|
40
36
|
replacements = {
|
41
37
|
}
|
@@ -54,9 +50,7 @@ module NgrokAPI
|
|
54
50
|
# @return [NgrokAPI::Models::Empty] result from the API request
|
55
51
|
#
|
56
52
|
# https://ngrok.com/docs/api#api-certificate-authorities-delete
|
57
|
-
def delete(
|
58
|
-
id: ""
|
59
|
-
)
|
53
|
+
def delete(id: "")
|
60
54
|
path = '/certificate_authorities/%{id}'
|
61
55
|
replacements = {
|
62
56
|
id: id,
|
@@ -72,9 +66,7 @@ module NgrokAPI
|
|
72
66
|
# @return [NgrokAPI::Models::Empty] result from the API request
|
73
67
|
#
|
74
68
|
# https://ngrok.com/docs/api#api-certificate-authorities-delete
|
75
|
-
def delete!(
|
76
|
-
id: ""
|
77
|
-
)
|
69
|
+
def delete!(id: "")
|
78
70
|
path = '/certificate_authorities/%{id}'
|
79
71
|
replacements = {
|
80
72
|
id: id,
|
@@ -89,9 +81,7 @@ module NgrokAPI
|
|
89
81
|
# @return [NgrokAPI::Models::CertificateAuthority] result from the API request
|
90
82
|
#
|
91
83
|
# https://ngrok.com/docs/api#api-certificate-authorities-get
|
92
|
-
def get(
|
93
|
-
id: ""
|
94
|
-
)
|
84
|
+
def get(id: "")
|
95
85
|
path = '/certificate_authorities/%{id}'
|
96
86
|
replacements = {
|
97
87
|
id: id,
|
@@ -109,9 +99,7 @@ module NgrokAPI
|
|
109
99
|
# @return [NgrokAPI::Models::CertificateAuthority] result from the API request
|
110
100
|
#
|
111
101
|
# https://ngrok.com/docs/api#api-certificate-authorities-get
|
112
|
-
def get!(
|
113
|
-
id: ""
|
114
|
-
)
|
102
|
+
def get!(id: "")
|
115
103
|
path = '/certificate_authorities/%{id}'
|
116
104
|
replacements = {
|
117
105
|
id: id,
|
@@ -130,11 +118,8 @@ module NgrokAPI
|
|
130
118
|
# @return [NgrokAPI::Models::Listable] result from the API request
|
131
119
|
#
|
132
120
|
# https://ngrok.com/docs/api#api-certificate-authorities-list
|
133
|
-
def list(
|
134
|
-
|
135
|
-
limit: nil,
|
136
|
-
url: nil
|
137
|
-
)
|
121
|
+
def list(before_id: nil, limit: nil,
|
122
|
+
url: nil)
|
138
123
|
result = @client.list(
|
139
124
|
before_id: before_id,
|
140
125
|
limit: limit,
|
@@ -160,11 +145,8 @@ module NgrokAPI
|
|
160
145
|
# @return [NgrokAPI::Models::Listable] result from the API request
|
161
146
|
#
|
162
147
|
# https://ngrok.com/docs/api#api-certificate-authorities-list
|
163
|
-
def list!(
|
164
|
-
|
165
|
-
limit: nil,
|
166
|
-
url: nil
|
167
|
-
)
|
148
|
+
def list!(before_id: nil, limit: nil,
|
149
|
+
url: nil)
|
168
150
|
result = @client.list(
|
169
151
|
before_id: before_id,
|
170
152
|
limit: limit,
|
@@ -191,11 +173,7 @@ module NgrokAPI
|
|
191
173
|
# @return [NgrokAPI::Models::CertificateAuthority] result from the API request
|
192
174
|
#
|
193
175
|
# https://ngrok.com/docs/api#api-certificate-authorities-update
|
194
|
-
def update(
|
195
|
-
id: "",
|
196
|
-
description: nil,
|
197
|
-
metadata: nil
|
198
|
-
)
|
176
|
+
def update(id: "", description: nil, metadata: nil)
|
199
177
|
path = '/certificate_authorities/%{id}'
|
200
178
|
replacements = {
|
201
179
|
id: id,
|
@@ -217,11 +195,7 @@ module NgrokAPI
|
|
217
195
|
# @return [NgrokAPI::Models::CertificateAuthority] result from the API request
|
218
196
|
#
|
219
197
|
# https://ngrok.com/docs/api#api-certificate-authorities-update
|
220
|
-
def update!(
|
221
|
-
id: "",
|
222
|
-
description: nil,
|
223
|
-
metadata: nil
|
224
|
-
)
|
198
|
+
def update!(id: "", description: nil, metadata: nil)
|
225
199
|
path = '/certificate_authorities/%{id}'
|
226
200
|
replacements = {
|
227
201
|
id: id,
|
@@ -33,11 +33,7 @@ module NgrokAPI
|
|
33
33
|
# @return [NgrokAPI::Models::Credential] result from the API request
|
34
34
|
#
|
35
35
|
# https://ngrok.com/docs/api#api-credentials-create
|
36
|
-
def create(
|
37
|
-
description: "",
|
38
|
-
metadata: "",
|
39
|
-
acl: []
|
40
|
-
)
|
36
|
+
def create(description: "", metadata: "", acl: [])
|
41
37
|
path = '/credentials'
|
42
38
|
replacements = {
|
43
39
|
}
|
@@ -56,9 +52,7 @@ module NgrokAPI
|
|
56
52
|
# @return [NgrokAPI::Models::Empty] result from the API request
|
57
53
|
#
|
58
54
|
# https://ngrok.com/docs/api#api-credentials-delete
|
59
|
-
def delete(
|
60
|
-
id: ""
|
61
|
-
)
|
55
|
+
def delete(id: "")
|
62
56
|
path = '/credentials/%{id}'
|
63
57
|
replacements = {
|
64
58
|
id: id,
|
@@ -74,9 +68,7 @@ module NgrokAPI
|
|
74
68
|
# @return [NgrokAPI::Models::Empty] result from the API request
|
75
69
|
#
|
76
70
|
# https://ngrok.com/docs/api#api-credentials-delete
|
77
|
-
def delete!(
|
78
|
-
id: ""
|
79
|
-
)
|
71
|
+
def delete!(id: "")
|
80
72
|
path = '/credentials/%{id}'
|
81
73
|
replacements = {
|
82
74
|
id: id,
|
@@ -91,9 +83,7 @@ module NgrokAPI
|
|
91
83
|
# @return [NgrokAPI::Models::Credential] result from the API request
|
92
84
|
#
|
93
85
|
# https://ngrok.com/docs/api#api-credentials-get
|
94
|
-
def get(
|
95
|
-
id: ""
|
96
|
-
)
|
86
|
+
def get(id: "")
|
97
87
|
path = '/credentials/%{id}'
|
98
88
|
replacements = {
|
99
89
|
id: id,
|
@@ -111,9 +101,7 @@ module NgrokAPI
|
|
111
101
|
# @return [NgrokAPI::Models::Credential] result from the API request
|
112
102
|
#
|
113
103
|
# https://ngrok.com/docs/api#api-credentials-get
|
114
|
-
def get!(
|
115
|
-
id: ""
|
116
|
-
)
|
104
|
+
def get!(id: "")
|
117
105
|
path = '/credentials/%{id}'
|
118
106
|
replacements = {
|
119
107
|
id: id,
|
@@ -132,11 +120,8 @@ module NgrokAPI
|
|
132
120
|
# @return [NgrokAPI::Models::Listable] result from the API request
|
133
121
|
#
|
134
122
|
# https://ngrok.com/docs/api#api-credentials-list
|
135
|
-
def list(
|
136
|
-
|
137
|
-
limit: nil,
|
138
|
-
url: nil
|
139
|
-
)
|
123
|
+
def list(before_id: nil, limit: nil,
|
124
|
+
url: nil)
|
140
125
|
result = @client.list(
|
141
126
|
before_id: before_id,
|
142
127
|
limit: limit,
|
@@ -162,11 +147,8 @@ module NgrokAPI
|
|
162
147
|
# @return [NgrokAPI::Models::Listable] result from the API request
|
163
148
|
#
|
164
149
|
# https://ngrok.com/docs/api#api-credentials-list
|
165
|
-
def list!(
|
166
|
-
|
167
|
-
limit: nil,
|
168
|
-
url: nil
|
169
|
-
)
|
150
|
+
def list!(before_id: nil, limit: nil,
|
151
|
+
url: nil)
|
170
152
|
result = @client.list(
|
171
153
|
before_id: before_id,
|
172
154
|
limit: limit,
|
@@ -194,12 +176,7 @@ module NgrokAPI
|
|
194
176
|
# @return [NgrokAPI::Models::Credential] result from the API request
|
195
177
|
#
|
196
178
|
# https://ngrok.com/docs/api#api-credentials-update
|
197
|
-
def update(
|
198
|
-
id: "",
|
199
|
-
description: nil,
|
200
|
-
metadata: nil,
|
201
|
-
acl: nil
|
202
|
-
)
|
179
|
+
def update(id: "", description: nil, metadata: nil, acl: nil)
|
203
180
|
path = '/credentials/%{id}'
|
204
181
|
replacements = {
|
205
182
|
id: id,
|
@@ -223,12 +200,7 @@ module NgrokAPI
|
|
223
200
|
# @return [NgrokAPI::Models::Credential] result from the API request
|
224
201
|
#
|
225
202
|
# https://ngrok.com/docs/api#api-credentials-update
|
226
|
-
def update!(
|
227
|
-
id: "",
|
228
|
-
description: nil,
|
229
|
-
metadata: nil,
|
230
|
-
acl: nil
|
231
|
-
)
|
203
|
+
def update!(id: "", description: nil, metadata: nil, acl: nil)
|
232
204
|
path = '/credentials/%{id}'
|
233
205
|
replacements = {
|
234
206
|
id: id,
|
@@ -0,0 +1,120 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module NgrokAPI
|
4
|
+
module Services
|
5
|
+
##
|
6
|
+
# https://ngrok.com/docs/api#api-edge-route-backend-module
|
7
|
+
class EdgeRouteBackendModuleClient
|
8
|
+
# The API path for the requests
|
9
|
+
PATH = '/edges/https/%{edge_id}/routes/%{id}/backend'
|
10
|
+
|
11
|
+
attr_reader :client
|
12
|
+
|
13
|
+
def initialize(client:)
|
14
|
+
@client = client
|
15
|
+
end
|
16
|
+
|
17
|
+
##
|
18
|
+
# @param [string] edge_id
|
19
|
+
# @param [string] id
|
20
|
+
# @param [EndpointBackendMutate] a_module
|
21
|
+
# @return [NgrokAPI::Models::EndpointBackend] result from the API request
|
22
|
+
#
|
23
|
+
# https://ngrok.com/docs/api#api-edge-route-backend-module-replace
|
24
|
+
def replace(edge_id: "", id: "", a_module: nil)
|
25
|
+
path = '/edges/https/%{edge_id}/routes/%{id}/backend'
|
26
|
+
replacements = {
|
27
|
+
edge_id: edge_id,
|
28
|
+
id: id,
|
29
|
+
}
|
30
|
+
data = {}
|
31
|
+
data[:module] = a_module if a_module
|
32
|
+
result = @client.put(path % replacements, data: data)
|
33
|
+
NgrokAPI::Models::EndpointBackend.new(client: self, result: result)
|
34
|
+
end
|
35
|
+
|
36
|
+
##
|
37
|
+
# @param [string] edge_id
|
38
|
+
# @param [string] id
|
39
|
+
# @param [EndpointBackendMutate] a_module
|
40
|
+
# @return [NgrokAPI::Models::EndpointBackend] result from the API request
|
41
|
+
#
|
42
|
+
# https://ngrok.com/docs/api#api-edge-route-backend-module-replace
|
43
|
+
def replace!(edge_id: "", id: "", a_module: nil)
|
44
|
+
path = '/edges/https/%{edge_id}/routes/%{id}/backend'
|
45
|
+
replacements = {
|
46
|
+
edge_id: edge_id,
|
47
|
+
id: id,
|
48
|
+
}
|
49
|
+
data = {}
|
50
|
+
data[:module] = a_module if a_module
|
51
|
+
result = @client.put(path % replacements, data: data, danger: true)
|
52
|
+
NgrokAPI::Models::EndpointBackend.new(client: self, result: result)
|
53
|
+
end
|
54
|
+
|
55
|
+
##
|
56
|
+
# @param [string] edge_id unique identifier of this edge
|
57
|
+
# @param [string] id unique identifier of this edge route
|
58
|
+
# @return [NgrokAPI::Models::EndpointBackend] result from the API request
|
59
|
+
#
|
60
|
+
# https://ngrok.com/docs/api#api-edge-route-backend-module-get
|
61
|
+
def get(edge_id: "", id: "")
|
62
|
+
path = '/edges/https/%{edge_id}/routes/%{id}/backend'
|
63
|
+
replacements = {
|
64
|
+
edge_id: edge_id,
|
65
|
+
id: id,
|
66
|
+
}
|
67
|
+
data = {}
|
68
|
+
result = @client.get(path % replacements, data: data)
|
69
|
+
NgrokAPI::Models::EndpointBackend.new(client: self, result: result)
|
70
|
+
end
|
71
|
+
|
72
|
+
##
|
73
|
+
# @param [string] edge_id unique identifier of this edge
|
74
|
+
# @param [string] id unique identifier of this edge route
|
75
|
+
# @return [NgrokAPI::Models::EndpointBackend] result from the API request
|
76
|
+
#
|
77
|
+
# https://ngrok.com/docs/api#api-edge-route-backend-module-get
|
78
|
+
def get!(edge_id: "", id: "")
|
79
|
+
path = '/edges/https/%{edge_id}/routes/%{id}/backend'
|
80
|
+
replacements = {
|
81
|
+
edge_id: edge_id,
|
82
|
+
id: id,
|
83
|
+
}
|
84
|
+
data = {}
|
85
|
+
result = @client.get(path % replacements, data: data, danger: true)
|
86
|
+
NgrokAPI::Models::EndpointBackend.new(client: self, result: result)
|
87
|
+
end
|
88
|
+
|
89
|
+
##
|
90
|
+
# @param [string] edge_id unique identifier of this edge
|
91
|
+
# @param [string] id unique identifier of this edge route
|
92
|
+
# @return [NgrokAPI::Models::Empty] result from the API request
|
93
|
+
#
|
94
|
+
# https://ngrok.com/docs/api#api-edge-route-backend-module-delete
|
95
|
+
def delete(edge_id: "", id: "")
|
96
|
+
path = '/edges/https/%{edge_id}/routes/%{id}/backend'
|
97
|
+
replacements = {
|
98
|
+
edge_id: edge_id,
|
99
|
+
id: id,
|
100
|
+
}
|
101
|
+
@client.delete(path % replacements)
|
102
|
+
end
|
103
|
+
|
104
|
+
##
|
105
|
+
# @param [string] edge_id unique identifier of this edge
|
106
|
+
# @param [string] id unique identifier of this edge route
|
107
|
+
# @return [NgrokAPI::Models::Empty] result from the API request
|
108
|
+
#
|
109
|
+
# https://ngrok.com/docs/api#api-edge-route-backend-module-delete
|
110
|
+
def delete!(edge_id: "", id: "")
|
111
|
+
path = '/edges/https/%{edge_id}/routes/%{id}/backend'
|
112
|
+
replacements = {
|
113
|
+
edge_id: edge_id,
|
114
|
+
id: id,
|
115
|
+
}
|
116
|
+
@client.delete(path % replacements, danger: true)
|
117
|
+
end
|
118
|
+
end
|
119
|
+
end
|
120
|
+
end
|