ngrok-api 0.16.0 → 0.19.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +28 -1
- data/doc/NgrokAPI/Client.html +270 -180
- data/doc/NgrokAPI/Error.html +2 -2
- data/doc/NgrokAPI/Errors/NotFoundError.html +2 -2
- data/doc/NgrokAPI/Errors.html +2 -2
- data/doc/NgrokAPI/HttpClient.html +147 -4
- data/doc/NgrokAPI/Models/APIKey.html +120 -68
- data/doc/NgrokAPI/Models/AWSAuth.html +83 -31
- data/doc/NgrokAPI/Models/AWSCredentials.html +90 -38
- data/doc/NgrokAPI/Models/AWSRole.html +75 -23
- data/doc/NgrokAPI/Models/AbuseReport.html +109 -57
- data/doc/NgrokAPI/Models/AbuseReportHostname.html +83 -31
- data/doc/NgrokAPI/Models/AgentIngress.html +142 -90
- data/doc/NgrokAPI/Models/CertificateAuthority.html +149 -97
- data/doc/NgrokAPI/Models/Credential.html +121 -69
- data/doc/NgrokAPI/Models/Endpoint.html +1483 -0
- data/doc/NgrokAPI/Models/{EndpointLoggingMutate.html → EndpointBackend.html} +105 -53
- data/doc/NgrokAPI/Models/EndpointBackendMutate.html +669 -0
- data/doc/NgrokAPI/Models/EndpointCircuitBreaker.html +101 -49
- data/doc/NgrokAPI/Models/EndpointCompression.html +82 -30
- data/doc/NgrokAPI/Models/EndpointIPPolicy.html +90 -38
- data/doc/NgrokAPI/Models/EndpointIPPolicyMutate.html +90 -38
- data/doc/NgrokAPI/Models/EndpointMutualTLS.html +90 -38
- data/doc/NgrokAPI/Models/EndpointMutualTLSMutate.html +90 -38
- data/doc/NgrokAPI/Models/EndpointOAuth.html +124 -72
- data/doc/NgrokAPI/Models/EndpointOAuthFacebook.html +107 -55
- data/doc/NgrokAPI/Models/EndpointOAuthGitHub.html +116 -64
- data/doc/NgrokAPI/Models/EndpointOAuthGoogle.html +107 -55
- data/doc/NgrokAPI/Models/EndpointOAuthMicrosoft.html +107 -55
- data/doc/NgrokAPI/Models/EndpointOAuthProvider.html +106 -54
- data/doc/NgrokAPI/Models/EndpointOIDC.html +133 -81
- data/doc/NgrokAPI/Models/EndpointRequestHeaders.html +91 -39
- data/doc/NgrokAPI/Models/EndpointResponseHeaders.html +91 -39
- data/doc/NgrokAPI/Models/EndpointSAML.html +148 -96
- data/doc/NgrokAPI/Models/EndpointSAMLMutate.html +133 -81
- data/doc/NgrokAPI/Models/EndpointTLSTermination.html +91 -39
- data/doc/NgrokAPI/Models/EndpointTLSTerminationAtEdge.html +669 -0
- data/doc/NgrokAPI/Models/EndpointWebhookValidation.html +91 -39
- data/{docs/NgrokAPI/Models/EndpointLogging.html → doc/NgrokAPI/Models/EndpointWebsocketTCPConverter.html} +95 -117
- data/doc/NgrokAPI/Models/EventDestination.html +122 -70
- data/doc/NgrokAPI/Models/EventSource.html +92 -40
- data/doc/NgrokAPI/Models/EventSourceList.html +76 -24
- data/doc/NgrokAPI/Models/EventSourceReplace.html +91 -39
- data/doc/NgrokAPI/Models/EventSubscription.html +122 -70
- data/doc/NgrokAPI/Models/EventTarget.html +106 -54
- data/doc/NgrokAPI/Models/EventTargetCloudwatchLogs.html +90 -38
- data/doc/NgrokAPI/Models/EventTargetFirehose.html +90 -38
- data/doc/NgrokAPI/Models/EventTargetKinesis.html +83 -31
- data/doc/NgrokAPI/Models/FailoverBackend.html +1127 -0
- data/{docs/NgrokAPI/Models/EventStream.html → doc/NgrokAPI/Models/HTTPResponseBackend.html} +170 -196
- data/doc/NgrokAPI/Models/HTTPSEdge.html +1361 -0
- data/doc/NgrokAPI/Models/{EndpointConfiguration.html → HTTPSEdgeRoute.html} +278 -288
- data/doc/NgrokAPI/Models/IPPolicy.html +120 -68
- data/doc/NgrokAPI/Models/IPPolicyRule.html +222 -96
- data/doc/NgrokAPI/Models/IPRestriction.html +130 -78
- data/doc/NgrokAPI/Models/Listable.html +61 -61
- data/doc/NgrokAPI/Models/Ref.html +83 -31
- data/doc/NgrokAPI/Models/ReservedAddr.html +130 -78
- data/doc/NgrokAPI/Models/ReservedDomain.html +151 -99
- data/doc/NgrokAPI/Models/ReservedDomainCertJob.html +92 -40
- data/doc/NgrokAPI/Models/ReservedDomainCertPolicy.html +90 -38
- data/doc/NgrokAPI/Models/ReservedDomainCertStatus.html +90 -38
- data/doc/NgrokAPI/Models/SSHCertificateAuthority.html +135 -83
- data/doc/NgrokAPI/Models/SSHCredential.html +128 -76
- data/doc/NgrokAPI/Models/SSHHostCertificate.html +148 -96
- data/doc/NgrokAPI/Models/SSHUserCertificate.html +154 -102
- data/doc/NgrokAPI/Models/TCPEdge.html +1287 -0
- data/doc/NgrokAPI/Models/TLSCertificate.html +165 -113
- data/doc/NgrokAPI/Models/TLSCertificateSANs.html +90 -38
- data/doc/NgrokAPI/Models/TLSEdge.html +1447 -0
- data/doc/NgrokAPI/Models/Tunnel.html +413 -65
- data/doc/NgrokAPI/Models/TunnelGroupBackend.html +1201 -0
- data/doc/NgrokAPI/Models/TunnelSession.html +126 -74
- data/doc/NgrokAPI/Models/WeightedBackend.html +1127 -0
- data/doc/NgrokAPI/Models.html +4 -4
- data/doc/NgrokAPI/PagedIterator.html +3 -3
- data/doc/NgrokAPI/Services/APIKeysClient.html +244 -109
- data/doc/NgrokAPI/Services/AbuseReportsClient.html +162 -25
- data/doc/NgrokAPI/Services/AgentIngressesClient.html +262 -109
- data/doc/NgrokAPI/Services/CertificateAuthoritiesClient.html +262 -109
- data/doc/NgrokAPI/Services/CredentialsClient.html +266 -111
- data/doc/NgrokAPI/Services/EdgeRouteBackendModuleClient.html +1149 -0
- data/doc/NgrokAPI/Services/{EndpointCircuitBreakerModuleClient.html → EdgeRouteCircuitBreakerModuleClient.html} +205 -99
- data/{docs/NgrokAPI/Services/EndpointCompressionModuleClient.html → doc/NgrokAPI/Services/EdgeRouteCompressionModuleClient.html} +205 -99
- data/doc/NgrokAPI/Services/EdgeRouteIPRestrictionModuleClient.html +1149 -0
- data/doc/NgrokAPI/Services/{EndpointOAuthModuleClient.html → EdgeRouteOAuthModuleClient.html} +205 -99
- data/doc/NgrokAPI/Services/EdgeRouteOIDCModuleClient.html +1149 -0
- data/doc/NgrokAPI/Services/EdgeRouteRequestHeadersModuleClient.html +1149 -0
- data/doc/NgrokAPI/Services/{EndpointResponseHeadersModuleClient.html → EdgeRouteResponseHeadersModuleClient.html} +205 -99
- data/{docs/NgrokAPI/Services/EndpointSAMLModuleClient.html → doc/NgrokAPI/Services/EdgeRouteSAMLModuleClient.html} +205 -99
- data/{docs/NgrokAPI/Services/EndpointWebhookValidationModuleClient.html → doc/NgrokAPI/Services/EdgeRouteWebhookVerificationModuleClient.html} +205 -99
- data/doc/NgrokAPI/Services/EdgeRouteWebsocketTCPConverterModuleClient.html +1149 -0
- data/doc/NgrokAPI/Services/EdgesHTTPSClient.html +1947 -0
- data/doc/NgrokAPI/Services/EdgesHTTPSRoutesClient.html +2585 -0
- data/doc/NgrokAPI/Services/EdgesTCPClient.html +1947 -0
- data/{docs/NgrokAPI/Services/EndpointConfigurationsClient.html → doc/NgrokAPI/Services/EdgesTLSClient.html} +374 -641
- data/doc/NgrokAPI/Services/EndpointsClient.html +903 -0
- data/doc/NgrokAPI/Services/EventDestinationsClient.html +290 -115
- data/doc/NgrokAPI/Services/EventSourcesClient.html +227 -88
- data/doc/NgrokAPI/Services/EventSubscriptionsClient.html +291 -116
- data/doc/NgrokAPI/Services/{EventStreamsClient.html → FailoverBackendsClient.html} +342 -335
- data/doc/NgrokAPI/Services/HTTPResponseBackendsClient.html +1937 -0
- data/doc/NgrokAPI/Services/HTTPSEdgeMutualTLSModuleClient.html +1039 -0
- data/{docs/NgrokAPI/Services/EndpointRequestHeadersModuleClient.html → doc/NgrokAPI/Services/HTTPSEdgeTLSTerminationModuleClient.html} +76 -80
- data/doc/NgrokAPI/Services/IPPoliciesClient.html +245 -128
- data/doc/NgrokAPI/Services/IPPolicyRulesClient.html +328 -117
- data/doc/NgrokAPI/Services/IPRestrictionsClient.html +305 -114
- data/doc/NgrokAPI/Services/ReservedAddrsClient.html +160 -295
- data/doc/NgrokAPI/Services/ReservedDomainsClient.html +257 -624
- data/doc/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html +304 -109
- data/doc/NgrokAPI/Services/SSHCredentialsClient.html +284 -111
- data/doc/NgrokAPI/Services/SSHHostCertificatesClient.html +340 -109
- data/doc/NgrokAPI/Services/SSHUserCertificatesClient.html +381 -110
- data/{docs/NgrokAPI/Services/EndpointLoggingModuleClient.html → doc/NgrokAPI/Services/TCPEdgeBackendModuleClient.html} +76 -80
- data/doc/NgrokAPI/Services/{EndpointIPPolicyModuleClient.html → TCPEdgeIPRestrictionModuleClient.html} +62 -66
- data/doc/NgrokAPI/Services/TLSCertificatesClient.html +280 -109
- data/doc/NgrokAPI/Services/{EndpointLoggingModuleClient.html → TLSEdgeBackendModuleClient.html} +76 -80
- data/{docs/NgrokAPI/Services/EndpointIPPolicyModuleClient.html → doc/NgrokAPI/Services/TLSEdgeIPRestrictionModuleClient.html} +62 -66
- data/doc/NgrokAPI/Services/{EndpointMutualTLSModuleClient.html → TLSEdgeMutualTLSModuleClient.html} +62 -66
- data/doc/NgrokAPI/Services/{EndpointTLSTerminationModuleClient.html → TLSEdgeTLSTerminationModuleClient.html} +62 -66
- data/doc/NgrokAPI/Services/TunnelGroupBackendsClient.html +1799 -0
- data/doc/NgrokAPI/Services/TunnelSessionsClient.html +44 -48
- data/doc/NgrokAPI/Services/TunnelsClient.html +249 -15
- data/doc/NgrokAPI/Services/WeightedBackendsClient.html +1799 -0
- data/doc/NgrokAPI/Services.html +4 -4
- data/doc/NgrokAPI.html +3 -3
- data/doc/_index.html +237 -60
- data/doc/class_list.html +1 -1
- data/doc/file.README.html +55 -55
- data/doc/index.html +55 -55
- data/doc/method_list.html +4555 -1843
- data/doc/top-level-namespace.html +2 -2
- data/docs/NgrokAPI/Client.html +270 -180
- data/docs/NgrokAPI/Error.html +2 -2
- data/docs/NgrokAPI/Errors/NotFoundError.html +2 -2
- data/docs/NgrokAPI/Errors.html +2 -2
- data/docs/NgrokAPI/HttpClient.html +147 -4
- data/docs/NgrokAPI/Models/APIKey.html +120 -68
- data/docs/NgrokAPI/Models/AWSAuth.html +83 -31
- data/docs/NgrokAPI/Models/AWSCredentials.html +90 -38
- data/docs/NgrokAPI/Models/AWSRole.html +75 -23
- data/docs/NgrokAPI/Models/AbuseReport.html +109 -57
- data/docs/NgrokAPI/Models/AbuseReportHostname.html +83 -31
- data/docs/NgrokAPI/Models/AgentIngress.html +142 -90
- data/docs/NgrokAPI/Models/CertificateAuthority.html +149 -97
- data/docs/NgrokAPI/Models/Credential.html +121 -69
- data/docs/NgrokAPI/Models/Endpoint.html +1483 -0
- data/docs/NgrokAPI/Models/{EndpointLoggingMutate.html → EndpointBackend.html} +105 -53
- data/docs/NgrokAPI/Models/EndpointBackendMutate.html +669 -0
- data/docs/NgrokAPI/Models/EndpointCircuitBreaker.html +101 -49
- data/docs/NgrokAPI/Models/EndpointCompression.html +82 -30
- data/docs/NgrokAPI/Models/EndpointIPPolicy.html +90 -38
- data/docs/NgrokAPI/Models/EndpointIPPolicyMutate.html +90 -38
- data/docs/NgrokAPI/Models/EndpointMutualTLS.html +90 -38
- data/docs/NgrokAPI/Models/EndpointMutualTLSMutate.html +90 -38
- data/docs/NgrokAPI/Models/EndpointOAuth.html +124 -72
- data/docs/NgrokAPI/Models/EndpointOAuthFacebook.html +107 -55
- data/docs/NgrokAPI/Models/EndpointOAuthGitHub.html +116 -64
- data/docs/NgrokAPI/Models/EndpointOAuthGoogle.html +107 -55
- data/docs/NgrokAPI/Models/EndpointOAuthMicrosoft.html +107 -55
- data/docs/NgrokAPI/Models/EndpointOAuthProvider.html +106 -54
- data/docs/NgrokAPI/Models/EndpointOIDC.html +133 -81
- data/docs/NgrokAPI/Models/EndpointRequestHeaders.html +91 -39
- data/docs/NgrokAPI/Models/EndpointResponseHeaders.html +91 -39
- data/docs/NgrokAPI/Models/EndpointSAML.html +148 -96
- data/docs/NgrokAPI/Models/EndpointSAMLMutate.html +133 -81
- data/docs/NgrokAPI/Models/EndpointTLSTermination.html +91 -39
- data/docs/NgrokAPI/Models/EndpointTLSTerminationAtEdge.html +669 -0
- data/docs/NgrokAPI/Models/EndpointWebhookValidation.html +91 -39
- data/{doc/NgrokAPI/Models/EndpointLogging.html → docs/NgrokAPI/Models/EndpointWebsocketTCPConverter.html} +95 -117
- data/docs/NgrokAPI/Models/EventDestination.html +122 -70
- data/docs/NgrokAPI/Models/EventSource.html +92 -40
- data/docs/NgrokAPI/Models/EventSourceList.html +76 -24
- data/docs/NgrokAPI/Models/EventSourceReplace.html +91 -39
- data/docs/NgrokAPI/Models/EventSubscription.html +122 -70
- data/docs/NgrokAPI/Models/EventTarget.html +106 -54
- data/docs/NgrokAPI/Models/EventTargetCloudwatchLogs.html +90 -38
- data/docs/NgrokAPI/Models/EventTargetFirehose.html +90 -38
- data/docs/NgrokAPI/Models/EventTargetKinesis.html +83 -31
- data/docs/NgrokAPI/Models/FailoverBackend.html +1127 -0
- data/{doc/NgrokAPI/Models/EventStream.html → docs/NgrokAPI/Models/HTTPResponseBackend.html} +170 -196
- data/docs/NgrokAPI/Models/HTTPSEdge.html +1361 -0
- data/docs/NgrokAPI/Models/{EndpointConfiguration.html → HTTPSEdgeRoute.html} +278 -288
- data/docs/NgrokAPI/Models/IPPolicy.html +120 -68
- data/docs/NgrokAPI/Models/IPPolicyRule.html +222 -96
- data/docs/NgrokAPI/Models/IPRestriction.html +130 -78
- data/docs/NgrokAPI/Models/Listable.html +61 -61
- data/docs/NgrokAPI/Models/Ref.html +83 -31
- data/docs/NgrokAPI/Models/ReservedAddr.html +130 -78
- data/docs/NgrokAPI/Models/ReservedDomain.html +151 -99
- data/docs/NgrokAPI/Models/ReservedDomainCertJob.html +92 -40
- data/docs/NgrokAPI/Models/ReservedDomainCertPolicy.html +90 -38
- data/docs/NgrokAPI/Models/ReservedDomainCertStatus.html +90 -38
- data/docs/NgrokAPI/Models/SSHCertificateAuthority.html +135 -83
- data/docs/NgrokAPI/Models/SSHCredential.html +128 -76
- data/docs/NgrokAPI/Models/SSHHostCertificate.html +148 -96
- data/docs/NgrokAPI/Models/SSHUserCertificate.html +154 -102
- data/docs/NgrokAPI/Models/TCPEdge.html +1287 -0
- data/docs/NgrokAPI/Models/TLSCertificate.html +165 -113
- data/docs/NgrokAPI/Models/TLSCertificateSANs.html +90 -38
- data/docs/NgrokAPI/Models/TLSEdge.html +1447 -0
- data/docs/NgrokAPI/Models/Tunnel.html +413 -65
- data/docs/NgrokAPI/Models/TunnelGroupBackend.html +1201 -0
- data/docs/NgrokAPI/Models/TunnelSession.html +126 -74
- data/docs/NgrokAPI/Models/WeightedBackend.html +1127 -0
- data/docs/NgrokAPI/Models.html +4 -4
- data/docs/NgrokAPI/PagedIterator.html +3 -3
- data/docs/NgrokAPI/Services/APIKeysClient.html +244 -109
- data/docs/NgrokAPI/Services/AbuseReportsClient.html +162 -25
- data/docs/NgrokAPI/Services/AgentIngressesClient.html +262 -109
- data/docs/NgrokAPI/Services/CertificateAuthoritiesClient.html +262 -109
- data/docs/NgrokAPI/Services/CredentialsClient.html +266 -111
- data/docs/NgrokAPI/Services/EdgeRouteBackendModuleClient.html +1149 -0
- data/docs/NgrokAPI/Services/{EndpointCircuitBreakerModuleClient.html → EdgeRouteCircuitBreakerModuleClient.html} +205 -99
- data/{doc/NgrokAPI/Services/EndpointCompressionModuleClient.html → docs/NgrokAPI/Services/EdgeRouteCompressionModuleClient.html} +205 -99
- data/docs/NgrokAPI/Services/EdgeRouteIPRestrictionModuleClient.html +1149 -0
- data/docs/NgrokAPI/Services/{EndpointOAuthModuleClient.html → EdgeRouteOAuthModuleClient.html} +205 -99
- data/docs/NgrokAPI/Services/EdgeRouteOIDCModuleClient.html +1149 -0
- data/docs/NgrokAPI/Services/EdgeRouteRequestHeadersModuleClient.html +1149 -0
- data/docs/NgrokAPI/Services/{EndpointResponseHeadersModuleClient.html → EdgeRouteResponseHeadersModuleClient.html} +205 -99
- data/{doc/NgrokAPI/Services/EndpointSAMLModuleClient.html → docs/NgrokAPI/Services/EdgeRouteSAMLModuleClient.html} +205 -99
- data/{doc/NgrokAPI/Services/EndpointWebhookValidationModuleClient.html → docs/NgrokAPI/Services/EdgeRouteWebhookVerificationModuleClient.html} +205 -99
- data/docs/NgrokAPI/Services/EdgeRouteWebsocketTCPConverterModuleClient.html +1149 -0
- data/docs/NgrokAPI/Services/EdgesHTTPSClient.html +1947 -0
- data/docs/NgrokAPI/Services/EdgesHTTPSRoutesClient.html +2585 -0
- data/docs/NgrokAPI/Services/EdgesTCPClient.html +1947 -0
- data/{doc/NgrokAPI/Services/EndpointConfigurationsClient.html → docs/NgrokAPI/Services/EdgesTLSClient.html} +374 -641
- data/docs/NgrokAPI/Services/EndpointsClient.html +903 -0
- data/docs/NgrokAPI/Services/EventDestinationsClient.html +290 -115
- data/docs/NgrokAPI/Services/EventSourcesClient.html +227 -88
- data/docs/NgrokAPI/Services/EventSubscriptionsClient.html +291 -116
- data/docs/NgrokAPI/Services/{EventStreamsClient.html → FailoverBackendsClient.html} +342 -335
- data/docs/NgrokAPI/Services/HTTPResponseBackendsClient.html +1937 -0
- data/docs/NgrokAPI/Services/HTTPSEdgeMutualTLSModuleClient.html +1039 -0
- data/{doc/NgrokAPI/Services/EndpointRequestHeadersModuleClient.html → docs/NgrokAPI/Services/HTTPSEdgeTLSTerminationModuleClient.html} +76 -80
- data/docs/NgrokAPI/Services/IPPoliciesClient.html +245 -128
- data/docs/NgrokAPI/Services/IPPolicyRulesClient.html +328 -117
- data/docs/NgrokAPI/Services/IPRestrictionsClient.html +305 -114
- data/docs/NgrokAPI/Services/ReservedAddrsClient.html +160 -295
- data/docs/NgrokAPI/Services/ReservedDomainsClient.html +257 -624
- data/docs/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html +304 -109
- data/docs/NgrokAPI/Services/SSHCredentialsClient.html +284 -111
- data/docs/NgrokAPI/Services/SSHHostCertificatesClient.html +340 -109
- data/docs/NgrokAPI/Services/SSHUserCertificatesClient.html +381 -110
- data/docs/NgrokAPI/Services/{EndpointOIDCModuleClient.html → TCPEdgeBackendModuleClient.html} +76 -80
- data/docs/NgrokAPI/Services/TCPEdgeIPRestrictionModuleClient.html +1039 -0
- data/docs/NgrokAPI/Services/TLSCertificatesClient.html +280 -109
- data/{doc/NgrokAPI/Services/EndpointOIDCModuleClient.html → docs/NgrokAPI/Services/TLSEdgeBackendModuleClient.html} +76 -80
- data/docs/NgrokAPI/Services/TLSEdgeIPRestrictionModuleClient.html +1039 -0
- data/docs/NgrokAPI/Services/{EndpointMutualTLSModuleClient.html → TLSEdgeMutualTLSModuleClient.html} +62 -66
- data/docs/NgrokAPI/Services/{EndpointTLSTerminationModuleClient.html → TLSEdgeTLSTerminationModuleClient.html} +62 -66
- data/docs/NgrokAPI/Services/TunnelGroupBackendsClient.html +1799 -0
- data/docs/NgrokAPI/Services/TunnelSessionsClient.html +44 -48
- data/docs/NgrokAPI/Services/TunnelsClient.html +249 -15
- data/docs/NgrokAPI/Services/WeightedBackendsClient.html +1799 -0
- data/docs/NgrokAPI/Services.html +4 -4
- data/docs/NgrokAPI.html +3 -3
- data/docs/_index.html +237 -60
- data/docs/class_list.html +1 -1
- data/docs/file.README.html +55 -55
- data/docs/index.html +55 -55
- data/docs/method_list.html +4555 -1843
- data/docs/top-level-namespace.html +2 -2
- data/lib/ngrokapi/client.rb +47 -24
- data/lib/ngrokapi/http_client.rb +21 -2
- data/lib/ngrokapi/models/abuse_report.rb +16 -12
- data/lib/ngrokapi/models/abuse_report_hostname.rb +11 -7
- data/lib/ngrokapi/models/agent_ingress.rb +17 -13
- data/lib/ngrokapi/models/api_key.rb +15 -11
- data/lib/ngrokapi/models/aws_auth.rb +11 -7
- data/lib/ngrokapi/models/aws_credentials.rb +11 -7
- data/lib/ngrokapi/models/aws_role.rb +10 -6
- data/lib/ngrokapi/models/certificate_authority.rb +20 -16
- data/lib/ngrokapi/models/credential.rb +16 -12
- data/lib/ngrokapi/models/endpoint.rb +53 -0
- data/lib/ngrokapi/models/endpoint_backend.rb +31 -0
- data/lib/ngrokapi/models/endpoint_backend_mutate.rb +31 -0
- data/lib/ngrokapi/models/endpoint_circuit_breaker.rb +15 -11
- data/lib/ngrokapi/models/endpoint_compression.rb +10 -6
- data/lib/ngrokapi/models/endpoint_ip_policy.rb +11 -7
- data/lib/ngrokapi/models/endpoint_ip_policy_mutate.rb +11 -7
- data/lib/ngrokapi/models/endpoint_mutual_tls.rb +11 -7
- data/lib/ngrokapi/models/endpoint_mutual_tls_mutate.rb +11 -7
- data/lib/ngrokapi/models/endpoint_o_auth.rb +16 -12
- data/lib/ngrokapi/models/endpoint_o_auth_facebook.rb +14 -10
- data/lib/ngrokapi/models/endpoint_o_auth_git_hub.rb +16 -12
- data/lib/ngrokapi/models/endpoint_o_auth_google.rb +14 -10
- data/lib/ngrokapi/models/endpoint_o_auth_microsoft.rb +14 -10
- data/lib/ngrokapi/models/endpoint_o_auth_provider.rb +13 -9
- data/lib/ngrokapi/models/endpoint_oidc.rb +18 -14
- data/lib/ngrokapi/models/endpoint_request_headers.rb +12 -8
- data/lib/ngrokapi/models/endpoint_response_headers.rb +12 -8
- data/lib/ngrokapi/models/endpoint_saml.rb +25 -21
- data/lib/ngrokapi/models/endpoint_saml_mutate.rb +20 -16
- data/lib/ngrokapi/models/endpoint_tls_termination.rb +12 -8
- data/lib/ngrokapi/models/endpoint_tls_termination_at_edge.rb +31 -0
- data/lib/ngrokapi/models/endpoint_webhook_validation.rb +12 -8
- data/lib/ngrokapi/models/endpoint_websocket_tcp_converter.rb +29 -0
- data/lib/ngrokapi/models/event_destination.rb +17 -14
- data/lib/ngrokapi/models/event_source.rb +13 -9
- data/lib/ngrokapi/models/event_source_list.rb +11 -7
- data/lib/ngrokapi/models/event_source_replace.rb +12 -8
- data/lib/ngrokapi/models/event_subscription.rb +16 -12
- data/lib/ngrokapi/models/event_target.rb +13 -9
- data/lib/ngrokapi/models/event_target_cloudwatch_logs.rb +11 -7
- data/lib/ngrokapi/models/event_target_firehose.rb +11 -7
- data/lib/ngrokapi/models/event_target_kinesis.rb +11 -7
- data/lib/ngrokapi/models/failover_backend.rb +69 -0
- data/lib/ngrokapi/models/http_response_backend.rb +75 -0
- data/lib/ngrokapi/models/https_edge.rb +84 -0
- data/lib/ngrokapi/models/https_edge_route.rb +137 -0
- data/lib/ngrokapi/models/ip_policy.rb +15 -11
- data/lib/ngrokapi/models/ip_policy_rule.rb +19 -13
- data/lib/ngrokapi/models/ip_restriction.rb +17 -13
- data/lib/ngrokapi/models/listable.rb +9 -9
- data/lib/ngrokapi/models/ref.rb +11 -7
- data/lib/ngrokapi/models/reserved_addr.rb +17 -13
- data/lib/ngrokapi/models/reserved_domain.rb +23 -19
- data/lib/ngrokapi/models/reserved_domain_cert_job.rb +13 -9
- data/lib/ngrokapi/models/reserved_domain_cert_policy.rb +11 -7
- data/lib/ngrokapi/models/reserved_domain_cert_status.rb +11 -7
- data/lib/ngrokapi/models/ssh_certificate_authority.rb +16 -12
- data/lib/ngrokapi/models/ssh_credential.rb +16 -12
- data/lib/ngrokapi/models/ssh_host_certificate.rb +21 -17
- data/lib/ngrokapi/models/ssh_user_certificate.rb +23 -19
- data/lib/ngrokapi/models/tcp_edge.rb +82 -0
- data/lib/ngrokapi/models/tls_certificate.rb +30 -26
- data/lib/ngrokapi/models/tls_certificate_sa_ns.rb +11 -7
- data/lib/ngrokapi/models/tls_edge.rb +92 -0
- data/lib/ngrokapi/models/tunnel.rb +25 -13
- data/lib/ngrokapi/models/tunnel_group_backend.rb +71 -0
- data/lib/ngrokapi/models/tunnel_session.rb +19 -15
- data/lib/ngrokapi/models/weighted_backend.rb +69 -0
- data/lib/ngrokapi/paged_iterator.rb +1 -1
- data/lib/ngrokapi/services/abuse_reports_client.rb +25 -3
- data/lib/ngrokapi/services/agent_ingresses_client.rb +32 -11
- data/lib/ngrokapi/services/api_keys_client.rb +30 -11
- data/lib/ngrokapi/services/certificate_authorities_client.rb +31 -11
- data/lib/ngrokapi/services/credentials_client.rb +34 -11
- data/lib/ngrokapi/services/edge_route_backend_module_client.rb +118 -0
- data/lib/ngrokapi/services/edge_route_circuit_breaker_module_client.rb +118 -0
- data/lib/ngrokapi/services/edge_route_compression_module_client.rb +118 -0
- data/lib/ngrokapi/services/edge_route_ip_restriction_module_client.rb +118 -0
- data/lib/ngrokapi/services/edge_route_o_auth_module_client.rb +118 -0
- data/lib/ngrokapi/services/edge_route_oidc_module_client.rb +118 -0
- data/lib/ngrokapi/services/edge_route_request_headers_module_client.rb +118 -0
- data/lib/ngrokapi/services/edge_route_response_headers_module_client.rb +118 -0
- data/lib/ngrokapi/services/edge_route_saml_module_client.rb +118 -0
- data/lib/ngrokapi/services/edge_route_webhook_verification_module_client.rb +118 -0
- data/lib/ngrokapi/services/edge_route_websocket_tcp_converter_module_client.rb +118 -0
- data/lib/ngrokapi/services/edges_https_client.rb +251 -0
- data/lib/ngrokapi/services/edges_https_routes_client.rb +292 -0
- data/lib/ngrokapi/services/edges_tcp_client.rb +251 -0
- data/lib/ngrokapi/services/edges_tls_client.rb +267 -0
- data/lib/ngrokapi/services/endpoints_client.rb +112 -0
- data/lib/ngrokapi/services/event_destinations_client.rb +37 -15
- data/lib/ngrokapi/services/event_sources_client.rb +27 -7
- data/lib/ngrokapi/services/event_subscriptions_client.rb +36 -14
- data/lib/ngrokapi/services/failover_backends_client.rb +234 -0
- data/lib/ngrokapi/services/http_response_backends_client.rb +220 -0
- data/lib/ngrokapi/services/{endpoint_oidc_module_client.rb → https_edge_mutual_tls_module_client.rb} +27 -29
- data/lib/ngrokapi/services/https_edge_tls_termination_module_client.rb +106 -0
- data/lib/ngrokapi/services/ip_policies_client.rb +31 -14
- data/lib/ngrokapi/services/ip_policy_rules_client.rb +38 -12
- data/lib/ngrokapi/services/ip_restrictions_client.rb +36 -12
- data/lib/ngrokapi/services/reserved_addrs_client.rb +31 -48
- data/lib/ngrokapi/services/reserved_domains_client.rb +37 -85
- data/lib/ngrokapi/services/ssh_certificate_authorities_client.rb +35 -11
- data/lib/ngrokapi/services/ssh_credentials_client.rb +34 -11
- data/lib/ngrokapi/services/ssh_host_certificates_client.rb +39 -11
- data/lib/ngrokapi/services/ssh_user_certificates_client.rb +44 -12
- data/lib/ngrokapi/services/{endpoint_logging_module_client.rb → tcp_edge_backend_module_client.rb} +27 -29
- data/lib/ngrokapi/services/{endpoint_ip_policy_module_client.rb → tcp_edge_ip_restriction_module_client.rb} +21 -23
- data/lib/ngrokapi/services/tls_certificates_client.rb +33 -11
- data/lib/ngrokapi/services/{endpoint_saml_module_client.rb → tls_edge_backend_module_client.rb} +27 -29
- data/lib/ngrokapi/services/tls_edge_ip_restriction_module_client.rb +106 -0
- data/lib/ngrokapi/services/{endpoint_mutual_tls_module_client.rb → tls_edge_mutual_tls_module_client.rb} +21 -23
- data/lib/ngrokapi/services/{endpoint_tls_termination_module_client.rb → tls_edge_tls_termination_module_client.rb} +21 -23
- data/lib/ngrokapi/services/tunnel_group_backends_client.rb +232 -0
- data/lib/ngrokapi/services/tunnel_sessions_client.rb +6 -8
- data/lib/ngrokapi/services/tunnels_client.rb +39 -6
- data/lib/ngrokapi/services/weighted_backends_client.rb +234 -0
- data/lib/ngrokapi/version.rb +1 -1
- data/lib/ngrokapi.rb +1 -1
- data/spec/ngrokapi/client_spec.rb +44 -23
- data/spec/ngrokapi/models/abuse_report_hostname_spec.rb +2 -2
- data/spec/ngrokapi/models/abuse_report_spec.rb +2 -2
- data/spec/ngrokapi/models/agent_ingress_spec.rb +2 -2
- data/spec/ngrokapi/models/api_key_spec.rb +2 -2
- data/spec/ngrokapi/models/aws_auth_spec.rb +2 -2
- data/spec/ngrokapi/models/aws_credentials_spec.rb +2 -2
- data/spec/ngrokapi/models/aws_role_spec.rb +2 -2
- data/spec/ngrokapi/models/certificate_authority_spec.rb +2 -2
- data/spec/ngrokapi/models/credential_spec.rb +2 -2
- 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_circuit_breaker_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_compression_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_ip_policy_mutate_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_ip_policy_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_mutual_tls_mutate_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_mutual_tls_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_o_auth_facebook_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_o_auth_git_hub_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_o_auth_google_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_o_auth_microsoft_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_o_auth_provider_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_o_auth_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_oidc_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_request_headers_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_response_headers_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_saml_mutate_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_saml_spec.rb +2 -2
- 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_tls_termination_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_webhook_validation_spec.rb +2 -2
- data/spec/ngrokapi/models/endpoint_websocket_tcp_converter_spec.rb +21 -0
- data/spec/ngrokapi/models/event_destination_spec.rb +2 -2
- data/spec/ngrokapi/models/event_source_list_spec.rb +2 -2
- data/spec/ngrokapi/models/event_source_replace_spec.rb +2 -2
- data/spec/ngrokapi/models/event_source_spec.rb +2 -2
- data/spec/ngrokapi/models/event_subscription_spec.rb +2 -2
- data/spec/ngrokapi/models/event_target_cloudwatch_logs_spec.rb +2 -2
- data/spec/ngrokapi/models/event_target_firehose_spec.rb +2 -2
- data/spec/ngrokapi/models/event_target_kinesis_spec.rb +2 -2
- data/spec/ngrokapi/models/event_target_spec.rb +2 -2
- 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/ip_policy_rule_spec.rb +2 -2
- data/spec/ngrokapi/models/ip_policy_spec.rb +2 -2
- data/spec/ngrokapi/models/ip_restriction_spec.rb +2 -2
- data/spec/ngrokapi/models/listable_spec.rb +2 -2
- data/spec/ngrokapi/models/ref_spec.rb +2 -2
- data/spec/ngrokapi/models/reserved_addr_spec.rb +2 -2
- data/spec/ngrokapi/models/reserved_domain_cert_job_spec.rb +2 -2
- data/spec/ngrokapi/models/reserved_domain_cert_policy_spec.rb +2 -2
- data/spec/ngrokapi/models/reserved_domain_cert_status_spec.rb +2 -2
- data/spec/ngrokapi/models/reserved_domain_spec.rb +2 -2
- data/spec/ngrokapi/models/ssh_certificate_authority_spec.rb +2 -2
- data/spec/ngrokapi/models/ssh_credential_spec.rb +2 -2
- data/spec/ngrokapi/models/ssh_host_certificate_spec.rb +2 -2
- data/spec/ngrokapi/models/ssh_user_certificate_spec.rb +2 -2
- data/spec/ngrokapi/models/tcp_edge_spec.rb +51 -0
- data/spec/ngrokapi/models/tls_certificate_sa_ns_spec.rb +2 -2
- data/spec/ngrokapi/models/tls_certificate_spec.rb +2 -2
- 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/tunnel_session_spec.rb +2 -2
- data/spec/ngrokapi/models/tunnel_spec.rb +2 -2
- data/spec/ngrokapi/models/weighted_backend_spec.rb +45 -0
- data/spec/ngrokapi/paged_iterator_spec.rb +5 -5
- data/spec/ngrokapi/services/abuse_reports_client_spec.rb +19 -0
- data/spec/ngrokapi/services/agent_ingresses_client_spec.rb +21 -0
- data/spec/ngrokapi/services/api_keys_client_spec.rb +19 -0
- data/spec/ngrokapi/services/certificate_authorities_client_spec.rb +21 -0
- data/spec/ngrokapi/services/credentials_client_spec.rb +21 -0
- data/spec/ngrokapi/services/edge_route_backend_module_client_spec.rb +137 -0
- data/spec/ngrokapi/services/{endpoint_circuit_breaker_module_client_spec.rb → edge_route_circuit_breaker_module_client_spec.rb} +33 -21
- data/spec/ngrokapi/services/{endpoint_compression_module_client_spec.rb → edge_route_compression_module_client_spec.rb} +33 -21
- data/spec/ngrokapi/services/edge_route_ip_restriction_module_client_spec.rb +137 -0
- data/spec/ngrokapi/services/{endpoint_o_auth_module_client_spec.rb → edge_route_o_auth_module_client_spec.rb} +33 -21
- data/spec/ngrokapi/services/{endpoint_oidc_module_client_spec.rb → edge_route_oidc_module_client_spec.rb} +33 -21
- data/spec/ngrokapi/services/{endpoint_request_headers_module_client_spec.rb → edge_route_request_headers_module_client_spec.rb} +33 -21
- data/spec/ngrokapi/services/{endpoint_response_headers_module_client_spec.rb → edge_route_response_headers_module_client_spec.rb} +33 -21
- data/spec/ngrokapi/services/{endpoint_saml_module_client_spec.rb → edge_route_saml_module_client_spec.rb} +33 -21
- data/spec/ngrokapi/services/{endpoint_webhook_validation_module_client_spec.rb → edge_route_webhook_verification_module_client_spec.rb} +33 -21
- data/spec/ngrokapi/services/edge_route_websocket_tcp_converter_module_client_spec.rb +137 -0
- data/spec/ngrokapi/services/edges_https_client_spec.rb +200 -0
- data/spec/ngrokapi/services/edges_https_routes_client_spec.rb +288 -0
- data/spec/ngrokapi/services/edges_tcp_client_spec.rb +200 -0
- data/spec/ngrokapi/services/edges_tls_client_spec.rb +216 -0
- data/spec/ngrokapi/services/endpoints_client_spec.rb +57 -0
- data/spec/ngrokapi/services/event_destinations_client_spec.rb +24 -0
- data/spec/ngrokapi/services/event_sources_client_spec.rb +21 -0
- data/spec/ngrokapi/services/event_subscriptions_client_spec.rb +23 -0
- data/spec/ngrokapi/services/failover_backends_client_spec.rb +184 -0
- data/spec/ngrokapi/services/http_response_backends_client_spec.rb +200 -0
- data/spec/ngrokapi/services/{endpoint_mutual_tls_module_client_spec.rb → https_edge_mutual_tls_module_client_spec.rb} +19 -21
- data/spec/ngrokapi/services/{endpoint_tls_termination_module_client_spec.rb → https_edge_tls_termination_module_client_spec.rb} +19 -21
- data/spec/ngrokapi/services/ip_policies_client_spec.rb +20 -1
- data/spec/ngrokapi/services/ip_policy_rules_client_spec.rb +28 -1
- data/spec/ngrokapi/services/ip_restrictions_client_spec.rb +25 -0
- data/spec/ngrokapi/services/reserved_addrs_client_spec.rb +22 -44
- data/spec/ngrokapi/services/reserved_domains_client_spec.rb +29 -88
- data/spec/ngrokapi/services/ssh_certificate_authorities_client_spec.rb +25 -0
- data/spec/ngrokapi/services/ssh_credentials_client_spec.rb +23 -0
- data/spec/ngrokapi/services/ssh_host_certificates_client_spec.rb +29 -0
- data/spec/ngrokapi/services/ssh_user_certificates_client_spec.rb +33 -0
- data/spec/ngrokapi/services/tcp_edge_backend_module_client_spec.rb +123 -0
- data/spec/ngrokapi/services/{endpoint_ip_policy_module_client_spec.rb → tcp_edge_ip_restriction_module_client_spec.rb} +19 -21
- data/spec/ngrokapi/services/tls_certificates_client_spec.rb +23 -0
- data/spec/ngrokapi/services/tls_edge_backend_module_client_spec.rb +123 -0
- data/spec/ngrokapi/services/tls_edge_ip_restriction_module_client_spec.rb +123 -0
- data/spec/ngrokapi/services/tls_edge_mutual_tls_module_client_spec.rb +123 -0
- data/spec/ngrokapi/services/tls_edge_tls_termination_module_client_spec.rb +123 -0
- data/spec/ngrokapi/services/tunnel_group_backends_client_spec.rb +184 -0
- data/spec/ngrokapi/services/tunnels_client_spec.rb +36 -0
- data/spec/ngrokapi/services/weighted_backends_client_spec.rb +184 -0
- data/spec/spec_helper.rb +326 -33
- metadata +166 -76
- data/doc/README +0 -94
- data/docs/README +0 -94
- data/lib/ngrokapi/models/endpoint_configuration.rb +0 -130
- data/lib/ngrokapi/models/endpoint_logging.rb +0 -27
- data/lib/ngrokapi/models/endpoint_logging_mutate.rb +0 -27
- data/lib/ngrokapi/models/event_stream.rb +0 -77
- data/lib/ngrokapi/services/endpoint_circuit_breaker_module_client.rb +0 -108
- data/lib/ngrokapi/services/endpoint_compression_module_client.rb +0 -108
- data/lib/ngrokapi/services/endpoint_configurations_client.rb +0 -289
- data/lib/ngrokapi/services/endpoint_o_auth_module_client.rb +0 -108
- data/lib/ngrokapi/services/endpoint_request_headers_module_client.rb +0 -108
- data/lib/ngrokapi/services/endpoint_response_headers_module_client.rb +0 -108
- data/lib/ngrokapi/services/endpoint_webhook_validation_module_client.rb +0 -108
- data/lib/ngrokapi/services/event_streams_client.rb +0 -224
- 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/services/endpoint_configurations_client_spec.rb +0 -237
- data/spec/ngrokapi/services/endpoint_logging_module_client_spec.rb +0 -125
- data/spec/ngrokapi/services/event_streams_client_spec.rb +0 -177
@@ -0,0 +1,267 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module NgrokAPI
|
4
|
+
module Services
|
5
|
+
##
|
6
|
+
# https://ngrok.com/docs/api#api-edges-tls
|
7
|
+
class EdgesTLSClient
|
8
|
+
# The API path for the requests
|
9
|
+
PATH = '/edges/tls'
|
10
|
+
# The List Property from the resulting API for list calls
|
11
|
+
LIST_PROPERTY = 'tls_edges'
|
12
|
+
|
13
|
+
attr_reader :client
|
14
|
+
|
15
|
+
def initialize(client:)
|
16
|
+
@client = client
|
17
|
+
end
|
18
|
+
|
19
|
+
##
|
20
|
+
# Create a TLS Edge
|
21
|
+
#
|
22
|
+
# @param [string] description human-readable description of what this edge will be used for; optional, max 255 bytes.
|
23
|
+
# @param [string] metadata arbitrary user-defined machine-readable data of this edge. Optional, max 4096 bytes.
|
24
|
+
# @param [List<string>] hostports hostports served by this edge
|
25
|
+
# @param [EndpointBackendMutate] backend edge modules
|
26
|
+
# @param [EndpointIPPolicyMutate] ip_restriction
|
27
|
+
# @param [EndpointMutualTLSMutate] mutual_tls
|
28
|
+
# @param [EndpointTLSTermination] tls_termination
|
29
|
+
# @return [NgrokAPI::Models::TLSEdge] result from the API request
|
30
|
+
#
|
31
|
+
# https://ngrok.com/docs/api#api-edges-tls-create
|
32
|
+
def create(description: "", metadata: "", hostports: nil, backend: nil, ip_restriction: nil, mutual_tls: nil, tls_termination: nil)
|
33
|
+
path = '/edges/tls'
|
34
|
+
replacements = {
|
35
|
+
}
|
36
|
+
data = {}
|
37
|
+
data[:description] = description if description
|
38
|
+
data[:metadata] = metadata if metadata
|
39
|
+
data[:hostports] = hostports if hostports
|
40
|
+
data[:backend] = backend if backend
|
41
|
+
data[:ip_restriction] = ip_restriction if ip_restriction
|
42
|
+
data[:mutual_tls] = mutual_tls if mutual_tls
|
43
|
+
data[:tls_termination] = tls_termination if tls_termination
|
44
|
+
result = @client.post(path % replacements, data: data)
|
45
|
+
NgrokAPI::Models::TLSEdge.new(client: self, attrs: result)
|
46
|
+
end
|
47
|
+
|
48
|
+
##
|
49
|
+
# Create a TLS Edge
|
50
|
+
# Throws an exception if API error.
|
51
|
+
#
|
52
|
+
# @param [string] description human-readable description of what this edge will be used for; optional, max 255 bytes.
|
53
|
+
# @param [string] metadata arbitrary user-defined machine-readable data of this edge. Optional, max 4096 bytes.
|
54
|
+
# @param [List<string>] hostports hostports served by this edge
|
55
|
+
# @param [EndpointBackendMutate] backend edge modules
|
56
|
+
# @param [EndpointIPPolicyMutate] ip_restriction
|
57
|
+
# @param [EndpointMutualTLSMutate] mutual_tls
|
58
|
+
# @param [EndpointTLSTermination] tls_termination
|
59
|
+
# @return [NgrokAPI::Models::TLSEdge] result from the API request
|
60
|
+
#
|
61
|
+
# https://ngrok.com/docs/api#api-edges-tls-create
|
62
|
+
def create!(description: "", metadata: "", hostports: nil, backend: nil, ip_restriction: nil, mutual_tls: nil, tls_termination: nil)
|
63
|
+
path = '/edges/tls'
|
64
|
+
replacements = {
|
65
|
+
}
|
66
|
+
data = {}
|
67
|
+
data[:description] = description if description
|
68
|
+
data[:metadata] = metadata if metadata
|
69
|
+
data[:hostports] = hostports if hostports
|
70
|
+
data[:backend] = backend if backend
|
71
|
+
data[:ip_restriction] = ip_restriction if ip_restriction
|
72
|
+
data[:mutual_tls] = mutual_tls if mutual_tls
|
73
|
+
data[:tls_termination] = tls_termination if tls_termination
|
74
|
+
result = @client.post(path % replacements, data: data, danger: true)
|
75
|
+
NgrokAPI::Models::TLSEdge.new(client: self, attrs: result)
|
76
|
+
end
|
77
|
+
|
78
|
+
##
|
79
|
+
# Get a TLS Edge by ID
|
80
|
+
#
|
81
|
+
# @param [string] id a resource identifier
|
82
|
+
# @return [NgrokAPI::Models::TLSEdge] result from the API request
|
83
|
+
#
|
84
|
+
# https://ngrok.com/docs/api#api-edges-tls-get
|
85
|
+
def get(id: "")
|
86
|
+
path = '/edges/tls/%{id}'
|
87
|
+
replacements = {
|
88
|
+
id: id,
|
89
|
+
}
|
90
|
+
data = {}
|
91
|
+
result = @client.get(path % replacements, data: data)
|
92
|
+
NgrokAPI::Models::TLSEdge.new(client: self, attrs: result)
|
93
|
+
end
|
94
|
+
|
95
|
+
##
|
96
|
+
# Get a TLS Edge by ID
|
97
|
+
# Throws an exception if API error.
|
98
|
+
#
|
99
|
+
# @param [string] id a resource identifier
|
100
|
+
# @return [NgrokAPI::Models::TLSEdge] result from the API request
|
101
|
+
#
|
102
|
+
# https://ngrok.com/docs/api#api-edges-tls-get
|
103
|
+
def get!(id: "")
|
104
|
+
path = '/edges/tls/%{id}'
|
105
|
+
replacements = {
|
106
|
+
id: id,
|
107
|
+
}
|
108
|
+
data = {}
|
109
|
+
result = @client.get(path % replacements, data: data, danger: true)
|
110
|
+
NgrokAPI::Models::TLSEdge.new(client: self, attrs: result)
|
111
|
+
end
|
112
|
+
|
113
|
+
##
|
114
|
+
# Returns a list of all TLS Edges on this account
|
115
|
+
#
|
116
|
+
# @param [string] before_id
|
117
|
+
# @param [string] limit
|
118
|
+
# @param [string] url optional and mutually exclusive from before_id and limit
|
119
|
+
# @return [NgrokAPI::Models::Listable] result from the API request
|
120
|
+
#
|
121
|
+
# https://ngrok.com/docs/api#api-edges-tls-list
|
122
|
+
def list(before_id: nil, limit: nil, url: nil)
|
123
|
+
result = @client.list(
|
124
|
+
before_id: before_id,
|
125
|
+
limit: limit,
|
126
|
+
url: url,
|
127
|
+
path: PATH
|
128
|
+
)
|
129
|
+
|
130
|
+
NgrokAPI::Models::Listable.new(
|
131
|
+
client: self,
|
132
|
+
attrs: result,
|
133
|
+
list_property: LIST_PROPERTY,
|
134
|
+
klass: NgrokAPI::Models::TLSEdge
|
135
|
+
)
|
136
|
+
end
|
137
|
+
|
138
|
+
##
|
139
|
+
# Returns a list of all TLS Edges on this account
|
140
|
+
# Throws an exception if API error.
|
141
|
+
#
|
142
|
+
# @param [string] before_id
|
143
|
+
# @param [string] limit
|
144
|
+
# @param [string] url optional and mutually exclusive from before_id and limit
|
145
|
+
# @return [NgrokAPI::Models::Listable] result from the API request
|
146
|
+
#
|
147
|
+
# https://ngrok.com/docs/api#api-edges-tls-list
|
148
|
+
def list!(before_id: nil, limit: nil, url: nil)
|
149
|
+
result = @client.list(
|
150
|
+
before_id: before_id,
|
151
|
+
limit: limit,
|
152
|
+
danger: true,
|
153
|
+
url: url,
|
154
|
+
path: PATH
|
155
|
+
)
|
156
|
+
|
157
|
+
NgrokAPI::Models::Listable.new(
|
158
|
+
client: self,
|
159
|
+
attrs: result,
|
160
|
+
list_property: LIST_PROPERTY,
|
161
|
+
klass: NgrokAPI::Models::TLSEdge,
|
162
|
+
danger: true
|
163
|
+
)
|
164
|
+
end
|
165
|
+
|
166
|
+
##
|
167
|
+
# Updates a TLS Edge by ID. If a module is not specified in the update, it will
|
168
|
+
# not be modified. However, each module configuration that is specified will
|
169
|
+
# completely replace the existing value. There is no way to delete an existing
|
170
|
+
# module via this API, instead use the delete module API.
|
171
|
+
#
|
172
|
+
# @param [string] id unique identifier of this edge
|
173
|
+
# @param [string] description human-readable description of what this edge will be used for; optional, max 255 bytes.
|
174
|
+
# @param [string] metadata arbitrary user-defined machine-readable data of this edge. Optional, max 4096 bytes.
|
175
|
+
# @param [List<string>] hostports hostports served by this edge
|
176
|
+
# @param [EndpointBackendMutate] backend edge modules
|
177
|
+
# @param [EndpointIPPolicyMutate] ip_restriction
|
178
|
+
# @param [EndpointMutualTLSMutate] mutual_tls
|
179
|
+
# @param [EndpointTLSTermination] tls_termination
|
180
|
+
# @return [NgrokAPI::Models::TLSEdge] result from the API request
|
181
|
+
#
|
182
|
+
# https://ngrok.com/docs/api#api-edges-tls-update
|
183
|
+
def update(id: "", description: nil, metadata: nil, hostports: nil, backend: nil, ip_restriction: nil, mutual_tls: nil, tls_termination: nil)
|
184
|
+
path = '/edges/tls/%{id}'
|
185
|
+
replacements = {
|
186
|
+
id: id,
|
187
|
+
}
|
188
|
+
data = {}
|
189
|
+
data[:description] = description if description
|
190
|
+
data[:metadata] = metadata if metadata
|
191
|
+
data[:hostports] = hostports if hostports
|
192
|
+
data[:backend] = backend if backend
|
193
|
+
data[:ip_restriction] = ip_restriction if ip_restriction
|
194
|
+
data[:mutual_tls] = mutual_tls if mutual_tls
|
195
|
+
data[:tls_termination] = tls_termination if tls_termination
|
196
|
+
result = @client.patch(path % replacements, data: data)
|
197
|
+
NgrokAPI::Models::TLSEdge.new(client: self, attrs: result)
|
198
|
+
end
|
199
|
+
|
200
|
+
##
|
201
|
+
# Updates a TLS Edge by ID. If a module is not specified in the update, it will
|
202
|
+
# not be modified. However, each module configuration that is specified will
|
203
|
+
# completely replace the existing value. There is no way to delete an existing
|
204
|
+
# module via this API, instead use the delete module API.
|
205
|
+
# Throws an exception if API error.
|
206
|
+
#
|
207
|
+
# @param [string] id unique identifier of this edge
|
208
|
+
# @param [string] description human-readable description of what this edge will be used for; optional, max 255 bytes.
|
209
|
+
# @param [string] metadata arbitrary user-defined machine-readable data of this edge. Optional, max 4096 bytes.
|
210
|
+
# @param [List<string>] hostports hostports served by this edge
|
211
|
+
# @param [EndpointBackendMutate] backend edge modules
|
212
|
+
# @param [EndpointIPPolicyMutate] ip_restriction
|
213
|
+
# @param [EndpointMutualTLSMutate] mutual_tls
|
214
|
+
# @param [EndpointTLSTermination] tls_termination
|
215
|
+
# @return [NgrokAPI::Models::TLSEdge] result from the API request
|
216
|
+
#
|
217
|
+
# https://ngrok.com/docs/api#api-edges-tls-update
|
218
|
+
def update!(id: "", description: nil, metadata: nil, hostports: nil, backend: nil, ip_restriction: nil, mutual_tls: nil, tls_termination: nil)
|
219
|
+
path = '/edges/tls/%{id}'
|
220
|
+
replacements = {
|
221
|
+
id: id,
|
222
|
+
}
|
223
|
+
data = {}
|
224
|
+
data[:description] = description if description
|
225
|
+
data[:metadata] = metadata if metadata
|
226
|
+
data[:hostports] = hostports if hostports
|
227
|
+
data[:backend] = backend if backend
|
228
|
+
data[:ip_restriction] = ip_restriction if ip_restriction
|
229
|
+
data[:mutual_tls] = mutual_tls if mutual_tls
|
230
|
+
data[:tls_termination] = tls_termination if tls_termination
|
231
|
+
result = @client.patch(path % replacements, data: data, danger: true)
|
232
|
+
NgrokAPI::Models::TLSEdge.new(client: self, attrs: result)
|
233
|
+
end
|
234
|
+
|
235
|
+
##
|
236
|
+
# Delete a TLS Edge by ID
|
237
|
+
#
|
238
|
+
# @param [string] id a resource identifier
|
239
|
+
# @return [NgrokAPI::Models::Empty] result from the API request
|
240
|
+
#
|
241
|
+
# https://ngrok.com/docs/api#api-edges-tls-delete
|
242
|
+
def delete(id: "")
|
243
|
+
path = '/edges/tls/%{id}'
|
244
|
+
replacements = {
|
245
|
+
id: id,
|
246
|
+
}
|
247
|
+
@client.delete(path % replacements)
|
248
|
+
end
|
249
|
+
|
250
|
+
##
|
251
|
+
# Delete a TLS Edge by ID
|
252
|
+
# Throws an exception if API error.
|
253
|
+
#
|
254
|
+
# @param [string] id a resource identifier
|
255
|
+
# @return [NgrokAPI::Models::Empty] result from the API request
|
256
|
+
#
|
257
|
+
# https://ngrok.com/docs/api#api-edges-tls-delete
|
258
|
+
def delete!(id: "")
|
259
|
+
path = '/edges/tls/%{id}'
|
260
|
+
replacements = {
|
261
|
+
id: id,
|
262
|
+
}
|
263
|
+
@client.delete(path % replacements, danger: true)
|
264
|
+
end
|
265
|
+
end
|
266
|
+
end
|
267
|
+
end
|
@@ -0,0 +1,112 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module NgrokAPI
|
4
|
+
module Services
|
5
|
+
##
|
6
|
+
# Endpoints provides an API for querying the endpoint objects
|
7
|
+
# which define what tunnel or edge is used to serve a hostport.
|
8
|
+
# Only active endpoints associated with a tunnel or backend are returned.
|
9
|
+
#
|
10
|
+
# https://ngrok.com/docs/api#api-endpoints
|
11
|
+
class EndpointsClient
|
12
|
+
# The List Property from the resulting API for list calls
|
13
|
+
LIST_PROPERTY = 'endpoints'
|
14
|
+
# The API path for the requests
|
15
|
+
PATH = '/endpoints'
|
16
|
+
|
17
|
+
attr_reader :client
|
18
|
+
|
19
|
+
def initialize(client:)
|
20
|
+
@client = client
|
21
|
+
end
|
22
|
+
|
23
|
+
##
|
24
|
+
# List all active endpoints on the account
|
25
|
+
#
|
26
|
+
# @param [string] before_id
|
27
|
+
# @param [string] limit
|
28
|
+
# @param [string] url optional and mutually exclusive from before_id and limit
|
29
|
+
# @return [NgrokAPI::Models::Listable] result from the API request
|
30
|
+
#
|
31
|
+
# https://ngrok.com/docs/api#api-endpoints-list
|
32
|
+
def list(before_id: nil, limit: nil, url: nil)
|
33
|
+
result = @client.list(
|
34
|
+
before_id: before_id,
|
35
|
+
limit: limit,
|
36
|
+
url: url,
|
37
|
+
path: PATH
|
38
|
+
)
|
39
|
+
|
40
|
+
NgrokAPI::Models::Listable.new(
|
41
|
+
client: self,
|
42
|
+
attrs: result,
|
43
|
+
list_property: LIST_PROPERTY,
|
44
|
+
klass: NgrokAPI::Models::Endpoint
|
45
|
+
)
|
46
|
+
end
|
47
|
+
|
48
|
+
##
|
49
|
+
# List all active endpoints on the account
|
50
|
+
# Throws an exception if API error.
|
51
|
+
#
|
52
|
+
# @param [string] before_id
|
53
|
+
# @param [string] limit
|
54
|
+
# @param [string] url optional and mutually exclusive from before_id and limit
|
55
|
+
# @return [NgrokAPI::Models::Listable] result from the API request
|
56
|
+
#
|
57
|
+
# https://ngrok.com/docs/api#api-endpoints-list
|
58
|
+
def list!(before_id: nil, limit: nil, url: nil)
|
59
|
+
result = @client.list(
|
60
|
+
before_id: before_id,
|
61
|
+
limit: limit,
|
62
|
+
danger: true,
|
63
|
+
url: url,
|
64
|
+
path: PATH
|
65
|
+
)
|
66
|
+
|
67
|
+
NgrokAPI::Models::Listable.new(
|
68
|
+
client: self,
|
69
|
+
attrs: result,
|
70
|
+
list_property: LIST_PROPERTY,
|
71
|
+
klass: NgrokAPI::Models::Endpoint,
|
72
|
+
danger: true
|
73
|
+
)
|
74
|
+
end
|
75
|
+
|
76
|
+
##
|
77
|
+
# Get the status of an endpoint by ID
|
78
|
+
#
|
79
|
+
# @param [string] id a resource identifier
|
80
|
+
# @return [NgrokAPI::Models::Endpoint] result from the API request
|
81
|
+
#
|
82
|
+
# https://ngrok.com/docs/api#api-endpoints-get
|
83
|
+
def get(id: "")
|
84
|
+
path = '/endpoints/%{id}'
|
85
|
+
replacements = {
|
86
|
+
id: id,
|
87
|
+
}
|
88
|
+
data = {}
|
89
|
+
result = @client.get(path % replacements, data: data)
|
90
|
+
NgrokAPI::Models::Endpoint.new(client: self, attrs: result)
|
91
|
+
end
|
92
|
+
|
93
|
+
##
|
94
|
+
# Get the status of an endpoint by ID
|
95
|
+
# Throws an exception if API error.
|
96
|
+
#
|
97
|
+
# @param [string] id a resource identifier
|
98
|
+
# @return [NgrokAPI::Models::Endpoint] result from the API request
|
99
|
+
#
|
100
|
+
# https://ngrok.com/docs/api#api-endpoints-get
|
101
|
+
def get!(id: "")
|
102
|
+
path = '/endpoints/%{id}'
|
103
|
+
replacements = {
|
104
|
+
id: id,
|
105
|
+
}
|
106
|
+
data = {}
|
107
|
+
result = @client.get(path % replacements, data: data, danger: true)
|
108
|
+
NgrokAPI::Models::Endpoint.new(client: self, attrs: result)
|
109
|
+
end
|
110
|
+
end
|
111
|
+
end
|
112
|
+
end
|
@@ -38,13 +38,38 @@ module NgrokAPI
|
|
38
38
|
data[:format] = format if format
|
39
39
|
data[:target] = target if target
|
40
40
|
result = @client.post(path % replacements, data: data)
|
41
|
-
NgrokAPI::Models::EventDestination.new(client: self,
|
41
|
+
NgrokAPI::Models::EventDestination.new(client: self, attrs: result)
|
42
|
+
end
|
43
|
+
|
44
|
+
##
|
45
|
+
# Create a new Event Destination. It will not apply to anything until it is
|
46
|
+
# associated with an Event Stream, and that Event Stream is associated with an
|
47
|
+
# Endpoint Config.
|
48
|
+
# Throws an exception if API error.
|
49
|
+
#
|
50
|
+
# @param [string] metadata Arbitrary user-defined machine-readable data of this Event Destination. Optional, max 4096 bytes.
|
51
|
+
# @param [string] description Human-readable description of the Event Destination. Optional, max 255 bytes.
|
52
|
+
# @param [string] format The output format you would like to serialize events into when sending to their target. Currently the only accepted value is ``JSON``.
|
53
|
+
# @param [EventTarget] target An object that encapsulates where and how to send your events. An event destination must contain exactly one of the following objects, leaving the rest null: ``kinesis``, ``firehose``, ``cloudwatch_logs``, or ``s3``.
|
54
|
+
# @return [NgrokAPI::Models::EventDestination] result from the API request
|
55
|
+
#
|
56
|
+
# https://ngrok.com/docs/api#api-event-destinations-create
|
57
|
+
def create!(metadata: "", description: "", format: "", target: nil, verify_with_test_event: nil)
|
58
|
+
path = '/event_destinations'
|
59
|
+
replacements = {
|
60
|
+
}
|
61
|
+
data = {}
|
62
|
+
data[:metadata] = metadata if metadata
|
63
|
+
data[:description] = description if description
|
64
|
+
data[:format] = format if format
|
65
|
+
data[:target] = target if target
|
66
|
+
result = @client.post(path % replacements, data: data, danger: true)
|
67
|
+
NgrokAPI::Models::EventDestination.new(client: self, attrs: result)
|
42
68
|
end
|
43
69
|
|
44
70
|
##
|
45
71
|
# Delete an Event Destination. If the Event Destination is still referenced by an
|
46
|
-
# Event
|
47
|
-
# reference.
|
72
|
+
# Event Subscription.
|
48
73
|
#
|
49
74
|
# @param [string] id a resource identifier
|
50
75
|
# @return [NgrokAPI::Models::Empty] result from the API request
|
@@ -60,8 +85,7 @@ module NgrokAPI
|
|
60
85
|
|
61
86
|
##
|
62
87
|
# Delete an Event Destination. If the Event Destination is still referenced by an
|
63
|
-
# Event
|
64
|
-
# reference.
|
88
|
+
# Event Subscription.
|
65
89
|
# Throws an exception if API error.
|
66
90
|
#
|
67
91
|
# @param [string] id a resource identifier
|
@@ -90,7 +114,7 @@ module NgrokAPI
|
|
90
114
|
}
|
91
115
|
data = {}
|
92
116
|
result = @client.get(path % replacements, data: data)
|
93
|
-
NgrokAPI::Models::EventDestination.new(client: self,
|
117
|
+
NgrokAPI::Models::EventDestination.new(client: self, attrs: result)
|
94
118
|
end
|
95
119
|
|
96
120
|
##
|
@@ -108,7 +132,7 @@ module NgrokAPI
|
|
108
132
|
}
|
109
133
|
data = {}
|
110
134
|
result = @client.get(path % replacements, data: data, danger: true)
|
111
|
-
NgrokAPI::Models::EventDestination.new(client: self,
|
135
|
+
NgrokAPI::Models::EventDestination.new(client: self, attrs: result)
|
112
136
|
end
|
113
137
|
|
114
138
|
##
|
@@ -120,8 +144,7 @@ module NgrokAPI
|
|
120
144
|
# @return [NgrokAPI::Models::Listable] result from the API request
|
121
145
|
#
|
122
146
|
# https://ngrok.com/docs/api#api-event-destinations-list
|
123
|
-
def list(before_id: nil, limit: nil,
|
124
|
-
url: nil)
|
147
|
+
def list(before_id: nil, limit: nil, url: nil)
|
125
148
|
result = @client.list(
|
126
149
|
before_id: before_id,
|
127
150
|
limit: limit,
|
@@ -131,7 +154,7 @@ module NgrokAPI
|
|
131
154
|
|
132
155
|
NgrokAPI::Models::Listable.new(
|
133
156
|
client: self,
|
134
|
-
|
157
|
+
attrs: result,
|
135
158
|
list_property: LIST_PROPERTY,
|
136
159
|
klass: NgrokAPI::Models::EventDestination
|
137
160
|
)
|
@@ -147,8 +170,7 @@ module NgrokAPI
|
|
147
170
|
# @return [NgrokAPI::Models::Listable] result from the API request
|
148
171
|
#
|
149
172
|
# https://ngrok.com/docs/api#api-event-destinations-list
|
150
|
-
def list!(before_id: nil, limit: nil,
|
151
|
-
url: nil)
|
173
|
+
def list!(before_id: nil, limit: nil, url: nil)
|
152
174
|
result = @client.list(
|
153
175
|
before_id: before_id,
|
154
176
|
limit: limit,
|
@@ -159,7 +181,7 @@ module NgrokAPI
|
|
159
181
|
|
160
182
|
NgrokAPI::Models::Listable.new(
|
161
183
|
client: self,
|
162
|
-
|
184
|
+
attrs: result,
|
163
185
|
list_property: LIST_PROPERTY,
|
164
186
|
klass: NgrokAPI::Models::EventDestination,
|
165
187
|
danger: true
|
@@ -188,7 +210,7 @@ module NgrokAPI
|
|
188
210
|
data[:format] = format if format
|
189
211
|
data[:target] = target if target
|
190
212
|
result = @client.patch(path % replacements, data: data)
|
191
|
-
NgrokAPI::Models::EventDestination.new(client: self,
|
213
|
+
NgrokAPI::Models::EventDestination.new(client: self, attrs: result)
|
192
214
|
end
|
193
215
|
|
194
216
|
##
|
@@ -214,7 +236,7 @@ module NgrokAPI
|
|
214
236
|
data[:format] = format if format
|
215
237
|
data[:target] = target if target
|
216
238
|
result = @client.patch(path % replacements, data: data, danger: true)
|
217
|
-
NgrokAPI::Models::EventDestination.new(client: self,
|
239
|
+
NgrokAPI::Models::EventDestination.new(client: self, attrs: result)
|
218
240
|
end
|
219
241
|
end
|
220
242
|
end
|
@@ -30,7 +30,27 @@ module NgrokAPI
|
|
30
30
|
data = {}
|
31
31
|
data[:type] = type if type
|
32
32
|
result = @client.post(path % replacements, data: data)
|
33
|
-
NgrokAPI::Models::EventSource.new(client: self,
|
33
|
+
NgrokAPI::Models::EventSource.new(client: self, attrs: result)
|
34
|
+
end
|
35
|
+
|
36
|
+
##
|
37
|
+
# Add an additional type for which this event subscription will trigger
|
38
|
+
# Throws an exception if API error.
|
39
|
+
#
|
40
|
+
# @param [string] subscription_id The unique identifier for the Event Subscription that this Event Source is attached to.
|
41
|
+
# @param [string] type Type of event for which an event subscription will trigger
|
42
|
+
# @return [NgrokAPI::Models::EventSource] result from the API request
|
43
|
+
#
|
44
|
+
# https://ngrok.com/docs/api#api-event-sources-create
|
45
|
+
def create!(subscription_id: "", type: "", filter: "", fields: [])
|
46
|
+
path = '/event_subscriptions/%{subscription_id}/sources'
|
47
|
+
replacements = {
|
48
|
+
subscription_id: subscription_id,
|
49
|
+
}
|
50
|
+
data = {}
|
51
|
+
data[:type] = type if type
|
52
|
+
result = @client.post(path % replacements, data: data, danger: true)
|
53
|
+
NgrokAPI::Models::EventSource.new(client: self, attrs: result)
|
34
54
|
end
|
35
55
|
|
36
56
|
##
|
@@ -84,7 +104,7 @@ module NgrokAPI
|
|
84
104
|
}
|
85
105
|
data = {}
|
86
106
|
result = @client.get(path % replacements, data: data)
|
87
|
-
NgrokAPI::Models::EventSource.new(client: self,
|
107
|
+
NgrokAPI::Models::EventSource.new(client: self, attrs: result)
|
88
108
|
end
|
89
109
|
|
90
110
|
##
|
@@ -104,7 +124,7 @@ module NgrokAPI
|
|
104
124
|
}
|
105
125
|
data = {}
|
106
126
|
result = @client.get(path % replacements, data: data, danger: true)
|
107
|
-
NgrokAPI::Models::EventSource.new(client: self,
|
127
|
+
NgrokAPI::Models::EventSource.new(client: self, attrs: result)
|
108
128
|
end
|
109
129
|
|
110
130
|
##
|
@@ -121,7 +141,7 @@ module NgrokAPI
|
|
121
141
|
}
|
122
142
|
data = {}
|
123
143
|
result = @client.get(path % replacements, data: data)
|
124
|
-
NgrokAPI::Models::EventSourceList.new(client: self,
|
144
|
+
NgrokAPI::Models::EventSourceList.new(client: self, attrs: result)
|
125
145
|
end
|
126
146
|
|
127
147
|
##
|
@@ -139,7 +159,7 @@ module NgrokAPI
|
|
139
159
|
}
|
140
160
|
data = {}
|
141
161
|
result = @client.get(path % replacements, data: data, danger: true)
|
142
|
-
NgrokAPI::Models::EventSourceList.new(client: self,
|
162
|
+
NgrokAPI::Models::EventSourceList.new(client: self, attrs: result)
|
143
163
|
end
|
144
164
|
|
145
165
|
##
|
@@ -158,7 +178,7 @@ module NgrokAPI
|
|
158
178
|
}
|
159
179
|
data = {}
|
160
180
|
result = @client.patch(path % replacements, data: data)
|
161
|
-
NgrokAPI::Models::EventSource.new(client: self,
|
181
|
+
NgrokAPI::Models::EventSource.new(client: self, attrs: result)
|
162
182
|
end
|
163
183
|
|
164
184
|
##
|
@@ -178,7 +198,7 @@ module NgrokAPI
|
|
178
198
|
}
|
179
199
|
data = {}
|
180
200
|
result = @client.patch(path % replacements, data: data, danger: true)
|
181
|
-
NgrokAPI::Models::EventSource.new(client: self,
|
201
|
+
NgrokAPI::Models::EventSource.new(client: self, attrs: result)
|
182
202
|
end
|
183
203
|
end
|
184
204
|
end
|