ngrok-api 0.14.0 → 0.17.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.rubocop.yml +1 -1
- data/doc/NgrokAPI/Client.html +325 -267
- data/doc/NgrokAPI/Error.html +3 -3
- data/doc/NgrokAPI/Errors/NotFoundError.html +3 -3
- data/doc/NgrokAPI/Errors.html +3 -3
- data/doc/NgrokAPI/HttpClient.html +30 -36
- data/doc/NgrokAPI/Models/APIKey.html +3 -3
- data/doc/NgrokAPI/Models/AWSAuth.html +3 -3
- data/doc/NgrokAPI/Models/AWSCredentials.html +3 -3
- data/doc/NgrokAPI/Models/AWSRole.html +3 -3
- data/doc/NgrokAPI/Models/AbuseReport.html +3 -3
- data/doc/NgrokAPI/Models/AbuseReportHostname.html +3 -3
- data/doc/NgrokAPI/Models/AgentIngress.html +1217 -0
- data/doc/NgrokAPI/Models/CertificateAuthority.html +3 -3
- data/doc/NgrokAPI/Models/Credential.html +3 -3
- data/doc/NgrokAPI/Models/Endpoint.html +1431 -0
- data/doc/NgrokAPI/Models/{EndpointLogging.html → EndpointBackend.html} +42 -42
- data/{docs/NgrokAPI/Models/EndpointLoggingMutate.html → doc/NgrokAPI/Models/EndpointBackendMutate.html} +42 -42
- data/doc/NgrokAPI/Models/EndpointCircuitBreaker.html +3 -3
- data/doc/NgrokAPI/Models/EndpointCompression.html +3 -3
- data/doc/NgrokAPI/Models/EndpointIPPolicy.html +3 -3
- data/doc/NgrokAPI/Models/EndpointIPPolicyMutate.html +3 -3
- data/doc/NgrokAPI/Models/EndpointMutualTLS.html +3 -3
- data/doc/NgrokAPI/Models/EndpointMutualTLSMutate.html +3 -3
- data/doc/NgrokAPI/Models/EndpointOAuth.html +3 -3
- data/doc/NgrokAPI/Models/EndpointOAuthFacebook.html +3 -3
- data/doc/NgrokAPI/Models/EndpointOAuthGitHub.html +3 -3
- data/doc/NgrokAPI/Models/EndpointOAuthGoogle.html +3 -3
- data/doc/NgrokAPI/Models/EndpointOAuthMicrosoft.html +3 -3
- data/doc/NgrokAPI/Models/EndpointOAuthProvider.html +3 -3
- data/doc/NgrokAPI/Models/EndpointOIDC.html +3 -3
- data/doc/NgrokAPI/Models/EndpointRequestHeaders.html +3 -3
- data/doc/NgrokAPI/Models/EndpointResponseHeaders.html +3 -3
- data/doc/NgrokAPI/Models/EndpointSAML.html +3 -3
- data/doc/NgrokAPI/Models/EndpointSAMLMutate.html +3 -3
- data/doc/NgrokAPI/Models/EndpointTLSTermination.html +3 -3
- data/doc/NgrokAPI/Models/EndpointTLSTerminationAtEdge.html +617 -0
- data/doc/NgrokAPI/Models/EndpointWebhookValidation.html +3 -3
- data/doc/NgrokAPI/Models/EndpointWebsocketTCPConverter.html +543 -0
- data/doc/NgrokAPI/Models/EventDestination.html +7 -7
- data/doc/NgrokAPI/Models/EventSource.html +3 -3
- data/doc/NgrokAPI/Models/EventSourceList.html +3 -3
- data/doc/NgrokAPI/Models/EventSourceReplace.html +3 -3
- data/doc/NgrokAPI/Models/EventSubscription.html +3 -3
- data/doc/NgrokAPI/Models/EventTarget.html +3 -3
- data/doc/NgrokAPI/Models/EventTargetCloudwatchLogs.html +3 -3
- data/doc/NgrokAPI/Models/EventTargetFirehose.html +3 -3
- data/doc/NgrokAPI/Models/EventTargetKinesis.html +3 -3
- data/doc/NgrokAPI/Models/FailoverBackend.html +1075 -0
- data/doc/NgrokAPI/Models/HTTPResponseBackend.html +1231 -0
- data/{docs/NgrokAPI/Models/EventStream.html → doc/NgrokAPI/Models/HTTPSEdge.html} +119 -119
- data/doc/NgrokAPI/Models/{EndpointConfiguration.html → HTTPSEdgeRoute.html} +203 -265
- data/doc/NgrokAPI/Models/IPPolicy.html +3 -3
- data/doc/NgrokAPI/Models/IPPolicyRule.html +97 -23
- data/doc/NgrokAPI/Models/IPRestriction.html +3 -3
- data/doc/NgrokAPI/Models/Listable.html +3 -3
- data/doc/NgrokAPI/Models/Ref.html +3 -3
- data/doc/NgrokAPI/Models/ReservedAddr.html +3 -3
- data/doc/NgrokAPI/Models/ReservedDomain.html +3 -3
- data/doc/NgrokAPI/Models/ReservedDomainCertJob.html +3 -3
- data/doc/NgrokAPI/Models/ReservedDomainCertPolicy.html +3 -3
- data/doc/NgrokAPI/Models/ReservedDomainCertStatus.html +3 -3
- data/doc/NgrokAPI/Models/SSHCertificateAuthority.html +3 -3
- data/doc/NgrokAPI/Models/SSHCredential.html +3 -3
- data/doc/NgrokAPI/Models/SSHHostCertificate.html +3 -3
- data/doc/NgrokAPI/Models/SSHUserCertificate.html +3 -3
- data/doc/NgrokAPI/Models/TCPEdge.html +1235 -0
- data/doc/NgrokAPI/Models/TLSCertificate.html +3 -3
- data/doc/NgrokAPI/Models/TLSCertificateSANs.html +3 -3
- data/doc/NgrokAPI/Models/TLSEdge.html +1395 -0
- data/doc/NgrokAPI/Models/Tunnel.html +314 -18
- data/doc/NgrokAPI/Models/TunnelGroupBackend.html +1149 -0
- data/doc/NgrokAPI/Models/TunnelSession.html +3 -3
- data/doc/NgrokAPI/Models/{IPWhitelistEntry.html → WeightedBackend.html} +80 -74
- data/doc/NgrokAPI/Models.html +5 -5
- data/doc/NgrokAPI/PagedIterator.html +3 -3
- data/doc/NgrokAPI/Services/APIKeysClient.html +99 -149
- data/doc/NgrokAPI/Services/AbuseReportsClient.html +19 -33
- data/doc/NgrokAPI/Services/{IPWhitelistClient.html → AgentIngressesClient.html} +209 -265
- data/doc/NgrokAPI/Services/CertificateAuthoritiesClient.html +104 -156
- data/doc/NgrokAPI/Services/CredentialsClient.html +108 -164
- data/doc/NgrokAPI/Services/EdgeRouteBackendModuleClient.html +1153 -0
- data/{docs/NgrokAPI/Services/EndpointCircuitBreakerModuleClient.html → doc/NgrokAPI/Services/EdgeRouteCircuitBreakerModuleClient.html} +177 -95
- data/doc/NgrokAPI/Services/{EndpointCompressionModuleClient.html → EdgeRouteCompressionModuleClient.html} +177 -95
- data/doc/NgrokAPI/Services/EdgeRouteIPRestrictionModuleClient.html +1153 -0
- data/doc/NgrokAPI/Services/EdgeRouteOAuthModuleClient.html +1153 -0
- data/{docs/NgrokAPI/Services/EndpointOIDCModuleClient.html → doc/NgrokAPI/Services/EdgeRouteOIDCModuleClient.html} +177 -95
- data/doc/NgrokAPI/Services/EdgeRouteRequestHeadersModuleClient.html +1153 -0
- data/{docs/NgrokAPI/Services/EndpointResponseHeadersModuleClient.html → doc/NgrokAPI/Services/EdgeRouteResponseHeadersModuleClient.html} +177 -95
- data/{docs/NgrokAPI/Services/EndpointSAMLModuleClient.html → doc/NgrokAPI/Services/EdgeRouteSAMLModuleClient.html} +177 -95
- data/doc/NgrokAPI/Services/{EndpointWebhookValidationModuleClient.html → EdgeRouteWebhookVerificationModuleClient.html} +177 -95
- data/doc/NgrokAPI/Services/EdgeRouteWebsocketTCPConverterModuleClient.html +1153 -0
- data/doc/NgrokAPI/Services/{EventStreamsClient.html → EdgesHTTPSClient.html} +248 -353
- data/{docs/NgrokAPI/Services/EndpointConfigurationsClient.html → doc/NgrokAPI/Services/EdgesHTTPSRoutesClient.html} +461 -761
- data/doc/NgrokAPI/Services/EdgesTCPClient.html +1757 -0
- data/doc/NgrokAPI/Services/EdgesTLSClient.html +1847 -0
- data/doc/NgrokAPI/Services/EndpointsClient.html +907 -0
- data/doc/NgrokAPI/Services/EventDestinationsClient.html +119 -187
- data/doc/NgrokAPI/Services/EventSourcesClient.html +95 -157
- data/doc/NgrokAPI/Services/EventSubscriptionsClient.html +116 -178
- data/doc/NgrokAPI/Services/FailoverBackendsClient.html +1644 -0
- data/doc/NgrokAPI/Services/HTTPResponseBackendsClient.html +1744 -0
- data/doc/NgrokAPI/Services/{EndpointSAMLModuleClient.html → HTTPSEdgeMutualTLSModuleClient.html} +101 -129
- data/doc/NgrokAPI/Services/{EndpointRequestHeadersModuleClient.html → HTTPSEdgeTLSTerminationModuleClient.html} +101 -129
- data/doc/NgrokAPI/Services/IPPoliciesClient.html +114 -184
- data/doc/NgrokAPI/Services/IPPolicyRulesClient.html +126 -164
- data/doc/NgrokAPI/Services/IPRestrictionsClient.html +117 -181
- data/doc/NgrokAPI/Services/ReservedAddrsClient.html +117 -473
- data/doc/NgrokAPI/Services/ReservedDomainsClient.html +209 -899
- data/doc/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html +110 -166
- data/doc/NgrokAPI/Services/SSHCredentialsClient.html +111 -169
- data/doc/NgrokAPI/Services/SSHHostCertificatesClient.html +111 -171
- data/doc/NgrokAPI/Services/SSHUserCertificatesClient.html +111 -175
- data/{docs/NgrokAPI/Services/EndpointLoggingModuleClient.html → doc/NgrokAPI/Services/TCPEdgeBackendModuleClient.html} +101 -129
- data/{docs/NgrokAPI/Services/EndpointIPPolicyModuleClient.html → doc/NgrokAPI/Services/TCPEdgeIPRestrictionModuleClient.html} +83 -111
- data/doc/NgrokAPI/Services/TLSCertificatesClient.html +107 -161
- data/doc/NgrokAPI/Services/{EndpointLoggingModuleClient.html → TLSEdgeBackendModuleClient.html} +101 -129
- data/doc/NgrokAPI/Services/{EndpointIPPolicyModuleClient.html → TLSEdgeIPRestrictionModuleClient.html} +83 -111
- data/{docs/NgrokAPI/Services/EndpointMutualTLSModuleClient.html → doc/NgrokAPI/Services/TLSEdgeMutualTLSModuleClient.html} +83 -111
- data/{docs/NgrokAPI/Services/EndpointTLSTerminationModuleClient.html → doc/NgrokAPI/Services/TLSEdgeTLSTerminationModuleClient.html} +83 -111
- data/doc/NgrokAPI/Services/TunnelGroupBackendsClient.html +1644 -0
- data/doc/NgrokAPI/Services/TunnelSessionsClient.html +87 -135
- data/doc/NgrokAPI/Services/TunnelsClient.html +252 -26
- data/doc/NgrokAPI/Services/WeightedBackendsClient.html +1644 -0
- data/doc/NgrokAPI/Services.html +5 -5
- data/doc/NgrokAPI.html +4 -4
- data/doc/_index.html +253 -76
- data/doc/class_list.html +1 -1
- data/doc/file.README.html +3 -3
- data/doc/frames.html +1 -1
- data/doc/index.html +3 -3
- data/doc/method_list.html +3559 -1583
- data/doc/top-level-namespace.html +3 -3
- data/docs/CNAME +1 -0
- data/docs/NgrokAPI/Client.html +325 -267
- data/docs/NgrokAPI/Error.html +3 -3
- data/docs/NgrokAPI/Errors/NotFoundError.html +3 -3
- data/docs/NgrokAPI/Errors.html +3 -3
- data/docs/NgrokAPI/HttpClient.html +30 -36
- data/docs/NgrokAPI/Models/APIKey.html +3 -3
- data/docs/NgrokAPI/Models/AWSAuth.html +3 -3
- data/docs/NgrokAPI/Models/AWSCredentials.html +3 -3
- data/docs/NgrokAPI/Models/AWSRole.html +3 -3
- data/docs/NgrokAPI/Models/AbuseReport.html +3 -3
- data/docs/NgrokAPI/Models/AbuseReportHostname.html +3 -3
- data/docs/NgrokAPI/Models/AgentIngress.html +1217 -0
- data/docs/NgrokAPI/Models/CertificateAuthority.html +3 -3
- data/docs/NgrokAPI/Models/Credential.html +3 -3
- data/docs/NgrokAPI/Models/Endpoint.html +1431 -0
- data/docs/NgrokAPI/Models/{EndpointLogging.html → EndpointBackend.html} +42 -42
- data/{doc/NgrokAPI/Models/EndpointLoggingMutate.html → docs/NgrokAPI/Models/EndpointBackendMutate.html} +42 -42
- data/docs/NgrokAPI/Models/EndpointCircuitBreaker.html +3 -3
- data/docs/NgrokAPI/Models/EndpointCompression.html +3 -3
- data/docs/NgrokAPI/Models/EndpointIPPolicy.html +3 -3
- data/docs/NgrokAPI/Models/EndpointIPPolicyMutate.html +3 -3
- data/docs/NgrokAPI/Models/EndpointMutualTLS.html +3 -3
- data/docs/NgrokAPI/Models/EndpointMutualTLSMutate.html +3 -3
- data/docs/NgrokAPI/Models/EndpointOAuth.html +3 -3
- data/docs/NgrokAPI/Models/EndpointOAuthFacebook.html +3 -3
- data/docs/NgrokAPI/Models/EndpointOAuthGitHub.html +3 -3
- data/docs/NgrokAPI/Models/EndpointOAuthGoogle.html +3 -3
- data/docs/NgrokAPI/Models/EndpointOAuthMicrosoft.html +3 -3
- data/docs/NgrokAPI/Models/EndpointOAuthProvider.html +3 -3
- data/docs/NgrokAPI/Models/EndpointOIDC.html +3 -3
- data/docs/NgrokAPI/Models/EndpointRequestHeaders.html +3 -3
- data/docs/NgrokAPI/Models/EndpointResponseHeaders.html +3 -3
- data/docs/NgrokAPI/Models/EndpointSAML.html +3 -3
- data/docs/NgrokAPI/Models/EndpointSAMLMutate.html +3 -3
- data/docs/NgrokAPI/Models/EndpointTLSTermination.html +3 -3
- data/docs/NgrokAPI/Models/EndpointTLSTerminationAtEdge.html +617 -0
- data/docs/NgrokAPI/Models/EndpointWebhookValidation.html +3 -3
- data/docs/NgrokAPI/Models/EndpointWebsocketTCPConverter.html +543 -0
- data/docs/NgrokAPI/Models/EventDestination.html +7 -7
- data/docs/NgrokAPI/Models/EventSource.html +3 -3
- data/docs/NgrokAPI/Models/EventSourceList.html +3 -3
- data/docs/NgrokAPI/Models/EventSourceReplace.html +3 -3
- data/docs/NgrokAPI/Models/EventSubscription.html +3 -3
- data/docs/NgrokAPI/Models/EventTarget.html +3 -3
- data/docs/NgrokAPI/Models/EventTargetCloudwatchLogs.html +3 -3
- data/docs/NgrokAPI/Models/EventTargetFirehose.html +3 -3
- data/docs/NgrokAPI/Models/EventTargetKinesis.html +3 -3
- data/docs/NgrokAPI/Models/FailoverBackend.html +1075 -0
- data/docs/NgrokAPI/Models/HTTPResponseBackend.html +1231 -0
- data/{doc/NgrokAPI/Models/EventStream.html → docs/NgrokAPI/Models/HTTPSEdge.html} +119 -119
- data/docs/NgrokAPI/Models/{EndpointConfiguration.html → HTTPSEdgeRoute.html} +203 -265
- data/docs/NgrokAPI/Models/IPPolicy.html +3 -3
- data/docs/NgrokAPI/Models/IPPolicyRule.html +97 -23
- data/docs/NgrokAPI/Models/IPRestriction.html +3 -3
- data/docs/NgrokAPI/Models/Listable.html +3 -3
- data/docs/NgrokAPI/Models/Ref.html +3 -3
- data/docs/NgrokAPI/Models/ReservedAddr.html +3 -3
- data/docs/NgrokAPI/Models/ReservedDomain.html +3 -3
- data/docs/NgrokAPI/Models/ReservedDomainCertJob.html +3 -3
- data/docs/NgrokAPI/Models/ReservedDomainCertPolicy.html +3 -3
- data/docs/NgrokAPI/Models/ReservedDomainCertStatus.html +3 -3
- data/docs/NgrokAPI/Models/SSHCertificateAuthority.html +3 -3
- data/docs/NgrokAPI/Models/SSHCredential.html +3 -3
- data/docs/NgrokAPI/Models/SSHHostCertificate.html +3 -3
- data/docs/NgrokAPI/Models/SSHUserCertificate.html +3 -3
- data/docs/NgrokAPI/Models/TCPEdge.html +1235 -0
- data/docs/NgrokAPI/Models/TLSCertificate.html +3 -3
- data/docs/NgrokAPI/Models/TLSCertificateSANs.html +3 -3
- data/docs/NgrokAPI/Models/TLSEdge.html +1395 -0
- data/docs/NgrokAPI/Models/Tunnel.html +314 -18
- data/docs/NgrokAPI/Models/TunnelGroupBackend.html +1149 -0
- data/docs/NgrokAPI/Models/TunnelSession.html +3 -3
- data/docs/NgrokAPI/Models/{IPWhitelistEntry.html → WeightedBackend.html} +80 -74
- data/docs/NgrokAPI/Models.html +5 -5
- data/docs/NgrokAPI/PagedIterator.html +3 -3
- data/docs/NgrokAPI/Services/APIKeysClient.html +99 -149
- data/docs/NgrokAPI/Services/AbuseReportsClient.html +19 -33
- data/docs/NgrokAPI/Services/{IPWhitelistClient.html → AgentIngressesClient.html} +209 -265
- data/docs/NgrokAPI/Services/CertificateAuthoritiesClient.html +104 -156
- data/docs/NgrokAPI/Services/CredentialsClient.html +108 -164
- data/docs/NgrokAPI/Services/EdgeRouteBackendModuleClient.html +1153 -0
- data/{doc/NgrokAPI/Services/EndpointCircuitBreakerModuleClient.html → docs/NgrokAPI/Services/EdgeRouteCircuitBreakerModuleClient.html} +177 -95
- data/docs/NgrokAPI/Services/{EndpointCompressionModuleClient.html → EdgeRouteCompressionModuleClient.html} +177 -95
- data/docs/NgrokAPI/Services/EdgeRouteIPRestrictionModuleClient.html +1153 -0
- data/docs/NgrokAPI/Services/EdgeRouteOAuthModuleClient.html +1153 -0
- data/docs/NgrokAPI/Services/EdgeRouteOIDCModuleClient.html +1153 -0
- data/docs/NgrokAPI/Services/EdgeRouteRequestHeadersModuleClient.html +1153 -0
- data/{doc/NgrokAPI/Services/EndpointResponseHeadersModuleClient.html → docs/NgrokAPI/Services/EdgeRouteResponseHeadersModuleClient.html} +177 -95
- data/docs/NgrokAPI/Services/EdgeRouteSAMLModuleClient.html +1153 -0
- data/docs/NgrokAPI/Services/{EndpointWebhookValidationModuleClient.html → EdgeRouteWebhookVerificationModuleClient.html} +177 -95
- data/docs/NgrokAPI/Services/EdgeRouteWebsocketTCPConverterModuleClient.html +1153 -0
- data/docs/NgrokAPI/Services/{EventStreamsClient.html → EdgesHTTPSClient.html} +248 -353
- data/{doc/NgrokAPI/Services/EndpointConfigurationsClient.html → docs/NgrokAPI/Services/EdgesHTTPSRoutesClient.html} +461 -761
- data/docs/NgrokAPI/Services/EdgesTCPClient.html +1757 -0
- data/docs/NgrokAPI/Services/EdgesTLSClient.html +1847 -0
- data/docs/NgrokAPI/Services/EndpointsClient.html +907 -0
- data/docs/NgrokAPI/Services/EventDestinationsClient.html +119 -187
- data/docs/NgrokAPI/Services/EventSourcesClient.html +95 -157
- data/docs/NgrokAPI/Services/EventSubscriptionsClient.html +116 -178
- data/docs/NgrokAPI/Services/FailoverBackendsClient.html +1644 -0
- data/docs/NgrokAPI/Services/HTTPResponseBackendsClient.html +1744 -0
- data/{doc/NgrokAPI/Services/EndpointOIDCModuleClient.html → docs/NgrokAPI/Services/HTTPSEdgeMutualTLSModuleClient.html} +101 -129
- data/docs/NgrokAPI/Services/{EndpointRequestHeadersModuleClient.html → HTTPSEdgeTLSTerminationModuleClient.html} +101 -129
- data/docs/NgrokAPI/Services/IPPoliciesClient.html +114 -184
- data/docs/NgrokAPI/Services/IPPolicyRulesClient.html +126 -164
- data/docs/NgrokAPI/Services/IPRestrictionsClient.html +117 -181
- data/docs/NgrokAPI/Services/ReservedAddrsClient.html +117 -473
- data/docs/NgrokAPI/Services/ReservedDomainsClient.html +209 -899
- data/docs/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html +110 -166
- data/docs/NgrokAPI/Services/SSHCredentialsClient.html +111 -169
- data/docs/NgrokAPI/Services/SSHHostCertificatesClient.html +111 -171
- data/docs/NgrokAPI/Services/SSHUserCertificatesClient.html +111 -175
- data/{doc/NgrokAPI/Services/EndpointOAuthModuleClient.html → docs/NgrokAPI/Services/TCPEdgeBackendModuleClient.html} +101 -129
- data/docs/NgrokAPI/Services/TCPEdgeIPRestrictionModuleClient.html +1043 -0
- data/docs/NgrokAPI/Services/TLSCertificatesClient.html +107 -161
- data/docs/NgrokAPI/Services/{EndpointOAuthModuleClient.html → TLSEdgeBackendModuleClient.html} +101 -129
- data/docs/NgrokAPI/Services/TLSEdgeIPRestrictionModuleClient.html +1043 -0
- data/{doc/NgrokAPI/Services/EndpointMutualTLSModuleClient.html → docs/NgrokAPI/Services/TLSEdgeMutualTLSModuleClient.html} +83 -111
- data/{doc/NgrokAPI/Services/EndpointTLSTerminationModuleClient.html → docs/NgrokAPI/Services/TLSEdgeTLSTerminationModuleClient.html} +83 -111
- data/docs/NgrokAPI/Services/TunnelGroupBackendsClient.html +1644 -0
- data/docs/NgrokAPI/Services/TunnelSessionsClient.html +87 -135
- data/docs/NgrokAPI/Services/TunnelsClient.html +252 -26
- data/docs/NgrokAPI/Services/WeightedBackendsClient.html +1644 -0
- data/docs/NgrokAPI/Services.html +5 -5
- data/docs/NgrokAPI.html +4 -4
- data/docs/_index.html +253 -76
- data/docs/class_list.html +1 -1
- data/docs/file.README.html +3 -3
- data/docs/frames.html +1 -1
- data/docs/index.html +3 -3
- data/docs/method_list.html +3559 -1583
- data/docs/top-level-namespace.html +3 -3
- data/lib/ngrokapi/client.rb +52 -37
- data/lib/ngrokapi/http_client.rb +1 -4
- data/lib/ngrokapi/models/{ip_whitelist_entry.rb → agent_ingress.rb} +13 -9
- data/lib/ngrokapi/models/endpoint.rb +49 -0
- data/lib/ngrokapi/models/{endpoint_logging.rb → endpoint_backend.rb} +3 -3
- data/lib/ngrokapi/models/{endpoint_logging_mutate.rb → endpoint_backend_mutate.rb} +3 -3
- data/lib/ngrokapi/models/endpoint_tls_termination_at_edge.rb +27 -0
- data/lib/ngrokapi/models/endpoint_websocket_tcp_converter.rb +25 -0
- data/lib/ngrokapi/models/event_destination.rb +1 -2
- data/lib/ngrokapi/models/{event_stream.rb → failover_backend.rb} +15 -27
- data/lib/ngrokapi/models/http_response_backend.rb +71 -0
- data/lib/ngrokapi/models/https_edge.rb +80 -0
- data/lib/ngrokapi/models/{endpoint_configuration.rb → https_edge_route.rb} +56 -53
- data/lib/ngrokapi/models/ip_policy_rule.rb +3 -1
- data/lib/ngrokapi/models/tcp_edge.rb +78 -0
- data/lib/ngrokapi/models/tls_edge.rb +88 -0
- data/lib/ngrokapi/models/tunnel.rb +9 -1
- data/lib/ngrokapi/models/tunnel_group_backend.rb +67 -0
- data/lib/ngrokapi/models/weighted_backend.rb +65 -0
- data/lib/ngrokapi/services/abuse_reports_client.rb +3 -10
- data/lib/ngrokapi/services/agent_ingresses_client.rb +206 -0
- data/lib/ngrokapi/services/api_keys_client.rb +11 -36
- data/lib/ngrokapi/services/certificate_authorities_client.rb +11 -37
- data/lib/ngrokapi/services/credentials_client.rb +11 -39
- data/lib/ngrokapi/services/edge_route_backend_module_client.rb +120 -0
- data/lib/ngrokapi/services/{endpoint_circuit_breaker_module_client.rb → edge_route_circuit_breaker_module_client.rb} +37 -39
- data/lib/ngrokapi/services/{endpoint_compression_module_client.rb → edge_route_compression_module_client.rb} +37 -39
- data/lib/ngrokapi/services/edge_route_ip_restriction_module_client.rb +120 -0
- data/lib/ngrokapi/services/{endpoint_o_auth_module_client.rb → edge_route_o_auth_module_client.rb} +37 -39
- data/lib/ngrokapi/services/{endpoint_oidc_module_client.rb → edge_route_oidc_module_client.rb} +37 -39
- data/lib/ngrokapi/services/{endpoint_request_headers_module_client.rb → edge_route_request_headers_module_client.rb} +37 -39
- data/lib/ngrokapi/services/{endpoint_response_headers_module_client.rb → edge_route_response_headers_module_client.rb} +37 -39
- data/lib/ngrokapi/services/{endpoint_saml_module_client.rb → edge_route_saml_module_client.rb} +37 -39
- data/lib/ngrokapi/services/{endpoint_webhook_validation_module_client.rb → edge_route_webhook_verification_module_client.rb} +37 -39
- data/lib/ngrokapi/services/edge_route_websocket_tcp_converter_module_client.rb +120 -0
- data/lib/ngrokapi/services/edges_https_client.rb +227 -0
- data/lib/ngrokapi/services/edges_https_routes_client.rb +244 -0
- data/lib/ngrokapi/services/edges_tcp_client.rb +227 -0
- data/lib/ngrokapi/services/edges_tls_client.rb +239 -0
- data/lib/ngrokapi/services/endpoints_client.rb +114 -0
- data/lib/ngrokapi/services/event_destinations_client.rb +13 -49
- data/lib/ngrokapi/services/event_sources_client.rb +9 -40
- data/lib/ngrokapi/services/event_subscriptions_client.rb +14 -45
- data/lib/ngrokapi/services/failover_backends_client.rb +214 -0
- data/lib/ngrokapi/services/http_response_backends_client.rb +199 -0
- data/lib/ngrokapi/services/https_edge_mutual_tls_module_client.rb +108 -0
- data/lib/ngrokapi/services/https_edge_tls_termination_module_client.rb +108 -0
- data/lib/ngrokapi/services/ip_policies_client.rb +11 -39
- data/lib/ngrokapi/services/ip_policy_rules_client.rb +13 -40
- data/lib/ngrokapi/services/ip_restrictions_client.rb +12 -44
- data/lib/ngrokapi/services/reserved_addrs_client.rb +11 -81
- data/lib/ngrokapi/services/reserved_domains_client.rb +15 -144
- data/lib/ngrokapi/services/ssh_certificate_authorities_client.rb +11 -39
- data/lib/ngrokapi/services/ssh_credentials_client.rb +11 -40
- data/lib/ngrokapi/services/ssh_host_certificates_client.rb +11 -41
- data/lib/ngrokapi/services/ssh_user_certificates_client.rb +11 -43
- data/lib/ngrokapi/services/{endpoint_logging_module_client.rb → tcp_edge_backend_module_client.rb} +31 -45
- data/lib/ngrokapi/services/{endpoint_ip_policy_module_client.rb → tcp_edge_ip_restriction_module_client.rb} +21 -35
- data/lib/ngrokapi/services/tls_certificates_client.rb +11 -38
- data/lib/ngrokapi/services/tls_edge_backend_module_client.rb +108 -0
- data/lib/ngrokapi/services/tls_edge_ip_restriction_module_client.rb +108 -0
- data/lib/ngrokapi/services/{endpoint_mutual_tls_module_client.rb → tls_edge_mutual_tls_module_client.rb} +21 -35
- data/lib/ngrokapi/services/{endpoint_tls_termination_module_client.rb → tls_edge_tls_termination_module_client.rb} +21 -35
- data/lib/ngrokapi/services/{ip_whitelist_client.rb → tunnel_group_backends_client.rb} +70 -93
- data/lib/ngrokapi/services/tunnel_sessions_client.rb +12 -36
- data/lib/ngrokapi/services/tunnels_client.rb +39 -10
- data/lib/ngrokapi/services/weighted_backends_client.rb +214 -0
- data/lib/ngrokapi/version.rb +1 -1
- data/lib/ngrokapi.rb +1 -1
- data/ngrok-api.gemspec +1 -1
- data/spec/ngrokapi/client_spec.rb +50 -29
- data/spec/ngrokapi/models/agent_ingress_spec.rb +42 -0
- data/spec/ngrokapi/models/endpoint_backend_mutate_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_backend_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_tls_termination_at_edge_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_websocket_tcp_converter_spec.rb +21 -0
- data/spec/ngrokapi/models/failover_backend_spec.rb +45 -0
- data/spec/ngrokapi/models/http_response_backend_spec.rb +51 -0
- data/spec/ngrokapi/models/https_edge_route_spec.rb +81 -0
- data/spec/ngrokapi/models/https_edge_spec.rb +51 -0
- data/spec/ngrokapi/models/tcp_edge_spec.rb +51 -0
- data/spec/ngrokapi/models/tls_edge_spec.rb +57 -0
- data/spec/ngrokapi/models/tunnel_group_backend_spec.rb +45 -0
- data/spec/ngrokapi/models/weighted_backend_spec.rb +45 -0
- data/spec/ngrokapi/services/{ip_whitelist_client_spec.rb → agent_ingresses_client_spec.rb} +49 -49
- data/spec/ngrokapi/services/edge_route_backend_module_client_spec.rb +139 -0
- data/spec/ngrokapi/services/{endpoint_circuit_breaker_module_client_spec.rb → edge_route_circuit_breaker_module_client_spec.rb} +31 -17
- data/spec/ngrokapi/services/{endpoint_compression_module_client_spec.rb → edge_route_compression_module_client_spec.rb} +31 -17
- data/spec/ngrokapi/services/edge_route_ip_restriction_module_client_spec.rb +139 -0
- data/spec/ngrokapi/services/{endpoint_o_auth_module_client_spec.rb → edge_route_o_auth_module_client_spec.rb} +31 -17
- data/spec/ngrokapi/services/{endpoint_oidc_module_client_spec.rb → edge_route_oidc_module_client_spec.rb} +31 -17
- data/spec/ngrokapi/services/{endpoint_request_headers_module_client_spec.rb → edge_route_request_headers_module_client_spec.rb} +31 -17
- data/spec/ngrokapi/services/{endpoint_response_headers_module_client_spec.rb → edge_route_response_headers_module_client_spec.rb} +31 -17
- data/spec/ngrokapi/services/{endpoint_saml_module_client_spec.rb → edge_route_saml_module_client_spec.rb} +31 -17
- data/spec/ngrokapi/services/{endpoint_webhook_validation_module_client_spec.rb → edge_route_webhook_verification_module_client_spec.rb} +31 -17
- data/spec/ngrokapi/services/edge_route_websocket_tcp_converter_module_client_spec.rb +139 -0
- data/spec/ngrokapi/services/{event_streams_client_spec.rb → edges_https_client_spec.rb} +106 -108
- data/spec/ngrokapi/services/edges_https_routes_client_spec.rb +241 -0
- data/spec/ngrokapi/services/edges_tcp_client_spec.rb +175 -0
- data/spec/ngrokapi/services/edges_tls_client_spec.rb +187 -0
- data/spec/ngrokapi/services/endpoints_client_spec.rb +57 -0
- data/spec/ngrokapi/services/failover_backends_client_spec.rb +163 -0
- data/spec/ngrokapi/services/http_response_backends_client_spec.rb +175 -0
- data/spec/ngrokapi/services/{endpoint_mutual_tls_module_client_spec.rb → https_edge_mutual_tls_module_client_spec.rb} +17 -17
- data/spec/ngrokapi/services/{endpoint_tls_termination_module_client_spec.rb → https_edge_tls_termination_module_client_spec.rb} +17 -17
- data/spec/ngrokapi/services/ip_policies_client_spec.rb +0 -1
- data/spec/ngrokapi/services/ip_policy_rules_client_spec.rb +3 -1
- data/spec/ngrokapi/services/reserved_addrs_client_spec.rb +0 -44
- data/spec/ngrokapi/services/reserved_domains_client_spec.rb +0 -88
- data/spec/ngrokapi/services/{endpoint_logging_module_client_spec.rb → tcp_edge_backend_module_client_spec.rb} +40 -40
- data/spec/ngrokapi/services/{endpoint_ip_policy_module_client_spec.rb → tcp_edge_ip_restriction_module_client_spec.rb} +17 -17
- data/spec/ngrokapi/services/tls_edge_backend_module_client_spec.rb +125 -0
- data/spec/ngrokapi/services/tls_edge_ip_restriction_module_client_spec.rb +125 -0
- data/spec/ngrokapi/services/tls_edge_mutual_tls_module_client_spec.rb +125 -0
- data/spec/ngrokapi/services/tls_edge_tls_termination_module_client_spec.rb +125 -0
- data/spec/ngrokapi/services/tunnel_group_backends_client_spec.rb +163 -0
- data/spec/ngrokapi/services/tunnels_client_spec.rb +36 -0
- data/spec/ngrokapi/services/weighted_backends_client_spec.rb +163 -0
- data/spec/spec_helper.rb +1389 -1045
- metadata +176 -83
- data/lib/ngrokapi/services/endpoint_configurations_client.rb +0 -357
- data/lib/ngrokapi/services/event_streams_client.rb +0 -259
- data/spec/ngrokapi/models/endpoint_configuration_spec.rb +0 -78
- data/spec/ngrokapi/models/endpoint_logging_mutate_spec.rb +0 -21
- data/spec/ngrokapi/models/endpoint_logging_spec.rb +0 -21
- data/spec/ngrokapi/models/event_stream_spec.rb +0 -51
- data/spec/ngrokapi/models/ip_whitelist_entry_spec.rb +0 -42
- data/spec/ngrokapi/services/endpoint_configurations_client_spec.rb +0 -237
@@ -0,0 +1,239 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module NgrokAPI
|
4
|
+
module Services
|
5
|
+
##
|
6
|
+
# https://ngrok.com/docs/api#api-edges-tls
|
7
|
+
class EdgesTLSClient
|
8
|
+
# The API path for the requests
|
9
|
+
PATH = '/edges/tls'
|
10
|
+
# The List Property from the resulting API for list calls
|
11
|
+
LIST_PROPERTY = 'tls_edges'
|
12
|
+
|
13
|
+
attr_reader :client
|
14
|
+
|
15
|
+
def initialize(client:)
|
16
|
+
@client = client
|
17
|
+
end
|
18
|
+
|
19
|
+
##
|
20
|
+
# Create a TLS Edge
|
21
|
+
#
|
22
|
+
# @param [string] description human-readable description of what this edge will be used for; optional, max 255 bytes.
|
23
|
+
# @param [string] metadata arbitrary user-defined machine-readable data of this edge. Optional, max 4096 bytes.
|
24
|
+
# @param [List<string>] hostports hostports served by this edge
|
25
|
+
# @param [EndpointBackendMutate] backend edge modules
|
26
|
+
# @param [EndpointIPPolicyMutate] ip_restriction
|
27
|
+
# @param [EndpointMutualTLSMutate] mutual_tls
|
28
|
+
# @param [EndpointTLSTermination] tls_termination
|
29
|
+
# @return [NgrokAPI::Models::TLSEdge] result from the API request
|
30
|
+
#
|
31
|
+
# https://ngrok.com/docs/api#api-edges-tls-create
|
32
|
+
def create(description: "", metadata: "", hostports: nil, backend: nil, ip_restriction: nil, mutual_tls: nil, tls_termination: nil)
|
33
|
+
path = '/edges/tls'
|
34
|
+
replacements = {
|
35
|
+
}
|
36
|
+
data = {}
|
37
|
+
data[:description] = description if description
|
38
|
+
data[:metadata] = metadata if metadata
|
39
|
+
data[:hostports] = hostports if hostports
|
40
|
+
data[:backend] = backend if backend
|
41
|
+
data[:ip_restriction] = ip_restriction if ip_restriction
|
42
|
+
data[:mutual_tls] = mutual_tls if mutual_tls
|
43
|
+
data[:tls_termination] = tls_termination if tls_termination
|
44
|
+
result = @client.post(path % replacements, data: data)
|
45
|
+
NgrokAPI::Models::TLSEdge.new(client: self, result: result)
|
46
|
+
end
|
47
|
+
|
48
|
+
##
|
49
|
+
# Get a TLS Edge by ID
|
50
|
+
#
|
51
|
+
# @param [string] id a resource identifier
|
52
|
+
# @return [NgrokAPI::Models::TLSEdge] result from the API request
|
53
|
+
#
|
54
|
+
# https://ngrok.com/docs/api#api-edges-tls-get
|
55
|
+
def get(id: "")
|
56
|
+
path = '/edges/tls/%{id}'
|
57
|
+
replacements = {
|
58
|
+
id: id,
|
59
|
+
}
|
60
|
+
data = {}
|
61
|
+
result = @client.get(path % replacements, data: data)
|
62
|
+
NgrokAPI::Models::TLSEdge.new(client: self, result: result)
|
63
|
+
end
|
64
|
+
|
65
|
+
##
|
66
|
+
# Get a TLS Edge by ID
|
67
|
+
# Throws an exception if API error.
|
68
|
+
#
|
69
|
+
# @param [string] id a resource identifier
|
70
|
+
# @return [NgrokAPI::Models::TLSEdge] result from the API request
|
71
|
+
#
|
72
|
+
# https://ngrok.com/docs/api#api-edges-tls-get
|
73
|
+
def get!(id: "")
|
74
|
+
path = '/edges/tls/%{id}'
|
75
|
+
replacements = {
|
76
|
+
id: id,
|
77
|
+
}
|
78
|
+
data = {}
|
79
|
+
result = @client.get(path % replacements, data: data, danger: true)
|
80
|
+
NgrokAPI::Models::TLSEdge.new(client: self, result: result)
|
81
|
+
end
|
82
|
+
|
83
|
+
##
|
84
|
+
# Returns a list of all TLS Edges on this account
|
85
|
+
#
|
86
|
+
# @param [string] before_id
|
87
|
+
# @param [string] limit
|
88
|
+
# @param [string] url optional and mutually exclusive from before_id and limit
|
89
|
+
# @return [NgrokAPI::Models::Listable] result from the API request
|
90
|
+
#
|
91
|
+
# https://ngrok.com/docs/api#api-edges-tls-list
|
92
|
+
def list(before_id: nil, limit: nil,
|
93
|
+
url: nil)
|
94
|
+
result = @client.list(
|
95
|
+
before_id: before_id,
|
96
|
+
limit: limit,
|
97
|
+
url: url,
|
98
|
+
path: PATH
|
99
|
+
)
|
100
|
+
|
101
|
+
NgrokAPI::Models::Listable.new(
|
102
|
+
client: self,
|
103
|
+
result: result,
|
104
|
+
list_property: LIST_PROPERTY,
|
105
|
+
klass: NgrokAPI::Models::TLSEdge
|
106
|
+
)
|
107
|
+
end
|
108
|
+
|
109
|
+
##
|
110
|
+
# Returns a list of all TLS Edges on this account
|
111
|
+
# Throws an exception if API error.
|
112
|
+
#
|
113
|
+
# @param [string] before_id
|
114
|
+
# @param [string] limit
|
115
|
+
# @param [string] url optional and mutually exclusive from before_id and limit
|
116
|
+
# @return [NgrokAPI::Models::Listable] result from the API request
|
117
|
+
#
|
118
|
+
# https://ngrok.com/docs/api#api-edges-tls-list
|
119
|
+
def list!(before_id: nil, limit: nil,
|
120
|
+
url: nil)
|
121
|
+
result = @client.list(
|
122
|
+
before_id: before_id,
|
123
|
+
limit: limit,
|
124
|
+
danger: true,
|
125
|
+
url: url,
|
126
|
+
path: PATH
|
127
|
+
)
|
128
|
+
|
129
|
+
NgrokAPI::Models::Listable.new(
|
130
|
+
client: self,
|
131
|
+
result: result,
|
132
|
+
list_property: LIST_PROPERTY,
|
133
|
+
klass: NgrokAPI::Models::TLSEdge,
|
134
|
+
danger: true
|
135
|
+
)
|
136
|
+
end
|
137
|
+
|
138
|
+
##
|
139
|
+
# Updates a TLS Edge by ID. If a module is not specified in the update, it will
|
140
|
+
# not be modified. However, each module configuration that is specified will
|
141
|
+
# completely replace the existing value. There is no way to delete an existing
|
142
|
+
# module via this API, instead use the delete module API.
|
143
|
+
#
|
144
|
+
# @param [string] id unique identifier of this edge
|
145
|
+
# @param [string] description human-readable description of what this edge will be used for; optional, max 255 bytes.
|
146
|
+
# @param [string] metadata arbitrary user-defined machine-readable data of this edge. Optional, max 4096 bytes.
|
147
|
+
# @param [List<string>] hostports hostports served by this edge
|
148
|
+
# @param [EndpointBackendMutate] backend edge modules
|
149
|
+
# @param [EndpointIPPolicyMutate] ip_restriction
|
150
|
+
# @param [EndpointMutualTLSMutate] mutual_tls
|
151
|
+
# @param [EndpointTLSTermination] tls_termination
|
152
|
+
# @return [NgrokAPI::Models::TLSEdge] result from the API request
|
153
|
+
#
|
154
|
+
# https://ngrok.com/docs/api#api-edges-tls-update
|
155
|
+
def update(id: "", description: nil, metadata: nil, hostports: nil, backend: nil, ip_restriction: nil, mutual_tls: nil, tls_termination: nil)
|
156
|
+
path = '/edges/tls/%{id}'
|
157
|
+
replacements = {
|
158
|
+
id: id,
|
159
|
+
}
|
160
|
+
data = {}
|
161
|
+
data[:description] = description if description
|
162
|
+
data[:metadata] = metadata if metadata
|
163
|
+
data[:hostports] = hostports if hostports
|
164
|
+
data[:backend] = backend if backend
|
165
|
+
data[:ip_restriction] = ip_restriction if ip_restriction
|
166
|
+
data[:mutual_tls] = mutual_tls if mutual_tls
|
167
|
+
data[:tls_termination] = tls_termination if tls_termination
|
168
|
+
result = @client.patch(path % replacements, data: data)
|
169
|
+
NgrokAPI::Models::TLSEdge.new(client: self, result: result)
|
170
|
+
end
|
171
|
+
|
172
|
+
##
|
173
|
+
# Updates a TLS Edge by ID. If a module is not specified in the update, it will
|
174
|
+
# not be modified. However, each module configuration that is specified will
|
175
|
+
# completely replace the existing value. There is no way to delete an existing
|
176
|
+
# module via this API, instead use the delete module API.
|
177
|
+
# Throws an exception if API error.
|
178
|
+
#
|
179
|
+
# @param [string] id unique identifier of this edge
|
180
|
+
# @param [string] description human-readable description of what this edge will be used for; optional, max 255 bytes.
|
181
|
+
# @param [string] metadata arbitrary user-defined machine-readable data of this edge. Optional, max 4096 bytes.
|
182
|
+
# @param [List<string>] hostports hostports served by this edge
|
183
|
+
# @param [EndpointBackendMutate] backend edge modules
|
184
|
+
# @param [EndpointIPPolicyMutate] ip_restriction
|
185
|
+
# @param [EndpointMutualTLSMutate] mutual_tls
|
186
|
+
# @param [EndpointTLSTermination] tls_termination
|
187
|
+
# @return [NgrokAPI::Models::TLSEdge] result from the API request
|
188
|
+
#
|
189
|
+
# https://ngrok.com/docs/api#api-edges-tls-update
|
190
|
+
def update!(id: "", description: nil, metadata: nil, hostports: nil, backend: nil, ip_restriction: nil, mutual_tls: nil, tls_termination: nil)
|
191
|
+
path = '/edges/tls/%{id}'
|
192
|
+
replacements = {
|
193
|
+
id: id,
|
194
|
+
}
|
195
|
+
data = {}
|
196
|
+
data[:description] = description if description
|
197
|
+
data[:metadata] = metadata if metadata
|
198
|
+
data[:hostports] = hostports if hostports
|
199
|
+
data[:backend] = backend if backend
|
200
|
+
data[:ip_restriction] = ip_restriction if ip_restriction
|
201
|
+
data[:mutual_tls] = mutual_tls if mutual_tls
|
202
|
+
data[:tls_termination] = tls_termination if tls_termination
|
203
|
+
result = @client.patch(path % replacements, data: data, danger: true)
|
204
|
+
NgrokAPI::Models::TLSEdge.new(client: self, result: result)
|
205
|
+
end
|
206
|
+
|
207
|
+
##
|
208
|
+
# Delete a TLS Edge by ID
|
209
|
+
#
|
210
|
+
# @param [string] id a resource identifier
|
211
|
+
# @return [NgrokAPI::Models::Empty] result from the API request
|
212
|
+
#
|
213
|
+
# https://ngrok.com/docs/api#api-edges-tls-delete
|
214
|
+
def delete(id: "")
|
215
|
+
path = '/edges/tls/%{id}'
|
216
|
+
replacements = {
|
217
|
+
id: id,
|
218
|
+
}
|
219
|
+
@client.delete(path % replacements)
|
220
|
+
end
|
221
|
+
|
222
|
+
##
|
223
|
+
# Delete a TLS Edge by ID
|
224
|
+
# Throws an exception if API error.
|
225
|
+
#
|
226
|
+
# @param [string] id a resource identifier
|
227
|
+
# @return [NgrokAPI::Models::Empty] result from the API request
|
228
|
+
#
|
229
|
+
# https://ngrok.com/docs/api#api-edges-tls-delete
|
230
|
+
def delete!(id: "")
|
231
|
+
path = '/edges/tls/%{id}'
|
232
|
+
replacements = {
|
233
|
+
id: id,
|
234
|
+
}
|
235
|
+
@client.delete(path % replacements, danger: true)
|
236
|
+
end
|
237
|
+
end
|
238
|
+
end
|
239
|
+
end
|
@@ -0,0 +1,114 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module NgrokAPI
|
4
|
+
module Services
|
5
|
+
##
|
6
|
+
# Endpoints provides an API for querying the endpoint objects
|
7
|
+
# which define what tunnel or edge is used to serve a hostport.
|
8
|
+
# Only active endpoints associated with a tunnel or backend are returned.
|
9
|
+
#
|
10
|
+
# https://ngrok.com/docs/api#api-endpoints
|
11
|
+
class EndpointsClient
|
12
|
+
# The List Property from the resulting API for list calls
|
13
|
+
LIST_PROPERTY = 'endpoints'
|
14
|
+
# The API path for the requests
|
15
|
+
PATH = '/endpoints'
|
16
|
+
|
17
|
+
attr_reader :client
|
18
|
+
|
19
|
+
def initialize(client:)
|
20
|
+
@client = client
|
21
|
+
end
|
22
|
+
|
23
|
+
##
|
24
|
+
# List all active endpoints on the account
|
25
|
+
#
|
26
|
+
# @param [string] before_id
|
27
|
+
# @param [string] limit
|
28
|
+
# @param [string] url optional and mutually exclusive from before_id and limit
|
29
|
+
# @return [NgrokAPI::Models::Listable] result from the API request
|
30
|
+
#
|
31
|
+
# https://ngrok.com/docs/api#api-endpoints-list
|
32
|
+
def list(before_id: nil, limit: nil,
|
33
|
+
url: nil)
|
34
|
+
result = @client.list(
|
35
|
+
before_id: before_id,
|
36
|
+
limit: limit,
|
37
|
+
url: url,
|
38
|
+
path: PATH
|
39
|
+
)
|
40
|
+
|
41
|
+
NgrokAPI::Models::Listable.new(
|
42
|
+
client: self,
|
43
|
+
result: result,
|
44
|
+
list_property: LIST_PROPERTY,
|
45
|
+
klass: NgrokAPI::Models::Endpoint
|
46
|
+
)
|
47
|
+
end
|
48
|
+
|
49
|
+
##
|
50
|
+
# List all active endpoints on the account
|
51
|
+
# Throws an exception if API error.
|
52
|
+
#
|
53
|
+
# @param [string] before_id
|
54
|
+
# @param [string] limit
|
55
|
+
# @param [string] url optional and mutually exclusive from before_id and limit
|
56
|
+
# @return [NgrokAPI::Models::Listable] result from the API request
|
57
|
+
#
|
58
|
+
# https://ngrok.com/docs/api#api-endpoints-list
|
59
|
+
def list!(before_id: nil, limit: nil,
|
60
|
+
url: nil)
|
61
|
+
result = @client.list(
|
62
|
+
before_id: before_id,
|
63
|
+
limit: limit,
|
64
|
+
danger: true,
|
65
|
+
url: url,
|
66
|
+
path: PATH
|
67
|
+
)
|
68
|
+
|
69
|
+
NgrokAPI::Models::Listable.new(
|
70
|
+
client: self,
|
71
|
+
result: result,
|
72
|
+
list_property: LIST_PROPERTY,
|
73
|
+
klass: NgrokAPI::Models::Endpoint,
|
74
|
+
danger: true
|
75
|
+
)
|
76
|
+
end
|
77
|
+
|
78
|
+
##
|
79
|
+
# Get the status of an endpoint by ID
|
80
|
+
#
|
81
|
+
# @param [string] id a resource identifier
|
82
|
+
# @return [NgrokAPI::Models::Endpoint] result from the API request
|
83
|
+
#
|
84
|
+
# https://ngrok.com/docs/api#api-endpoints-get
|
85
|
+
def get(id: "")
|
86
|
+
path = '/endpoints/%{id}'
|
87
|
+
replacements = {
|
88
|
+
id: id,
|
89
|
+
}
|
90
|
+
data = {}
|
91
|
+
result = @client.get(path % replacements, data: data)
|
92
|
+
NgrokAPI::Models::Endpoint.new(client: self, result: result)
|
93
|
+
end
|
94
|
+
|
95
|
+
##
|
96
|
+
# Get the status of an endpoint by ID
|
97
|
+
# Throws an exception if API error.
|
98
|
+
#
|
99
|
+
# @param [string] id a resource identifier
|
100
|
+
# @return [NgrokAPI::Models::Endpoint] result from the API request
|
101
|
+
#
|
102
|
+
# https://ngrok.com/docs/api#api-endpoints-get
|
103
|
+
def get!(id: "")
|
104
|
+
path = '/endpoints/%{id}'
|
105
|
+
replacements = {
|
106
|
+
id: id,
|
107
|
+
}
|
108
|
+
data = {}
|
109
|
+
result = @client.get(path % replacements, data: data, danger: true)
|
110
|
+
NgrokAPI::Models::Endpoint.new(client: self, result: result)
|
111
|
+
end
|
112
|
+
end
|
113
|
+
end
|
114
|
+
end
|
@@ -28,13 +28,7 @@ module NgrokAPI
|
|
28
28
|
# @return [NgrokAPI::Models::EventDestination] result from the API request
|
29
29
|
#
|
30
30
|
# https://ngrok.com/docs/api#api-event-destinations-create
|
31
|
-
def create(
|
32
|
-
metadata: "",
|
33
|
-
description: "",
|
34
|
-
format: "",
|
35
|
-
target: nil,
|
36
|
-
verify_with_test_event: nil
|
37
|
-
)
|
31
|
+
def create(metadata: "", description: "", format: "", target: nil, verify_with_test_event: nil)
|
38
32
|
path = '/event_destinations'
|
39
33
|
replacements = {
|
40
34
|
}
|
@@ -49,16 +43,13 @@ module NgrokAPI
|
|
49
43
|
|
50
44
|
##
|
51
45
|
# Delete an Event Destination. If the Event Destination is still referenced by an
|
52
|
-
# Event
|
53
|
-
# reference.
|
46
|
+
# Event Subscription.
|
54
47
|
#
|
55
48
|
# @param [string] id a resource identifier
|
56
49
|
# @return [NgrokAPI::Models::Empty] result from the API request
|
57
50
|
#
|
58
51
|
# https://ngrok.com/docs/api#api-event-destinations-delete
|
59
|
-
def delete(
|
60
|
-
id: ""
|
61
|
-
)
|
52
|
+
def delete(id: "")
|
62
53
|
path = '/event_destinations/%{id}'
|
63
54
|
replacements = {
|
64
55
|
id: id,
|
@@ -68,17 +59,14 @@ module NgrokAPI
|
|
68
59
|
|
69
60
|
##
|
70
61
|
# Delete an Event Destination. If the Event Destination is still referenced by an
|
71
|
-
# Event
|
72
|
-
# reference.
|
62
|
+
# Event Subscription.
|
73
63
|
# Throws an exception if API error.
|
74
64
|
#
|
75
65
|
# @param [string] id a resource identifier
|
76
66
|
# @return [NgrokAPI::Models::Empty] result from the API request
|
77
67
|
#
|
78
68
|
# https://ngrok.com/docs/api#api-event-destinations-delete
|
79
|
-
def delete!(
|
80
|
-
id: ""
|
81
|
-
)
|
69
|
+
def delete!(id: "")
|
82
70
|
path = '/event_destinations/%{id}'
|
83
71
|
replacements = {
|
84
72
|
id: id,
|
@@ -93,9 +81,7 @@ module NgrokAPI
|
|
93
81
|
# @return [NgrokAPI::Models::EventDestination] result from the API request
|
94
82
|
#
|
95
83
|
# https://ngrok.com/docs/api#api-event-destinations-get
|
96
|
-
def get(
|
97
|
-
id: ""
|
98
|
-
)
|
84
|
+
def get(id: "")
|
99
85
|
path = '/event_destinations/%{id}'
|
100
86
|
replacements = {
|
101
87
|
id: id,
|
@@ -113,9 +99,7 @@ module NgrokAPI
|
|
113
99
|
# @return [NgrokAPI::Models::EventDestination] result from the API request
|
114
100
|
#
|
115
101
|
# https://ngrok.com/docs/api#api-event-destinations-get
|
116
|
-
def get!(
|
117
|
-
id: ""
|
118
|
-
)
|
102
|
+
def get!(id: "")
|
119
103
|
path = '/event_destinations/%{id}'
|
120
104
|
replacements = {
|
121
105
|
id: id,
|
@@ -134,11 +118,8 @@ module NgrokAPI
|
|
134
118
|
# @return [NgrokAPI::Models::Listable] result from the API request
|
135
119
|
#
|
136
120
|
# https://ngrok.com/docs/api#api-event-destinations-list
|
137
|
-
def list(
|
138
|
-
|
139
|
-
limit: nil,
|
140
|
-
url: nil
|
141
|
-
)
|
121
|
+
def list(before_id: nil, limit: nil,
|
122
|
+
url: nil)
|
142
123
|
result = @client.list(
|
143
124
|
before_id: before_id,
|
144
125
|
limit: limit,
|
@@ -164,11 +145,8 @@ module NgrokAPI
|
|
164
145
|
# @return [NgrokAPI::Models::Listable] result from the API request
|
165
146
|
#
|
166
147
|
# https://ngrok.com/docs/api#api-event-destinations-list
|
167
|
-
def list!(
|
168
|
-
|
169
|
-
limit: nil,
|
170
|
-
url: nil
|
171
|
-
)
|
148
|
+
def list!(before_id: nil, limit: nil,
|
149
|
+
url: nil)
|
172
150
|
result = @client.list(
|
173
151
|
before_id: before_id,
|
174
152
|
limit: limit,
|
@@ -197,14 +175,7 @@ module NgrokAPI
|
|
197
175
|
# @return [NgrokAPI::Models::EventDestination] result from the API request
|
198
176
|
#
|
199
177
|
# https://ngrok.com/docs/api#api-event-destinations-update
|
200
|
-
def update(
|
201
|
-
id: "",
|
202
|
-
metadata: nil,
|
203
|
-
description: nil,
|
204
|
-
format: nil,
|
205
|
-
target: nil,
|
206
|
-
verify_with_test_event: nil
|
207
|
-
)
|
178
|
+
def update(id: "", metadata: nil, description: nil, format: nil, target: nil, verify_with_test_event: nil)
|
208
179
|
path = '/event_destinations/%{id}'
|
209
180
|
replacements = {
|
210
181
|
id: id,
|
@@ -230,14 +201,7 @@ module NgrokAPI
|
|
230
201
|
# @return [NgrokAPI::Models::EventDestination] result from the API request
|
231
202
|
#
|
232
203
|
# https://ngrok.com/docs/api#api-event-destinations-update
|
233
|
-
def update!(
|
234
|
-
id: "",
|
235
|
-
metadata: nil,
|
236
|
-
description: nil,
|
237
|
-
format: nil,
|
238
|
-
target: nil,
|
239
|
-
verify_with_test_event: nil
|
240
|
-
)
|
204
|
+
def update!(id: "", metadata: nil, description: nil, format: nil, target: nil, verify_with_test_event: nil)
|
241
205
|
path = '/event_destinations/%{id}'
|
242
206
|
replacements = {
|
243
207
|
id: id,
|
@@ -22,12 +22,7 @@ module NgrokAPI
|
|
22
22
|
# @return [NgrokAPI::Models::EventSource] result from the API request
|
23
23
|
#
|
24
24
|
# https://ngrok.com/docs/api#api-event-sources-create
|
25
|
-
def create(
|
26
|
-
subscription_id: "",
|
27
|
-
type: "",
|
28
|
-
filter: "",
|
29
|
-
fields: []
|
30
|
-
)
|
25
|
+
def create(subscription_id: "", type: "", filter: "", fields: [])
|
31
26
|
path = '/event_subscriptions/%{subscription_id}/sources'
|
32
27
|
replacements = {
|
33
28
|
subscription_id: subscription_id,
|
@@ -46,10 +41,7 @@ module NgrokAPI
|
|
46
41
|
# @return [NgrokAPI::Models::Empty] result from the API request
|
47
42
|
#
|
48
43
|
# https://ngrok.com/docs/api#api-event-sources-delete
|
49
|
-
def delete(
|
50
|
-
subscription_id: "",
|
51
|
-
type: ""
|
52
|
-
)
|
44
|
+
def delete(subscription_id: "", type: "")
|
53
45
|
path = '/event_subscriptions/%{subscription_id}/sources/%{type}'
|
54
46
|
replacements = {
|
55
47
|
subscription_id: subscription_id,
|
@@ -67,10 +59,7 @@ module NgrokAPI
|
|
67
59
|
# @return [NgrokAPI::Models::Empty] result from the API request
|
68
60
|
#
|
69
61
|
# https://ngrok.com/docs/api#api-event-sources-delete
|
70
|
-
def delete!(
|
71
|
-
subscription_id: "",
|
72
|
-
type: ""
|
73
|
-
)
|
62
|
+
def delete!(subscription_id: "", type: "")
|
74
63
|
path = '/event_subscriptions/%{subscription_id}/sources/%{type}'
|
75
64
|
replacements = {
|
76
65
|
subscription_id: subscription_id,
|
@@ -87,10 +76,7 @@ module NgrokAPI
|
|
87
76
|
# @return [NgrokAPI::Models::EventSource] result from the API request
|
88
77
|
#
|
89
78
|
# https://ngrok.com/docs/api#api-event-sources-get
|
90
|
-
def get(
|
91
|
-
subscription_id: "",
|
92
|
-
type: ""
|
93
|
-
)
|
79
|
+
def get(subscription_id: "", type: "")
|
94
80
|
path = '/event_subscriptions/%{subscription_id}/sources/%{type}'
|
95
81
|
replacements = {
|
96
82
|
subscription_id: subscription_id,
|
@@ -110,10 +96,7 @@ module NgrokAPI
|
|
110
96
|
# @return [NgrokAPI::Models::EventSource] result from the API request
|
111
97
|
#
|
112
98
|
# https://ngrok.com/docs/api#api-event-sources-get
|
113
|
-
def get!(
|
114
|
-
subscription_id: "",
|
115
|
-
type: ""
|
116
|
-
)
|
99
|
+
def get!(subscription_id: "", type: "")
|
117
100
|
path = '/event_subscriptions/%{subscription_id}/sources/%{type}'
|
118
101
|
replacements = {
|
119
102
|
subscription_id: subscription_id,
|
@@ -131,9 +114,7 @@ module NgrokAPI
|
|
131
114
|
# @return [NgrokAPI::Models::EventSourceList] result from the API request
|
132
115
|
#
|
133
116
|
# https://ngrok.com/docs/api#api-event-sources-list
|
134
|
-
def list(
|
135
|
-
subscription_id: ""
|
136
|
-
)
|
117
|
+
def list(subscription_id: "")
|
137
118
|
path = '/event_subscriptions/%{subscription_id}/sources'
|
138
119
|
replacements = {
|
139
120
|
subscription_id: subscription_id,
|
@@ -151,9 +132,7 @@ module NgrokAPI
|
|
151
132
|
# @return [NgrokAPI::Models::EventSourceList] result from the API request
|
152
133
|
#
|
153
134
|
# https://ngrok.com/docs/api#api-event-sources-list
|
154
|
-
def list!(
|
155
|
-
subscription_id: ""
|
156
|
-
)
|
135
|
+
def list!(subscription_id: "")
|
157
136
|
path = '/event_subscriptions/%{subscription_id}/sources'
|
158
137
|
replacements = {
|
159
138
|
subscription_id: subscription_id,
|
@@ -171,12 +150,7 @@ module NgrokAPI
|
|
171
150
|
# @return [NgrokAPI::Models::EventSource] result from the API request
|
172
151
|
#
|
173
152
|
# https://ngrok.com/docs/api#api-event-sources-update
|
174
|
-
def update(
|
175
|
-
subscription_id: "",
|
176
|
-
type: "",
|
177
|
-
filter: nil,
|
178
|
-
fields: nil
|
179
|
-
)
|
153
|
+
def update(subscription_id: "", type: "", filter: nil, fields: nil)
|
180
154
|
path = '/event_subscriptions/%{subscription_id}/sources/%{type}'
|
181
155
|
replacements = {
|
182
156
|
subscription_id: subscription_id,
|
@@ -196,12 +170,7 @@ module NgrokAPI
|
|
196
170
|
# @return [NgrokAPI::Models::EventSource] result from the API request
|
197
171
|
#
|
198
172
|
# https://ngrok.com/docs/api#api-event-sources-update
|
199
|
-
def update!(
|
200
|
-
subscription_id: "",
|
201
|
-
type: "",
|
202
|
-
filter: nil,
|
203
|
-
fields: nil
|
204
|
-
)
|
173
|
+
def update!(subscription_id: "", type: "", filter: nil, fields: nil)
|
205
174
|
path = '/event_subscriptions/%{subscription_id}/sources/%{type}'
|
206
175
|
replacements = {
|
207
176
|
subscription_id: subscription_id,
|