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
@@ -4,9 +4,9 @@
|
|
4
4
|
<meta charset="utf-8">
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6
6
|
<title>
|
7
|
-
Class: NgrokAPI::Services::
|
7
|
+
Class: NgrokAPI::Services::EdgesHTTPSClient
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.27
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -15,7 +15,7 @@
|
|
15
15
|
<link rel="stylesheet" href="../../css/common.css" type="text/css" />
|
16
16
|
|
17
17
|
<script type="text/javascript">
|
18
|
-
pathId = "NgrokAPI::Services::
|
18
|
+
pathId = "NgrokAPI::Services::EdgesHTTPSClient";
|
19
19
|
relpath = '../../';
|
20
20
|
</script>
|
21
21
|
|
@@ -39,7 +39,7 @@
|
|
39
39
|
<a href="../../_index.html">Index (E)</a> »
|
40
40
|
<span class='title'><span class='object_link'><a href="../../NgrokAPI.html" title="NgrokAPI (module)">NgrokAPI</a></span></span> » <span class='title'><span class='object_link'><a href="../Services.html" title="NgrokAPI::Services (module)">Services</a></span></span>
|
41
41
|
»
|
42
|
-
<span class="title">
|
42
|
+
<span class="title">EdgesHTTPSClient</span>
|
43
43
|
|
44
44
|
</div>
|
45
45
|
|
@@ -59,7 +59,7 @@
|
|
59
59
|
<div class="clear"></div>
|
60
60
|
</div>
|
61
61
|
|
62
|
-
<div id="content"><h1>Class: NgrokAPI::Services::
|
62
|
+
<div id="content"><h1>Class: NgrokAPI::Services::EdgesHTTPSClient
|
63
63
|
|
64
64
|
|
65
65
|
|
@@ -74,7 +74,7 @@
|
|
74
74
|
<ul class="fullTree">
|
75
75
|
<li>Object</li>
|
76
76
|
|
77
|
-
<li class="next">NgrokAPI::Services::
|
77
|
+
<li class="next">NgrokAPI::Services::EdgesHTTPSClient</li>
|
78
78
|
|
79
79
|
</ul>
|
80
80
|
<a href="#" class="inheritanceTree">show all</a>
|
@@ -94,7 +94,7 @@
|
|
94
94
|
|
95
95
|
<dl>
|
96
96
|
<dt>Defined in:</dt>
|
97
|
-
<dd>lib/ngrokapi/services/
|
97
|
+
<dd>lib/ngrokapi/services/edges_https_client.rb</dd>
|
98
98
|
</dl>
|
99
99
|
|
100
100
|
</div>
|
@@ -102,7 +102,7 @@
|
|
102
102
|
<h2>Overview</h2><div class="docstring">
|
103
103
|
<div class="discussion">
|
104
104
|
|
105
|
-
<p><a href="https://ngrok.com/docs/api#api-
|
105
|
+
<p><a href="https://ngrok.com/docs/api#api-edges-https">ngrok.com/docs/api#api-edges-https</a></p>
|
106
106
|
|
107
107
|
|
108
108
|
</div>
|
@@ -133,7 +133,7 @@
|
|
133
133
|
|
134
134
|
</div>
|
135
135
|
</dt>
|
136
|
-
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>/
|
136
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>/edges/https</span><span class='tstring_end'>'</span></span></pre></dd>
|
137
137
|
|
138
138
|
<dt id="LIST_PROPERTY-constant" class="">LIST_PROPERTY =
|
139
139
|
<div class="docstring">
|
@@ -149,7 +149,7 @@
|
|
149
149
|
|
150
150
|
</div>
|
151
151
|
</dt>
|
152
|
-
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>
|
152
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>https_edges</span><span class='tstring_end'>'</span></span></pre></dd>
|
153
153
|
|
154
154
|
</dl>
|
155
155
|
|
@@ -205,7 +205,7 @@
|
|
205
205
|
<li class="public ">
|
206
206
|
<span class="summary_signature">
|
207
207
|
|
208
|
-
<a href="#create-instance_method" title="#create (instance method)">#<strong>create</strong>(
|
208
|
+
<a href="#create-instance_method" title="#create (instance method)">#<strong>create</strong>(description: "", metadata: "", hostports: nil, mutual_tls: nil, tls_termination: nil) ⇒ NgrokAPI::Models::HTTPSEdge </a>
|
209
209
|
|
210
210
|
|
211
211
|
|
@@ -220,7 +220,7 @@
|
|
220
220
|
|
221
221
|
|
222
222
|
<span class="summary_desc"><div class='inline'>
|
223
|
-
<p>Create
|
223
|
+
<p>Create an HTTPS Edge.</p>
|
224
224
|
</div></span>
|
225
225
|
|
226
226
|
</li>
|
@@ -244,7 +244,7 @@
|
|
244
244
|
|
245
245
|
|
246
246
|
<span class="summary_desc"><div class='inline'>
|
247
|
-
<p>Delete an
|
247
|
+
<p>Delete an HTTPS Edge by ID.</p>
|
248
248
|
</div></span>
|
249
249
|
|
250
250
|
</li>
|
@@ -268,7 +268,7 @@
|
|
268
268
|
|
269
269
|
|
270
270
|
<span class="summary_desc"><div class='inline'>
|
271
|
-
<p>Delete an
|
271
|
+
<p>Delete an HTTPS Edge by ID Throws an exception if API error.</p>
|
272
272
|
</div></span>
|
273
273
|
|
274
274
|
</li>
|
@@ -277,7 +277,7 @@
|
|
277
277
|
<li class="public ">
|
278
278
|
<span class="summary_signature">
|
279
279
|
|
280
|
-
<a href="#get-instance_method" title="#get (instance method)">#<strong>get</strong>(id: "") ⇒ NgrokAPI::Models::
|
280
|
+
<a href="#get-instance_method" title="#get (instance method)">#<strong>get</strong>(id: "") ⇒ NgrokAPI::Models::HTTPSEdge </a>
|
281
281
|
|
282
282
|
|
283
283
|
|
@@ -292,7 +292,7 @@
|
|
292
292
|
|
293
293
|
|
294
294
|
<span class="summary_desc"><div class='inline'>
|
295
|
-
<p>Get
|
295
|
+
<p>Get an HTTPS Edge by ID.</p>
|
296
296
|
</div></span>
|
297
297
|
|
298
298
|
</li>
|
@@ -301,7 +301,7 @@
|
|
301
301
|
<li class="public ">
|
302
302
|
<span class="summary_signature">
|
303
303
|
|
304
|
-
<a href="#get!-instance_method" title="#get! (instance method)">#<strong>get!</strong>(id: "") ⇒ NgrokAPI::Models::
|
304
|
+
<a href="#get!-instance_method" title="#get! (instance method)">#<strong>get!</strong>(id: "") ⇒ NgrokAPI::Models::HTTPSEdge </a>
|
305
305
|
|
306
306
|
|
307
307
|
|
@@ -316,7 +316,7 @@
|
|
316
316
|
|
317
317
|
|
318
318
|
<span class="summary_desc"><div class='inline'>
|
319
|
-
<p>Get
|
319
|
+
<p>Get an HTTPS Edge by ID Throws an exception if API error.</p>
|
320
320
|
</div></span>
|
321
321
|
|
322
322
|
</li>
|
@@ -325,7 +325,7 @@
|
|
325
325
|
<li class="public ">
|
326
326
|
<span class="summary_signature">
|
327
327
|
|
328
|
-
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(client:) ⇒
|
328
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(client:) ⇒ EdgesHTTPSClient </a>
|
329
329
|
|
330
330
|
|
331
331
|
|
@@ -342,7 +342,7 @@
|
|
342
342
|
|
343
343
|
|
344
344
|
<span class="summary_desc"><div class='inline'>
|
345
|
-
<p>A new instance of
|
345
|
+
<p>A new instance of EdgesHTTPSClient.</p>
|
346
346
|
</div></span>
|
347
347
|
|
348
348
|
</li>
|
@@ -366,7 +366,7 @@
|
|
366
366
|
|
367
367
|
|
368
368
|
<span class="summary_desc"><div class='inline'>
|
369
|
-
<p>
|
369
|
+
<p>Returns a list of all HTTPS Edges on this account.</p>
|
370
370
|
</div></span>
|
371
371
|
|
372
372
|
</li>
|
@@ -390,7 +390,7 @@
|
|
390
390
|
|
391
391
|
|
392
392
|
<span class="summary_desc"><div class='inline'>
|
393
|
-
<p>
|
393
|
+
<p>Returns a list of all HTTPS Edges on this account Throws an exception if API error.</p>
|
394
394
|
</div></span>
|
395
395
|
|
396
396
|
</li>
|
@@ -399,7 +399,7 @@
|
|
399
399
|
<li class="public ">
|
400
400
|
<span class="summary_signature">
|
401
401
|
|
402
|
-
<a href="#update-instance_method" title="#update (instance method)">#<strong>update</strong>(id: "",
|
402
|
+
<a href="#update-instance_method" title="#update (instance method)">#<strong>update</strong>(id: "", description: nil, metadata: nil, hostports: nil, mutual_tls: nil, tls_termination: nil) ⇒ NgrokAPI::Models::HTTPSEdge </a>
|
403
403
|
|
404
404
|
|
405
405
|
|
@@ -414,7 +414,7 @@
|
|
414
414
|
|
415
415
|
|
416
416
|
<span class="summary_desc"><div class='inline'>
|
417
|
-
<p>
|
417
|
+
<p>Updates an HTTPS Edge by ID.</p>
|
418
418
|
</div></span>
|
419
419
|
|
420
420
|
</li>
|
@@ -423,7 +423,7 @@
|
|
423
423
|
<li class="public ">
|
424
424
|
<span class="summary_signature">
|
425
425
|
|
426
|
-
<a href="#update!-instance_method" title="#update! (instance method)">#<strong>update!</strong>(id: "",
|
426
|
+
<a href="#update!-instance_method" title="#update! (instance method)">#<strong>update!</strong>(id: "", description: nil, metadata: nil, hostports: nil, mutual_tls: nil, tls_termination: nil) ⇒ NgrokAPI::Models::HTTPSEdge </a>
|
427
427
|
|
428
428
|
|
429
429
|
|
@@ -438,7 +438,7 @@
|
|
438
438
|
|
439
439
|
|
440
440
|
<span class="summary_desc"><div class='inline'>
|
441
|
-
<p>
|
441
|
+
<p>Updates an HTTPS Edge by ID.</p>
|
442
442
|
</div></span>
|
443
443
|
|
444
444
|
</li>
|
@@ -453,7 +453,7 @@
|
|
453
453
|
<div class="method_details first">
|
454
454
|
<h3 class="signature first" id="initialize-instance_method">
|
455
455
|
|
456
|
-
#<strong>initialize</strong>(client:) ⇒ <tt><span class='object_link'><a href="" title="NgrokAPI::Services::
|
456
|
+
#<strong>initialize</strong>(client:) ⇒ <tt><span class='object_link'><a href="" title="NgrokAPI::Services::EdgesHTTPSClient (class)">EdgesHTTPSClient</a></span></tt>
|
457
457
|
|
458
458
|
|
459
459
|
|
@@ -462,7 +462,7 @@
|
|
462
462
|
</h3><div class="docstring">
|
463
463
|
<div class="discussion">
|
464
464
|
|
465
|
-
<p>Returns a new instance of
|
465
|
+
<p>Returns a new instance of EdgesHTTPSClient.</p>
|
466
466
|
|
467
467
|
|
468
468
|
</div>
|
@@ -481,7 +481,7 @@
|
|
481
481
|
17</pre>
|
482
482
|
</td>
|
483
483
|
<td>
|
484
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/
|
484
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/edges_https_client.rb', line 15</span>
|
485
485
|
|
486
486
|
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='label'>client:</span><span class='rparen'>)</span>
|
487
487
|
<span class='ivar'>@client</span> <span class='op'>=</span> <span class='id identifier rubyid_client'>client</span>
|
@@ -529,7 +529,7 @@
|
|
529
529
|
15</pre>
|
530
530
|
</td>
|
531
531
|
<td>
|
532
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/
|
532
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/edges_https_client.rb', line 13</span>
|
533
533
|
|
534
534
|
<span class='kw'>def</span> <span class='id identifier rubyid_client'>client</span>
|
535
535
|
<span class='ivar'>@client</span>
|
@@ -549,7 +549,7 @@
|
|
549
549
|
<div class="method_details first">
|
550
550
|
<h3 class="signature first" id="create-instance_method">
|
551
551
|
|
552
|
-
#<strong>create</strong>(
|
552
|
+
#<strong>create</strong>(description: "", metadata: "", hostports: nil, mutual_tls: nil, tls_termination: nil) ⇒ <tt><span class='object_link'><a href="../Models/HTTPSEdge.html" title="NgrokAPI::Models::HTTPSEdge (class)">NgrokAPI::Models::HTTPSEdge</a></span></tt>
|
553
553
|
|
554
554
|
|
555
555
|
|
@@ -558,9 +558,9 @@
|
|
558
558
|
</h3><div class="docstring">
|
559
559
|
<div class="discussion">
|
560
560
|
|
561
|
-
<p>Create
|
561
|
+
<p>Create an HTTPS Edge</p>
|
562
562
|
|
563
|
-
<p><a href="https://ngrok.com/docs/api#api-
|
563
|
+
<p><a href="https://ngrok.com/docs/api#api-edges-https-create">ngrok.com/docs/api#api-edges-https-create</a></p>
|
564
564
|
|
565
565
|
|
566
566
|
</div>
|
@@ -571,7 +571,7 @@
|
|
571
571
|
|
572
572
|
<li>
|
573
573
|
|
574
|
-
<span class='name'>
|
574
|
+
<span class='name'>description</span>
|
575
575
|
|
576
576
|
|
577
577
|
<span class='type'>(<tt>string</tt>)</span>
|
@@ -582,14 +582,14 @@
|
|
582
582
|
|
583
583
|
—
|
584
584
|
<div class='inline'>
|
585
|
-
<p>
|
585
|
+
<p>human-readable description of what this edge will be used for; optional, max 255 bytes.</p>
|
586
586
|
</div>
|
587
587
|
|
588
588
|
</li>
|
589
589
|
|
590
590
|
<li>
|
591
591
|
|
592
|
-
<span class='name'>
|
592
|
+
<span class='name'>metadata</span>
|
593
593
|
|
594
594
|
|
595
595
|
<span class='type'>(<tt>string</tt>)</span>
|
@@ -600,81 +600,58 @@
|
|
600
600
|
|
601
601
|
—
|
602
602
|
<div class='inline'>
|
603
|
-
<p>
|
603
|
+
<p>arbitrary user-defined machine-readable data of this edge; optional, max 4096 bytes.</p>
|
604
604
|
</div>
|
605
605
|
|
606
606
|
</li>
|
607
607
|
|
608
608
|
<li>
|
609
609
|
|
610
|
-
<span class='name'>
|
610
|
+
<span class='name'>hostports</span>
|
611
611
|
|
612
612
|
|
613
613
|
<span class='type'>(<tt>List<string></tt>)</span>
|
614
614
|
|
615
615
|
|
616
|
-
<em class="default">(defaults to: <tt>
|
617
|
-
|
618
|
-
|
619
|
-
—
|
620
|
-
<div class='inline'>
|
621
|
-
<p>A list of protocol-specific fields you want to collect on each event.</p>
|
622
|
-
</div>
|
623
|
-
|
624
|
-
</li>
|
625
|
-
|
626
|
-
<li>
|
627
|
-
|
628
|
-
<span class='name'>event_type</span>
|
629
|
-
|
630
|
-
|
631
|
-
<span class='type'>(<tt>string</tt>)</span>
|
632
|
-
|
633
|
-
|
634
|
-
<em class="default">(defaults to: <tt>""</tt>)</em>
|
616
|
+
<em class="default">(defaults to: <tt>nil</tt>)</em>
|
635
617
|
|
636
618
|
|
637
619
|
—
|
638
620
|
<div class='inline'>
|
639
|
-
<p>
|
621
|
+
<p>hostports served by this edge</p>
|
640
622
|
</div>
|
641
623
|
|
642
624
|
</li>
|
643
625
|
|
644
626
|
<li>
|
645
627
|
|
646
|
-
<span class='name'>
|
628
|
+
<span class='name'>mutual_tls</span>
|
647
629
|
|
648
630
|
|
649
|
-
<span class='type'>(<tt>
|
631
|
+
<span class='type'>(<tt>EndpointMutualTLSMutate</tt>)</span>
|
650
632
|
|
651
633
|
|
652
|
-
<em class="default">(defaults to: <tt>
|
634
|
+
<em class="default">(defaults to: <tt>nil</tt>)</em>
|
653
635
|
|
654
636
|
|
655
637
|
—
|
656
638
|
<div class='inline'>
|
657
|
-
<p>
|
639
|
+
<p>edge modules</p>
|
658
640
|
</div>
|
659
641
|
|
660
642
|
</li>
|
661
643
|
|
662
644
|
<li>
|
663
645
|
|
664
|
-
<span class='name'>
|
646
|
+
<span class='name'>tls_termination</span>
|
665
647
|
|
666
648
|
|
667
|
-
<span class='type'>(<tt>
|
649
|
+
<span class='type'>(<tt>EndpointTLSTerminationAtEdge</tt>)</span>
|
668
650
|
|
669
651
|
|
670
|
-
<em class="default">(defaults to: <tt>
|
652
|
+
<em class="default">(defaults to: <tt>nil</tt>)</em>
|
671
653
|
|
672
654
|
|
673
|
-
—
|
674
|
-
<div class='inline'>
|
675
|
-
<p>The percentage of all events you would like to capture. Valid values range from 0.01, representing 1% of all events to 1.00, representing 100% of all events.</p>
|
676
|
-
</div>
|
677
|
-
|
678
655
|
</li>
|
679
656
|
|
680
657
|
</ul>
|
@@ -685,7 +662,7 @@
|
|
685
662
|
<li>
|
686
663
|
|
687
664
|
|
688
|
-
<span class='type'>(<tt><span class='object_link'><a href="../Models/
|
665
|
+
<span class='type'>(<tt><span class='object_link'><a href="../Models/HTTPSEdge.html" title="NgrokAPI::Models::HTTPSEdge (class)">NgrokAPI::Models::HTTPSEdge</a></span></tt>)</span>
|
689
666
|
|
690
667
|
|
691
668
|
|
@@ -704,6 +681,8 @@
|
|
704
681
|
<pre class="lines">
|
705
682
|
|
706
683
|
|
684
|
+
30
|
685
|
+
31
|
707
686
|
32
|
708
687
|
33
|
709
688
|
34
|
@@ -714,41 +693,23 @@
|
|
714
693
|
39
|
715
694
|
40
|
716
695
|
41
|
717
|
-
42
|
718
|
-
43
|
719
|
-
44
|
720
|
-
45
|
721
|
-
46
|
722
|
-
47
|
723
|
-
48
|
724
|
-
49
|
725
|
-
50
|
726
|
-
51
|
727
|
-
52</pre>
|
696
|
+
42</pre>
|
728
697
|
</td>
|
729
698
|
<td>
|
730
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/
|
731
|
-
|
732
|
-
<span class='kw'>def</span> <span class='id identifier rubyid_create'>create</span><span class='lparen'>(</span>
|
733
|
-
<span class='
|
734
|
-
<span class='label'>description:</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_end'>"</span></span><span class='comma'>,</span>
|
735
|
-
<span class='label'>fields:</span> <span class='lbracket'>[</span><span class='rbracket'>]</span><span class='comma'>,</span>
|
736
|
-
<span class='label'>event_type:</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_end'>"</span></span><span class='comma'>,</span>
|
737
|
-
<span class='label'>destination_ids:</span> <span class='lbracket'>[</span><span class='rbracket'>]</span><span class='comma'>,</span>
|
738
|
-
<span class='label'>sampling_rate:</span> <span class='int'>0</span>
|
739
|
-
<span class='rparen'>)</span>
|
740
|
-
<span class='id identifier rubyid_path'>path</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>/event_streams</span><span class='tstring_end'>'</span></span>
|
699
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/edges_https_client.rb', line 30</span>
|
700
|
+
|
701
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_create'>create</span><span class='lparen'>(</span><span class='label'>description:</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='label'>metadata:</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='label'>hostports:</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='label'>mutual_tls:</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='label'>tls_termination:</span> <span class='kw'>nil</span><span class='rparen'>)</span>
|
702
|
+
<span class='id identifier rubyid_path'>path</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>/edges/https</span><span class='tstring_end'>'</span></span>
|
741
703
|
<span class='id identifier rubyid_replacements'>replacements</span> <span class='op'>=</span> <span class='lbrace'>{</span>
|
742
704
|
<span class='rbrace'>}</span>
|
743
705
|
<span class='id identifier rubyid_data'>data</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span>
|
744
|
-
<span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:metadata</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_metadata'>metadata</span> <span class='kw'>if</span> <span class='id identifier rubyid_metadata'>metadata</span>
|
745
706
|
<span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:description</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_description'>description</span> <span class='kw'>if</span> <span class='id identifier rubyid_description'>description</span>
|
746
|
-
<span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:
|
747
|
-
<span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:
|
748
|
-
<span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:
|
749
|
-
<span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:
|
707
|
+
<span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:metadata</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_metadata'>metadata</span> <span class='kw'>if</span> <span class='id identifier rubyid_metadata'>metadata</span>
|
708
|
+
<span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:hostports</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_hostports'>hostports</span> <span class='kw'>if</span> <span class='id identifier rubyid_hostports'>hostports</span>
|
709
|
+
<span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:mutual_tls</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_mutual_tls'>mutual_tls</span> <span class='kw'>if</span> <span class='id identifier rubyid_mutual_tls'>mutual_tls</span>
|
710
|
+
<span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:tls_termination</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_tls_termination'>tls_termination</span> <span class='kw'>if</span> <span class='id identifier rubyid_tls_termination'>tls_termination</span>
|
750
711
|
<span class='id identifier rubyid_result'>result</span> <span class='op'>=</span> <span class='ivar'>@client</span><span class='period'>.</span><span class='id identifier rubyid_post'>post</span><span class='lparen'>(</span><span class='id identifier rubyid_path'>path</span> <span class='op'>%</span> <span class='id identifier rubyid_replacements'>replacements</span><span class='comma'>,</span> <span class='label'>data:</span> <span class='id identifier rubyid_data'>data</span><span class='rparen'>)</span>
|
751
|
-
<span class='const'><span class='object_link'><a href="../../NgrokAPI.html" title="NgrokAPI (module)">NgrokAPI</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Models.html" title="NgrokAPI::Models (module)">Models</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Models/
|
712
|
+
<span class='const'><span class='object_link'><a href="../../NgrokAPI.html" title="NgrokAPI (module)">NgrokAPI</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Models.html" title="NgrokAPI::Models (module)">Models</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Models/HTTPSEdge.html" title="NgrokAPI::Models::HTTPSEdge (class)">HTTPSEdge</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="../Models/HTTPSEdge.html#initialize-instance_method" title="NgrokAPI::Models::HTTPSEdge#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='label'>client:</span> <span class='kw'>self</span><span class='comma'>,</span> <span class='label'>result:</span> <span class='id identifier rubyid_result'>result</span><span class='rparen'>)</span>
|
752
713
|
<span class='kw'>end</span></pre>
|
753
714
|
</td>
|
754
715
|
</tr>
|
@@ -767,9 +728,9 @@
|
|
767
728
|
</h3><div class="docstring">
|
768
729
|
<div class="discussion">
|
769
730
|
|
770
|
-
<p>Delete an
|
731
|
+
<p>Delete an HTTPS Edge by ID</p>
|
771
732
|
|
772
|
-
<p><a href="https://ngrok.com/docs/api#api-
|
733
|
+
<p><a href="https://ngrok.com/docs/api#api-edges-https-delete">ngrok.com/docs/api#api-edges-https-delete</a></p>
|
773
734
|
|
774
735
|
|
775
736
|
</div>
|
@@ -823,23 +784,19 @@
|
|
823
784
|
<pre class="lines">
|
824
785
|
|
825
786
|
|
826
|
-
|
827
|
-
|
828
|
-
|
829
|
-
|
830
|
-
|
831
|
-
|
832
|
-
|
833
|
-
68
|
834
|
-
69</pre>
|
787
|
+
202
|
788
|
+
203
|
789
|
+
204
|
790
|
+
205
|
791
|
+
206
|
792
|
+
207
|
793
|
+
208</pre>
|
835
794
|
</td>
|
836
795
|
<td>
|
837
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/
|
796
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/edges_https_client.rb', line 202</span>
|
838
797
|
|
839
|
-
<span class='kw'>def</span> <span class='id identifier rubyid_delete'>delete</span><span class='lparen'>(</span>
|
840
|
-
<span class='
|
841
|
-
<span class='rparen'>)</span>
|
842
|
-
<span class='id identifier rubyid_path'>path</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>/event_streams/%{id}</span><span class='tstring_end'>'</span></span>
|
798
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_delete'>delete</span><span class='lparen'>(</span><span class='label'>id:</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span>
|
799
|
+
<span class='id identifier rubyid_path'>path</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>/edges/https/%{id}</span><span class='tstring_end'>'</span></span>
|
843
800
|
<span class='id identifier rubyid_replacements'>replacements</span> <span class='op'>=</span> <span class='lbrace'>{</span>
|
844
801
|
<span class='label'>id:</span> <span class='id identifier rubyid_id'>id</span><span class='comma'>,</span>
|
845
802
|
<span class='rbrace'>}</span>
|
@@ -862,9 +819,9 @@
|
|
862
819
|
</h3><div class="docstring">
|
863
820
|
<div class="discussion">
|
864
821
|
|
865
|
-
<p>Delete an
|
822
|
+
<p>Delete an HTTPS Edge by ID Throws an exception if API error.</p>
|
866
823
|
|
867
|
-
<p><a href="https://ngrok.com/docs/api#api-
|
824
|
+
<p><a href="https://ngrok.com/docs/api#api-edges-https-delete">ngrok.com/docs/api#api-edges-https-delete</a></p>
|
868
825
|
|
869
826
|
|
870
827
|
</div>
|
@@ -918,23 +875,19 @@
|
|
918
875
|
<pre class="lines">
|
919
876
|
|
920
877
|
|
921
|
-
|
922
|
-
|
923
|
-
|
924
|
-
|
925
|
-
|
926
|
-
|
927
|
-
|
928
|
-
86
|
929
|
-
87</pre>
|
878
|
+
218
|
879
|
+
219
|
880
|
+
220
|
881
|
+
221
|
882
|
+
222
|
883
|
+
223
|
884
|
+
224</pre>
|
930
885
|
</td>
|
931
886
|
<td>
|
932
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/
|
887
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/edges_https_client.rb', line 218</span>
|
933
888
|
|
934
|
-
<span class='kw'>def</span> <span class='id identifier rubyid_delete!'>delete!</span><span class='lparen'>(</span>
|
935
|
-
<span class='
|
936
|
-
<span class='rparen'>)</span>
|
937
|
-
<span class='id identifier rubyid_path'>path</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>/event_streams/%{id}</span><span class='tstring_end'>'</span></span>
|
889
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_delete!'>delete!</span><span class='lparen'>(</span><span class='label'>id:</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span>
|
890
|
+
<span class='id identifier rubyid_path'>path</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>/edges/https/%{id}</span><span class='tstring_end'>'</span></span>
|
938
891
|
<span class='id identifier rubyid_replacements'>replacements</span> <span class='op'>=</span> <span class='lbrace'>{</span>
|
939
892
|
<span class='label'>id:</span> <span class='id identifier rubyid_id'>id</span><span class='comma'>,</span>
|
940
893
|
<span class='rbrace'>}</span>
|
@@ -948,7 +901,7 @@
|
|
948
901
|
<div class="method_details ">
|
949
902
|
<h3 class="signature " id="get-instance_method">
|
950
903
|
|
951
|
-
#<strong>get</strong>(id: "") ⇒ <tt><span class='object_link'><a href="../Models/
|
904
|
+
#<strong>get</strong>(id: "") ⇒ <tt><span class='object_link'><a href="../Models/HTTPSEdge.html" title="NgrokAPI::Models::HTTPSEdge (class)">NgrokAPI::Models::HTTPSEdge</a></span></tt>
|
952
905
|
|
953
906
|
|
954
907
|
|
@@ -957,9 +910,9 @@
|
|
957
910
|
</h3><div class="docstring">
|
958
911
|
<div class="discussion">
|
959
912
|
|
960
|
-
<p>Get
|
913
|
+
<p>Get an HTTPS Edge by ID</p>
|
961
914
|
|
962
|
-
<p><a href="https://ngrok.com/docs/api#api-
|
915
|
+
<p><a href="https://ngrok.com/docs/api#api-edges-https-get">ngrok.com/docs/api#api-edges-https-get</a></p>
|
963
916
|
|
964
917
|
|
965
918
|
</div>
|
@@ -994,7 +947,7 @@
|
|
994
947
|
<li>
|
995
948
|
|
996
949
|
|
997
|
-
<span class='type'>(<tt><span class='object_link'><a href="../Models/
|
950
|
+
<span class='type'>(<tt><span class='object_link'><a href="../Models/HTTPSEdge.html" title="NgrokAPI::Models::HTTPSEdge (class)">NgrokAPI::Models::HTTPSEdge</a></span></tt>)</span>
|
998
951
|
|
999
952
|
|
1000
953
|
|
@@ -1013,31 +966,27 @@
|
|
1013
966
|
<pre class="lines">
|
1014
967
|
|
1015
968
|
|
1016
|
-
|
1017
|
-
|
1018
|
-
|
1019
|
-
|
1020
|
-
|
1021
|
-
|
1022
|
-
|
1023
|
-
|
1024
|
-
|
1025
|
-
105
|
1026
|
-
106</pre>
|
969
|
+
51
|
970
|
+
52
|
971
|
+
53
|
972
|
+
54
|
973
|
+
55
|
974
|
+
56
|
975
|
+
57
|
976
|
+
58
|
977
|
+
59</pre>
|
1027
978
|
</td>
|
1028
979
|
<td>
|
1029
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/
|
980
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/edges_https_client.rb', line 51</span>
|
1030
981
|
|
1031
|
-
<span class='kw'>def</span> <span class='id identifier rubyid_get'>get</span><span class='lparen'>(</span>
|
1032
|
-
<span class='
|
1033
|
-
<span class='rparen'>)</span>
|
1034
|
-
<span class='id identifier rubyid_path'>path</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>/event_streams/%{id}</span><span class='tstring_end'>'</span></span>
|
982
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_get'>get</span><span class='lparen'>(</span><span class='label'>id:</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span>
|
983
|
+
<span class='id identifier rubyid_path'>path</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>/edges/https/%{id}</span><span class='tstring_end'>'</span></span>
|
1035
984
|
<span class='id identifier rubyid_replacements'>replacements</span> <span class='op'>=</span> <span class='lbrace'>{</span>
|
1036
985
|
<span class='label'>id:</span> <span class='id identifier rubyid_id'>id</span><span class='comma'>,</span>
|
1037
986
|
<span class='rbrace'>}</span>
|
1038
987
|
<span class='id identifier rubyid_data'>data</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span>
|
1039
988
|
<span class='id identifier rubyid_result'>result</span> <span class='op'>=</span> <span class='ivar'>@client</span><span class='period'>.</span><span class='id identifier rubyid_get'>get</span><span class='lparen'>(</span><span class='id identifier rubyid_path'>path</span> <span class='op'>%</span> <span class='id identifier rubyid_replacements'>replacements</span><span class='comma'>,</span> <span class='label'>data:</span> <span class='id identifier rubyid_data'>data</span><span class='rparen'>)</span>
|
1040
|
-
<span class='const'><span class='object_link'><a href="../../NgrokAPI.html" title="NgrokAPI (module)">NgrokAPI</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Models.html" title="NgrokAPI::Models (module)">Models</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Models/
|
989
|
+
<span class='const'><span class='object_link'><a href="../../NgrokAPI.html" title="NgrokAPI (module)">NgrokAPI</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Models.html" title="NgrokAPI::Models (module)">Models</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Models/HTTPSEdge.html" title="NgrokAPI::Models::HTTPSEdge (class)">HTTPSEdge</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="../Models/HTTPSEdge.html#initialize-instance_method" title="NgrokAPI::Models::HTTPSEdge#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='label'>client:</span> <span class='kw'>self</span><span class='comma'>,</span> <span class='label'>result:</span> <span class='id identifier rubyid_result'>result</span><span class='rparen'>)</span>
|
1041
990
|
<span class='kw'>end</span></pre>
|
1042
991
|
</td>
|
1043
992
|
</tr>
|
@@ -1047,7 +996,7 @@
|
|
1047
996
|
<div class="method_details ">
|
1048
997
|
<h3 class="signature " id="get!-instance_method">
|
1049
998
|
|
1050
|
-
#<strong>get!</strong>(id: "") ⇒ <tt><span class='object_link'><a href="../Models/
|
999
|
+
#<strong>get!</strong>(id: "") ⇒ <tt><span class='object_link'><a href="../Models/HTTPSEdge.html" title="NgrokAPI::Models::HTTPSEdge (class)">NgrokAPI::Models::HTTPSEdge</a></span></tt>
|
1051
1000
|
|
1052
1001
|
|
1053
1002
|
|
@@ -1056,9 +1005,9 @@
|
|
1056
1005
|
</h3><div class="docstring">
|
1057
1006
|
<div class="discussion">
|
1058
1007
|
|
1059
|
-
<p>Get
|
1008
|
+
<p>Get an HTTPS Edge by ID Throws an exception if API error.</p>
|
1060
1009
|
|
1061
|
-
<p><a href="https://ngrok.com/docs/api#api-
|
1010
|
+
<p><a href="https://ngrok.com/docs/api#api-edges-https-get">ngrok.com/docs/api#api-edges-https-get</a></p>
|
1062
1011
|
|
1063
1012
|
|
1064
1013
|
</div>
|
@@ -1093,7 +1042,7 @@
|
|
1093
1042
|
<li>
|
1094
1043
|
|
1095
1044
|
|
1096
|
-
<span class='type'>(<tt><span class='object_link'><a href="../Models/
|
1045
|
+
<span class='type'>(<tt><span class='object_link'><a href="../Models/HTTPSEdge.html" title="NgrokAPI::Models::HTTPSEdge (class)">NgrokAPI::Models::HTTPSEdge</a></span></tt>)</span>
|
1097
1046
|
|
1098
1047
|
|
1099
1048
|
|
@@ -1112,31 +1061,27 @@
|
|
1112
1061
|
<pre class="lines">
|
1113
1062
|
|
1114
1063
|
|
1115
|
-
|
1116
|
-
|
1117
|
-
|
1118
|
-
|
1119
|
-
|
1120
|
-
|
1121
|
-
|
1122
|
-
|
1123
|
-
|
1124
|
-
125
|
1125
|
-
126</pre>
|
1064
|
+
69
|
1065
|
+
70
|
1066
|
+
71
|
1067
|
+
72
|
1068
|
+
73
|
1069
|
+
74
|
1070
|
+
75
|
1071
|
+
76
|
1072
|
+
77</pre>
|
1126
1073
|
</td>
|
1127
1074
|
<td>
|
1128
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/
|
1075
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/edges_https_client.rb', line 69</span>
|
1129
1076
|
|
1130
|
-
<span class='kw'>def</span> <span class='id identifier rubyid_get!'>get!</span><span class='lparen'>(</span>
|
1131
|
-
<span class='
|
1132
|
-
<span class='rparen'>)</span>
|
1133
|
-
<span class='id identifier rubyid_path'>path</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>/event_streams/%{id}</span><span class='tstring_end'>'</span></span>
|
1077
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_get!'>get!</span><span class='lparen'>(</span><span class='label'>id:</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span>
|
1078
|
+
<span class='id identifier rubyid_path'>path</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>/edges/https/%{id}</span><span class='tstring_end'>'</span></span>
|
1134
1079
|
<span class='id identifier rubyid_replacements'>replacements</span> <span class='op'>=</span> <span class='lbrace'>{</span>
|
1135
1080
|
<span class='label'>id:</span> <span class='id identifier rubyid_id'>id</span><span class='comma'>,</span>
|
1136
1081
|
<span class='rbrace'>}</span>
|
1137
1082
|
<span class='id identifier rubyid_data'>data</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span>
|
1138
1083
|
<span class='id identifier rubyid_result'>result</span> <span class='op'>=</span> <span class='ivar'>@client</span><span class='period'>.</span><span class='id identifier rubyid_get'>get</span><span class='lparen'>(</span><span class='id identifier rubyid_path'>path</span> <span class='op'>%</span> <span class='id identifier rubyid_replacements'>replacements</span><span class='comma'>,</span> <span class='label'>data:</span> <span class='id identifier rubyid_data'>data</span><span class='comma'>,</span> <span class='label'>danger:</span> <span class='kw'>true</span><span class='rparen'>)</span>
|
1139
|
-
<span class='const'><span class='object_link'><a href="../../NgrokAPI.html" title="NgrokAPI (module)">NgrokAPI</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Models.html" title="NgrokAPI::Models (module)">Models</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Models/
|
1084
|
+
<span class='const'><span class='object_link'><a href="../../NgrokAPI.html" title="NgrokAPI (module)">NgrokAPI</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Models.html" title="NgrokAPI::Models (module)">Models</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Models/HTTPSEdge.html" title="NgrokAPI::Models::HTTPSEdge (class)">HTTPSEdge</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="../Models/HTTPSEdge.html#initialize-instance_method" title="NgrokAPI::Models::HTTPSEdge#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='label'>client:</span> <span class='kw'>self</span><span class='comma'>,</span> <span class='label'>result:</span> <span class='id identifier rubyid_result'>result</span><span class='rparen'>)</span>
|
1140
1085
|
<span class='kw'>end</span></pre>
|
1141
1086
|
</td>
|
1142
1087
|
</tr>
|
@@ -1155,9 +1100,9 @@
|
|
1155
1100
|
</h3><div class="docstring">
|
1156
1101
|
<div class="discussion">
|
1157
1102
|
|
1158
|
-
<p>
|
1103
|
+
<p>Returns a list of all HTTPS Edges on this account</p>
|
1159
1104
|
|
1160
|
-
<p><a href="https://ngrok.com/docs/api#api-
|
1105
|
+
<p><a href="https://ngrok.com/docs/api#api-edges-https-list">ngrok.com/docs/api#api-edges-https-list</a></p>
|
1161
1106
|
|
1162
1107
|
|
1163
1108
|
</div>
|
@@ -1237,46 +1182,40 @@
|
|
1237
1182
|
<pre class="lines">
|
1238
1183
|
|
1239
1184
|
|
1240
|
-
|
1241
|
-
|
1242
|
-
|
1243
|
-
|
1244
|
-
|
1245
|
-
|
1246
|
-
|
1247
|
-
|
1248
|
-
|
1249
|
-
|
1250
|
-
|
1251
|
-
|
1252
|
-
|
1253
|
-
|
1254
|
-
|
1255
|
-
|
1256
|
-
153
|
1257
|
-
154
|
1258
|
-
155</pre>
|
1185
|
+
88
|
1186
|
+
89
|
1187
|
+
90
|
1188
|
+
91
|
1189
|
+
92
|
1190
|
+
93
|
1191
|
+
94
|
1192
|
+
95
|
1193
|
+
96
|
1194
|
+
97
|
1195
|
+
98
|
1196
|
+
99
|
1197
|
+
100
|
1198
|
+
101
|
1199
|
+
102
|
1200
|
+
103</pre>
|
1259
1201
|
</td>
|
1260
1202
|
<td>
|
1261
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/
|
1203
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/edges_https_client.rb', line 88</span>
|
1262
1204
|
|
1263
|
-
<span class='kw'>def</span> <span class='id identifier rubyid_list'>list</span><span class='lparen'>(</span>
|
1264
|
-
|
1265
|
-
<span class='label'>limit:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
1266
|
-
<span class='label'>url:</span> <span class='kw'>nil</span>
|
1267
|
-
<span class='rparen'>)</span>
|
1205
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_list'>list</span><span class='lparen'>(</span><span class='label'>before_id:</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='label'>limit:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
1206
|
+
<span class='label'>url:</span> <span class='kw'>nil</span><span class='rparen'>)</span>
|
1268
1207
|
<span class='id identifier rubyid_result'>result</span> <span class='op'>=</span> <span class='ivar'>@client</span><span class='period'>.</span><span class='id identifier rubyid_list'>list</span><span class='lparen'>(</span>
|
1269
1208
|
<span class='label'>before_id:</span> <span class='id identifier rubyid_before_id'>before_id</span><span class='comma'>,</span>
|
1270
1209
|
<span class='label'>limit:</span> <span class='id identifier rubyid_limit'>limit</span><span class='comma'>,</span>
|
1271
1210
|
<span class='label'>url:</span> <span class='id identifier rubyid_url'>url</span><span class='comma'>,</span>
|
1272
|
-
<span class='label'>path:</span> <span class='const'><span class='object_link'><a href="#PATH-constant" title="NgrokAPI::Services::
|
1211
|
+
<span class='label'>path:</span> <span class='const'><span class='object_link'><a href="#PATH-constant" title="NgrokAPI::Services::EdgesHTTPSClient::PATH (constant)">PATH</a></span></span>
|
1273
1212
|
<span class='rparen'>)</span>
|
1274
1213
|
|
1275
1214
|
<span class='const'><span class='object_link'><a href="../../NgrokAPI.html" title="NgrokAPI (module)">NgrokAPI</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Models.html" title="NgrokAPI::Models (module)">Models</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Models/Listable.html" title="NgrokAPI::Models::Listable (class)">Listable</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="../Models/Listable.html#initialize-instance_method" title="NgrokAPI::Models::Listable#initialize (method)">new</a></span></span><span class='lparen'>(</span>
|
1276
1215
|
<span class='label'>client:</span> <span class='kw'>self</span><span class='comma'>,</span>
|
1277
1216
|
<span class='label'>result:</span> <span class='id identifier rubyid_result'>result</span><span class='comma'>,</span>
|
1278
|
-
<span class='label'>list_property:</span> <span class='const'><span class='object_link'><a href="#LIST_PROPERTY-constant" title="NgrokAPI::Services::
|
1279
|
-
<span class='label'>klass:</span> <span class='const'><span class='object_link'><a href="../../NgrokAPI.html" title="NgrokAPI (module)">NgrokAPI</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Models.html" title="NgrokAPI::Models (module)">Models</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Models/
|
1217
|
+
<span class='label'>list_property:</span> <span class='const'><span class='object_link'><a href="#LIST_PROPERTY-constant" title="NgrokAPI::Services::EdgesHTTPSClient::LIST_PROPERTY (constant)">LIST_PROPERTY</a></span></span><span class='comma'>,</span>
|
1218
|
+
<span class='label'>klass:</span> <span class='const'><span class='object_link'><a href="../../NgrokAPI.html" title="NgrokAPI (module)">NgrokAPI</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Models.html" title="NgrokAPI::Models (module)">Models</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Models/HTTPSEdge.html" title="NgrokAPI::Models::HTTPSEdge (class)">HTTPSEdge</a></span></span>
|
1280
1219
|
<span class='rparen'>)</span>
|
1281
1220
|
<span class='kw'>end</span></pre>
|
1282
1221
|
</td>
|
@@ -1296,9 +1235,9 @@
|
|
1296
1235
|
</h3><div class="docstring">
|
1297
1236
|
<div class="discussion">
|
1298
1237
|
|
1299
|
-
<p>
|
1238
|
+
<p>Returns a list of all HTTPS Edges on this account Throws an exception if API error.</p>
|
1300
1239
|
|
1301
|
-
<p><a href="https://ngrok.com/docs/api#api-
|
1240
|
+
<p><a href="https://ngrok.com/docs/api#api-edges-https-list">ngrok.com/docs/api#api-edges-https-list</a></p>
|
1302
1241
|
|
1303
1242
|
|
1304
1243
|
</div>
|
@@ -1378,49 +1317,43 @@
|
|
1378
1317
|
<pre class="lines">
|
1379
1318
|
|
1380
1319
|
|
1381
|
-
|
1382
|
-
|
1383
|
-
|
1384
|
-
|
1385
|
-
|
1386
|
-
|
1387
|
-
|
1388
|
-
|
1389
|
-
|
1390
|
-
|
1391
|
-
|
1392
|
-
|
1393
|
-
|
1394
|
-
|
1395
|
-
|
1396
|
-
|
1397
|
-
|
1398
|
-
|
1399
|
-
185
|
1400
|
-
186
|
1401
|
-
187</pre>
|
1320
|
+
115
|
1321
|
+
116
|
1322
|
+
117
|
1323
|
+
118
|
1324
|
+
119
|
1325
|
+
120
|
1326
|
+
121
|
1327
|
+
122
|
1328
|
+
123
|
1329
|
+
124
|
1330
|
+
125
|
1331
|
+
126
|
1332
|
+
127
|
1333
|
+
128
|
1334
|
+
129
|
1335
|
+
130
|
1336
|
+
131
|
1337
|
+
132</pre>
|
1402
1338
|
</td>
|
1403
1339
|
<td>
|
1404
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/
|
1340
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/edges_https_client.rb', line 115</span>
|
1405
1341
|
|
1406
|
-
<span class='kw'>def</span> <span class='id identifier rubyid_list!'>list!</span><span class='lparen'>(</span>
|
1407
|
-
|
1408
|
-
<span class='label'>limit:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
1409
|
-
<span class='label'>url:</span> <span class='kw'>nil</span>
|
1410
|
-
<span class='rparen'>)</span>
|
1342
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_list!'>list!</span><span class='lparen'>(</span><span class='label'>before_id:</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='label'>limit:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
1343
|
+
<span class='label'>url:</span> <span class='kw'>nil</span><span class='rparen'>)</span>
|
1411
1344
|
<span class='id identifier rubyid_result'>result</span> <span class='op'>=</span> <span class='ivar'>@client</span><span class='period'>.</span><span class='id identifier rubyid_list'>list</span><span class='lparen'>(</span>
|
1412
1345
|
<span class='label'>before_id:</span> <span class='id identifier rubyid_before_id'>before_id</span><span class='comma'>,</span>
|
1413
1346
|
<span class='label'>limit:</span> <span class='id identifier rubyid_limit'>limit</span><span class='comma'>,</span>
|
1414
1347
|
<span class='label'>danger:</span> <span class='kw'>true</span><span class='comma'>,</span>
|
1415
1348
|
<span class='label'>url:</span> <span class='id identifier rubyid_url'>url</span><span class='comma'>,</span>
|
1416
|
-
<span class='label'>path:</span> <span class='const'><span class='object_link'><a href="#PATH-constant" title="NgrokAPI::Services::
|
1349
|
+
<span class='label'>path:</span> <span class='const'><span class='object_link'><a href="#PATH-constant" title="NgrokAPI::Services::EdgesHTTPSClient::PATH (constant)">PATH</a></span></span>
|
1417
1350
|
<span class='rparen'>)</span>
|
1418
1351
|
|
1419
1352
|
<span class='const'><span class='object_link'><a href="../../NgrokAPI.html" title="NgrokAPI (module)">NgrokAPI</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Models.html" title="NgrokAPI::Models (module)">Models</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Models/Listable.html" title="NgrokAPI::Models::Listable (class)">Listable</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="../Models/Listable.html#initialize-instance_method" title="NgrokAPI::Models::Listable#initialize (method)">new</a></span></span><span class='lparen'>(</span>
|
1420
1353
|
<span class='label'>client:</span> <span class='kw'>self</span><span class='comma'>,</span>
|
1421
1354
|
<span class='label'>result:</span> <span class='id identifier rubyid_result'>result</span><span class='comma'>,</span>
|
1422
|
-
<span class='label'>list_property:</span> <span class='const'><span class='object_link'><a href="#LIST_PROPERTY-constant" title="NgrokAPI::Services::
|
1423
|
-
<span class='label'>klass:</span> <span class='const'><span class='object_link'><a href="../../NgrokAPI.html" title="NgrokAPI (module)">NgrokAPI</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Models.html" title="NgrokAPI::Models (module)">Models</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Models/
|
1355
|
+
<span class='label'>list_property:</span> <span class='const'><span class='object_link'><a href="#LIST_PROPERTY-constant" title="NgrokAPI::Services::EdgesHTTPSClient::LIST_PROPERTY (constant)">LIST_PROPERTY</a></span></span><span class='comma'>,</span>
|
1356
|
+
<span class='label'>klass:</span> <span class='const'><span class='object_link'><a href="../../NgrokAPI.html" title="NgrokAPI (module)">NgrokAPI</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Models.html" title="NgrokAPI::Models (module)">Models</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Models/HTTPSEdge.html" title="NgrokAPI::Models::HTTPSEdge (class)">HTTPSEdge</a></span></span><span class='comma'>,</span>
|
1424
1357
|
<span class='label'>danger:</span> <span class='kw'>true</span>
|
1425
1358
|
<span class='rparen'>)</span>
|
1426
1359
|
<span class='kw'>end</span></pre>
|
@@ -1432,7 +1365,7 @@
|
|
1432
1365
|
<div class="method_details ">
|
1433
1366
|
<h3 class="signature " id="update-instance_method">
|
1434
1367
|
|
1435
|
-
#<strong>update</strong>(id: "",
|
1368
|
+
#<strong>update</strong>(id: "", description: nil, metadata: nil, hostports: nil, mutual_tls: nil, tls_termination: nil) ⇒ <tt><span class='object_link'><a href="../Models/HTTPSEdge.html" title="NgrokAPI::Models::HTTPSEdge (class)">NgrokAPI::Models::HTTPSEdge</a></span></tt>
|
1436
1369
|
|
1437
1370
|
|
1438
1371
|
|
@@ -1441,9 +1374,9 @@
|
|
1441
1374
|
</h3><div class="docstring">
|
1442
1375
|
<div class="discussion">
|
1443
1376
|
|
1444
|
-
<p>
|
1377
|
+
<p>Updates an HTTPS Edge by ID. If a module is not specified in the update, it will not be modified. However, each module configuration that is specified will completely replace the existing value. There is no way to delete an existing module via this API, instead use the delete module API.</p>
|
1445
1378
|
|
1446
|
-
<p><a href="https://ngrok.com/docs/api#api-
|
1379
|
+
<p><a href="https://ngrok.com/docs/api#api-edges-https-update">ngrok.com/docs/api#api-edges-https-update</a></p>
|
1447
1380
|
|
1448
1381
|
|
1449
1382
|
</div>
|
@@ -1465,14 +1398,14 @@
|
|
1465
1398
|
|
1466
1399
|
—
|
1467
1400
|
<div class='inline'>
|
1468
|
-
<p>
|
1401
|
+
<p>unique identifier of this edge</p>
|
1469
1402
|
</div>
|
1470
1403
|
|
1471
1404
|
</li>
|
1472
1405
|
|
1473
1406
|
<li>
|
1474
1407
|
|
1475
|
-
<span class='name'>
|
1408
|
+
<span class='name'>description</span>
|
1476
1409
|
|
1477
1410
|
|
1478
1411
|
<span class='type'>(<tt>string</tt>)</span>
|
@@ -1483,14 +1416,14 @@
|
|
1483
1416
|
|
1484
1417
|
—
|
1485
1418
|
<div class='inline'>
|
1486
|
-
<p>
|
1419
|
+
<p>human-readable description of what this edge will be used for; optional, max 255 bytes.</p>
|
1487
1420
|
</div>
|
1488
1421
|
|
1489
1422
|
</li>
|
1490
1423
|
|
1491
1424
|
<li>
|
1492
1425
|
|
1493
|
-
<span class='name'>
|
1426
|
+
<span class='name'>metadata</span>
|
1494
1427
|
|
1495
1428
|
|
1496
1429
|
<span class='type'>(<tt>string</tt>)</span>
|
@@ -1501,14 +1434,14 @@
|
|
1501
1434
|
|
1502
1435
|
—
|
1503
1436
|
<div class='inline'>
|
1504
|
-
<p>
|
1437
|
+
<p>arbitrary user-defined machine-readable data of this edge; optional, max 4096 bytes.</p>
|
1505
1438
|
</div>
|
1506
1439
|
|
1507
1440
|
</li>
|
1508
1441
|
|
1509
1442
|
<li>
|
1510
1443
|
|
1511
|
-
<span class='name'>
|
1444
|
+
<span class='name'>hostports</span>
|
1512
1445
|
|
1513
1446
|
|
1514
1447
|
<span class='type'>(<tt>List<string></tt>)</span>
|
@@ -1519,17 +1452,17 @@
|
|
1519
1452
|
|
1520
1453
|
—
|
1521
1454
|
<div class='inline'>
|
1522
|
-
<p>
|
1455
|
+
<p>hostports served by this edge</p>
|
1523
1456
|
</div>
|
1524
1457
|
|
1525
1458
|
</li>
|
1526
1459
|
|
1527
1460
|
<li>
|
1528
1461
|
|
1529
|
-
<span class='name'>
|
1462
|
+
<span class='name'>mutual_tls</span>
|
1530
1463
|
|
1531
1464
|
|
1532
|
-
<span class='type'>(<tt>
|
1465
|
+
<span class='type'>(<tt>EndpointMutualTLSMutate</tt>)</span>
|
1533
1466
|
|
1534
1467
|
|
1535
1468
|
<em class="default">(defaults to: <tt>nil</tt>)</em>
|
@@ -1537,27 +1470,22 @@
|
|
1537
1470
|
|
1538
1471
|
—
|
1539
1472
|
<div class='inline'>
|
1540
|
-
<p>
|
1473
|
+
<p>edge modules</p>
|
1541
1474
|
</div>
|
1542
1475
|
|
1543
1476
|
</li>
|
1544
1477
|
|
1545
1478
|
<li>
|
1546
1479
|
|
1547
|
-
<span class='name'>
|
1480
|
+
<span class='name'>tls_termination</span>
|
1548
1481
|
|
1549
1482
|
|
1550
|
-
<span class='type'>(<tt>
|
1483
|
+
<span class='type'>(<tt>EndpointTLSTerminationAtEdge</tt>)</span>
|
1551
1484
|
|
1552
1485
|
|
1553
1486
|
<em class="default">(defaults to: <tt>nil</tt>)</em>
|
1554
1487
|
|
1555
1488
|
|
1556
|
-
—
|
1557
|
-
<div class='inline'>
|
1558
|
-
<p>The percentage of all events you would like to capture. Valid values range from 0.01, representing 1% of all events to 1.00, representing 100% of all events.</p>
|
1559
|
-
</div>
|
1560
|
-
|
1561
1489
|
</li>
|
1562
1490
|
|
1563
1491
|
</ul>
|
@@ -1568,7 +1496,7 @@
|
|
1568
1496
|
<li>
|
1569
1497
|
|
1570
1498
|
|
1571
|
-
<span class='type'>(<tt><span class='object_link'><a href="../Models/
|
1499
|
+
<span class='type'>(<tt><span class='object_link'><a href="../Models/HTTPSEdge.html" title="NgrokAPI::Models::HTTPSEdge (class)">NgrokAPI::Models::HTTPSEdge</a></span></tt>)</span>
|
1572
1500
|
|
1573
1501
|
|
1574
1502
|
|
@@ -1587,51 +1515,37 @@
|
|
1587
1515
|
<pre class="lines">
|
1588
1516
|
|
1589
1517
|
|
1590
|
-
|
1591
|
-
|
1592
|
-
|
1593
|
-
|
1594
|
-
|
1595
|
-
|
1596
|
-
|
1597
|
-
|
1598
|
-
|
1599
|
-
|
1600
|
-
|
1601
|
-
|
1602
|
-
|
1603
|
-
|
1604
|
-
215
|
1605
|
-
216
|
1606
|
-
217
|
1607
|
-
218
|
1608
|
-
219
|
1609
|
-
220
|
1610
|
-
221</pre>
|
1518
|
+
149
|
1519
|
+
150
|
1520
|
+
151
|
1521
|
+
152
|
1522
|
+
153
|
1523
|
+
154
|
1524
|
+
155
|
1525
|
+
156
|
1526
|
+
157
|
1527
|
+
158
|
1528
|
+
159
|
1529
|
+
160
|
1530
|
+
161
|
1531
|
+
162</pre>
|
1611
1532
|
</td>
|
1612
1533
|
<td>
|
1613
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/
|
1614
|
-
|
1615
|
-
<span class='kw'>def</span> <span class='id identifier rubyid_update'>update</span><span class='lparen'>(</span>
|
1616
|
-
<span class='
|
1617
|
-
<span class='label'>metadata:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
1618
|
-
<span class='label'>description:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
1619
|
-
<span class='label'>fields:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
1620
|
-
<span class='label'>destination_ids:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
1621
|
-
<span class='label'>sampling_rate:</span> <span class='kw'>nil</span>
|
1622
|
-
<span class='rparen'>)</span>
|
1623
|
-
<span class='id identifier rubyid_path'>path</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>/event_streams/%{id}</span><span class='tstring_end'>'</span></span>
|
1534
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/edges_https_client.rb', line 149</span>
|
1535
|
+
|
1536
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_update'>update</span><span class='lparen'>(</span><span class='label'>id:</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='label'>description:</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='label'>metadata:</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='label'>hostports:</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='label'>mutual_tls:</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='label'>tls_termination:</span> <span class='kw'>nil</span><span class='rparen'>)</span>
|
1537
|
+
<span class='id identifier rubyid_path'>path</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>/edges/https/%{id}</span><span class='tstring_end'>'</span></span>
|
1624
1538
|
<span class='id identifier rubyid_replacements'>replacements</span> <span class='op'>=</span> <span class='lbrace'>{</span>
|
1625
1539
|
<span class='label'>id:</span> <span class='id identifier rubyid_id'>id</span><span class='comma'>,</span>
|
1626
1540
|
<span class='rbrace'>}</span>
|
1627
1541
|
<span class='id identifier rubyid_data'>data</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span>
|
1628
|
-
<span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:metadata</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_metadata'>metadata</span> <span class='kw'>if</span> <span class='id identifier rubyid_metadata'>metadata</span>
|
1629
1542
|
<span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:description</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_description'>description</span> <span class='kw'>if</span> <span class='id identifier rubyid_description'>description</span>
|
1630
|
-
<span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:
|
1631
|
-
<span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:
|
1632
|
-
<span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:
|
1543
|
+
<span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:metadata</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_metadata'>metadata</span> <span class='kw'>if</span> <span class='id identifier rubyid_metadata'>metadata</span>
|
1544
|
+
<span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:hostports</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_hostports'>hostports</span> <span class='kw'>if</span> <span class='id identifier rubyid_hostports'>hostports</span>
|
1545
|
+
<span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:mutual_tls</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_mutual_tls'>mutual_tls</span> <span class='kw'>if</span> <span class='id identifier rubyid_mutual_tls'>mutual_tls</span>
|
1546
|
+
<span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:tls_termination</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_tls_termination'>tls_termination</span> <span class='kw'>if</span> <span class='id identifier rubyid_tls_termination'>tls_termination</span>
|
1633
1547
|
<span class='id identifier rubyid_result'>result</span> <span class='op'>=</span> <span class='ivar'>@client</span><span class='period'>.</span><span class='id identifier rubyid_patch'>patch</span><span class='lparen'>(</span><span class='id identifier rubyid_path'>path</span> <span class='op'>%</span> <span class='id identifier rubyid_replacements'>replacements</span><span class='comma'>,</span> <span class='label'>data:</span> <span class='id identifier rubyid_data'>data</span><span class='rparen'>)</span>
|
1634
|
-
<span class='const'><span class='object_link'><a href="../../NgrokAPI.html" title="NgrokAPI (module)">NgrokAPI</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Models.html" title="NgrokAPI::Models (module)">Models</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Models/
|
1548
|
+
<span class='const'><span class='object_link'><a href="../../NgrokAPI.html" title="NgrokAPI (module)">NgrokAPI</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Models.html" title="NgrokAPI::Models (module)">Models</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Models/HTTPSEdge.html" title="NgrokAPI::Models::HTTPSEdge (class)">HTTPSEdge</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="../Models/HTTPSEdge.html#initialize-instance_method" title="NgrokAPI::Models::HTTPSEdge#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='label'>client:</span> <span class='kw'>self</span><span class='comma'>,</span> <span class='label'>result:</span> <span class='id identifier rubyid_result'>result</span><span class='rparen'>)</span>
|
1635
1549
|
<span class='kw'>end</span></pre>
|
1636
1550
|
</td>
|
1637
1551
|
</tr>
|
@@ -1641,7 +1555,7 @@
|
|
1641
1555
|
<div class="method_details ">
|
1642
1556
|
<h3 class="signature " id="update!-instance_method">
|
1643
1557
|
|
1644
|
-
#<strong>update!</strong>(id: "",
|
1558
|
+
#<strong>update!</strong>(id: "", description: nil, metadata: nil, hostports: nil, mutual_tls: nil, tls_termination: nil) ⇒ <tt><span class='object_link'><a href="../Models/HTTPSEdge.html" title="NgrokAPI::Models::HTTPSEdge (class)">NgrokAPI::Models::HTTPSEdge</a></span></tt>
|
1645
1559
|
|
1646
1560
|
|
1647
1561
|
|
@@ -1650,9 +1564,9 @@
|
|
1650
1564
|
</h3><div class="docstring">
|
1651
1565
|
<div class="discussion">
|
1652
1566
|
|
1653
|
-
<p>
|
1567
|
+
<p>Updates an HTTPS Edge by ID. If a module is not specified in the update, it will not be modified. However, each module configuration that is specified will completely replace the existing value. There is no way to delete an existing module via this API, instead use the delete module API. Throws an exception if API error.</p>
|
1654
1568
|
|
1655
|
-
<p><a href="https://ngrok.com/docs/api#api-
|
1569
|
+
<p><a href="https://ngrok.com/docs/api#api-edges-https-update">ngrok.com/docs/api#api-edges-https-update</a></p>
|
1656
1570
|
|
1657
1571
|
|
1658
1572
|
</div>
|
@@ -1674,14 +1588,14 @@
|
|
1674
1588
|
|
1675
1589
|
—
|
1676
1590
|
<div class='inline'>
|
1677
|
-
<p>
|
1591
|
+
<p>unique identifier of this edge</p>
|
1678
1592
|
</div>
|
1679
1593
|
|
1680
1594
|
</li>
|
1681
1595
|
|
1682
1596
|
<li>
|
1683
1597
|
|
1684
|
-
<span class='name'>
|
1598
|
+
<span class='name'>description</span>
|
1685
1599
|
|
1686
1600
|
|
1687
1601
|
<span class='type'>(<tt>string</tt>)</span>
|
@@ -1692,14 +1606,14 @@
|
|
1692
1606
|
|
1693
1607
|
—
|
1694
1608
|
<div class='inline'>
|
1695
|
-
<p>
|
1609
|
+
<p>human-readable description of what this edge will be used for; optional, max 255 bytes.</p>
|
1696
1610
|
</div>
|
1697
1611
|
|
1698
1612
|
</li>
|
1699
1613
|
|
1700
1614
|
<li>
|
1701
1615
|
|
1702
|
-
<span class='name'>
|
1616
|
+
<span class='name'>metadata</span>
|
1703
1617
|
|
1704
1618
|
|
1705
1619
|
<span class='type'>(<tt>string</tt>)</span>
|
@@ -1710,14 +1624,14 @@
|
|
1710
1624
|
|
1711
1625
|
—
|
1712
1626
|
<div class='inline'>
|
1713
|
-
<p>
|
1627
|
+
<p>arbitrary user-defined machine-readable data of this edge; optional, max 4096 bytes.</p>
|
1714
1628
|
</div>
|
1715
1629
|
|
1716
1630
|
</li>
|
1717
1631
|
|
1718
1632
|
<li>
|
1719
1633
|
|
1720
|
-
<span class='name'>
|
1634
|
+
<span class='name'>hostports</span>
|
1721
1635
|
|
1722
1636
|
|
1723
1637
|
<span class='type'>(<tt>List<string></tt>)</span>
|
@@ -1728,17 +1642,17 @@
|
|
1728
1642
|
|
1729
1643
|
—
|
1730
1644
|
<div class='inline'>
|
1731
|
-
<p>
|
1645
|
+
<p>hostports served by this edge</p>
|
1732
1646
|
</div>
|
1733
1647
|
|
1734
1648
|
</li>
|
1735
1649
|
|
1736
1650
|
<li>
|
1737
1651
|
|
1738
|
-
<span class='name'>
|
1652
|
+
<span class='name'>mutual_tls</span>
|
1739
1653
|
|
1740
1654
|
|
1741
|
-
<span class='type'>(<tt>
|
1655
|
+
<span class='type'>(<tt>EndpointMutualTLSMutate</tt>)</span>
|
1742
1656
|
|
1743
1657
|
|
1744
1658
|
<em class="default">(defaults to: <tt>nil</tt>)</em>
|
@@ -1746,27 +1660,22 @@
|
|
1746
1660
|
|
1747
1661
|
—
|
1748
1662
|
<div class='inline'>
|
1749
|
-
<p>
|
1663
|
+
<p>edge modules</p>
|
1750
1664
|
</div>
|
1751
1665
|
|
1752
1666
|
</li>
|
1753
1667
|
|
1754
1668
|
<li>
|
1755
1669
|
|
1756
|
-
<span class='name'>
|
1670
|
+
<span class='name'>tls_termination</span>
|
1757
1671
|
|
1758
1672
|
|
1759
|
-
<span class='type'>(<tt>
|
1673
|
+
<span class='type'>(<tt>EndpointTLSTerminationAtEdge</tt>)</span>
|
1760
1674
|
|
1761
1675
|
|
1762
1676
|
<em class="default">(defaults to: <tt>nil</tt>)</em>
|
1763
1677
|
|
1764
1678
|
|
1765
|
-
—
|
1766
|
-
<div class='inline'>
|
1767
|
-
<p>The percentage of all events you would like to capture. Valid values range from 0.01, representing 1% of all events to 1.00, representing 100% of all events.</p>
|
1768
|
-
</div>
|
1769
|
-
|
1770
1679
|
</li>
|
1771
1680
|
|
1772
1681
|
</ul>
|
@@ -1777,7 +1686,7 @@
|
|
1777
1686
|
<li>
|
1778
1687
|
|
1779
1688
|
|
1780
|
-
<span class='type'>(<tt><span class='object_link'><a href="../Models/
|
1689
|
+
<span class='type'>(<tt><span class='object_link'><a href="../Models/HTTPSEdge.html" title="NgrokAPI::Models::HTTPSEdge (class)">NgrokAPI::Models::HTTPSEdge</a></span></tt>)</span>
|
1781
1690
|
|
1782
1691
|
|
1783
1692
|
|
@@ -1796,51 +1705,37 @@
|
|
1796
1705
|
<pre class="lines">
|
1797
1706
|
|
1798
1707
|
|
1799
|
-
|
1800
|
-
|
1801
|
-
|
1802
|
-
|
1803
|
-
|
1804
|
-
|
1805
|
-
|
1806
|
-
|
1807
|
-
|
1808
|
-
|
1809
|
-
|
1810
|
-
|
1811
|
-
|
1812
|
-
|
1813
|
-
250
|
1814
|
-
251
|
1815
|
-
252
|
1816
|
-
253
|
1817
|
-
254
|
1818
|
-
255
|
1819
|
-
256</pre>
|
1708
|
+
180
|
1709
|
+
181
|
1710
|
+
182
|
1711
|
+
183
|
1712
|
+
184
|
1713
|
+
185
|
1714
|
+
186
|
1715
|
+
187
|
1716
|
+
188
|
1717
|
+
189
|
1718
|
+
190
|
1719
|
+
191
|
1720
|
+
192
|
1721
|
+
193</pre>
|
1820
1722
|
</td>
|
1821
1723
|
<td>
|
1822
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/
|
1823
|
-
|
1824
|
-
<span class='kw'>def</span> <span class='id identifier rubyid_update!'>update!</span><span class='lparen'>(</span>
|
1825
|
-
<span class='
|
1826
|
-
<span class='label'>metadata:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
1827
|
-
<span class='label'>description:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
1828
|
-
<span class='label'>fields:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
1829
|
-
<span class='label'>destination_ids:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
1830
|
-
<span class='label'>sampling_rate:</span> <span class='kw'>nil</span>
|
1831
|
-
<span class='rparen'>)</span>
|
1832
|
-
<span class='id identifier rubyid_path'>path</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>/event_streams/%{id}</span><span class='tstring_end'>'</span></span>
|
1724
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/services/edges_https_client.rb', line 180</span>
|
1725
|
+
|
1726
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_update!'>update!</span><span class='lparen'>(</span><span class='label'>id:</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='label'>description:</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='label'>metadata:</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='label'>hostports:</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='label'>mutual_tls:</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='label'>tls_termination:</span> <span class='kw'>nil</span><span class='rparen'>)</span>
|
1727
|
+
<span class='id identifier rubyid_path'>path</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>/edges/https/%{id}</span><span class='tstring_end'>'</span></span>
|
1833
1728
|
<span class='id identifier rubyid_replacements'>replacements</span> <span class='op'>=</span> <span class='lbrace'>{</span>
|
1834
1729
|
<span class='label'>id:</span> <span class='id identifier rubyid_id'>id</span><span class='comma'>,</span>
|
1835
1730
|
<span class='rbrace'>}</span>
|
1836
1731
|
<span class='id identifier rubyid_data'>data</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span>
|
1837
|
-
<span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:metadata</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_metadata'>metadata</span> <span class='kw'>if</span> <span class='id identifier rubyid_metadata'>metadata</span>
|
1838
1732
|
<span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:description</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_description'>description</span> <span class='kw'>if</span> <span class='id identifier rubyid_description'>description</span>
|
1839
|
-
<span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:
|
1840
|
-
<span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:
|
1841
|
-
<span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:
|
1733
|
+
<span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:metadata</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_metadata'>metadata</span> <span class='kw'>if</span> <span class='id identifier rubyid_metadata'>metadata</span>
|
1734
|
+
<span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:hostports</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_hostports'>hostports</span> <span class='kw'>if</span> <span class='id identifier rubyid_hostports'>hostports</span>
|
1735
|
+
<span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:mutual_tls</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_mutual_tls'>mutual_tls</span> <span class='kw'>if</span> <span class='id identifier rubyid_mutual_tls'>mutual_tls</span>
|
1736
|
+
<span class='id identifier rubyid_data'>data</span><span class='lbracket'>[</span><span class='symbol'>:tls_termination</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_tls_termination'>tls_termination</span> <span class='kw'>if</span> <span class='id identifier rubyid_tls_termination'>tls_termination</span>
|
1842
1737
|
<span class='id identifier rubyid_result'>result</span> <span class='op'>=</span> <span class='ivar'>@client</span><span class='period'>.</span><span class='id identifier rubyid_patch'>patch</span><span class='lparen'>(</span><span class='id identifier rubyid_path'>path</span> <span class='op'>%</span> <span class='id identifier rubyid_replacements'>replacements</span><span class='comma'>,</span> <span class='label'>data:</span> <span class='id identifier rubyid_data'>data</span><span class='comma'>,</span> <span class='label'>danger:</span> <span class='kw'>true</span><span class='rparen'>)</span>
|
1843
|
-
<span class='const'><span class='object_link'><a href="../../NgrokAPI.html" title="NgrokAPI (module)">NgrokAPI</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Models.html" title="NgrokAPI::Models (module)">Models</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Models/
|
1738
|
+
<span class='const'><span class='object_link'><a href="../../NgrokAPI.html" title="NgrokAPI (module)">NgrokAPI</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Models.html" title="NgrokAPI::Models (module)">Models</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Models/HTTPSEdge.html" title="NgrokAPI::Models::HTTPSEdge (class)">HTTPSEdge</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="../Models/HTTPSEdge.html#initialize-instance_method" title="NgrokAPI::Models::HTTPSEdge#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='label'>client:</span> <span class='kw'>self</span><span class='comma'>,</span> <span class='label'>result:</span> <span class='id identifier rubyid_result'>result</span><span class='rparen'>)</span>
|
1844
1739
|
<span class='kw'>end</span></pre>
|
1845
1740
|
</td>
|
1846
1741
|
</tr>
|
@@ -1852,9 +1747,9 @@
|
|
1852
1747
|
</div>
|
1853
1748
|
|
1854
1749
|
<div id="footer">
|
1855
|
-
Generated on
|
1750
|
+
Generated on Thu Mar 10 16:54:43 2022 by
|
1856
1751
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1857
|
-
0.9.
|
1752
|
+
0.9.27 (ruby-2.7.5).
|
1858
1753
|
</div>
|
1859
1754
|
|
1860
1755
|
</div>
|