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
@@ -28,23 +28,12 @@ module NgrokAPI
|
|
28
28
|
# @param [string] region reserve the domain in this geographic ngrok datacenter. Optional, default is us. (au, eu, ap, us, jp, in, sa)
|
29
29
|
# @param [string] description human-readable description of what this reserved domain will be used for
|
30
30
|
# @param [string] metadata arbitrary user-defined machine-readable data of this reserved domain. Optional, max 4096 bytes.
|
31
|
-
# @param [string] http_endpoint_configuration_id ID of an endpoint configuration of type http that will be used to handle inbound http traffic to this domain
|
32
|
-
# @param [string] https_endpoint_configuration_id ID of an endpoint configuration of type https that will be used to handle inbound https traffic to this domain
|
33
31
|
# @param [string] certificate_id ID of a user-uploaded TLS certificate to use for connections to targeting this domain. Optional, mutually exclusive with ``certificate_management_policy``.
|
34
32
|
# @param [ReservedDomainCertPolicy] certificate_management_policy configuration for automatic management of TLS certificates for this domain, or null if automatic management is disabled. Optional, mutually exclusive with ``certificate_id``.
|
35
33
|
# @return [NgrokAPI::Models::ReservedDomain] result from the API request
|
36
34
|
#
|
37
35
|
# https://ngrok.com/docs/api#api-reserved-domains-create
|
38
|
-
def create(
|
39
|
-
name:,
|
40
|
-
region: "",
|
41
|
-
description: "",
|
42
|
-
metadata: "",
|
43
|
-
http_endpoint_configuration_id: nil,
|
44
|
-
https_endpoint_configuration_id: nil,
|
45
|
-
certificate_id: nil,
|
46
|
-
certificate_management_policy: nil
|
47
|
-
)
|
36
|
+
def create(name:, region: "", description: "", metadata: "", http_endpoint_configuration_id: nil, https_endpoint_configuration_id: nil, certificate_id: nil, certificate_management_policy: nil)
|
48
37
|
path = '/reserved_domains'
|
49
38
|
replacements = {
|
50
39
|
}
|
@@ -53,8 +42,6 @@ module NgrokAPI
|
|
53
42
|
data[:region] = region if region
|
54
43
|
data[:description] = description if description
|
55
44
|
data[:metadata] = metadata if metadata
|
56
|
-
data[:http_endpoint_configuration_id] = http_endpoint_configuration_id if http_endpoint_configuration_id
|
57
|
-
data[:https_endpoint_configuration_id] = https_endpoint_configuration_id if https_endpoint_configuration_id
|
58
45
|
data[:certificate_id] = certificate_id if certificate_id
|
59
46
|
data[:certificate_management_policy] = certificate_management_policy if certificate_management_policy
|
60
47
|
result = @client.post(path % replacements, data: data)
|
@@ -68,9 +55,7 @@ module NgrokAPI
|
|
68
55
|
# @return [NgrokAPI::Models::Empty] result from the API request
|
69
56
|
#
|
70
57
|
# https://ngrok.com/docs/api#api-reserved-domains-delete
|
71
|
-
def delete(
|
72
|
-
id: ""
|
73
|
-
)
|
58
|
+
def delete(id: "")
|
74
59
|
path = '/reserved_domains/%{id}'
|
75
60
|
replacements = {
|
76
61
|
id: id,
|
@@ -86,9 +71,7 @@ module NgrokAPI
|
|
86
71
|
# @return [NgrokAPI::Models::Empty] result from the API request
|
87
72
|
#
|
88
73
|
# https://ngrok.com/docs/api#api-reserved-domains-delete
|
89
|
-
def delete!(
|
90
|
-
id: ""
|
91
|
-
)
|
74
|
+
def delete!(id: "")
|
92
75
|
path = '/reserved_domains/%{id}'
|
93
76
|
replacements = {
|
94
77
|
id: id,
|
@@ -103,9 +86,7 @@ module NgrokAPI
|
|
103
86
|
# @return [NgrokAPI::Models::ReservedDomain] result from the API request
|
104
87
|
#
|
105
88
|
# https://ngrok.com/docs/api#api-reserved-domains-get
|
106
|
-
def get(
|
107
|
-
id: ""
|
108
|
-
)
|
89
|
+
def get(id: "")
|
109
90
|
path = '/reserved_domains/%{id}'
|
110
91
|
replacements = {
|
111
92
|
id: id,
|
@@ -123,9 +104,7 @@ module NgrokAPI
|
|
123
104
|
# @return [NgrokAPI::Models::ReservedDomain] result from the API request
|
124
105
|
#
|
125
106
|
# https://ngrok.com/docs/api#api-reserved-domains-get
|
126
|
-
def get!(
|
127
|
-
id: ""
|
128
|
-
)
|
107
|
+
def get!(id: "")
|
129
108
|
path = '/reserved_domains/%{id}'
|
130
109
|
replacements = {
|
131
110
|
id: id,
|
@@ -144,11 +123,8 @@ module NgrokAPI
|
|
144
123
|
# @return [NgrokAPI::Models::Listable] result from the API request
|
145
124
|
#
|
146
125
|
# https://ngrok.com/docs/api#api-reserved-domains-list
|
147
|
-
def list(
|
148
|
-
|
149
|
-
limit: nil,
|
150
|
-
url: nil
|
151
|
-
)
|
126
|
+
def list(before_id: nil, limit: nil,
|
127
|
+
url: nil)
|
152
128
|
result = @client.list(
|
153
129
|
before_id: before_id,
|
154
130
|
limit: limit,
|
@@ -174,11 +150,8 @@ module NgrokAPI
|
|
174
150
|
# @return [NgrokAPI::Models::Listable] result from the API request
|
175
151
|
#
|
176
152
|
# https://ngrok.com/docs/api#api-reserved-domains-list
|
177
|
-
def list!(
|
178
|
-
|
179
|
-
limit: nil,
|
180
|
-
url: nil
|
181
|
-
)
|
153
|
+
def list!(before_id: nil, limit: nil,
|
154
|
+
url: nil)
|
182
155
|
result = @client.list(
|
183
156
|
before_id: before_id,
|
184
157
|
limit: limit,
|
@@ -202,22 +175,12 @@ module NgrokAPI
|
|
202
175
|
# @param [string] id
|
203
176
|
# @param [string] description human-readable description of what this reserved domain will be used for
|
204
177
|
# @param [string] metadata arbitrary user-defined machine-readable data of this reserved domain. Optional, max 4096 bytes.
|
205
|
-
# @param [string] http_endpoint_configuration_id ID of an endpoint configuration of type http that will be used to handle inbound http traffic to this domain
|
206
|
-
# @param [string] https_endpoint_configuration_id ID of an endpoint configuration of type https that will be used to handle inbound https traffic to this domain
|
207
178
|
# @param [string] certificate_id ID of a user-uploaded TLS certificate to use for connections to targeting this domain. Optional, mutually exclusive with ``certificate_management_policy``.
|
208
179
|
# @param [ReservedDomainCertPolicy] certificate_management_policy configuration for automatic management of TLS certificates for this domain, or null if automatic management is disabled. Optional, mutually exclusive with ``certificate_id``.
|
209
180
|
# @return [NgrokAPI::Models::ReservedDomain] result from the API request
|
210
181
|
#
|
211
182
|
# https://ngrok.com/docs/api#api-reserved-domains-update
|
212
|
-
def update(
|
213
|
-
id: "",
|
214
|
-
description: nil,
|
215
|
-
metadata: nil,
|
216
|
-
http_endpoint_configuration_id: nil,
|
217
|
-
https_endpoint_configuration_id: nil,
|
218
|
-
certificate_id: nil,
|
219
|
-
certificate_management_policy: nil
|
220
|
-
)
|
183
|
+
def update(id: "", description: nil, metadata: nil, http_endpoint_configuration_id: nil, https_endpoint_configuration_id: nil, certificate_id: nil, certificate_management_policy: nil)
|
221
184
|
path = '/reserved_domains/%{id}'
|
222
185
|
replacements = {
|
223
186
|
id: id,
|
@@ -225,8 +188,6 @@ module NgrokAPI
|
|
225
188
|
data = {}
|
226
189
|
data[:description] = description if description
|
227
190
|
data[:metadata] = metadata if metadata
|
228
|
-
data[:http_endpoint_configuration_id] = http_endpoint_configuration_id if http_endpoint_configuration_id
|
229
|
-
data[:https_endpoint_configuration_id] = https_endpoint_configuration_id if https_endpoint_configuration_id
|
230
191
|
data[:certificate_id] = certificate_id if certificate_id
|
231
192
|
data[:certificate_management_policy] = certificate_management_policy if certificate_management_policy
|
232
193
|
result = @client.patch(path % replacements, data: data)
|
@@ -240,22 +201,12 @@ module NgrokAPI
|
|
240
201
|
# @param [string] id
|
241
202
|
# @param [string] description human-readable description of what this reserved domain will be used for
|
242
203
|
# @param [string] metadata arbitrary user-defined machine-readable data of this reserved domain. Optional, max 4096 bytes.
|
243
|
-
# @param [string] http_endpoint_configuration_id ID of an endpoint configuration of type http that will be used to handle inbound http traffic to this domain
|
244
|
-
# @param [string] https_endpoint_configuration_id ID of an endpoint configuration of type https that will be used to handle inbound https traffic to this domain
|
245
204
|
# @param [string] certificate_id ID of a user-uploaded TLS certificate to use for connections to targeting this domain. Optional, mutually exclusive with ``certificate_management_policy``.
|
246
205
|
# @param [ReservedDomainCertPolicy] certificate_management_policy configuration for automatic management of TLS certificates for this domain, or null if automatic management is disabled. Optional, mutually exclusive with ``certificate_id``.
|
247
206
|
# @return [NgrokAPI::Models::ReservedDomain] result from the API request
|
248
207
|
#
|
249
208
|
# https://ngrok.com/docs/api#api-reserved-domains-update
|
250
|
-
def update!(
|
251
|
-
id: "",
|
252
|
-
description: nil,
|
253
|
-
metadata: nil,
|
254
|
-
http_endpoint_configuration_id: nil,
|
255
|
-
https_endpoint_configuration_id: nil,
|
256
|
-
certificate_id: nil,
|
257
|
-
certificate_management_policy: nil
|
258
|
-
)
|
209
|
+
def update!(id: "", description: nil, metadata: nil, http_endpoint_configuration_id: nil, https_endpoint_configuration_id: nil, certificate_id: nil, certificate_management_policy: nil)
|
259
210
|
path = '/reserved_domains/%{id}'
|
260
211
|
replacements = {
|
261
212
|
id: id,
|
@@ -263,8 +214,6 @@ module NgrokAPI
|
|
263
214
|
data = {}
|
264
215
|
data[:description] = description if description
|
265
216
|
data[:metadata] = metadata if metadata
|
266
|
-
data[:http_endpoint_configuration_id] = http_endpoint_configuration_id if http_endpoint_configuration_id
|
267
|
-
data[:https_endpoint_configuration_id] = https_endpoint_configuration_id if https_endpoint_configuration_id
|
268
217
|
data[:certificate_id] = certificate_id if certificate_id
|
269
218
|
data[:certificate_management_policy] = certificate_management_policy if certificate_management_policy
|
270
219
|
result = @client.patch(path % replacements, data: data, danger: true)
|
@@ -278,9 +227,7 @@ module NgrokAPI
|
|
278
227
|
# @return [NgrokAPI::Models::Empty] result from the API request
|
279
228
|
#
|
280
229
|
# https://ngrok.com/docs/api#api-reserved-domains-delete-certificate-management-policy
|
281
|
-
def delete_certificate_management_policy(
|
282
|
-
id: ""
|
283
|
-
)
|
230
|
+
def delete_certificate_management_policy(id: "")
|
284
231
|
path = '/reserved_domains/%{id}/certificate_management_policy'
|
285
232
|
replacements = {
|
286
233
|
id: id,
|
@@ -296,9 +243,7 @@ module NgrokAPI
|
|
296
243
|
# @return [NgrokAPI::Models::Empty] result from the API request
|
297
244
|
#
|
298
245
|
# https://ngrok.com/docs/api#api-reserved-domains-delete-certificate-management-policy
|
299
|
-
def delete_certificate_management_policy!(
|
300
|
-
id: ""
|
301
|
-
)
|
246
|
+
def delete_certificate_management_policy!(id: "")
|
302
247
|
path = '/reserved_domains/%{id}/certificate_management_policy'
|
303
248
|
replacements = {
|
304
249
|
id: id,
|
@@ -313,9 +258,7 @@ module NgrokAPI
|
|
313
258
|
# @return [NgrokAPI::Models::Empty] result from the API request
|
314
259
|
#
|
315
260
|
# https://ngrok.com/docs/api#api-reserved-domains-delete-certificate
|
316
|
-
def delete_certificate(
|
317
|
-
id: ""
|
318
|
-
)
|
261
|
+
def delete_certificate(id: "")
|
319
262
|
path = '/reserved_domains/%{id}/certificate'
|
320
263
|
replacements = {
|
321
264
|
id: id,
|
@@ -331,85 +274,13 @@ module NgrokAPI
|
|
331
274
|
# @return [NgrokAPI::Models::Empty] result from the API request
|
332
275
|
#
|
333
276
|
# https://ngrok.com/docs/api#api-reserved-domains-delete-certificate
|
334
|
-
def delete_certificate!(
|
335
|
-
id: ""
|
336
|
-
)
|
277
|
+
def delete_certificate!(id: "")
|
337
278
|
path = '/reserved_domains/%{id}/certificate'
|
338
279
|
replacements = {
|
339
280
|
id: id,
|
340
281
|
}
|
341
282
|
@client.delete(path % replacements, danger: true)
|
342
283
|
end
|
343
|
-
|
344
|
-
##
|
345
|
-
# Detach the http endpoint configuration attached to a reserved domain.
|
346
|
-
#
|
347
|
-
# @param [string] id a resource identifier
|
348
|
-
# @return [NgrokAPI::Models::Empty] result from the API request
|
349
|
-
#
|
350
|
-
# https://ngrok.com/docs/api#api-reserved-domains-delete-http-endpoint-config
|
351
|
-
def delete_http_endpoint_config(
|
352
|
-
id: ""
|
353
|
-
)
|
354
|
-
path = '/reserved_domains/%{id}/http_endpoint_configuration'
|
355
|
-
replacements = {
|
356
|
-
id: id,
|
357
|
-
}
|
358
|
-
@client.delete(path % replacements)
|
359
|
-
end
|
360
|
-
|
361
|
-
##
|
362
|
-
# Detach the http endpoint configuration attached to a reserved domain.
|
363
|
-
# Throws an exception if API error.
|
364
|
-
#
|
365
|
-
# @param [string] id a resource identifier
|
366
|
-
# @return [NgrokAPI::Models::Empty] result from the API request
|
367
|
-
#
|
368
|
-
# https://ngrok.com/docs/api#api-reserved-domains-delete-http-endpoint-config
|
369
|
-
def delete_http_endpoint_config!(
|
370
|
-
id: ""
|
371
|
-
)
|
372
|
-
path = '/reserved_domains/%{id}/http_endpoint_configuration'
|
373
|
-
replacements = {
|
374
|
-
id: id,
|
375
|
-
}
|
376
|
-
@client.delete(path % replacements, danger: true)
|
377
|
-
end
|
378
|
-
|
379
|
-
##
|
380
|
-
# Detach the https endpoint configuration attached to a reserved domain.
|
381
|
-
#
|
382
|
-
# @param [string] id a resource identifier
|
383
|
-
# @return [NgrokAPI::Models::Empty] result from the API request
|
384
|
-
#
|
385
|
-
# https://ngrok.com/docs/api#api-reserved-domains-delete-https-endpoint-config
|
386
|
-
def delete_https_endpoint_config(
|
387
|
-
id: ""
|
388
|
-
)
|
389
|
-
path = '/reserved_domains/%{id}/https_endpoint_configuration'
|
390
|
-
replacements = {
|
391
|
-
id: id,
|
392
|
-
}
|
393
|
-
@client.delete(path % replacements)
|
394
|
-
end
|
395
|
-
|
396
|
-
##
|
397
|
-
# Detach the https endpoint configuration attached to a reserved domain.
|
398
|
-
# Throws an exception if API error.
|
399
|
-
#
|
400
|
-
# @param [string] id a resource identifier
|
401
|
-
# @return [NgrokAPI::Models::Empty] result from the API request
|
402
|
-
#
|
403
|
-
# https://ngrok.com/docs/api#api-reserved-domains-delete-https-endpoint-config
|
404
|
-
def delete_https_endpoint_config!(
|
405
|
-
id: ""
|
406
|
-
)
|
407
|
-
path = '/reserved_domains/%{id}/https_endpoint_configuration'
|
408
|
-
replacements = {
|
409
|
-
id: id,
|
410
|
-
}
|
411
|
-
@client.delete(path % replacements, danger: true)
|
412
|
-
end
|
413
284
|
end
|
414
285
|
end
|
415
286
|
end
|
@@ -30,13 +30,7 @@ module NgrokAPI
|
|
30
30
|
# @return [NgrokAPI::Models::SSHCertificateAuthority] result from the API request
|
31
31
|
#
|
32
32
|
# https://ngrok.com/docs/api#api-ssh-certificate-authorities-create
|
33
|
-
def create(
|
34
|
-
description: "",
|
35
|
-
metadata: "",
|
36
|
-
private_key_type: "",
|
37
|
-
elliptic_curve: "",
|
38
|
-
key_size: 0
|
39
|
-
)
|
33
|
+
def create(description: "", metadata: "", private_key_type: "", elliptic_curve: "", key_size: 0)
|
40
34
|
path = '/ssh_certificate_authorities'
|
41
35
|
replacements = {
|
42
36
|
}
|
@@ -57,9 +51,7 @@ module NgrokAPI
|
|
57
51
|
# @return [NgrokAPI::Models::Empty] result from the API request
|
58
52
|
#
|
59
53
|
# https://ngrok.com/docs/api#api-ssh-certificate-authorities-delete
|
60
|
-
def delete(
|
61
|
-
id: ""
|
62
|
-
)
|
54
|
+
def delete(id: "")
|
63
55
|
path = '/ssh_certificate_authorities/%{id}'
|
64
56
|
replacements = {
|
65
57
|
id: id,
|
@@ -75,9 +67,7 @@ module NgrokAPI
|
|
75
67
|
# @return [NgrokAPI::Models::Empty] result from the API request
|
76
68
|
#
|
77
69
|
# https://ngrok.com/docs/api#api-ssh-certificate-authorities-delete
|
78
|
-
def delete!(
|
79
|
-
id: ""
|
80
|
-
)
|
70
|
+
def delete!(id: "")
|
81
71
|
path = '/ssh_certificate_authorities/%{id}'
|
82
72
|
replacements = {
|
83
73
|
id: id,
|
@@ -92,9 +82,7 @@ module NgrokAPI
|
|
92
82
|
# @return [NgrokAPI::Models::SSHCertificateAuthority] result from the API request
|
93
83
|
#
|
94
84
|
# https://ngrok.com/docs/api#api-ssh-certificate-authorities-get
|
95
|
-
def get(
|
96
|
-
id: ""
|
97
|
-
)
|
85
|
+
def get(id: "")
|
98
86
|
path = '/ssh_certificate_authorities/%{id}'
|
99
87
|
replacements = {
|
100
88
|
id: id,
|
@@ -112,9 +100,7 @@ module NgrokAPI
|
|
112
100
|
# @return [NgrokAPI::Models::SSHCertificateAuthority] result from the API request
|
113
101
|
#
|
114
102
|
# https://ngrok.com/docs/api#api-ssh-certificate-authorities-get
|
115
|
-
def get!(
|
116
|
-
id: ""
|
117
|
-
)
|
103
|
+
def get!(id: "")
|
118
104
|
path = '/ssh_certificate_authorities/%{id}'
|
119
105
|
replacements = {
|
120
106
|
id: id,
|
@@ -133,11 +119,8 @@ module NgrokAPI
|
|
133
119
|
# @return [NgrokAPI::Models::Listable] result from the API request
|
134
120
|
#
|
135
121
|
# https://ngrok.com/docs/api#api-ssh-certificate-authorities-list
|
136
|
-
def list(
|
137
|
-
|
138
|
-
limit: nil,
|
139
|
-
url: nil
|
140
|
-
)
|
122
|
+
def list(before_id: nil, limit: nil,
|
123
|
+
url: nil)
|
141
124
|
result = @client.list(
|
142
125
|
before_id: before_id,
|
143
126
|
limit: limit,
|
@@ -163,11 +146,8 @@ module NgrokAPI
|
|
163
146
|
# @return [NgrokAPI::Models::Listable] result from the API request
|
164
147
|
#
|
165
148
|
# https://ngrok.com/docs/api#api-ssh-certificate-authorities-list
|
166
|
-
def list!(
|
167
|
-
|
168
|
-
limit: nil,
|
169
|
-
url: nil
|
170
|
-
)
|
149
|
+
def list!(before_id: nil, limit: nil,
|
150
|
+
url: nil)
|
171
151
|
result = @client.list(
|
172
152
|
before_id: before_id,
|
173
153
|
limit: limit,
|
@@ -194,11 +174,7 @@ module NgrokAPI
|
|
194
174
|
# @return [NgrokAPI::Models::SSHCertificateAuthority] result from the API request
|
195
175
|
#
|
196
176
|
# https://ngrok.com/docs/api#api-ssh-certificate-authorities-update
|
197
|
-
def update(
|
198
|
-
id: "",
|
199
|
-
description: nil,
|
200
|
-
metadata: nil
|
201
|
-
)
|
177
|
+
def update(id: "", description: nil, metadata: nil)
|
202
178
|
path = '/ssh_certificate_authorities/%{id}'
|
203
179
|
replacements = {
|
204
180
|
id: id,
|
@@ -220,11 +196,7 @@ module NgrokAPI
|
|
220
196
|
# @return [NgrokAPI::Models::SSHCertificateAuthority] result from the API request
|
221
197
|
#
|
222
198
|
# https://ngrok.com/docs/api#api-ssh-certificate-authorities-update
|
223
|
-
def update!(
|
224
|
-
id: "",
|
225
|
-
description: nil,
|
226
|
-
metadata: nil
|
227
|
-
)
|
199
|
+
def update!(id: "", description: nil, metadata: nil)
|
228
200
|
path = '/ssh_certificate_authorities/%{id}'
|
229
201
|
replacements = {
|
230
202
|
id: id,
|
@@ -30,12 +30,7 @@ module NgrokAPI
|
|
30
30
|
# @return [NgrokAPI::Models::SSHCredential] result from the API request
|
31
31
|
#
|
32
32
|
# https://ngrok.com/docs/api#api-ssh-credentials-create
|
33
|
-
def create(
|
34
|
-
description: "",
|
35
|
-
metadata: "",
|
36
|
-
acl: [],
|
37
|
-
public_key:
|
38
|
-
)
|
33
|
+
def create(description: "", metadata: "", acl: [], public_key:)
|
39
34
|
path = '/ssh_credentials'
|
40
35
|
replacements = {
|
41
36
|
}
|
@@ -55,9 +50,7 @@ module NgrokAPI
|
|
55
50
|
# @return [NgrokAPI::Models::Empty] result from the API request
|
56
51
|
#
|
57
52
|
# https://ngrok.com/docs/api#api-ssh-credentials-delete
|
58
|
-
def delete(
|
59
|
-
id: ""
|
60
|
-
)
|
53
|
+
def delete(id: "")
|
61
54
|
path = '/ssh_credentials/%{id}'
|
62
55
|
replacements = {
|
63
56
|
id: id,
|
@@ -73,9 +66,7 @@ module NgrokAPI
|
|
73
66
|
# @return [NgrokAPI::Models::Empty] result from the API request
|
74
67
|
#
|
75
68
|
# https://ngrok.com/docs/api#api-ssh-credentials-delete
|
76
|
-
def delete!(
|
77
|
-
id: ""
|
78
|
-
)
|
69
|
+
def delete!(id: "")
|
79
70
|
path = '/ssh_credentials/%{id}'
|
80
71
|
replacements = {
|
81
72
|
id: id,
|
@@ -90,9 +81,7 @@ module NgrokAPI
|
|
90
81
|
# @return [NgrokAPI::Models::SSHCredential] result from the API request
|
91
82
|
#
|
92
83
|
# https://ngrok.com/docs/api#api-ssh-credentials-get
|
93
|
-
def get(
|
94
|
-
id: ""
|
95
|
-
)
|
84
|
+
def get(id: "")
|
96
85
|
path = '/ssh_credentials/%{id}'
|
97
86
|
replacements = {
|
98
87
|
id: id,
|
@@ -110,9 +99,7 @@ module NgrokAPI
|
|
110
99
|
# @return [NgrokAPI::Models::SSHCredential] result from the API request
|
111
100
|
#
|
112
101
|
# https://ngrok.com/docs/api#api-ssh-credentials-get
|
113
|
-
def get!(
|
114
|
-
id: ""
|
115
|
-
)
|
102
|
+
def get!(id: "")
|
116
103
|
path = '/ssh_credentials/%{id}'
|
117
104
|
replacements = {
|
118
105
|
id: id,
|
@@ -131,11 +118,8 @@ module NgrokAPI
|
|
131
118
|
# @return [NgrokAPI::Models::Listable] result from the API request
|
132
119
|
#
|
133
120
|
# https://ngrok.com/docs/api#api-ssh-credentials-list
|
134
|
-
def list(
|
135
|
-
|
136
|
-
limit: nil,
|
137
|
-
url: nil
|
138
|
-
)
|
121
|
+
def list(before_id: nil, limit: nil,
|
122
|
+
url: nil)
|
139
123
|
result = @client.list(
|
140
124
|
before_id: before_id,
|
141
125
|
limit: limit,
|
@@ -161,11 +145,8 @@ module NgrokAPI
|
|
161
145
|
# @return [NgrokAPI::Models::Listable] result from the API request
|
162
146
|
#
|
163
147
|
# https://ngrok.com/docs/api#api-ssh-credentials-list
|
164
|
-
def list!(
|
165
|
-
|
166
|
-
limit: nil,
|
167
|
-
url: nil
|
168
|
-
)
|
148
|
+
def list!(before_id: nil, limit: nil,
|
149
|
+
url: nil)
|
169
150
|
result = @client.list(
|
170
151
|
before_id: before_id,
|
171
152
|
limit: limit,
|
@@ -193,12 +174,7 @@ module NgrokAPI
|
|
193
174
|
# @return [NgrokAPI::Models::SSHCredential] result from the API request
|
194
175
|
#
|
195
176
|
# https://ngrok.com/docs/api#api-ssh-credentials-update
|
196
|
-
def update(
|
197
|
-
id: "",
|
198
|
-
description: nil,
|
199
|
-
metadata: nil,
|
200
|
-
acl: nil
|
201
|
-
)
|
177
|
+
def update(id: "", description: nil, metadata: nil, acl: nil)
|
202
178
|
path = '/ssh_credentials/%{id}'
|
203
179
|
replacements = {
|
204
180
|
id: id,
|
@@ -222,12 +198,7 @@ module NgrokAPI
|
|
222
198
|
# @return [NgrokAPI::Models::SSHCredential] result from the API request
|
223
199
|
#
|
224
200
|
# https://ngrok.com/docs/api#api-ssh-credentials-update
|
225
|
-
def update!(
|
226
|
-
id: "",
|
227
|
-
description: nil,
|
228
|
-
metadata: nil,
|
229
|
-
acl: nil
|
230
|
-
)
|
201
|
+
def update!(id: "", description: nil, metadata: nil, acl: nil)
|
231
202
|
path = '/ssh_credentials/%{id}'
|
232
203
|
replacements = {
|
233
204
|
id: id,
|
@@ -33,15 +33,7 @@ module NgrokAPI
|
|
33
33
|
# @return [NgrokAPI::Models::SSHHostCertificate] result from the API request
|
34
34
|
#
|
35
35
|
# https://ngrok.com/docs/api#api-ssh-host-certificates-create
|
36
|
-
def create(
|
37
|
-
ssh_certificate_authority_id:,
|
38
|
-
public_key:,
|
39
|
-
principals: [],
|
40
|
-
valid_after: "",
|
41
|
-
valid_until: "",
|
42
|
-
description: "",
|
43
|
-
metadata: ""
|
44
|
-
)
|
36
|
+
def create(ssh_certificate_authority_id:, public_key:, principals: [], valid_after: "", valid_until: "", description: "", metadata: "")
|
45
37
|
path = '/ssh_host_certificates'
|
46
38
|
replacements = {
|
47
39
|
}
|
@@ -64,9 +56,7 @@ module NgrokAPI
|
|
64
56
|
# @return [NgrokAPI::Models::Empty] result from the API request
|
65
57
|
#
|
66
58
|
# https://ngrok.com/docs/api#api-ssh-host-certificates-delete
|
67
|
-
def delete(
|
68
|
-
id: ""
|
69
|
-
)
|
59
|
+
def delete(id: "")
|
70
60
|
path = '/ssh_host_certificates/%{id}'
|
71
61
|
replacements = {
|
72
62
|
id: id,
|
@@ -82,9 +72,7 @@ module NgrokAPI
|
|
82
72
|
# @return [NgrokAPI::Models::Empty] result from the API request
|
83
73
|
#
|
84
74
|
# https://ngrok.com/docs/api#api-ssh-host-certificates-delete
|
85
|
-
def delete!(
|
86
|
-
id: ""
|
87
|
-
)
|
75
|
+
def delete!(id: "")
|
88
76
|
path = '/ssh_host_certificates/%{id}'
|
89
77
|
replacements = {
|
90
78
|
id: id,
|
@@ -99,9 +87,7 @@ module NgrokAPI
|
|
99
87
|
# @return [NgrokAPI::Models::SSHHostCertificate] result from the API request
|
100
88
|
#
|
101
89
|
# https://ngrok.com/docs/api#api-ssh-host-certificates-get
|
102
|
-
def get(
|
103
|
-
id: ""
|
104
|
-
)
|
90
|
+
def get(id: "")
|
105
91
|
path = '/ssh_host_certificates/%{id}'
|
106
92
|
replacements = {
|
107
93
|
id: id,
|
@@ -119,9 +105,7 @@ module NgrokAPI
|
|
119
105
|
# @return [NgrokAPI::Models::SSHHostCertificate] result from the API request
|
120
106
|
#
|
121
107
|
# https://ngrok.com/docs/api#api-ssh-host-certificates-get
|
122
|
-
def get!(
|
123
|
-
id: ""
|
124
|
-
)
|
108
|
+
def get!(id: "")
|
125
109
|
path = '/ssh_host_certificates/%{id}'
|
126
110
|
replacements = {
|
127
111
|
id: id,
|
@@ -140,11 +124,8 @@ module NgrokAPI
|
|
140
124
|
# @return [NgrokAPI::Models::Listable] result from the API request
|
141
125
|
#
|
142
126
|
# https://ngrok.com/docs/api#api-ssh-host-certificates-list
|
143
|
-
def list(
|
144
|
-
|
145
|
-
limit: nil,
|
146
|
-
url: nil
|
147
|
-
)
|
127
|
+
def list(before_id: nil, limit: nil,
|
128
|
+
url: nil)
|
148
129
|
result = @client.list(
|
149
130
|
before_id: before_id,
|
150
131
|
limit: limit,
|
@@ -170,11 +151,8 @@ module NgrokAPI
|
|
170
151
|
# @return [NgrokAPI::Models::Listable] result from the API request
|
171
152
|
#
|
172
153
|
# https://ngrok.com/docs/api#api-ssh-host-certificates-list
|
173
|
-
def list!(
|
174
|
-
|
175
|
-
limit: nil,
|
176
|
-
url: nil
|
177
|
-
)
|
154
|
+
def list!(before_id: nil, limit: nil,
|
155
|
+
url: nil)
|
178
156
|
result = @client.list(
|
179
157
|
before_id: before_id,
|
180
158
|
limit: limit,
|
@@ -201,11 +179,7 @@ module NgrokAPI
|
|
201
179
|
# @return [NgrokAPI::Models::SSHHostCertificate] result from the API request
|
202
180
|
#
|
203
181
|
# https://ngrok.com/docs/api#api-ssh-host-certificates-update
|
204
|
-
def update(
|
205
|
-
id: "",
|
206
|
-
description: nil,
|
207
|
-
metadata: nil
|
208
|
-
)
|
182
|
+
def update(id: "", description: nil, metadata: nil)
|
209
183
|
path = '/ssh_host_certificates/%{id}'
|
210
184
|
replacements = {
|
211
185
|
id: id,
|
@@ -227,11 +201,7 @@ module NgrokAPI
|
|
227
201
|
# @return [NgrokAPI::Models::SSHHostCertificate] result from the API request
|
228
202
|
#
|
229
203
|
# https://ngrok.com/docs/api#api-ssh-host-certificates-update
|
230
|
-
def update!(
|
231
|
-
id: "",
|
232
|
-
description: nil,
|
233
|
-
metadata: nil
|
234
|
-
)
|
204
|
+
def update!(id: "", description: nil, metadata: nil)
|
235
205
|
path = '/ssh_host_certificates/%{id}'
|
236
206
|
replacements = {
|
237
207
|
id: id,
|