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
@@ -4,7 +4,7 @@ module NgrokAPI
|
|
4
4
|
module Models
|
5
5
|
class SSHHostCertificate
|
6
6
|
attr_reader :client,
|
7
|
-
:
|
7
|
+
:attrs,
|
8
8
|
:id,
|
9
9
|
:uri,
|
10
10
|
:created_at,
|
@@ -18,29 +18,33 @@ module NgrokAPI
|
|
18
18
|
:valid_until,
|
19
19
|
:certificate
|
20
20
|
|
21
|
-
def initialize(client
|
21
|
+
def initialize(client: nil, attrs: {})
|
22
22
|
@client = client
|
23
|
-
@
|
24
|
-
@id = @
|
25
|
-
@uri = @
|
26
|
-
@created_at = @
|
27
|
-
@description = @
|
28
|
-
@metadata = @
|
29
|
-
@public_key = @
|
30
|
-
@key_type = @
|
31
|
-
@ssh_certificate_authority_id = @
|
32
|
-
@principals = @
|
33
|
-
@valid_after = @
|
34
|
-
@valid_until = @
|
35
|
-
@certificate = @
|
23
|
+
@attrs = attrs
|
24
|
+
@id = @attrs['id']
|
25
|
+
@uri = @attrs['uri']
|
26
|
+
@created_at = @attrs['created_at']
|
27
|
+
@description = @attrs['description']
|
28
|
+
@metadata = @attrs['metadata']
|
29
|
+
@public_key = @attrs['public_key']
|
30
|
+
@key_type = @attrs['key_type']
|
31
|
+
@ssh_certificate_authority_id = @attrs['ssh_certificate_authority_id']
|
32
|
+
@principals = @attrs['principals']
|
33
|
+
@valid_after = @attrs['valid_after']
|
34
|
+
@valid_until = @attrs['valid_until']
|
35
|
+
@certificate = @attrs['certificate']
|
36
36
|
end
|
37
37
|
|
38
38
|
def ==(other)
|
39
|
-
@
|
39
|
+
@attrs == other.attrs
|
40
40
|
end
|
41
41
|
|
42
42
|
def to_s
|
43
|
-
@
|
43
|
+
@attrs.to_s
|
44
|
+
end
|
45
|
+
|
46
|
+
def to_h
|
47
|
+
@attrs.to_h
|
44
48
|
end
|
45
49
|
|
46
50
|
##
|
@@ -4,7 +4,7 @@ module NgrokAPI
|
|
4
4
|
module Models
|
5
5
|
class SSHUserCertificate
|
6
6
|
attr_reader :client,
|
7
|
-
:
|
7
|
+
:attrs,
|
8
8
|
:id,
|
9
9
|
:uri,
|
10
10
|
:created_at,
|
@@ -20,31 +20,35 @@ module NgrokAPI
|
|
20
20
|
:valid_until,
|
21
21
|
:certificate
|
22
22
|
|
23
|
-
def initialize(client
|
23
|
+
def initialize(client: nil, attrs: {})
|
24
24
|
@client = client
|
25
|
-
@
|
26
|
-
@id = @
|
27
|
-
@uri = @
|
28
|
-
@created_at = @
|
29
|
-
@description = @
|
30
|
-
@metadata = @
|
31
|
-
@public_key = @
|
32
|
-
@key_type = @
|
33
|
-
@ssh_certificate_authority_id = @
|
34
|
-
@principals = @
|
35
|
-
@critical_options = @
|
36
|
-
@extensions = @
|
37
|
-
@valid_after = @
|
38
|
-
@valid_until = @
|
39
|
-
@certificate = @
|
25
|
+
@attrs = attrs
|
26
|
+
@id = @attrs['id']
|
27
|
+
@uri = @attrs['uri']
|
28
|
+
@created_at = @attrs['created_at']
|
29
|
+
@description = @attrs['description']
|
30
|
+
@metadata = @attrs['metadata']
|
31
|
+
@public_key = @attrs['public_key']
|
32
|
+
@key_type = @attrs['key_type']
|
33
|
+
@ssh_certificate_authority_id = @attrs['ssh_certificate_authority_id']
|
34
|
+
@principals = @attrs['principals']
|
35
|
+
@critical_options = @attrs['critical_options']
|
36
|
+
@extensions = @attrs['extensions']
|
37
|
+
@valid_after = @attrs['valid_after']
|
38
|
+
@valid_until = @attrs['valid_until']
|
39
|
+
@certificate = @attrs['certificate']
|
40
40
|
end
|
41
41
|
|
42
42
|
def ==(other)
|
43
|
-
@
|
43
|
+
@attrs == other.attrs
|
44
44
|
end
|
45
45
|
|
46
46
|
def to_s
|
47
|
-
@
|
47
|
+
@attrs.to_s
|
48
|
+
end
|
49
|
+
|
50
|
+
def to_h
|
51
|
+
@attrs.to_h
|
48
52
|
end
|
49
53
|
|
50
54
|
##
|
@@ -4,7 +4,7 @@ module NgrokAPI
|
|
4
4
|
module Models
|
5
5
|
class TCPEdge
|
6
6
|
attr_reader :client,
|
7
|
-
:
|
7
|
+
:attrs,
|
8
8
|
:id,
|
9
9
|
:description,
|
10
10
|
:metadata,
|
@@ -14,25 +14,29 @@ module NgrokAPI
|
|
14
14
|
:backend,
|
15
15
|
:ip_restriction
|
16
16
|
|
17
|
-
def initialize(client
|
17
|
+
def initialize(client: nil, attrs: {})
|
18
18
|
@client = client
|
19
|
-
@
|
20
|
-
@id = @
|
21
|
-
@description = @
|
22
|
-
@metadata = @
|
23
|
-
@created_at = @
|
24
|
-
@uri = @
|
25
|
-
@hostports = @
|
26
|
-
@backend = @
|
27
|
-
@ip_restriction = @
|
19
|
+
@attrs = attrs
|
20
|
+
@id = @attrs['id']
|
21
|
+
@description = @attrs['description']
|
22
|
+
@metadata = @attrs['metadata']
|
23
|
+
@created_at = @attrs['created_at']
|
24
|
+
@uri = @attrs['uri']
|
25
|
+
@hostports = @attrs['hostports']
|
26
|
+
@backend = @attrs['backend']
|
27
|
+
@ip_restriction = @attrs['ip_restriction']
|
28
28
|
end
|
29
29
|
|
30
30
|
def ==(other)
|
31
|
-
@
|
31
|
+
@attrs == other.attrs
|
32
32
|
end
|
33
33
|
|
34
34
|
def to_s
|
35
|
-
@
|
35
|
+
@attrs.to_s
|
36
|
+
end
|
37
|
+
|
38
|
+
def to_h
|
39
|
+
@attrs.to_h
|
36
40
|
end
|
37
41
|
|
38
42
|
##
|
@@ -4,7 +4,7 @@ module NgrokAPI
|
|
4
4
|
module Models
|
5
5
|
class TLSCertificate
|
6
6
|
attr_reader :client,
|
7
|
-
:
|
7
|
+
:attrs,
|
8
8
|
:id,
|
9
9
|
:uri,
|
10
10
|
:created_at,
|
@@ -27,38 +27,42 @@ module NgrokAPI
|
|
27
27
|
:subject_province,
|
28
28
|
:subject_country
|
29
29
|
|
30
|
-
def initialize(client
|
30
|
+
def initialize(client: nil, attrs: {})
|
31
31
|
@client = client
|
32
|
-
@
|
33
|
-
@id = @
|
34
|
-
@uri = @
|
35
|
-
@created_at = @
|
36
|
-
@description = @
|
37
|
-
@metadata = @
|
38
|
-
@certificate_pem = @
|
39
|
-
@subject_common_name = @
|
40
|
-
@subject_alternative_names = @
|
41
|
-
@issued_at = @
|
42
|
-
@not_before = @
|
43
|
-
@not_after = @
|
44
|
-
@key_usages = @
|
45
|
-
@extended_key_usages = @
|
46
|
-
@private_key_type = @
|
47
|
-
@issuer_common_name = @
|
48
|
-
@serial_number = @
|
49
|
-
@subject_organization = @
|
50
|
-
@subject_organizational_unit = @
|
51
|
-
@subject_locality = @
|
52
|
-
@subject_province = @
|
53
|
-
@subject_country = @
|
32
|
+
@attrs = attrs
|
33
|
+
@id = @attrs['id']
|
34
|
+
@uri = @attrs['uri']
|
35
|
+
@created_at = @attrs['created_at']
|
36
|
+
@description = @attrs['description']
|
37
|
+
@metadata = @attrs['metadata']
|
38
|
+
@certificate_pem = @attrs['certificate_pem']
|
39
|
+
@subject_common_name = @attrs['subject_common_name']
|
40
|
+
@subject_alternative_names = @attrs['subject_alternative_names']
|
41
|
+
@issued_at = @attrs['issued_at']
|
42
|
+
@not_before = @attrs['not_before']
|
43
|
+
@not_after = @attrs['not_after']
|
44
|
+
@key_usages = @attrs['key_usages']
|
45
|
+
@extended_key_usages = @attrs['extended_key_usages']
|
46
|
+
@private_key_type = @attrs['private_key_type']
|
47
|
+
@issuer_common_name = @attrs['issuer_common_name']
|
48
|
+
@serial_number = @attrs['serial_number']
|
49
|
+
@subject_organization = @attrs['subject_organization']
|
50
|
+
@subject_organizational_unit = @attrs['subject_organizational_unit']
|
51
|
+
@subject_locality = @attrs['subject_locality']
|
52
|
+
@subject_province = @attrs['subject_province']
|
53
|
+
@subject_country = @attrs['subject_country']
|
54
54
|
end
|
55
55
|
|
56
56
|
def ==(other)
|
57
|
-
@
|
57
|
+
@attrs == other.attrs
|
58
58
|
end
|
59
59
|
|
60
60
|
def to_s
|
61
|
-
@
|
61
|
+
@attrs.to_s
|
62
|
+
end
|
63
|
+
|
64
|
+
def to_h
|
65
|
+
@attrs.to_h
|
62
66
|
end
|
63
67
|
|
64
68
|
##
|
@@ -4,23 +4,27 @@ module NgrokAPI
|
|
4
4
|
module Models
|
5
5
|
class TLSCertificateSANs
|
6
6
|
attr_reader :client,
|
7
|
-
:
|
7
|
+
:attrs,
|
8
8
|
:dns_names,
|
9
9
|
:ips
|
10
10
|
|
11
|
-
def initialize(client
|
11
|
+
def initialize(client: nil, attrs: {})
|
12
12
|
@client = client
|
13
|
-
@
|
14
|
-
@dns_names = @
|
15
|
-
@ips = @
|
13
|
+
@attrs = attrs
|
14
|
+
@dns_names = @attrs['dns_names']
|
15
|
+
@ips = @attrs['ips']
|
16
16
|
end
|
17
17
|
|
18
18
|
def ==(other)
|
19
|
-
@
|
19
|
+
@attrs == other.attrs
|
20
20
|
end
|
21
21
|
|
22
22
|
def to_s
|
23
|
-
@
|
23
|
+
@attrs.to_s
|
24
|
+
end
|
25
|
+
|
26
|
+
def to_h
|
27
|
+
@attrs.to_h
|
24
28
|
end
|
25
29
|
end
|
26
30
|
end
|
@@ -4,7 +4,7 @@ module NgrokAPI
|
|
4
4
|
module Models
|
5
5
|
class TLSEdge
|
6
6
|
attr_reader :client,
|
7
|
-
:
|
7
|
+
:attrs,
|
8
8
|
:id,
|
9
9
|
:description,
|
10
10
|
:metadata,
|
@@ -16,27 +16,31 @@ module NgrokAPI
|
|
16
16
|
:mutual_tls,
|
17
17
|
:tls_termination
|
18
18
|
|
19
|
-
def initialize(client
|
19
|
+
def initialize(client: nil, attrs: {})
|
20
20
|
@client = client
|
21
|
-
@
|
22
|
-
@id = @
|
23
|
-
@description = @
|
24
|
-
@metadata = @
|
25
|
-
@created_at = @
|
26
|
-
@uri = @
|
27
|
-
@hostports = @
|
28
|
-
@backend = @
|
29
|
-
@ip_restriction = @
|
30
|
-
@mutual_tls = @
|
31
|
-
@tls_termination = @
|
21
|
+
@attrs = attrs
|
22
|
+
@id = @attrs['id']
|
23
|
+
@description = @attrs['description']
|
24
|
+
@metadata = @attrs['metadata']
|
25
|
+
@created_at = @attrs['created_at']
|
26
|
+
@uri = @attrs['uri']
|
27
|
+
@hostports = @attrs['hostports']
|
28
|
+
@backend = @attrs['backend']
|
29
|
+
@ip_restriction = @attrs['ip_restriction']
|
30
|
+
@mutual_tls = @attrs['mutual_tls']
|
31
|
+
@tls_termination = @attrs['tls_termination']
|
32
32
|
end
|
33
33
|
|
34
34
|
def ==(other)
|
35
|
-
@
|
35
|
+
@attrs == other.attrs
|
36
36
|
end
|
37
37
|
|
38
38
|
def to_s
|
39
|
-
@
|
39
|
+
@attrs.to_s
|
40
|
+
end
|
41
|
+
|
42
|
+
def to_h
|
43
|
+
@attrs.to_h
|
40
44
|
end
|
41
45
|
|
42
46
|
##
|
@@ -4,7 +4,7 @@ module NgrokAPI
|
|
4
4
|
module Models
|
5
5
|
class Tunnel
|
6
6
|
attr_reader :client,
|
7
|
-
:
|
7
|
+
:attrs,
|
8
8
|
:id,
|
9
9
|
:public_url,
|
10
10
|
:started_at,
|
@@ -17,28 +17,32 @@ module NgrokAPI
|
|
17
17
|
:backends,
|
18
18
|
:forwards_to
|
19
19
|
|
20
|
-
def initialize(client
|
20
|
+
def initialize(client: nil, attrs: {})
|
21
21
|
@client = client
|
22
|
-
@
|
23
|
-
@id = @
|
24
|
-
@public_url = @
|
25
|
-
@started_at = @
|
26
|
-
@metadata = @
|
27
|
-
@proto = @
|
28
|
-
@region = @
|
29
|
-
@tunnel_session = @
|
30
|
-
@endpoint = @
|
31
|
-
@labels = @
|
32
|
-
@backends = @
|
33
|
-
@forwards_to = @
|
22
|
+
@attrs = attrs
|
23
|
+
@id = @attrs['id']
|
24
|
+
@public_url = @attrs['public_url']
|
25
|
+
@started_at = @attrs['started_at']
|
26
|
+
@metadata = @attrs['metadata']
|
27
|
+
@proto = @attrs['proto']
|
28
|
+
@region = @attrs['region']
|
29
|
+
@tunnel_session = @attrs['tunnel_session']
|
30
|
+
@endpoint = @attrs['endpoint']
|
31
|
+
@labels = @attrs['labels']
|
32
|
+
@backends = @attrs['backends']
|
33
|
+
@forwards_to = @attrs['forwards_to']
|
34
34
|
end
|
35
35
|
|
36
36
|
def ==(other)
|
37
|
-
@
|
37
|
+
@attrs == other.attrs
|
38
38
|
end
|
39
39
|
|
40
40
|
def to_s
|
41
|
-
@
|
41
|
+
@attrs.to_s
|
42
|
+
end
|
43
|
+
|
44
|
+
def to_h
|
45
|
+
@attrs.to_h
|
42
46
|
end
|
43
47
|
end
|
44
48
|
end
|
@@ -4,7 +4,7 @@ module NgrokAPI
|
|
4
4
|
module Models
|
5
5
|
class TunnelGroupBackend
|
6
6
|
attr_reader :client,
|
7
|
-
:
|
7
|
+
:attrs,
|
8
8
|
:id,
|
9
9
|
:uri,
|
10
10
|
:created_at,
|
@@ -13,28 +13,32 @@ module NgrokAPI
|
|
13
13
|
:labels,
|
14
14
|
:tunnels
|
15
15
|
|
16
|
-
def initialize(client
|
16
|
+
def initialize(client: nil, attrs: {})
|
17
17
|
@client = client
|
18
|
-
@
|
19
|
-
@id = @
|
20
|
-
@uri = @
|
21
|
-
@created_at = @
|
22
|
-
@description = @
|
23
|
-
@metadata = @
|
24
|
-
@labels = @
|
25
|
-
@tunnels = @
|
18
|
+
@attrs = attrs
|
19
|
+
@id = @attrs['id']
|
20
|
+
@uri = @attrs['uri']
|
21
|
+
@created_at = @attrs['created_at']
|
22
|
+
@description = @attrs['description']
|
23
|
+
@metadata = @attrs['metadata']
|
24
|
+
@labels = @attrs['labels']
|
25
|
+
@tunnels = @attrs['tunnels']
|
26
26
|
end
|
27
27
|
|
28
28
|
def ==(other)
|
29
|
-
@
|
29
|
+
@attrs == other.attrs
|
30
30
|
end
|
31
31
|
|
32
32
|
def to_s
|
33
|
-
@
|
33
|
+
@attrs.to_s
|
34
|
+
end
|
35
|
+
|
36
|
+
def to_h
|
37
|
+
@attrs.to_h
|
34
38
|
end
|
35
39
|
|
36
40
|
##
|
37
|
-
# Delete a TunnelGroup backend by ID.
|
41
|
+
# Delete a TunnelGroup backend by ID.
|
38
42
|
#
|
39
43
|
# https://ngrok.com/docs/api#api-tunnel-group-backends-delete
|
40
44
|
def delete
|
@@ -4,7 +4,7 @@ module NgrokAPI
|
|
4
4
|
module Models
|
5
5
|
class TunnelSession
|
6
6
|
attr_reader :client,
|
7
|
-
:
|
7
|
+
:attrs,
|
8
8
|
:agent_version,
|
9
9
|
:credential,
|
10
10
|
:id,
|
@@ -16,27 +16,31 @@ module NgrokAPI
|
|
16
16
|
:transport,
|
17
17
|
:uri
|
18
18
|
|
19
|
-
def initialize(client
|
19
|
+
def initialize(client: nil, attrs: {})
|
20
20
|
@client = client
|
21
|
-
@
|
22
|
-
@agent_version = @
|
23
|
-
@credential = @
|
24
|
-
@id = @
|
25
|
-
@ip = @
|
26
|
-
@metadata = @
|
27
|
-
@os = @
|
28
|
-
@region = @
|
29
|
-
@started_at = @
|
30
|
-
@transport = @
|
31
|
-
@uri = @
|
21
|
+
@attrs = attrs
|
22
|
+
@agent_version = @attrs['agent_version']
|
23
|
+
@credential = @attrs['credential']
|
24
|
+
@id = @attrs['id']
|
25
|
+
@ip = @attrs['ip']
|
26
|
+
@metadata = @attrs['metadata']
|
27
|
+
@os = @attrs['os']
|
28
|
+
@region = @attrs['region']
|
29
|
+
@started_at = @attrs['started_at']
|
30
|
+
@transport = @attrs['transport']
|
31
|
+
@uri = @attrs['uri']
|
32
32
|
end
|
33
33
|
|
34
34
|
def ==(other)
|
35
|
-
@
|
35
|
+
@attrs == other.attrs
|
36
36
|
end
|
37
37
|
|
38
38
|
def to_s
|
39
|
-
@
|
39
|
+
@attrs.to_s
|
40
|
+
end
|
41
|
+
|
42
|
+
def to_h
|
43
|
+
@attrs.to_h
|
40
44
|
end
|
41
45
|
end
|
42
46
|
end
|
@@ -4,7 +4,7 @@ module NgrokAPI
|
|
4
4
|
module Models
|
5
5
|
class WeightedBackend
|
6
6
|
attr_reader :client,
|
7
|
-
:
|
7
|
+
:attrs,
|
8
8
|
:id,
|
9
9
|
:uri,
|
10
10
|
:created_at,
|
@@ -12,27 +12,31 @@ module NgrokAPI
|
|
12
12
|
:metadata,
|
13
13
|
:backends
|
14
14
|
|
15
|
-
def initialize(client
|
15
|
+
def initialize(client: nil, attrs: {})
|
16
16
|
@client = client
|
17
|
-
@
|
18
|
-
@id = @
|
19
|
-
@uri = @
|
20
|
-
@created_at = @
|
21
|
-
@description = @
|
22
|
-
@metadata = @
|
23
|
-
@backends = @
|
17
|
+
@attrs = attrs
|
18
|
+
@id = @attrs['id']
|
19
|
+
@uri = @attrs['uri']
|
20
|
+
@created_at = @attrs['created_at']
|
21
|
+
@description = @attrs['description']
|
22
|
+
@metadata = @attrs['metadata']
|
23
|
+
@backends = @attrs['backends']
|
24
24
|
end
|
25
25
|
|
26
26
|
def ==(other)
|
27
|
-
@
|
27
|
+
@attrs == other.attrs
|
28
28
|
end
|
29
29
|
|
30
30
|
def to_s
|
31
|
-
@
|
31
|
+
@attrs.to_s
|
32
|
+
end
|
33
|
+
|
34
|
+
def to_h
|
35
|
+
@attrs.to_h
|
32
36
|
end
|
33
37
|
|
34
38
|
##
|
35
|
-
# Delete a Weighted backend by ID.
|
39
|
+
# Delete a Weighted backend by ID.
|
36
40
|
#
|
37
41
|
# https://ngrok.com/docs/api#api-weighted-backends-delete
|
38
42
|
def delete
|
@@ -35,7 +35,29 @@ module NgrokAPI
|
|
35
35
|
data[:urls] = urls if urls
|
36
36
|
data[:metadata] = metadata if metadata
|
37
37
|
result = @client.post(path % replacements, data: data)
|
38
|
-
NgrokAPI::Models::AbuseReport.new(client: self,
|
38
|
+
NgrokAPI::Models::AbuseReport.new(client: self, attrs: result)
|
39
|
+
end
|
40
|
+
|
41
|
+
##
|
42
|
+
# Creates a new abuse report which will be reviewed by our system and abuse
|
43
|
+
# response team. This API is only available to authorized accounts. Contact
|
44
|
+
# abuse@ngrok.com to request access
|
45
|
+
# Throws an exception if API error.
|
46
|
+
#
|
47
|
+
# @param [List<uri (string)>] urls a list of URLs containing suspected abusive content
|
48
|
+
# @param [string] metadata arbitrary user-defined data about this abuse report. Optional, max 4096 bytes.
|
49
|
+
# @return [NgrokAPI::Models::AbuseReport] result from the API request
|
50
|
+
#
|
51
|
+
# https://ngrok.com/docs/api#api-abuse-reports-create
|
52
|
+
def create!(urls:, metadata: "")
|
53
|
+
path = '/abuse_reports'
|
54
|
+
replacements = {
|
55
|
+
}
|
56
|
+
data = {}
|
57
|
+
data[:urls] = urls if urls
|
58
|
+
data[:metadata] = metadata if metadata
|
59
|
+
result = @client.post(path % replacements, data: data, danger: true)
|
60
|
+
NgrokAPI::Models::AbuseReport.new(client: self, attrs: result)
|
39
61
|
end
|
40
62
|
|
41
63
|
##
|
@@ -52,7 +74,7 @@ module NgrokAPI
|
|
52
74
|
}
|
53
75
|
data = {}
|
54
76
|
result = @client.get(path % replacements, data: data)
|
55
|
-
NgrokAPI::Models::AbuseReport.new(client: self,
|
77
|
+
NgrokAPI::Models::AbuseReport.new(client: self, attrs: result)
|
56
78
|
end
|
57
79
|
|
58
80
|
##
|
@@ -70,7 +92,7 @@ module NgrokAPI
|
|
70
92
|
}
|
71
93
|
data = {}
|
72
94
|
result = @client.get(path % replacements, data: data, danger: true)
|
73
|
-
NgrokAPI::Models::AbuseReport.new(client: self,
|
95
|
+
NgrokAPI::Models::AbuseReport.new(client: self, attrs: result)
|
74
96
|
end
|
75
97
|
end
|
76
98
|
end
|