ngrok-api 0.18.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 +1 -1
- data/doc/NgrokAPI/Error.html +1 -1
- data/doc/NgrokAPI/Errors/NotFoundError.html +1 -1
- data/doc/NgrokAPI/Errors.html +1 -1
- data/doc/NgrokAPI/HttpClient.html +146 -3
- data/doc/NgrokAPI/Models/APIKey.html +119 -67
- data/doc/NgrokAPI/Models/AWSAuth.html +82 -30
- data/doc/NgrokAPI/Models/AWSCredentials.html +89 -37
- data/doc/NgrokAPI/Models/AWSRole.html +74 -22
- data/doc/NgrokAPI/Models/AbuseReport.html +108 -56
- data/doc/NgrokAPI/Models/AbuseReportHostname.html +82 -30
- data/doc/NgrokAPI/Models/AgentIngress.html +141 -89
- data/doc/NgrokAPI/Models/CertificateAuthority.html +148 -96
- data/doc/NgrokAPI/Models/Credential.html +120 -68
- data/doc/NgrokAPI/Models/Endpoint.html +138 -86
- data/doc/NgrokAPI/Models/EndpointBackend.html +89 -37
- data/doc/NgrokAPI/Models/EndpointBackendMutate.html +89 -37
- data/doc/NgrokAPI/Models/EndpointCircuitBreaker.html +100 -48
- data/doc/NgrokAPI/Models/EndpointCompression.html +81 -29
- data/doc/NgrokAPI/Models/EndpointIPPolicy.html +89 -37
- data/doc/NgrokAPI/Models/EndpointIPPolicyMutate.html +89 -37
- data/doc/NgrokAPI/Models/EndpointMutualTLS.html +89 -37
- data/doc/NgrokAPI/Models/EndpointMutualTLSMutate.html +89 -37
- data/doc/NgrokAPI/Models/EndpointOAuth.html +123 -71
- data/doc/NgrokAPI/Models/EndpointOAuthFacebook.html +106 -54
- data/doc/NgrokAPI/Models/EndpointOAuthGitHub.html +115 -63
- data/doc/NgrokAPI/Models/EndpointOAuthGoogle.html +106 -54
- data/doc/NgrokAPI/Models/EndpointOAuthMicrosoft.html +106 -54
- data/doc/NgrokAPI/Models/EndpointOAuthProvider.html +105 -53
- data/doc/NgrokAPI/Models/EndpointOIDC.html +132 -80
- data/doc/NgrokAPI/Models/EndpointRequestHeaders.html +90 -38
- data/doc/NgrokAPI/Models/EndpointResponseHeaders.html +90 -38
- data/doc/NgrokAPI/Models/EndpointSAML.html +147 -95
- data/doc/NgrokAPI/Models/EndpointSAMLMutate.html +132 -80
- data/doc/NgrokAPI/Models/EndpointTLSTermination.html +90 -38
- data/doc/NgrokAPI/Models/EndpointTLSTerminationAtEdge.html +89 -37
- data/doc/NgrokAPI/Models/EndpointWebhookValidation.html +90 -38
- data/doc/NgrokAPI/Models/EndpointWebsocketTCPConverter.html +81 -29
- data/doc/NgrokAPI/Models/EventDestination.html +121 -69
- data/doc/NgrokAPI/Models/EventSource.html +91 -39
- data/doc/NgrokAPI/Models/EventSourceList.html +75 -23
- data/doc/NgrokAPI/Models/EventSourceReplace.html +90 -38
- data/doc/NgrokAPI/Models/EventSubscription.html +121 -69
- data/doc/NgrokAPI/Models/EventTarget.html +105 -53
- data/doc/NgrokAPI/Models/EventTargetCloudwatchLogs.html +89 -37
- data/doc/NgrokAPI/Models/EventTargetFirehose.html +89 -37
- data/doc/NgrokAPI/Models/EventTargetKinesis.html +82 -30
- data/doc/NgrokAPI/Models/FailoverBackend.html +127 -75
- data/doc/NgrokAPI/Models/HTTPResponseBackend.html +135 -83
- data/doc/NgrokAPI/Models/HTTPSEdge.html +136 -84
- data/doc/NgrokAPI/Models/HTTPSEdgeRoute.html +163 -111
- data/doc/NgrokAPI/Models/IPPolicy.html +119 -67
- data/doc/NgrokAPI/Models/IPPolicyRule.html +135 -83
- data/doc/NgrokAPI/Models/IPRestriction.html +129 -77
- data/doc/NgrokAPI/Models/Listable.html +60 -60
- data/doc/NgrokAPI/Models/Ref.html +82 -30
- data/doc/NgrokAPI/Models/ReservedAddr.html +129 -77
- data/doc/NgrokAPI/Models/ReservedDomain.html +150 -98
- data/doc/NgrokAPI/Models/ReservedDomainCertJob.html +91 -39
- data/doc/NgrokAPI/Models/ReservedDomainCertPolicy.html +89 -37
- data/doc/NgrokAPI/Models/ReservedDomainCertStatus.html +89 -37
- data/doc/NgrokAPI/Models/SSHCertificateAuthority.html +134 -82
- data/doc/NgrokAPI/Models/SSHCredential.html +127 -75
- data/doc/NgrokAPI/Models/SSHHostCertificate.html +147 -95
- data/doc/NgrokAPI/Models/SSHUserCertificate.html +153 -101
- data/doc/NgrokAPI/Models/TCPEdge.html +141 -89
- data/doc/NgrokAPI/Models/TLSCertificate.html +164 -112
- data/doc/NgrokAPI/Models/TLSCertificateSANs.html +89 -37
- data/doc/NgrokAPI/Models/TLSEdge.html +145 -93
- data/doc/NgrokAPI/Models/Tunnel.html +136 -84
- data/doc/NgrokAPI/Models/TunnelGroupBackend.html +128 -76
- data/doc/NgrokAPI/Models/TunnelSession.html +125 -73
- data/doc/NgrokAPI/Models/WeightedBackend.html +127 -75
- data/doc/NgrokAPI/Models.html +1 -1
- data/doc/NgrokAPI/PagedIterator.html +2 -2
- data/doc/NgrokAPI/Services/APIKeysClient.html +243 -108
- data/doc/NgrokAPI/Services/AbuseReportsClient.html +161 -24
- data/doc/NgrokAPI/Services/AgentIngressesClient.html +261 -108
- data/doc/NgrokAPI/Services/CertificateAuthoritiesClient.html +261 -108
- data/doc/NgrokAPI/Services/CredentialsClient.html +265 -110
- data/doc/NgrokAPI/Services/EdgeRouteBackendModuleClient.html +27 -31
- data/doc/NgrokAPI/Services/EdgeRouteCircuitBreakerModuleClient.html +27 -31
- data/doc/NgrokAPI/Services/EdgeRouteCompressionModuleClient.html +27 -31
- data/doc/NgrokAPI/Services/EdgeRouteIPRestrictionModuleClient.html +27 -31
- data/doc/NgrokAPI/Services/EdgeRouteOAuthModuleClient.html +27 -31
- data/doc/NgrokAPI/Services/EdgeRouteOIDCModuleClient.html +27 -31
- data/doc/NgrokAPI/Services/EdgeRouteRequestHeadersModuleClient.html +27 -31
- data/doc/NgrokAPI/Services/EdgeRouteResponseHeadersModuleClient.html +27 -31
- data/doc/NgrokAPI/Services/EdgeRouteSAMLModuleClient.html +27 -31
- data/doc/NgrokAPI/Services/EdgeRouteWebhookVerificationModuleClient.html +27 -31
- data/doc/NgrokAPI/Services/EdgeRouteWebsocketTCPConverterModuleClient.html +27 -31
- data/doc/NgrokAPI/Services/EdgesHTTPSClient.html +304 -114
- data/doc/NgrokAPI/Services/EdgesHTTPSRoutesClient.html +513 -98
- data/doc/NgrokAPI/Services/EdgesTCPClient.html +304 -114
- data/doc/NgrokAPI/Services/EdgesTLSClient.html +338 -118
- data/doc/NgrokAPI/Services/EndpointsClient.html +19 -23
- data/doc/NgrokAPI/Services/EventDestinationsClient.html +287 -112
- data/doc/NgrokAPI/Services/EventSourcesClient.html +226 -87
- data/doc/NgrokAPI/Services/EventSubscriptionsClient.html +287 -112
- data/doc/NgrokAPI/Services/FailoverBackendsClient.html +267 -112
- data/doc/NgrokAPI/Services/HTTPResponseBackendsClient.html +307 -114
- data/doc/NgrokAPI/Services/HTTPSEdgeMutualTLSModuleClient.html +27 -31
- data/doc/NgrokAPI/Services/HTTPSEdgeTLSTerminationModuleClient.html +27 -31
- data/doc/NgrokAPI/Services/IPPoliciesClient.html +243 -108
- data/doc/NgrokAPI/Services/IPPolicyRulesClient.html +301 -110
- data/doc/NgrokAPI/Services/IPRestrictionsClient.html +303 -112
- data/doc/NgrokAPI/Services/ReservedAddrsClient.html +263 -108
- data/doc/NgrokAPI/Services/ReservedDomainsClient.html +357 -144
- data/doc/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html +303 -108
- data/doc/NgrokAPI/Services/SSHCredentialsClient.html +283 -110
- data/doc/NgrokAPI/Services/SSHHostCertificatesClient.html +339 -108
- data/doc/NgrokAPI/Services/SSHUserCertificatesClient.html +380 -109
- data/doc/NgrokAPI/Services/TCPEdgeBackendModuleClient.html +27 -31
- data/doc/NgrokAPI/Services/TCPEdgeIPRestrictionModuleClient.html +27 -31
- data/doc/NgrokAPI/Services/TLSCertificatesClient.html +279 -108
- data/doc/NgrokAPI/Services/TLSEdgeBackendModuleClient.html +27 -31
- data/doc/NgrokAPI/Services/TLSEdgeIPRestrictionModuleClient.html +27 -31
- data/doc/NgrokAPI/Services/TLSEdgeMutualTLSModuleClient.html +27 -31
- data/doc/NgrokAPI/Services/TLSEdgeTLSTerminationModuleClient.html +27 -31
- data/doc/NgrokAPI/Services/TunnelGroupBackendsClient.html +267 -112
- data/doc/NgrokAPI/Services/TunnelSessionsClient.html +43 -47
- data/doc/NgrokAPI/Services/TunnelsClient.html +19 -23
- data/doc/NgrokAPI/Services/WeightedBackendsClient.html +270 -115
- data/doc/NgrokAPI/Services.html +1 -1
- data/doc/NgrokAPI.html +1 -1
- data/doc/_index.html +1 -1
- data/doc/file.README.html +54 -54
- data/doc/index.html +54 -54
- data/doc/method_list.html +1089 -337
- data/doc/top-level-namespace.html +1 -1
- data/docs/NgrokAPI/Client.html +1 -1
- data/docs/NgrokAPI/Error.html +1 -1
- data/docs/NgrokAPI/Errors/NotFoundError.html +1 -1
- data/docs/NgrokAPI/Errors.html +1 -1
- data/docs/NgrokAPI/HttpClient.html +146 -3
- data/docs/NgrokAPI/Models/APIKey.html +119 -67
- data/docs/NgrokAPI/Models/AWSAuth.html +82 -30
- data/docs/NgrokAPI/Models/AWSCredentials.html +89 -37
- data/docs/NgrokAPI/Models/AWSRole.html +74 -22
- data/docs/NgrokAPI/Models/AbuseReport.html +108 -56
- data/docs/NgrokAPI/Models/AbuseReportHostname.html +82 -30
- data/docs/NgrokAPI/Models/AgentIngress.html +141 -89
- data/docs/NgrokAPI/Models/CertificateAuthority.html +148 -96
- data/docs/NgrokAPI/Models/Credential.html +120 -68
- data/docs/NgrokAPI/Models/Endpoint.html +138 -86
- data/docs/NgrokAPI/Models/EndpointBackend.html +89 -37
- data/docs/NgrokAPI/Models/EndpointBackendMutate.html +89 -37
- data/docs/NgrokAPI/Models/EndpointCircuitBreaker.html +100 -48
- data/docs/NgrokAPI/Models/EndpointCompression.html +81 -29
- data/docs/NgrokAPI/Models/EndpointIPPolicy.html +89 -37
- data/docs/NgrokAPI/Models/EndpointIPPolicyMutate.html +89 -37
- data/docs/NgrokAPI/Models/EndpointMutualTLS.html +89 -37
- data/docs/NgrokAPI/Models/EndpointMutualTLSMutate.html +89 -37
- data/docs/NgrokAPI/Models/EndpointOAuth.html +123 -71
- data/docs/NgrokAPI/Models/EndpointOAuthFacebook.html +106 -54
- data/docs/NgrokAPI/Models/EndpointOAuthGitHub.html +115 -63
- data/docs/NgrokAPI/Models/EndpointOAuthGoogle.html +106 -54
- data/docs/NgrokAPI/Models/EndpointOAuthMicrosoft.html +106 -54
- data/docs/NgrokAPI/Models/EndpointOAuthProvider.html +105 -53
- data/docs/NgrokAPI/Models/EndpointOIDC.html +132 -80
- data/docs/NgrokAPI/Models/EndpointRequestHeaders.html +90 -38
- data/docs/NgrokAPI/Models/EndpointResponseHeaders.html +90 -38
- data/docs/NgrokAPI/Models/EndpointSAML.html +147 -95
- data/docs/NgrokAPI/Models/EndpointSAMLMutate.html +132 -80
- data/docs/NgrokAPI/Models/EndpointTLSTermination.html +90 -38
- data/docs/NgrokAPI/Models/EndpointTLSTerminationAtEdge.html +89 -37
- data/docs/NgrokAPI/Models/EndpointWebhookValidation.html +90 -38
- data/docs/NgrokAPI/Models/EndpointWebsocketTCPConverter.html +81 -29
- data/docs/NgrokAPI/Models/EventDestination.html +121 -69
- data/docs/NgrokAPI/Models/EventSource.html +91 -39
- data/docs/NgrokAPI/Models/EventSourceList.html +75 -23
- data/docs/NgrokAPI/Models/EventSourceReplace.html +90 -38
- data/docs/NgrokAPI/Models/EventSubscription.html +121 -69
- data/docs/NgrokAPI/Models/EventTarget.html +105 -53
- data/docs/NgrokAPI/Models/EventTargetCloudwatchLogs.html +89 -37
- data/docs/NgrokAPI/Models/EventTargetFirehose.html +89 -37
- data/docs/NgrokAPI/Models/EventTargetKinesis.html +82 -30
- data/docs/NgrokAPI/Models/FailoverBackend.html +127 -75
- data/docs/NgrokAPI/Models/HTTPResponseBackend.html +135 -83
- data/docs/NgrokAPI/Models/HTTPSEdge.html +136 -84
- data/docs/NgrokAPI/Models/HTTPSEdgeRoute.html +163 -111
- data/docs/NgrokAPI/Models/IPPolicy.html +119 -67
- data/docs/NgrokAPI/Models/IPPolicyRule.html +135 -83
- data/docs/NgrokAPI/Models/IPRestriction.html +129 -77
- data/docs/NgrokAPI/Models/Listable.html +60 -60
- data/docs/NgrokAPI/Models/Ref.html +82 -30
- data/docs/NgrokAPI/Models/ReservedAddr.html +129 -77
- data/docs/NgrokAPI/Models/ReservedDomain.html +150 -98
- data/docs/NgrokAPI/Models/ReservedDomainCertJob.html +91 -39
- data/docs/NgrokAPI/Models/ReservedDomainCertPolicy.html +89 -37
- data/docs/NgrokAPI/Models/ReservedDomainCertStatus.html +89 -37
- data/docs/NgrokAPI/Models/SSHCertificateAuthority.html +134 -82
- data/docs/NgrokAPI/Models/SSHCredential.html +127 -75
- data/docs/NgrokAPI/Models/SSHHostCertificate.html +147 -95
- data/docs/NgrokAPI/Models/SSHUserCertificate.html +153 -101
- data/docs/NgrokAPI/Models/TCPEdge.html +141 -89
- data/docs/NgrokAPI/Models/TLSCertificate.html +164 -112
- data/docs/NgrokAPI/Models/TLSCertificateSANs.html +89 -37
- data/docs/NgrokAPI/Models/TLSEdge.html +145 -93
- data/docs/NgrokAPI/Models/Tunnel.html +136 -84
- data/docs/NgrokAPI/Models/TunnelGroupBackend.html +128 -76
- data/docs/NgrokAPI/Models/TunnelSession.html +125 -73
- data/docs/NgrokAPI/Models/WeightedBackend.html +127 -75
- data/docs/NgrokAPI/Models.html +1 -1
- data/docs/NgrokAPI/PagedIterator.html +2 -2
- data/docs/NgrokAPI/Services/APIKeysClient.html +243 -108
- data/docs/NgrokAPI/Services/AbuseReportsClient.html +161 -24
- data/docs/NgrokAPI/Services/AgentIngressesClient.html +261 -108
- data/docs/NgrokAPI/Services/CertificateAuthoritiesClient.html +261 -108
- data/docs/NgrokAPI/Services/CredentialsClient.html +265 -110
- data/docs/NgrokAPI/Services/EdgeRouteBackendModuleClient.html +27 -31
- data/docs/NgrokAPI/Services/EdgeRouteCircuitBreakerModuleClient.html +27 -31
- data/docs/NgrokAPI/Services/EdgeRouteCompressionModuleClient.html +27 -31
- data/docs/NgrokAPI/Services/EdgeRouteIPRestrictionModuleClient.html +27 -31
- data/docs/NgrokAPI/Services/EdgeRouteOAuthModuleClient.html +27 -31
- data/docs/NgrokAPI/Services/EdgeRouteOIDCModuleClient.html +27 -31
- data/docs/NgrokAPI/Services/EdgeRouteRequestHeadersModuleClient.html +27 -31
- data/docs/NgrokAPI/Services/EdgeRouteResponseHeadersModuleClient.html +27 -31
- data/docs/NgrokAPI/Services/EdgeRouteSAMLModuleClient.html +27 -31
- data/docs/NgrokAPI/Services/EdgeRouteWebhookVerificationModuleClient.html +27 -31
- data/docs/NgrokAPI/Services/EdgeRouteWebsocketTCPConverterModuleClient.html +27 -31
- data/docs/NgrokAPI/Services/EdgesHTTPSClient.html +304 -114
- data/docs/NgrokAPI/Services/EdgesHTTPSRoutesClient.html +513 -98
- data/docs/NgrokAPI/Services/EdgesTCPClient.html +304 -114
- data/docs/NgrokAPI/Services/EdgesTLSClient.html +338 -118
- data/docs/NgrokAPI/Services/EndpointsClient.html +19 -23
- data/docs/NgrokAPI/Services/EventDestinationsClient.html +287 -112
- data/docs/NgrokAPI/Services/EventSourcesClient.html +226 -87
- data/docs/NgrokAPI/Services/EventSubscriptionsClient.html +287 -112
- data/docs/NgrokAPI/Services/FailoverBackendsClient.html +267 -112
- data/docs/NgrokAPI/Services/HTTPResponseBackendsClient.html +307 -114
- data/docs/NgrokAPI/Services/HTTPSEdgeMutualTLSModuleClient.html +27 -31
- data/docs/NgrokAPI/Services/HTTPSEdgeTLSTerminationModuleClient.html +27 -31
- data/docs/NgrokAPI/Services/IPPoliciesClient.html +243 -108
- data/docs/NgrokAPI/Services/IPPolicyRulesClient.html +301 -110
- data/docs/NgrokAPI/Services/IPRestrictionsClient.html +303 -112
- data/docs/NgrokAPI/Services/ReservedAddrsClient.html +263 -108
- data/docs/NgrokAPI/Services/ReservedDomainsClient.html +357 -144
- data/docs/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html +303 -108
- data/docs/NgrokAPI/Services/SSHCredentialsClient.html +283 -110
- data/docs/NgrokAPI/Services/SSHHostCertificatesClient.html +339 -108
- data/docs/NgrokAPI/Services/SSHUserCertificatesClient.html +380 -109
- data/docs/NgrokAPI/Services/TCPEdgeBackendModuleClient.html +27 -31
- data/docs/NgrokAPI/Services/TCPEdgeIPRestrictionModuleClient.html +27 -31
- data/docs/NgrokAPI/Services/TLSCertificatesClient.html +279 -108
- data/docs/NgrokAPI/Services/TLSEdgeBackendModuleClient.html +27 -31
- data/docs/NgrokAPI/Services/TLSEdgeIPRestrictionModuleClient.html +27 -31
- data/docs/NgrokAPI/Services/TLSEdgeMutualTLSModuleClient.html +27 -31
- data/docs/NgrokAPI/Services/TLSEdgeTLSTerminationModuleClient.html +27 -31
- data/docs/NgrokAPI/Services/TunnelGroupBackendsClient.html +267 -112
- data/docs/NgrokAPI/Services/TunnelSessionsClient.html +43 -47
- data/docs/NgrokAPI/Services/TunnelsClient.html +19 -23
- data/docs/NgrokAPI/Services/WeightedBackendsClient.html +270 -115
- data/docs/NgrokAPI/Services.html +1 -1
- data/docs/NgrokAPI.html +1 -1
- data/docs/_index.html +1 -1
- data/docs/file.README.html +54 -54
- data/docs/index.html +54 -54
- data/docs/method_list.html +1089 -337
- data/docs/top-level-namespace.html +1 -1
- 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 +22 -18
- data/lib/ngrokapi/models/endpoint_backend.rb +11 -7
- data/lib/ngrokapi/models/endpoint_backend_mutate.rb +11 -7
- 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 +11 -7
- data/lib/ngrokapi/models/endpoint_webhook_validation.rb +12 -8
- data/lib/ngrokapi/models/endpoint_websocket_tcp_converter.rb +10 -6
- data/lib/ngrokapi/models/event_destination.rb +16 -12
- 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 +16 -12
- data/lib/ngrokapi/models/http_response_backend.rb +17 -13
- data/lib/ngrokapi/models/https_edge.rb +18 -14
- data/lib/ngrokapi/models/https_edge_route.rb +28 -24
- data/lib/ngrokapi/models/ip_policy.rb +15 -11
- data/lib/ngrokapi/models/ip_policy_rule.rb +17 -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 +17 -13
- 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 +19 -15
- data/lib/ngrokapi/models/tunnel.rb +20 -16
- data/lib/ngrokapi/models/tunnel_group_backend.rb +17 -13
- data/lib/ngrokapi/models/tunnel_session.rb +19 -15
- data/lib/ngrokapi/models/weighted_backend.rb +16 -12
- 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 +6 -8
- data/lib/ngrokapi/services/edge_route_circuit_breaker_module_client.rb +6 -8
- data/lib/ngrokapi/services/edge_route_compression_module_client.rb +6 -8
- data/lib/ngrokapi/services/edge_route_ip_restriction_module_client.rb +6 -8
- data/lib/ngrokapi/services/edge_route_o_auth_module_client.rb +6 -8
- data/lib/ngrokapi/services/edge_route_oidc_module_client.rb +6 -8
- data/lib/ngrokapi/services/edge_route_request_headers_module_client.rb +6 -8
- data/lib/ngrokapi/services/edge_route_response_headers_module_client.rb +6 -8
- data/lib/ngrokapi/services/edge_route_saml_module_client.rb +6 -8
- data/lib/ngrokapi/services/edge_route_webhook_verification_module_client.rb +6 -8
- data/lib/ngrokapi/services/edge_route_websocket_tcp_converter_module_client.rb +6 -8
- data/lib/ngrokapi/services/edges_https_client.rb +35 -11
- data/lib/ngrokapi/services/edges_https_routes_client.rb +53 -5
- data/lib/ngrokapi/services/edges_tcp_client.rb +35 -11
- data/lib/ngrokapi/services/edges_tls_client.rb +39 -11
- data/lib/ngrokapi/services/endpoints_client.rb +6 -8
- data/lib/ngrokapi/services/event_destinations_client.rb +35 -11
- data/lib/ngrokapi/services/event_sources_client.rb +27 -7
- data/lib/ngrokapi/services/event_subscriptions_client.rb +33 -11
- data/lib/ngrokapi/services/failover_backends_client.rb +33 -13
- data/lib/ngrokapi/services/http_response_backends_client.rb +32 -11
- data/lib/ngrokapi/services/https_edge_mutual_tls_module_client.rb +6 -8
- data/lib/ngrokapi/services/https_edge_tls_termination_module_client.rb +6 -8
- data/lib/ngrokapi/services/ip_policies_client.rb +30 -11
- data/lib/ngrokapi/services/ip_policy_rules_client.rb +35 -11
- data/lib/ngrokapi/services/ip_restrictions_client.rb +35 -11
- data/lib/ngrokapi/services/reserved_addrs_client.rb +31 -11
- data/lib/ngrokapi/services/reserved_domains_client.rb +37 -11
- 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/tcp_edge_backend_module_client.rb +6 -8
- data/lib/ngrokapi/services/tcp_edge_ip_restriction_module_client.rb +6 -8
- data/lib/ngrokapi/services/tls_certificates_client.rb +33 -11
- data/lib/ngrokapi/services/tls_edge_backend_module_client.rb +6 -8
- data/lib/ngrokapi/services/tls_edge_ip_restriction_module_client.rb +6 -8
- data/lib/ngrokapi/services/tls_edge_mutual_tls_module_client.rb +6 -8
- data/lib/ngrokapi/services/tls_edge_tls_termination_module_client.rb +6 -8
- data/lib/ngrokapi/services/tunnel_group_backends_client.rb +33 -13
- data/lib/ngrokapi/services/tunnel_sessions_client.rb +6 -8
- data/lib/ngrokapi/services/tunnels_client.rb +6 -8
- data/lib/ngrokapi/services/weighted_backends_client.rb +36 -16
- data/lib/ngrokapi/version.rb +1 -1
- data/lib/ngrokapi.rb +1 -1
- 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 +2 -2
- data/spec/ngrokapi/models/endpoint_backend_spec.rb +2 -2
- 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 +2 -2
- data/spec/ngrokapi/models/endpoint_tls_termination_at_edge_spec.rb +2 -2
- 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 +2 -2
- 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 +2 -2
- data/spec/ngrokapi/models/http_response_backend_spec.rb +2 -2
- data/spec/ngrokapi/models/https_edge_route_spec.rb +2 -2
- data/spec/ngrokapi/models/https_edge_spec.rb +2 -2
- 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 +2 -2
- 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 +2 -2
- data/spec/ngrokapi/models/tunnel_group_backend_spec.rb +2 -2
- 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 +2 -2
- 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 +2 -4
- data/spec/ngrokapi/services/edge_route_circuit_breaker_module_client_spec.rb +2 -4
- data/spec/ngrokapi/services/edge_route_compression_module_client_spec.rb +2 -4
- data/spec/ngrokapi/services/edge_route_ip_restriction_module_client_spec.rb +2 -4
- data/spec/ngrokapi/services/edge_route_o_auth_module_client_spec.rb +2 -4
- data/spec/ngrokapi/services/edge_route_oidc_module_client_spec.rb +2 -4
- data/spec/ngrokapi/services/edge_route_request_headers_module_client_spec.rb +2 -4
- data/spec/ngrokapi/services/edge_route_response_headers_module_client_spec.rb +2 -4
- data/spec/ngrokapi/services/edge_route_saml_module_client_spec.rb +2 -4
- data/spec/ngrokapi/services/edge_route_webhook_verification_module_client_spec.rb +2 -4
- data/spec/ngrokapi/services/edge_route_websocket_tcp_converter_module_client_spec.rb +2 -4
- data/spec/ngrokapi/services/edges_https_client_spec.rb +25 -0
- data/spec/ngrokapi/services/edges_https_routes_client_spec.rb +47 -0
- data/spec/ngrokapi/services/edges_tcp_client_spec.rb +25 -0
- data/spec/ngrokapi/services/edges_tls_client_spec.rb +29 -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 +21 -0
- data/spec/ngrokapi/services/http_response_backends_client_spec.rb +25 -0
- data/spec/ngrokapi/services/https_edge_mutual_tls_module_client_spec.rb +2 -4
- data/spec/ngrokapi/services/https_edge_tls_termination_module_client_spec.rb +2 -4
- data/spec/ngrokapi/services/ip_policies_client_spec.rb +20 -0
- data/spec/ngrokapi/services/ip_policy_rules_client_spec.rb +25 -0
- data/spec/ngrokapi/services/ip_restrictions_client_spec.rb +25 -0
- data/spec/ngrokapi/services/reserved_addrs_client_spec.rb +22 -0
- data/spec/ngrokapi/services/reserved_domains_client_spec.rb +29 -0
- 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 +2 -4
- data/spec/ngrokapi/services/tcp_edge_ip_restriction_module_client_spec.rb +2 -4
- data/spec/ngrokapi/services/tls_certificates_client_spec.rb +23 -0
- data/spec/ngrokapi/services/tls_edge_backend_module_client_spec.rb +2 -4
- data/spec/ngrokapi/services/tls_edge_ip_restriction_module_client_spec.rb +2 -4
- data/spec/ngrokapi/services/tls_edge_mutual_tls_module_client_spec.rb +2 -4
- data/spec/ngrokapi/services/tls_edge_tls_termination_module_client_spec.rb +2 -4
- data/spec/ngrokapi/services/tunnel_group_backends_client_spec.rb +21 -0
- data/spec/ngrokapi/services/weighted_backends_client_spec.rb +21 -0
- metadata +1 -3
- data/doc/README +0 -94
- data/docs/README +0 -94
@@ -27,10 +27,9 @@ module NgrokAPI
|
|
27
27
|
edge_id: edge_id,
|
28
28
|
id: id,
|
29
29
|
}
|
30
|
-
data =
|
31
|
-
data[:module] = a_module if a_module
|
30
|
+
data = a_module
|
32
31
|
result = @client.put(path % replacements, data: data)
|
33
|
-
NgrokAPI::Models::EndpointRequestHeaders.new(client: self,
|
32
|
+
NgrokAPI::Models::EndpointRequestHeaders.new(client: self, attrs: result)
|
34
33
|
end
|
35
34
|
|
36
35
|
##
|
@@ -46,10 +45,9 @@ module NgrokAPI
|
|
46
45
|
edge_id: edge_id,
|
47
46
|
id: id,
|
48
47
|
}
|
49
|
-
data =
|
50
|
-
data[:module] = a_module if a_module
|
48
|
+
data = a_module
|
51
49
|
result = @client.put(path % replacements, data: data, danger: true)
|
52
|
-
NgrokAPI::Models::EndpointRequestHeaders.new(client: self,
|
50
|
+
NgrokAPI::Models::EndpointRequestHeaders.new(client: self, attrs: result)
|
53
51
|
end
|
54
52
|
|
55
53
|
##
|
@@ -66,7 +64,7 @@ module NgrokAPI
|
|
66
64
|
}
|
67
65
|
data = {}
|
68
66
|
result = @client.get(path % replacements, data: data)
|
69
|
-
NgrokAPI::Models::EndpointRequestHeaders.new(client: self,
|
67
|
+
NgrokAPI::Models::EndpointRequestHeaders.new(client: self, attrs: result)
|
70
68
|
end
|
71
69
|
|
72
70
|
##
|
@@ -83,7 +81,7 @@ module NgrokAPI
|
|
83
81
|
}
|
84
82
|
data = {}
|
85
83
|
result = @client.get(path % replacements, data: data, danger: true)
|
86
|
-
NgrokAPI::Models::EndpointRequestHeaders.new(client: self,
|
84
|
+
NgrokAPI::Models::EndpointRequestHeaders.new(client: self, attrs: result)
|
87
85
|
end
|
88
86
|
|
89
87
|
##
|
@@ -27,10 +27,9 @@ module NgrokAPI
|
|
27
27
|
edge_id: edge_id,
|
28
28
|
id: id,
|
29
29
|
}
|
30
|
-
data =
|
31
|
-
data[:module] = a_module if a_module
|
30
|
+
data = a_module
|
32
31
|
result = @client.put(path % replacements, data: data)
|
33
|
-
NgrokAPI::Models::EndpointResponseHeaders.new(client: self,
|
32
|
+
NgrokAPI::Models::EndpointResponseHeaders.new(client: self, attrs: result)
|
34
33
|
end
|
35
34
|
|
36
35
|
##
|
@@ -46,10 +45,9 @@ module NgrokAPI
|
|
46
45
|
edge_id: edge_id,
|
47
46
|
id: id,
|
48
47
|
}
|
49
|
-
data =
|
50
|
-
data[:module] = a_module if a_module
|
48
|
+
data = a_module
|
51
49
|
result = @client.put(path % replacements, data: data, danger: true)
|
52
|
-
NgrokAPI::Models::EndpointResponseHeaders.new(client: self,
|
50
|
+
NgrokAPI::Models::EndpointResponseHeaders.new(client: self, attrs: result)
|
53
51
|
end
|
54
52
|
|
55
53
|
##
|
@@ -66,7 +64,7 @@ module NgrokAPI
|
|
66
64
|
}
|
67
65
|
data = {}
|
68
66
|
result = @client.get(path % replacements, data: data)
|
69
|
-
NgrokAPI::Models::EndpointResponseHeaders.new(client: self,
|
67
|
+
NgrokAPI::Models::EndpointResponseHeaders.new(client: self, attrs: result)
|
70
68
|
end
|
71
69
|
|
72
70
|
##
|
@@ -83,7 +81,7 @@ module NgrokAPI
|
|
83
81
|
}
|
84
82
|
data = {}
|
85
83
|
result = @client.get(path % replacements, data: data, danger: true)
|
86
|
-
NgrokAPI::Models::EndpointResponseHeaders.new(client: self,
|
84
|
+
NgrokAPI::Models::EndpointResponseHeaders.new(client: self, attrs: result)
|
87
85
|
end
|
88
86
|
|
89
87
|
##
|
@@ -27,10 +27,9 @@ module NgrokAPI
|
|
27
27
|
edge_id: edge_id,
|
28
28
|
id: id,
|
29
29
|
}
|
30
|
-
data =
|
31
|
-
data[:module] = a_module if a_module
|
30
|
+
data = a_module
|
32
31
|
result = @client.put(path % replacements, data: data)
|
33
|
-
NgrokAPI::Models::EndpointSAML.new(client: self,
|
32
|
+
NgrokAPI::Models::EndpointSAML.new(client: self, attrs: result)
|
34
33
|
end
|
35
34
|
|
36
35
|
##
|
@@ -46,10 +45,9 @@ module NgrokAPI
|
|
46
45
|
edge_id: edge_id,
|
47
46
|
id: id,
|
48
47
|
}
|
49
|
-
data =
|
50
|
-
data[:module] = a_module if a_module
|
48
|
+
data = a_module
|
51
49
|
result = @client.put(path % replacements, data: data, danger: true)
|
52
|
-
NgrokAPI::Models::EndpointSAML.new(client: self,
|
50
|
+
NgrokAPI::Models::EndpointSAML.new(client: self, attrs: result)
|
53
51
|
end
|
54
52
|
|
55
53
|
##
|
@@ -66,7 +64,7 @@ module NgrokAPI
|
|
66
64
|
}
|
67
65
|
data = {}
|
68
66
|
result = @client.get(path % replacements, data: data)
|
69
|
-
NgrokAPI::Models::EndpointSAML.new(client: self,
|
67
|
+
NgrokAPI::Models::EndpointSAML.new(client: self, attrs: result)
|
70
68
|
end
|
71
69
|
|
72
70
|
##
|
@@ -83,7 +81,7 @@ module NgrokAPI
|
|
83
81
|
}
|
84
82
|
data = {}
|
85
83
|
result = @client.get(path % replacements, data: data, danger: true)
|
86
|
-
NgrokAPI::Models::EndpointSAML.new(client: self,
|
84
|
+
NgrokAPI::Models::EndpointSAML.new(client: self, attrs: result)
|
87
85
|
end
|
88
86
|
|
89
87
|
##
|
@@ -27,10 +27,9 @@ module NgrokAPI
|
|
27
27
|
edge_id: edge_id,
|
28
28
|
id: id,
|
29
29
|
}
|
30
|
-
data =
|
31
|
-
data[:module] = a_module if a_module
|
30
|
+
data = a_module
|
32
31
|
result = @client.put(path % replacements, data: data)
|
33
|
-
NgrokAPI::Models::EndpointWebhookValidation.new(client: self,
|
32
|
+
NgrokAPI::Models::EndpointWebhookValidation.new(client: self, attrs: result)
|
34
33
|
end
|
35
34
|
|
36
35
|
##
|
@@ -46,10 +45,9 @@ module NgrokAPI
|
|
46
45
|
edge_id: edge_id,
|
47
46
|
id: id,
|
48
47
|
}
|
49
|
-
data =
|
50
|
-
data[:module] = a_module if a_module
|
48
|
+
data = a_module
|
51
49
|
result = @client.put(path % replacements, data: data, danger: true)
|
52
|
-
NgrokAPI::Models::EndpointWebhookValidation.new(client: self,
|
50
|
+
NgrokAPI::Models::EndpointWebhookValidation.new(client: self, attrs: result)
|
53
51
|
end
|
54
52
|
|
55
53
|
##
|
@@ -66,7 +64,7 @@ module NgrokAPI
|
|
66
64
|
}
|
67
65
|
data = {}
|
68
66
|
result = @client.get(path % replacements, data: data)
|
69
|
-
NgrokAPI::Models::EndpointWebhookValidation.new(client: self,
|
67
|
+
NgrokAPI::Models::EndpointWebhookValidation.new(client: self, attrs: result)
|
70
68
|
end
|
71
69
|
|
72
70
|
##
|
@@ -83,7 +81,7 @@ module NgrokAPI
|
|
83
81
|
}
|
84
82
|
data = {}
|
85
83
|
result = @client.get(path % replacements, data: data, danger: true)
|
86
|
-
NgrokAPI::Models::EndpointWebhookValidation.new(client: self,
|
84
|
+
NgrokAPI::Models::EndpointWebhookValidation.new(client: self, attrs: result)
|
87
85
|
end
|
88
86
|
|
89
87
|
##
|
@@ -27,10 +27,9 @@ module NgrokAPI
|
|
27
27
|
edge_id: edge_id,
|
28
28
|
id: id,
|
29
29
|
}
|
30
|
-
data =
|
31
|
-
data[:module] = a_module if a_module
|
30
|
+
data = a_module
|
32
31
|
result = @client.put(path % replacements, data: data)
|
33
|
-
NgrokAPI::Models::EndpointWebsocketTCPConverter.new(client: self,
|
32
|
+
NgrokAPI::Models::EndpointWebsocketTCPConverter.new(client: self, attrs: result)
|
34
33
|
end
|
35
34
|
|
36
35
|
##
|
@@ -46,10 +45,9 @@ module NgrokAPI
|
|
46
45
|
edge_id: edge_id,
|
47
46
|
id: id,
|
48
47
|
}
|
49
|
-
data =
|
50
|
-
data[:module] = a_module if a_module
|
48
|
+
data = a_module
|
51
49
|
result = @client.put(path % replacements, data: data, danger: true)
|
52
|
-
NgrokAPI::Models::EndpointWebsocketTCPConverter.new(client: self,
|
50
|
+
NgrokAPI::Models::EndpointWebsocketTCPConverter.new(client: self, attrs: result)
|
53
51
|
end
|
54
52
|
|
55
53
|
##
|
@@ -66,7 +64,7 @@ module NgrokAPI
|
|
66
64
|
}
|
67
65
|
data = {}
|
68
66
|
result = @client.get(path % replacements, data: data)
|
69
|
-
NgrokAPI::Models::EndpointWebsocketTCPConverter.new(client: self,
|
67
|
+
NgrokAPI::Models::EndpointWebsocketTCPConverter.new(client: self, attrs: result)
|
70
68
|
end
|
71
69
|
|
72
70
|
##
|
@@ -83,7 +81,7 @@ module NgrokAPI
|
|
83
81
|
}
|
84
82
|
data = {}
|
85
83
|
result = @client.get(path % replacements, data: data, danger: true)
|
86
|
-
NgrokAPI::Models::EndpointWebsocketTCPConverter.new(client: self,
|
84
|
+
NgrokAPI::Models::EndpointWebsocketTCPConverter.new(client: self, attrs: result)
|
87
85
|
end
|
88
86
|
|
89
87
|
##
|
@@ -38,7 +38,33 @@ module NgrokAPI
|
|
38
38
|
data[:mutual_tls] = mutual_tls if mutual_tls
|
39
39
|
data[:tls_termination] = tls_termination if tls_termination
|
40
40
|
result = @client.post(path % replacements, data: data)
|
41
|
-
NgrokAPI::Models::HTTPSEdge.new(client: self,
|
41
|
+
NgrokAPI::Models::HTTPSEdge.new(client: self, attrs: result)
|
42
|
+
end
|
43
|
+
|
44
|
+
##
|
45
|
+
# Create an HTTPS Edge
|
46
|
+
# Throws an exception if API error.
|
47
|
+
#
|
48
|
+
# @param [string] description human-readable description of what this edge will be used for; optional, max 255 bytes.
|
49
|
+
# @param [string] metadata arbitrary user-defined machine-readable data of this edge; optional, max 4096 bytes.
|
50
|
+
# @param [List<string>] hostports hostports served by this edge
|
51
|
+
# @param [EndpointMutualTLSMutate] mutual_tls edge modules
|
52
|
+
# @param [EndpointTLSTerminationAtEdge] tls_termination
|
53
|
+
# @return [NgrokAPI::Models::HTTPSEdge] result from the API request
|
54
|
+
#
|
55
|
+
# https://ngrok.com/docs/api#api-edges-https-create
|
56
|
+
def create!(description: "", metadata: "", hostports: nil, mutual_tls: nil, tls_termination: nil)
|
57
|
+
path = '/edges/https'
|
58
|
+
replacements = {
|
59
|
+
}
|
60
|
+
data = {}
|
61
|
+
data[:description] = description if description
|
62
|
+
data[:metadata] = metadata if metadata
|
63
|
+
data[:hostports] = hostports if hostports
|
64
|
+
data[:mutual_tls] = mutual_tls if mutual_tls
|
65
|
+
data[:tls_termination] = tls_termination if tls_termination
|
66
|
+
result = @client.post(path % replacements, data: data, danger: true)
|
67
|
+
NgrokAPI::Models::HTTPSEdge.new(client: self, attrs: result)
|
42
68
|
end
|
43
69
|
|
44
70
|
##
|
@@ -55,7 +81,7 @@ module NgrokAPI
|
|
55
81
|
}
|
56
82
|
data = {}
|
57
83
|
result = @client.get(path % replacements, data: data)
|
58
|
-
NgrokAPI::Models::HTTPSEdge.new(client: self,
|
84
|
+
NgrokAPI::Models::HTTPSEdge.new(client: self, attrs: result)
|
59
85
|
end
|
60
86
|
|
61
87
|
##
|
@@ -73,7 +99,7 @@ module NgrokAPI
|
|
73
99
|
}
|
74
100
|
data = {}
|
75
101
|
result = @client.get(path % replacements, data: data, danger: true)
|
76
|
-
NgrokAPI::Models::HTTPSEdge.new(client: self,
|
102
|
+
NgrokAPI::Models::HTTPSEdge.new(client: self, attrs: result)
|
77
103
|
end
|
78
104
|
|
79
105
|
##
|
@@ -85,8 +111,7 @@ module NgrokAPI
|
|
85
111
|
# @return [NgrokAPI::Models::Listable] result from the API request
|
86
112
|
#
|
87
113
|
# https://ngrok.com/docs/api#api-edges-https-list
|
88
|
-
def list(before_id: nil, limit: nil,
|
89
|
-
url: nil)
|
114
|
+
def list(before_id: nil, limit: nil, url: nil)
|
90
115
|
result = @client.list(
|
91
116
|
before_id: before_id,
|
92
117
|
limit: limit,
|
@@ -96,7 +121,7 @@ module NgrokAPI
|
|
96
121
|
|
97
122
|
NgrokAPI::Models::Listable.new(
|
98
123
|
client: self,
|
99
|
-
|
124
|
+
attrs: result,
|
100
125
|
list_property: LIST_PROPERTY,
|
101
126
|
klass: NgrokAPI::Models::HTTPSEdge
|
102
127
|
)
|
@@ -112,8 +137,7 @@ module NgrokAPI
|
|
112
137
|
# @return [NgrokAPI::Models::Listable] result from the API request
|
113
138
|
#
|
114
139
|
# https://ngrok.com/docs/api#api-edges-https-list
|
115
|
-
def list!(before_id: nil, limit: nil,
|
116
|
-
url: nil)
|
140
|
+
def list!(before_id: nil, limit: nil, url: nil)
|
117
141
|
result = @client.list(
|
118
142
|
before_id: before_id,
|
119
143
|
limit: limit,
|
@@ -124,7 +148,7 @@ module NgrokAPI
|
|
124
148
|
|
125
149
|
NgrokAPI::Models::Listable.new(
|
126
150
|
client: self,
|
127
|
-
|
151
|
+
attrs: result,
|
128
152
|
list_property: LIST_PROPERTY,
|
129
153
|
klass: NgrokAPI::Models::HTTPSEdge,
|
130
154
|
danger: true
|
@@ -158,7 +182,7 @@ module NgrokAPI
|
|
158
182
|
data[:mutual_tls] = mutual_tls if mutual_tls
|
159
183
|
data[:tls_termination] = tls_termination if tls_termination
|
160
184
|
result = @client.patch(path % replacements, data: data)
|
161
|
-
NgrokAPI::Models::HTTPSEdge.new(client: self,
|
185
|
+
NgrokAPI::Models::HTTPSEdge.new(client: self, attrs: result)
|
162
186
|
end
|
163
187
|
|
164
188
|
##
|
@@ -189,7 +213,7 @@ module NgrokAPI
|
|
189
213
|
data[:mutual_tls] = mutual_tls if mutual_tls
|
190
214
|
data[:tls_termination] = tls_termination if tls_termination
|
191
215
|
result = @client.patch(path % replacements, data: data, danger: true)
|
192
|
-
NgrokAPI::Models::HTTPSEdge.new(client: self,
|
216
|
+
NgrokAPI::Models::HTTPSEdge.new(client: self, attrs: result)
|
193
217
|
end
|
194
218
|
|
195
219
|
##
|
@@ -58,7 +58,55 @@ module NgrokAPI
|
|
58
58
|
data[:oidc] = oidc if oidc
|
59
59
|
data[:websocket_tcp_converter] = websocket_tcp_converter if websocket_tcp_converter
|
60
60
|
result = @client.post(path % replacements, data: data)
|
61
|
-
NgrokAPI::Models::HTTPSEdgeRoute.new(client: self,
|
61
|
+
NgrokAPI::Models::HTTPSEdgeRoute.new(client: self, attrs: result)
|
62
|
+
end
|
63
|
+
|
64
|
+
##
|
65
|
+
# Create an HTTPS Edge Route
|
66
|
+
# Throws an exception if API error.
|
67
|
+
#
|
68
|
+
# @param [string] edge_id unique identifier of this edge
|
69
|
+
# @param [string] match_type Type of match to use for this route. Valid values are "exact_path" and "path_prefix".
|
70
|
+
# @param [string] match Route selector: "/blog" or "example.com" or "example.com/blog"
|
71
|
+
# @param [string] description human-readable description of what this edge will be used for; optional, max 255 bytes.
|
72
|
+
# @param [string] metadata arbitrary user-defined machine-readable data of this edge. Optional, max 4096 bytes.
|
73
|
+
# @param [EndpointBackendMutate] backend backend module configuration or ``null``
|
74
|
+
# @param [EndpointIPPolicyMutate] ip_restriction ip restriction module configuration or ``null``
|
75
|
+
# @param [EndpointCircuitBreaker] circuit_breaker circuit breaker module configuration or ``null``
|
76
|
+
# @param [EndpointCompression] compression compression module configuration or ``null``
|
77
|
+
# @param [EndpointRequestHeaders] request_headers request headers module configuration or ``null``
|
78
|
+
# @param [EndpointResponseHeaders] response_headers response headers module configuration or ``null``
|
79
|
+
# @param [EndpointWebhookValidation] webhook_verification webhook verification module configuration or ``null``
|
80
|
+
# @param [EndpointOAuth] oauth oauth module configuration or ``null``
|
81
|
+
# @param [EndpointSAMLMutate] saml saml module configuration or ``null``
|
82
|
+
# @param [EndpointOIDC] oidc oidc module configuration or ``null``
|
83
|
+
# @param [EndpointWebsocketTCPConverter] websocket_tcp_converter websocket to tcp adapter configuration or ``null``
|
84
|
+
# @return [NgrokAPI::Models::HTTPSEdgeRoute] result from the API request
|
85
|
+
#
|
86
|
+
# https://ngrok.com/docs/api#api-edges-https-routes-create
|
87
|
+
def create!(edge_id: "", match_type:, match:, description: "", metadata: "", backend: nil, ip_restriction: nil, circuit_breaker: nil, compression: nil, request_headers: nil, response_headers: nil, webhook_verification: nil, oauth: nil, saml: nil, oidc: nil, websocket_tcp_converter: nil)
|
88
|
+
path = '/edges/https/%{edge_id}/routes'
|
89
|
+
replacements = {
|
90
|
+
edge_id: edge_id,
|
91
|
+
}
|
92
|
+
data = {}
|
93
|
+
data[:match_type] = match_type if match_type
|
94
|
+
data[:match] = match if match
|
95
|
+
data[:description] = description if description
|
96
|
+
data[:metadata] = metadata if metadata
|
97
|
+
data[:backend] = backend if backend
|
98
|
+
data[:ip_restriction] = ip_restriction if ip_restriction
|
99
|
+
data[:circuit_breaker] = circuit_breaker if circuit_breaker
|
100
|
+
data[:compression] = compression if compression
|
101
|
+
data[:request_headers] = request_headers if request_headers
|
102
|
+
data[:response_headers] = response_headers if response_headers
|
103
|
+
data[:webhook_verification] = webhook_verification if webhook_verification
|
104
|
+
data[:oauth] = oauth if oauth
|
105
|
+
data[:saml] = saml if saml
|
106
|
+
data[:oidc] = oidc if oidc
|
107
|
+
data[:websocket_tcp_converter] = websocket_tcp_converter if websocket_tcp_converter
|
108
|
+
result = @client.post(path % replacements, data: data, danger: true)
|
109
|
+
NgrokAPI::Models::HTTPSEdgeRoute.new(client: self, attrs: result)
|
62
110
|
end
|
63
111
|
|
64
112
|
##
|
@@ -77,7 +125,7 @@ module NgrokAPI
|
|
77
125
|
}
|
78
126
|
data = {}
|
79
127
|
result = @client.get(path % replacements, data: data)
|
80
|
-
NgrokAPI::Models::HTTPSEdgeRoute.new(client: self,
|
128
|
+
NgrokAPI::Models::HTTPSEdgeRoute.new(client: self, attrs: result)
|
81
129
|
end
|
82
130
|
|
83
131
|
##
|
@@ -97,7 +145,7 @@ module NgrokAPI
|
|
97
145
|
}
|
98
146
|
data = {}
|
99
147
|
result = @client.get(path % replacements, data: data, danger: true)
|
100
|
-
NgrokAPI::Models::HTTPSEdgeRoute.new(client: self,
|
148
|
+
NgrokAPI::Models::HTTPSEdgeRoute.new(client: self, attrs: result)
|
101
149
|
end
|
102
150
|
|
103
151
|
##
|
@@ -149,7 +197,7 @@ module NgrokAPI
|
|
149
197
|
data[:oidc] = oidc if oidc
|
150
198
|
data[:websocket_tcp_converter] = websocket_tcp_converter if websocket_tcp_converter
|
151
199
|
result = @client.patch(path % replacements, data: data)
|
152
|
-
NgrokAPI::Models::HTTPSEdgeRoute.new(client: self,
|
200
|
+
NgrokAPI::Models::HTTPSEdgeRoute.new(client: self, attrs: result)
|
153
201
|
end
|
154
202
|
|
155
203
|
##
|
@@ -202,7 +250,7 @@ module NgrokAPI
|
|
202
250
|
data[:oidc] = oidc if oidc
|
203
251
|
data[:websocket_tcp_converter] = websocket_tcp_converter if websocket_tcp_converter
|
204
252
|
result = @client.patch(path % replacements, data: data, danger: true)
|
205
|
-
NgrokAPI::Models::HTTPSEdgeRoute.new(client: self,
|
253
|
+
NgrokAPI::Models::HTTPSEdgeRoute.new(client: self, attrs: result)
|
206
254
|
end
|
207
255
|
|
208
256
|
##
|
@@ -38,7 +38,33 @@ module NgrokAPI
|
|
38
38
|
data[:backend] = backend if backend
|
39
39
|
data[:ip_restriction] = ip_restriction if ip_restriction
|
40
40
|
result = @client.post(path % replacements, data: data)
|
41
|
-
NgrokAPI::Models::TCPEdge.new(client: self,
|
41
|
+
NgrokAPI::Models::TCPEdge.new(client: self, attrs: result)
|
42
|
+
end
|
43
|
+
|
44
|
+
##
|
45
|
+
# Create a TCP Edge
|
46
|
+
# Throws an exception if API error.
|
47
|
+
#
|
48
|
+
# @param [string] description human-readable description of what this edge will be used for; optional, max 255 bytes.
|
49
|
+
# @param [string] metadata arbitrary user-defined machine-readable data of this edge. Optional, max 4096 bytes.
|
50
|
+
# @param [List<string>] hostports hostports served by this edge
|
51
|
+
# @param [EndpointBackendMutate] backend edge modules
|
52
|
+
# @param [EndpointIPPolicyMutate] ip_restriction
|
53
|
+
# @return [NgrokAPI::Models::TCPEdge] result from the API request
|
54
|
+
#
|
55
|
+
# https://ngrok.com/docs/api#api-edges-tcp-create
|
56
|
+
def create!(description: "", metadata: "", hostports: nil, backend: nil, ip_restriction: nil)
|
57
|
+
path = '/edges/tcp'
|
58
|
+
replacements = {
|
59
|
+
}
|
60
|
+
data = {}
|
61
|
+
data[:description] = description if description
|
62
|
+
data[:metadata] = metadata if metadata
|
63
|
+
data[:hostports] = hostports if hostports
|
64
|
+
data[:backend] = backend if backend
|
65
|
+
data[:ip_restriction] = ip_restriction if ip_restriction
|
66
|
+
result = @client.post(path % replacements, data: data, danger: true)
|
67
|
+
NgrokAPI::Models::TCPEdge.new(client: self, attrs: result)
|
42
68
|
end
|
43
69
|
|
44
70
|
##
|
@@ -55,7 +81,7 @@ module NgrokAPI
|
|
55
81
|
}
|
56
82
|
data = {}
|
57
83
|
result = @client.get(path % replacements, data: data)
|
58
|
-
NgrokAPI::Models::TCPEdge.new(client: self,
|
84
|
+
NgrokAPI::Models::TCPEdge.new(client: self, attrs: result)
|
59
85
|
end
|
60
86
|
|
61
87
|
##
|
@@ -73,7 +99,7 @@ module NgrokAPI
|
|
73
99
|
}
|
74
100
|
data = {}
|
75
101
|
result = @client.get(path % replacements, data: data, danger: true)
|
76
|
-
NgrokAPI::Models::TCPEdge.new(client: self,
|
102
|
+
NgrokAPI::Models::TCPEdge.new(client: self, attrs: result)
|
77
103
|
end
|
78
104
|
|
79
105
|
##
|
@@ -85,8 +111,7 @@ module NgrokAPI
|
|
85
111
|
# @return [NgrokAPI::Models::Listable] result from the API request
|
86
112
|
#
|
87
113
|
# https://ngrok.com/docs/api#api-edges-tcp-list
|
88
|
-
def list(before_id: nil, limit: nil,
|
89
|
-
url: nil)
|
114
|
+
def list(before_id: nil, limit: nil, url: nil)
|
90
115
|
result = @client.list(
|
91
116
|
before_id: before_id,
|
92
117
|
limit: limit,
|
@@ -96,7 +121,7 @@ module NgrokAPI
|
|
96
121
|
|
97
122
|
NgrokAPI::Models::Listable.new(
|
98
123
|
client: self,
|
99
|
-
|
124
|
+
attrs: result,
|
100
125
|
list_property: LIST_PROPERTY,
|
101
126
|
klass: NgrokAPI::Models::TCPEdge
|
102
127
|
)
|
@@ -112,8 +137,7 @@ module NgrokAPI
|
|
112
137
|
# @return [NgrokAPI::Models::Listable] result from the API request
|
113
138
|
#
|
114
139
|
# https://ngrok.com/docs/api#api-edges-tcp-list
|
115
|
-
def list!(before_id: nil, limit: nil,
|
116
|
-
url: nil)
|
140
|
+
def list!(before_id: nil, limit: nil, url: nil)
|
117
141
|
result = @client.list(
|
118
142
|
before_id: before_id,
|
119
143
|
limit: limit,
|
@@ -124,7 +148,7 @@ module NgrokAPI
|
|
124
148
|
|
125
149
|
NgrokAPI::Models::Listable.new(
|
126
150
|
client: self,
|
127
|
-
|
151
|
+
attrs: result,
|
128
152
|
list_property: LIST_PROPERTY,
|
129
153
|
klass: NgrokAPI::Models::TCPEdge,
|
130
154
|
danger: true
|
@@ -158,7 +182,7 @@ module NgrokAPI
|
|
158
182
|
data[:backend] = backend if backend
|
159
183
|
data[:ip_restriction] = ip_restriction if ip_restriction
|
160
184
|
result = @client.patch(path % replacements, data: data)
|
161
|
-
NgrokAPI::Models::TCPEdge.new(client: self,
|
185
|
+
NgrokAPI::Models::TCPEdge.new(client: self, attrs: result)
|
162
186
|
end
|
163
187
|
|
164
188
|
##
|
@@ -189,7 +213,7 @@ module NgrokAPI
|
|
189
213
|
data[:backend] = backend if backend
|
190
214
|
data[:ip_restriction] = ip_restriction if ip_restriction
|
191
215
|
result = @client.patch(path % replacements, data: data, danger: true)
|
192
|
-
NgrokAPI::Models::TCPEdge.new(client: self,
|
216
|
+
NgrokAPI::Models::TCPEdge.new(client: self, attrs: result)
|
193
217
|
end
|
194
218
|
|
195
219
|
##
|
@@ -42,7 +42,37 @@ module NgrokAPI
|
|
42
42
|
data[:mutual_tls] = mutual_tls if mutual_tls
|
43
43
|
data[:tls_termination] = tls_termination if tls_termination
|
44
44
|
result = @client.post(path % replacements, data: data)
|
45
|
-
NgrokAPI::Models::TLSEdge.new(client: self,
|
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)
|
46
76
|
end
|
47
77
|
|
48
78
|
##
|
@@ -59,7 +89,7 @@ module NgrokAPI
|
|
59
89
|
}
|
60
90
|
data = {}
|
61
91
|
result = @client.get(path % replacements, data: data)
|
62
|
-
NgrokAPI::Models::TLSEdge.new(client: self,
|
92
|
+
NgrokAPI::Models::TLSEdge.new(client: self, attrs: result)
|
63
93
|
end
|
64
94
|
|
65
95
|
##
|
@@ -77,7 +107,7 @@ module NgrokAPI
|
|
77
107
|
}
|
78
108
|
data = {}
|
79
109
|
result = @client.get(path % replacements, data: data, danger: true)
|
80
|
-
NgrokAPI::Models::TLSEdge.new(client: self,
|
110
|
+
NgrokAPI::Models::TLSEdge.new(client: self, attrs: result)
|
81
111
|
end
|
82
112
|
|
83
113
|
##
|
@@ -89,8 +119,7 @@ module NgrokAPI
|
|
89
119
|
# @return [NgrokAPI::Models::Listable] result from the API request
|
90
120
|
#
|
91
121
|
# https://ngrok.com/docs/api#api-edges-tls-list
|
92
|
-
def list(before_id: nil, limit: nil,
|
93
|
-
url: nil)
|
122
|
+
def list(before_id: nil, limit: nil, url: nil)
|
94
123
|
result = @client.list(
|
95
124
|
before_id: before_id,
|
96
125
|
limit: limit,
|
@@ -100,7 +129,7 @@ module NgrokAPI
|
|
100
129
|
|
101
130
|
NgrokAPI::Models::Listable.new(
|
102
131
|
client: self,
|
103
|
-
|
132
|
+
attrs: result,
|
104
133
|
list_property: LIST_PROPERTY,
|
105
134
|
klass: NgrokAPI::Models::TLSEdge
|
106
135
|
)
|
@@ -116,8 +145,7 @@ module NgrokAPI
|
|
116
145
|
# @return [NgrokAPI::Models::Listable] result from the API request
|
117
146
|
#
|
118
147
|
# https://ngrok.com/docs/api#api-edges-tls-list
|
119
|
-
def list!(before_id: nil, limit: nil,
|
120
|
-
url: nil)
|
148
|
+
def list!(before_id: nil, limit: nil, url: nil)
|
121
149
|
result = @client.list(
|
122
150
|
before_id: before_id,
|
123
151
|
limit: limit,
|
@@ -128,7 +156,7 @@ module NgrokAPI
|
|
128
156
|
|
129
157
|
NgrokAPI::Models::Listable.new(
|
130
158
|
client: self,
|
131
|
-
|
159
|
+
attrs: result,
|
132
160
|
list_property: LIST_PROPERTY,
|
133
161
|
klass: NgrokAPI::Models::TLSEdge,
|
134
162
|
danger: true
|
@@ -166,7 +194,7 @@ module NgrokAPI
|
|
166
194
|
data[:mutual_tls] = mutual_tls if mutual_tls
|
167
195
|
data[:tls_termination] = tls_termination if tls_termination
|
168
196
|
result = @client.patch(path % replacements, data: data)
|
169
|
-
NgrokAPI::Models::TLSEdge.new(client: self,
|
197
|
+
NgrokAPI::Models::TLSEdge.new(client: self, attrs: result)
|
170
198
|
end
|
171
199
|
|
172
200
|
##
|
@@ -201,7 +229,7 @@ module NgrokAPI
|
|
201
229
|
data[:mutual_tls] = mutual_tls if mutual_tls
|
202
230
|
data[:tls_termination] = tls_termination if tls_termination
|
203
231
|
result = @client.patch(path % replacements, data: data, danger: true)
|
204
|
-
NgrokAPI::Models::TLSEdge.new(client: self,
|
232
|
+
NgrokAPI::Models::TLSEdge.new(client: self, attrs: result)
|
205
233
|
end
|
206
234
|
|
207
235
|
##
|