ngrok-api 0.18.0 → 0.21.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/ci.yml +7 -7
- data/.gitignore +15 -13
- data/.rubocop.yml +30 -28
- data/.rubocop_airbnb.yml +4 -2
- data/.simplecov +3 -1
- data/CHANGELOG.md +8 -0
- data/CODE_OF_CONDUCT.md +45 -0
- data/Gemfile +34 -32
- data/Guardfile +18 -16
- data/README.md +94 -61
- data/Rakefile +9 -7
- data/doc/NgrokAPI/Client.html +229 -125
- data/doc/NgrokAPI/Error.html +12 -12
- data/doc/NgrokAPI/Errors/NotFoundError.html +12 -12
- data/doc/NgrokAPI/Errors.html +4 -4
- data/doc/NgrokAPI/HttpClient.html +208 -65
- data/doc/NgrokAPI/Models/APIKey.html +220 -90
- data/doc/NgrokAPI/Models/AWSAuth.html +113 -61
- data/doc/NgrokAPI/Models/AWSCredentials.html +120 -68
- data/doc/NgrokAPI/Models/AWSRole.html +101 -49
- data/doc/NgrokAPI/Models/AbuseReport.html +165 -109
- data/doc/NgrokAPI/Models/AbuseReportHostname.html +113 -61
- data/doc/NgrokAPI/Models/AgentIngress.html +365 -155
- data/doc/NgrokAPI/Models/AgentIngressCertJob.html +817 -0
- data/doc/NgrokAPI/Models/AgentIngressCertPolicy.html +669 -0
- data/doc/NgrokAPI/Models/AgentIngressCertStatus.html +669 -0
- data/doc/NgrokAPI/Models/ApplicationSession.html +1414 -0
- data/doc/NgrokAPI/Models/ApplicationUser.html +1336 -0
- data/doc/NgrokAPI/Models/BrowserSession.html +743 -0
- data/doc/NgrokAPI/Models/CertificateAuthority.html +223 -167
- data/doc/NgrokAPI/Models/Credential.html +225 -95
- data/doc/NgrokAPI/Models/Endpoint.html +215 -159
- data/doc/NgrokAPI/Models/EndpointBackend.html +120 -68
- data/doc/NgrokAPI/Models/EndpointBackendMutate.html +120 -68
- data/doc/NgrokAPI/Models/EndpointCircuitBreaker.html +147 -95
- data/doc/NgrokAPI/Models/EndpointCompression.html +108 -56
- data/doc/NgrokAPI/Models/EndpointIPPolicy.html +120 -68
- data/doc/NgrokAPI/Models/EndpointIPPolicyMutate.html +120 -68
- data/doc/NgrokAPI/Models/EndpointMutualTLS.html +120 -68
- data/doc/NgrokAPI/Models/EndpointMutualTLSMutate.html +120 -68
- data/doc/NgrokAPI/Models/EndpointOAuth.html +166 -114
- data/doc/NgrokAPI/Models/EndpointOAuthAmazon.html +891 -0
- data/doc/NgrokAPI/Models/EndpointOAuthFacebook.html +149 -97
- data/doc/NgrokAPI/Models/EndpointOAuthGitHub.html +166 -114
- data/doc/NgrokAPI/Models/EndpointOAuthGitLab.html +891 -0
- data/doc/NgrokAPI/Models/EndpointOAuthGoogle.html +149 -97
- data/doc/NgrokAPI/Models/EndpointOAuthLinkedIn.html +891 -0
- data/doc/NgrokAPI/Models/EndpointOAuthMicrosoft.html +149 -97
- data/doc/NgrokAPI/Models/EndpointOAuthProvider.html +410 -62
- data/doc/NgrokAPI/Models/EndpointOAuthTwitch.html +891 -0
- data/doc/NgrokAPI/Models/EndpointOIDC.html +183 -131
- data/doc/NgrokAPI/Models/EndpointRequestHeaders.html +125 -73
- data/doc/NgrokAPI/Models/EndpointResponseHeaders.html +125 -73
- data/doc/NgrokAPI/Models/EndpointSAML.html +244 -176
- data/doc/NgrokAPI/Models/EndpointSAMLMutate.html +197 -141
- data/doc/NgrokAPI/Models/EndpointTLSTermination.html +125 -73
- data/doc/NgrokAPI/Models/EndpointTLSTerminationAtEdge.html +120 -68
- data/doc/NgrokAPI/Models/EndpointWebhookValidation.html +125 -73
- data/doc/NgrokAPI/Models/EndpointWebsocketTCPConverter.html +108 -56
- data/doc/NgrokAPI/Models/EventDestination.html +178 -122
- data/doc/NgrokAPI/Models/EventSource.html +136 -80
- data/doc/NgrokAPI/Models/EventSourceList.html +112 -56
- data/doc/NgrokAPI/Models/EventSourceReplace.html +125 -73
- data/doc/NgrokAPI/Models/EventSubscription.html +178 -122
- data/doc/NgrokAPI/Models/EventTarget.html +206 -80
- data/doc/NgrokAPI/Models/EventTargetCloudwatchLogs.html +120 -68
- data/doc/NgrokAPI/Models/EventTargetDatadog.html +817 -0
- data/doc/NgrokAPI/Models/EventTargetFirehose.html +120 -68
- data/doc/NgrokAPI/Models/EventTargetKinesis.html +113 -61
- data/doc/NgrokAPI/Models/FailoverBackend.html +186 -130
- data/doc/NgrokAPI/Models/HTTPResponseBackend.html +202 -146
- data/doc/NgrokAPI/Models/HTTPSEdge.html +207 -151
- data/doc/NgrokAPI/Models/HTTPSEdgeRoute.html +272 -216
- data/doc/NgrokAPI/Models/IPPolicy.html +178 -122
- data/doc/NgrokAPI/Models/IPPolicyRule.html +201 -145
- data/doc/NgrokAPI/Models/IPRestriction.html +190 -134
- data/doc/NgrokAPI/Models/IdentityProvider.html +669 -0
- data/doc/NgrokAPI/Models/Listable.html +130 -130
- data/doc/NgrokAPI/Models/Location.html +817 -0
- data/doc/NgrokAPI/Models/Ref.html +119 -63
- data/doc/NgrokAPI/Models/ReservedAddr.html +189 -133
- data/doc/NgrokAPI/Models/ReservedDomain.html +231 -175
- data/doc/NgrokAPI/Models/ReservedDomainCertJob.html +130 -78
- data/doc/NgrokAPI/Models/ReservedDomainCertPolicy.html +120 -68
- data/doc/NgrokAPI/Models/ReservedDomainCertStatus.html +120 -68
- data/doc/NgrokAPI/Models/SSHCertificateAuthority.html +197 -141
- data/doc/NgrokAPI/Models/SSHCredential.html +232 -102
- data/doc/NgrokAPI/Models/SSHHostCertificate.html +226 -170
- data/doc/NgrokAPI/Models/SSHUserCertificate.html +240 -184
- data/doc/NgrokAPI/Models/TCPEdge.html +204 -148
- data/doc/NgrokAPI/Models/TLSCertificate.html +279 -223
- data/doc/NgrokAPI/Models/TLSCertificateSANs.html +120 -68
- data/doc/NgrokAPI/Models/TLSEdge.html +216 -160
- data/doc/NgrokAPI/Models/Tunnel.html +205 -149
- data/doc/NgrokAPI/Models/TunnelGroupBackend.html +191 -135
- data/doc/NgrokAPI/Models/TunnelSession.html +193 -137
- data/doc/NgrokAPI/Models/UserAgent.html +965 -0
- data/doc/NgrokAPI/Models/WeightedBackend.html +186 -130
- data/doc/NgrokAPI/Models.html +6 -6
- data/doc/NgrokAPI/PagedIterator.html +53 -53
- data/doc/NgrokAPI/Services/APIKeysClient.html +302 -127
- data/doc/NgrokAPI/Services/AbuseReportsClient.html +176 -39
- data/doc/NgrokAPI/Services/AgentIngressesClient.html +366 -133
- data/doc/NgrokAPI/Services/ApplicationSessionsClient.html +1131 -0
- data/doc/NgrokAPI/Services/ApplicationUsersClient.html +1131 -0
- data/doc/NgrokAPI/Services/CertificateAuthoritiesClient.html +276 -123
- data/doc/NgrokAPI/Services/CredentialsClient.html +328 -133
- data/doc/NgrokAPI/Services/EdgeRouteBackendModuleClient.html +22 -26
- data/doc/NgrokAPI/Services/EdgeRouteCircuitBreakerModuleClient.html +22 -26
- data/doc/NgrokAPI/Services/EdgeRouteCompressionModuleClient.html +22 -26
- data/doc/NgrokAPI/Services/EdgeRouteIPRestrictionModuleClient.html +22 -26
- data/doc/NgrokAPI/Services/EdgeRouteOAuthModuleClient.html +22 -26
- data/doc/NgrokAPI/Services/EdgeRouteOIDCModuleClient.html +22 -26
- data/doc/NgrokAPI/Services/EdgeRouteRequestHeadersModuleClient.html +22 -26
- data/doc/NgrokAPI/Services/EdgeRouteResponseHeadersModuleClient.html +22 -26
- data/doc/NgrokAPI/Services/EdgeRouteSAMLModuleClient.html +22 -26
- data/doc/NgrokAPI/Services/EdgeRouteWebhookVerificationModuleClient.html +22 -26
- data/doc/NgrokAPI/Services/EdgeRouteWebsocketTCPConverterModuleClient.html +22 -26
- data/doc/NgrokAPI/Services/EdgesHTTPSClient.html +319 -129
- data/doc/NgrokAPI/Services/EdgesHTTPSRoutesClient.html +528 -113
- data/doc/NgrokAPI/Services/EdgesTCPClient.html +319 -129
- data/doc/NgrokAPI/Services/EdgesTLSClient.html +353 -133
- data/doc/NgrokAPI/Services/EndpointsClient.html +22 -26
- data/doc/NgrokAPI/Services/EventDestinationsClient.html +302 -127
- data/doc/NgrokAPI/Services/EventSourcesClient.html +244 -105
- data/doc/NgrokAPI/Services/EventSubscriptionsClient.html +302 -127
- data/doc/NgrokAPI/Services/FailoverBackendsClient.html +282 -127
- data/doc/NgrokAPI/Services/HTTPResponseBackendsClient.html +322 -129
- data/doc/NgrokAPI/Services/HTTPSEdgeMutualTLSModuleClient.html +22 -26
- data/doc/NgrokAPI/Services/HTTPSEdgeTLSTerminationModuleClient.html +22 -26
- data/doc/NgrokAPI/Services/IPPoliciesClient.html +258 -123
- data/doc/NgrokAPI/Services/IPPolicyRulesClient.html +317 -130
- data/doc/NgrokAPI/Services/IPRestrictionsClient.html +318 -127
- data/doc/NgrokAPI/Services/ReservedAddrsClient.html +278 -123
- data/doc/NgrokAPI/Services/ReservedDomainsClient.html +388 -171
- data/doc/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html +318 -123
- data/doc/NgrokAPI/Services/SSHCredentialsClient.html +345 -132
- data/doc/NgrokAPI/Services/SSHHostCertificatesClient.html +354 -123
- data/doc/NgrokAPI/Services/SSHUserCertificatesClient.html +397 -126
- data/doc/NgrokAPI/Services/TCPEdgeBackendModuleClient.html +22 -26
- data/doc/NgrokAPI/Services/TCPEdgeIPRestrictionModuleClient.html +22 -26
- data/doc/NgrokAPI/Services/TLSCertificatesClient.html +296 -125
- data/doc/NgrokAPI/Services/TLSEdgeBackendModuleClient.html +22 -26
- data/doc/NgrokAPI/Services/TLSEdgeIPRestrictionModuleClient.html +22 -26
- data/doc/NgrokAPI/Services/TLSEdgeMutualTLSModuleClient.html +22 -26
- data/doc/NgrokAPI/Services/TLSEdgeTLSTerminationModuleClient.html +22 -26
- data/doc/NgrokAPI/Services/TunnelGroupBackendsClient.html +282 -127
- data/doc/NgrokAPI/Services/TunnelSessionsClient.html +22 -26
- data/doc/NgrokAPI/Services/TunnelsClient.html +22 -26
- data/doc/NgrokAPI/Services/WeightedBackendsClient.html +285 -130
- data/doc/NgrokAPI/Services.html +6 -6
- data/doc/NgrokAPI.html +6 -6
- data/doc/_index.html +139 -8
- data/doc/class_list.html +1 -1
- data/doc/file.README.html +55 -51
- data/doc/frames.html +1 -1
- data/doc/index.html +55 -51
- data/doc/method_list.html +4383 -2175
- data/doc/top-level-namespace.html +4 -4
- data/docs/NgrokAPI/Client.html +229 -125
- data/docs/NgrokAPI/Error.html +12 -12
- data/docs/NgrokAPI/Errors/NotFoundError.html +12 -12
- data/docs/NgrokAPI/Errors.html +4 -4
- data/docs/NgrokAPI/HttpClient.html +208 -65
- data/docs/NgrokAPI/Models/APIKey.html +220 -90
- data/docs/NgrokAPI/Models/AWSAuth.html +113 -61
- data/docs/NgrokAPI/Models/AWSCredentials.html +120 -68
- data/docs/NgrokAPI/Models/AWSRole.html +101 -49
- data/docs/NgrokAPI/Models/AbuseReport.html +165 -109
- data/docs/NgrokAPI/Models/AbuseReportHostname.html +113 -61
- data/docs/NgrokAPI/Models/AgentIngress.html +365 -155
- data/docs/NgrokAPI/Models/AgentIngressCertJob.html +817 -0
- data/docs/NgrokAPI/Models/AgentIngressCertPolicy.html +669 -0
- data/docs/NgrokAPI/Models/AgentIngressCertStatus.html +669 -0
- data/docs/NgrokAPI/Models/ApplicationSession.html +1414 -0
- data/docs/NgrokAPI/Models/ApplicationUser.html +1336 -0
- data/docs/NgrokAPI/Models/BrowserSession.html +743 -0
- data/docs/NgrokAPI/Models/CertificateAuthority.html +223 -167
- data/docs/NgrokAPI/Models/Credential.html +225 -95
- data/docs/NgrokAPI/Models/Endpoint.html +215 -159
- data/docs/NgrokAPI/Models/EndpointBackend.html +120 -68
- data/docs/NgrokAPI/Models/EndpointBackendMutate.html +120 -68
- data/docs/NgrokAPI/Models/EndpointCircuitBreaker.html +147 -95
- data/docs/NgrokAPI/Models/EndpointCompression.html +108 -56
- data/docs/NgrokAPI/Models/EndpointIPPolicy.html +120 -68
- data/docs/NgrokAPI/Models/EndpointIPPolicyMutate.html +120 -68
- data/docs/NgrokAPI/Models/EndpointMutualTLS.html +120 -68
- data/docs/NgrokAPI/Models/EndpointMutualTLSMutate.html +120 -68
- data/docs/NgrokAPI/Models/EndpointOAuth.html +166 -114
- data/docs/NgrokAPI/Models/EndpointOAuthAmazon.html +891 -0
- data/docs/NgrokAPI/Models/EndpointOAuthFacebook.html +149 -97
- data/docs/NgrokAPI/Models/EndpointOAuthGitHub.html +166 -114
- data/docs/NgrokAPI/Models/EndpointOAuthGitLab.html +891 -0
- data/docs/NgrokAPI/Models/EndpointOAuthGoogle.html +149 -97
- data/docs/NgrokAPI/Models/EndpointOAuthLinkedIn.html +891 -0
- data/docs/NgrokAPI/Models/EndpointOAuthMicrosoft.html +149 -97
- data/docs/NgrokAPI/Models/EndpointOAuthProvider.html +410 -62
- data/docs/NgrokAPI/Models/EndpointOAuthTwitch.html +891 -0
- data/docs/NgrokAPI/Models/EndpointOIDC.html +183 -131
- data/docs/NgrokAPI/Models/EndpointRequestHeaders.html +125 -73
- data/docs/NgrokAPI/Models/EndpointResponseHeaders.html +125 -73
- data/docs/NgrokAPI/Models/EndpointSAML.html +244 -176
- data/docs/NgrokAPI/Models/EndpointSAMLMutate.html +197 -141
- data/docs/NgrokAPI/Models/EndpointTLSTermination.html +125 -73
- data/docs/NgrokAPI/Models/EndpointTLSTerminationAtEdge.html +120 -68
- data/docs/NgrokAPI/Models/EndpointWebhookValidation.html +125 -73
- data/docs/NgrokAPI/Models/EndpointWebsocketTCPConverter.html +108 -56
- data/docs/NgrokAPI/Models/EventDestination.html +178 -122
- data/docs/NgrokAPI/Models/EventSource.html +136 -80
- data/docs/NgrokAPI/Models/EventSourceList.html +112 -56
- data/docs/NgrokAPI/Models/EventSourceReplace.html +125 -73
- data/docs/NgrokAPI/Models/EventSubscription.html +178 -122
- data/docs/NgrokAPI/Models/EventTarget.html +206 -80
- data/docs/NgrokAPI/Models/EventTargetCloudwatchLogs.html +120 -68
- data/docs/NgrokAPI/Models/EventTargetDatadog.html +817 -0
- data/docs/NgrokAPI/Models/EventTargetFirehose.html +120 -68
- data/docs/NgrokAPI/Models/EventTargetKinesis.html +113 -61
- data/docs/NgrokAPI/Models/FailoverBackend.html +186 -130
- data/docs/NgrokAPI/Models/HTTPResponseBackend.html +202 -146
- data/docs/NgrokAPI/Models/HTTPSEdge.html +207 -151
- data/docs/NgrokAPI/Models/HTTPSEdgeRoute.html +272 -216
- data/docs/NgrokAPI/Models/IPPolicy.html +178 -122
- data/docs/NgrokAPI/Models/IPPolicyRule.html +201 -145
- data/docs/NgrokAPI/Models/IPRestriction.html +190 -134
- data/docs/NgrokAPI/Models/IdentityProvider.html +669 -0
- data/docs/NgrokAPI/Models/Listable.html +130 -130
- data/docs/NgrokAPI/Models/Location.html +817 -0
- data/docs/NgrokAPI/Models/Ref.html +119 -63
- data/docs/NgrokAPI/Models/ReservedAddr.html +189 -133
- data/docs/NgrokAPI/Models/ReservedDomain.html +231 -175
- data/docs/NgrokAPI/Models/ReservedDomainCertJob.html +130 -78
- data/docs/NgrokAPI/Models/ReservedDomainCertPolicy.html +120 -68
- data/docs/NgrokAPI/Models/ReservedDomainCertStatus.html +120 -68
- data/docs/NgrokAPI/Models/SSHCertificateAuthority.html +197 -141
- data/docs/NgrokAPI/Models/SSHCredential.html +232 -102
- data/docs/NgrokAPI/Models/SSHHostCertificate.html +226 -170
- data/docs/NgrokAPI/Models/SSHUserCertificate.html +240 -184
- data/docs/NgrokAPI/Models/TCPEdge.html +204 -148
- data/docs/NgrokAPI/Models/TLSCertificate.html +279 -223
- data/docs/NgrokAPI/Models/TLSCertificateSANs.html +120 -68
- data/docs/NgrokAPI/Models/TLSEdge.html +216 -160
- data/docs/NgrokAPI/Models/Tunnel.html +205 -149
- data/docs/NgrokAPI/Models/TunnelGroupBackend.html +191 -135
- data/docs/NgrokAPI/Models/TunnelSession.html +193 -137
- data/docs/NgrokAPI/Models/UserAgent.html +965 -0
- data/docs/NgrokAPI/Models/WeightedBackend.html +186 -130
- data/docs/NgrokAPI/Models.html +6 -6
- data/docs/NgrokAPI/PagedIterator.html +53 -53
- data/docs/NgrokAPI/Services/APIKeysClient.html +302 -127
- data/docs/NgrokAPI/Services/AbuseReportsClient.html +176 -39
- data/docs/NgrokAPI/Services/AgentIngressesClient.html +366 -133
- data/docs/NgrokAPI/Services/ApplicationSessionsClient.html +1131 -0
- data/docs/NgrokAPI/Services/ApplicationUsersClient.html +1131 -0
- data/docs/NgrokAPI/Services/CertificateAuthoritiesClient.html +276 -123
- data/docs/NgrokAPI/Services/CredentialsClient.html +328 -133
- data/docs/NgrokAPI/Services/EdgeRouteBackendModuleClient.html +22 -26
- data/docs/NgrokAPI/Services/EdgeRouteCircuitBreakerModuleClient.html +22 -26
- data/docs/NgrokAPI/Services/EdgeRouteCompressionModuleClient.html +22 -26
- data/docs/NgrokAPI/Services/EdgeRouteIPRestrictionModuleClient.html +22 -26
- data/docs/NgrokAPI/Services/EdgeRouteOAuthModuleClient.html +22 -26
- data/docs/NgrokAPI/Services/EdgeRouteOIDCModuleClient.html +22 -26
- data/docs/NgrokAPI/Services/EdgeRouteRequestHeadersModuleClient.html +22 -26
- data/docs/NgrokAPI/Services/EdgeRouteResponseHeadersModuleClient.html +22 -26
- data/docs/NgrokAPI/Services/EdgeRouteSAMLModuleClient.html +22 -26
- data/docs/NgrokAPI/Services/EdgeRouteWebhookVerificationModuleClient.html +22 -26
- data/docs/NgrokAPI/Services/EdgeRouteWebsocketTCPConverterModuleClient.html +22 -26
- data/docs/NgrokAPI/Services/EdgesHTTPSClient.html +319 -129
- data/docs/NgrokAPI/Services/EdgesHTTPSRoutesClient.html +528 -113
- data/docs/NgrokAPI/Services/EdgesTCPClient.html +319 -129
- data/docs/NgrokAPI/Services/EdgesTLSClient.html +353 -133
- data/docs/NgrokAPI/Services/EndpointsClient.html +22 -26
- data/docs/NgrokAPI/Services/EventDestinationsClient.html +302 -127
- data/docs/NgrokAPI/Services/EventSourcesClient.html +244 -105
- data/docs/NgrokAPI/Services/EventSubscriptionsClient.html +302 -127
- data/docs/NgrokAPI/Services/FailoverBackendsClient.html +282 -127
- data/docs/NgrokAPI/Services/HTTPResponseBackendsClient.html +322 -129
- data/docs/NgrokAPI/Services/HTTPSEdgeMutualTLSModuleClient.html +22 -26
- data/docs/NgrokAPI/Services/HTTPSEdgeTLSTerminationModuleClient.html +22 -26
- data/docs/NgrokAPI/Services/IPPoliciesClient.html +258 -123
- data/docs/NgrokAPI/Services/IPPolicyRulesClient.html +317 -130
- data/docs/NgrokAPI/Services/IPRestrictionsClient.html +318 -127
- data/docs/NgrokAPI/Services/ReservedAddrsClient.html +278 -123
- data/docs/NgrokAPI/Services/ReservedDomainsClient.html +388 -171
- data/docs/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html +318 -123
- data/docs/NgrokAPI/Services/SSHCredentialsClient.html +345 -132
- data/docs/NgrokAPI/Services/SSHHostCertificatesClient.html +354 -123
- data/docs/NgrokAPI/Services/SSHUserCertificatesClient.html +397 -126
- data/docs/NgrokAPI/Services/TCPEdgeBackendModuleClient.html +22 -26
- data/docs/NgrokAPI/Services/TCPEdgeIPRestrictionModuleClient.html +22 -26
- data/docs/NgrokAPI/Services/TLSCertificatesClient.html +296 -125
- data/docs/NgrokAPI/Services/TLSEdgeBackendModuleClient.html +22 -26
- data/docs/NgrokAPI/Services/TLSEdgeIPRestrictionModuleClient.html +22 -26
- data/docs/NgrokAPI/Services/TLSEdgeMutualTLSModuleClient.html +22 -26
- data/docs/NgrokAPI/Services/TLSEdgeTLSTerminationModuleClient.html +22 -26
- data/docs/NgrokAPI/Services/TunnelGroupBackendsClient.html +282 -127
- data/docs/NgrokAPI/Services/TunnelSessionsClient.html +22 -26
- data/docs/NgrokAPI/Services/TunnelsClient.html +22 -26
- data/docs/NgrokAPI/Services/WeightedBackendsClient.html +285 -130
- data/docs/NgrokAPI/Services.html +6 -6
- data/docs/NgrokAPI.html +6 -6
- data/docs/_index.html +139 -8
- data/docs/class_list.html +1 -1
- data/docs/file.README.html +55 -51
- data/docs/frames.html +1 -1
- data/docs/index.html +55 -51
- data/docs/method_list.html +4383 -2175
- data/docs/top-level-namespace.html +4 -4
- data/lib/ngrokapi/client.rb +21 -11
- data/lib/ngrokapi/error.rb +2 -0
- data/lib/ngrokapi/errors/not_found_error.rb +2 -0
- data/lib/ngrokapi/http_client.rb +153 -131
- data/lib/ngrokapi/models/abuse_report.rb +22 -12
- data/lib/ngrokapi/models/abuse_report_hostname.rb +13 -7
- data/lib/ngrokapi/models/agent_ingress.rb +33 -16
- data/lib/ngrokapi/models/agent_ingress_cert_job.rb +37 -0
- data/lib/ngrokapi/models/agent_ingress_cert_policy.rb +33 -0
- data/lib/ngrokapi/models/agent_ingress_cert_status.rb +33 -0
- data/lib/ngrokapi/models/api_key.rb +24 -12
- data/lib/ngrokapi/models/application_session.rb +67 -0
- data/lib/ngrokapi/models/application_user.rb +63 -0
- data/lib/ngrokapi/models/aws_auth.rb +13 -7
- data/lib/ngrokapi/models/aws_credentials.rb +13 -7
- data/lib/ngrokapi/models/aws_role.rb +12 -6
- data/lib/ngrokapi/models/browser_session.rb +35 -0
- data/lib/ngrokapi/models/certificate_authority.rb +26 -16
- data/lib/ngrokapi/models/credential.rb +25 -13
- data/lib/ngrokapi/models/endpoint.rb +28 -18
- data/lib/ngrokapi/models/endpoint_backend.rb +13 -7
- data/lib/ngrokapi/models/endpoint_backend_mutate.rb +13 -7
- data/lib/ngrokapi/models/endpoint_circuit_breaker.rb +17 -11
- data/lib/ngrokapi/models/endpoint_compression.rb +12 -6
- data/lib/ngrokapi/models/endpoint_ip_policy.rb +13 -7
- data/lib/ngrokapi/models/endpoint_ip_policy_mutate.rb +13 -7
- data/lib/ngrokapi/models/endpoint_mutual_tls.rb +13 -7
- data/lib/ngrokapi/models/endpoint_mutual_tls_mutate.rb +13 -7
- data/lib/ngrokapi/models/endpoint_o_auth.rb +18 -12
- data/lib/ngrokapi/models/endpoint_o_auth_amazon.rb +39 -0
- data/lib/ngrokapi/models/endpoint_o_auth_facebook.rb +16 -10
- data/lib/ngrokapi/models/endpoint_o_auth_git_hub.rb +18 -12
- data/lib/ngrokapi/models/endpoint_o_auth_git_lab.rb +39 -0
- data/lib/ngrokapi/models/endpoint_o_auth_google.rb +16 -10
- data/lib/ngrokapi/models/endpoint_o_auth_linked_in.rb +39 -0
- data/lib/ngrokapi/models/endpoint_o_auth_microsoft.rb +16 -10
- data/lib/ngrokapi/models/endpoint_o_auth_provider.rb +24 -10
- data/lib/ngrokapi/models/endpoint_o_auth_twitch.rb +39 -0
- data/lib/ngrokapi/models/endpoint_oidc.rb +20 -14
- data/lib/ngrokapi/models/endpoint_request_headers.rb +14 -8
- data/lib/ngrokapi/models/endpoint_response_headers.rb +14 -8
- data/lib/ngrokapi/models/endpoint_saml.rb +37 -21
- data/lib/ngrokapi/models/endpoint_saml_mutate.rb +26 -16
- data/lib/ngrokapi/models/endpoint_tls_termination.rb +14 -8
- data/lib/ngrokapi/models/endpoint_tls_termination_at_edge.rb +13 -7
- data/lib/ngrokapi/models/endpoint_webhook_validation.rb +14 -8
- data/lib/ngrokapi/models/endpoint_websocket_tcp_converter.rb +12 -6
- data/lib/ngrokapi/models/event_destination.rb +22 -12
- data/lib/ngrokapi/models/event_source.rb +19 -9
- data/lib/ngrokapi/models/event_source_list.rb +17 -7
- data/lib/ngrokapi/models/event_source_replace.rb +14 -8
- data/lib/ngrokapi/models/event_subscription.rb +22 -12
- data/lib/ngrokapi/models/event_target.rb +18 -10
- data/lib/ngrokapi/models/event_target_cloudwatch_logs.rb +13 -7
- data/lib/ngrokapi/models/event_target_datadog.rb +37 -0
- data/lib/ngrokapi/models/event_target_firehose.rb +13 -7
- data/lib/ngrokapi/models/event_target_kinesis.rb +13 -7
- data/lib/ngrokapi/models/failover_backend.rb +22 -12
- data/lib/ngrokapi/models/http_response_backend.rb +23 -13
- data/lib/ngrokapi/models/https_edge.rb +24 -14
- data/lib/ngrokapi/models/https_edge_route.rb +34 -24
- data/lib/ngrokapi/models/identity_provider.rb +33 -0
- data/lib/ngrokapi/models/ip_policy.rb +21 -11
- data/lib/ngrokapi/models/ip_policy_rule.rb +23 -13
- data/lib/ngrokapi/models/ip_restriction.rb +23 -13
- data/lib/ngrokapi/models/listable.rb +55 -53
- data/lib/ngrokapi/models/location.rb +37 -0
- data/lib/ngrokapi/models/ref.rb +17 -7
- data/lib/ngrokapi/models/reserved_addr.rb +23 -13
- data/lib/ngrokapi/models/reserved_domain.rb +29 -19
- data/lib/ngrokapi/models/reserved_domain_cert_job.rb +15 -9
- data/lib/ngrokapi/models/reserved_domain_cert_policy.rb +13 -7
- data/lib/ngrokapi/models/reserved_domain_cert_status.rb +13 -7
- data/lib/ngrokapi/models/ssh_certificate_authority.rb +22 -12
- data/lib/ngrokapi/models/ssh_credential.rb +25 -13
- data/lib/ngrokapi/models/ssh_host_certificate.rb +27 -17
- data/lib/ngrokapi/models/ssh_user_certificate.rb +29 -19
- data/lib/ngrokapi/models/tcp_edge.rb +23 -13
- data/lib/ngrokapi/models/tls_certificate.rb +36 -26
- data/lib/ngrokapi/models/tls_certificate_sa_ns.rb +13 -7
- data/lib/ngrokapi/models/tls_edge.rb +25 -15
- data/lib/ngrokapi/models/tunnel.rb +26 -16
- data/lib/ngrokapi/models/tunnel_group_backend.rb +23 -13
- data/lib/ngrokapi/models/tunnel_session.rb +25 -15
- data/lib/ngrokapi/models/user_agent.rb +41 -0
- data/lib/ngrokapi/models/weighted_backend.rb +22 -12
- data/lib/ngrokapi/paged_iterator.rb +44 -42
- data/lib/ngrokapi/services/abuse_reports_client.rb +27 -3
- data/lib/ngrokapi/services/agent_ingresses_client.rb +45 -14
- data/lib/ngrokapi/services/api_keys_client.rb +37 -12
- data/lib/ngrokapi/services/application_sessions_client.rb +141 -0
- data/lib/ngrokapi/services/application_users_client.rb +141 -0
- data/lib/ngrokapi/services/certificate_authorities_client.rb +33 -11
- data/lib/ngrokapi/services/credentials_client.rb +45 -16
- data/lib/ngrokapi/services/edge_route_backend_module_client.rb +8 -8
- data/lib/ngrokapi/services/edge_route_circuit_breaker_module_client.rb +8 -8
- data/lib/ngrokapi/services/edge_route_compression_module_client.rb +8 -8
- data/lib/ngrokapi/services/edge_route_ip_restriction_module_client.rb +8 -8
- data/lib/ngrokapi/services/edge_route_o_auth_module_client.rb +8 -8
- data/lib/ngrokapi/services/edge_route_oidc_module_client.rb +8 -8
- data/lib/ngrokapi/services/edge_route_request_headers_module_client.rb +8 -8
- data/lib/ngrokapi/services/edge_route_response_headers_module_client.rb +8 -8
- data/lib/ngrokapi/services/edge_route_saml_module_client.rb +8 -8
- data/lib/ngrokapi/services/edge_route_webhook_verification_module_client.rb +8 -8
- data/lib/ngrokapi/services/edge_route_websocket_tcp_converter_module_client.rb +8 -8
- data/lib/ngrokapi/services/edges_https_client.rb +37 -11
- data/lib/ngrokapi/services/edges_https_routes_client.rb +55 -5
- data/lib/ngrokapi/services/edges_tcp_client.rb +37 -11
- data/lib/ngrokapi/services/edges_tls_client.rb +41 -11
- data/lib/ngrokapi/services/endpoints_client.rb +8 -8
- data/lib/ngrokapi/services/event_destinations_client.rb +37 -13
- data/lib/ngrokapi/services/event_sources_client.rb +29 -7
- data/lib/ngrokapi/services/event_subscriptions_client.rb +35 -11
- data/lib/ngrokapi/services/failover_backends_client.rb +35 -13
- data/lib/ngrokapi/services/http_response_backends_client.rb +34 -11
- data/lib/ngrokapi/services/https_edge_mutual_tls_module_client.rb +8 -8
- data/lib/ngrokapi/services/https_edge_tls_termination_module_client.rb +8 -8
- data/lib/ngrokapi/services/ip_policies_client.rb +32 -11
- data/lib/ngrokapi/services/ip_policy_rules_client.rb +38 -12
- data/lib/ngrokapi/services/ip_restrictions_client.rb +37 -11
- data/lib/ngrokapi/services/reserved_addrs_client.rb +33 -11
- data/lib/ngrokapi/services/reserved_domains_client.rb +44 -16
- data/lib/ngrokapi/services/ssh_certificate_authorities_client.rb +37 -11
- data/lib/ngrokapi/services/ssh_credentials_client.rb +44 -15
- data/lib/ngrokapi/services/ssh_host_certificates_client.rb +41 -11
- data/lib/ngrokapi/services/ssh_user_certificates_client.rb +48 -14
- data/lib/ngrokapi/services/tcp_edge_backend_module_client.rb +8 -8
- data/lib/ngrokapi/services/tcp_edge_ip_restriction_module_client.rb +8 -8
- data/lib/ngrokapi/services/tls_certificates_client.rb +37 -13
- data/lib/ngrokapi/services/tls_edge_backend_module_client.rb +8 -8
- data/lib/ngrokapi/services/tls_edge_ip_restriction_module_client.rb +8 -8
- data/lib/ngrokapi/services/tls_edge_mutual_tls_module_client.rb +8 -8
- data/lib/ngrokapi/services/tls_edge_tls_termination_module_client.rb +8 -8
- data/lib/ngrokapi/services/tunnel_group_backends_client.rb +35 -13
- data/lib/ngrokapi/services/tunnel_sessions_client.rb +8 -8
- data/lib/ngrokapi/services/tunnels_client.rb +8 -8
- data/lib/ngrokapi/services/weighted_backends_client.rb +38 -16
- data/lib/ngrokapi/version.rb +9 -7
- data/lib/ngrokapi.rb +15 -13
- data/ngrok-api.gemspec +29 -27
- data/spec/ngrokapi/client_spec.rb +20 -6
- data/spec/ngrokapi/http_client_spec.rb +77 -75
- data/spec/ngrokapi/models/abuse_report_hostname_spec.rb +4 -2
- data/spec/ngrokapi/models/abuse_report_spec.rb +4 -2
- data/spec/ngrokapi/models/agent_ingress_cert_job_spec.rb +23 -0
- data/spec/ngrokapi/models/agent_ingress_cert_policy_spec.rb +23 -0
- data/spec/ngrokapi/models/agent_ingress_cert_status_spec.rb +23 -0
- data/spec/ngrokapi/models/agent_ingress_spec.rb +8 -3
- data/spec/ngrokapi/models/api_key_spec.rb +4 -2
- data/spec/ngrokapi/models/application_session_spec.rb +30 -0
- data/spec/ngrokapi/models/application_user_spec.rb +30 -0
- data/spec/ngrokapi/models/aws_auth_spec.rb +4 -2
- data/spec/ngrokapi/models/aws_credentials_spec.rb +4 -2
- data/spec/ngrokapi/models/aws_role_spec.rb +4 -2
- data/spec/ngrokapi/models/browser_session_spec.rb +23 -0
- data/spec/ngrokapi/models/certificate_authority_spec.rb +4 -2
- data/spec/ngrokapi/models/credential_spec.rb +4 -2
- data/spec/ngrokapi/models/endpoint_backend_mutate_spec.rb +4 -2
- data/spec/ngrokapi/models/endpoint_backend_spec.rb +4 -2
- data/spec/ngrokapi/models/endpoint_circuit_breaker_spec.rb +4 -2
- data/spec/ngrokapi/models/endpoint_compression_spec.rb +4 -2
- data/spec/ngrokapi/models/endpoint_ip_policy_mutate_spec.rb +4 -2
- data/spec/ngrokapi/models/endpoint_ip_policy_spec.rb +4 -2
- data/spec/ngrokapi/models/endpoint_mutual_tls_mutate_spec.rb +4 -2
- data/spec/ngrokapi/models/endpoint_mutual_tls_spec.rb +4 -2
- data/spec/ngrokapi/models/endpoint_o_auth_amazon_spec.rb +23 -0
- data/spec/ngrokapi/models/endpoint_o_auth_facebook_spec.rb +4 -2
- data/spec/ngrokapi/models/endpoint_o_auth_git_hub_spec.rb +4 -2
- data/spec/ngrokapi/models/endpoint_o_auth_git_lab_spec.rb +23 -0
- data/spec/ngrokapi/models/endpoint_o_auth_google_spec.rb +4 -2
- data/spec/ngrokapi/models/endpoint_o_auth_linked_in_spec.rb +23 -0
- data/spec/ngrokapi/models/endpoint_o_auth_microsoft_spec.rb +4 -2
- data/spec/ngrokapi/models/endpoint_o_auth_provider_spec.rb +4 -2
- data/spec/ngrokapi/models/endpoint_o_auth_spec.rb +4 -2
- data/spec/ngrokapi/models/endpoint_o_auth_twitch_spec.rb +23 -0
- data/spec/ngrokapi/models/endpoint_oidc_spec.rb +4 -2
- data/spec/ngrokapi/models/endpoint_request_headers_spec.rb +4 -2
- data/spec/ngrokapi/models/endpoint_response_headers_spec.rb +4 -2
- data/spec/ngrokapi/models/endpoint_saml_mutate_spec.rb +4 -2
- data/spec/ngrokapi/models/endpoint_saml_spec.rb +4 -2
- data/spec/ngrokapi/models/endpoint_spec.rb +4 -2
- data/spec/ngrokapi/models/endpoint_tls_termination_at_edge_spec.rb +4 -2
- data/spec/ngrokapi/models/endpoint_tls_termination_spec.rb +4 -2
- data/spec/ngrokapi/models/endpoint_webhook_validation_spec.rb +4 -2
- data/spec/ngrokapi/models/endpoint_websocket_tcp_converter_spec.rb +4 -2
- data/spec/ngrokapi/models/event_destination_spec.rb +4 -2
- data/spec/ngrokapi/models/event_source_list_spec.rb +4 -2
- data/spec/ngrokapi/models/event_source_replace_spec.rb +4 -2
- data/spec/ngrokapi/models/event_source_spec.rb +4 -2
- data/spec/ngrokapi/models/event_subscription_spec.rb +4 -2
- data/spec/ngrokapi/models/event_target_cloudwatch_logs_spec.rb +4 -2
- data/spec/ngrokapi/models/event_target_datadog_spec.rb +23 -0
- data/spec/ngrokapi/models/event_target_firehose_spec.rb +4 -2
- data/spec/ngrokapi/models/event_target_kinesis_spec.rb +4 -2
- data/spec/ngrokapi/models/event_target_spec.rb +4 -2
- data/spec/ngrokapi/models/failover_backend_spec.rb +4 -2
- data/spec/ngrokapi/models/http_response_backend_spec.rb +4 -2
- data/spec/ngrokapi/models/https_edge_route_spec.rb +4 -2
- data/spec/ngrokapi/models/https_edge_spec.rb +4 -2
- data/spec/ngrokapi/models/identity_provider_spec.rb +23 -0
- data/spec/ngrokapi/models/ip_policy_rule_spec.rb +4 -2
- data/spec/ngrokapi/models/ip_policy_spec.rb +4 -2
- data/spec/ngrokapi/models/ip_restriction_spec.rb +4 -2
- data/spec/ngrokapi/models/listable_spec.rb +45 -43
- data/spec/ngrokapi/models/location_spec.rb +23 -0
- data/spec/ngrokapi/models/ref_spec.rb +4 -2
- data/spec/ngrokapi/models/reserved_addr_spec.rb +4 -2
- data/spec/ngrokapi/models/reserved_domain_cert_job_spec.rb +4 -2
- data/spec/ngrokapi/models/reserved_domain_cert_policy_spec.rb +4 -2
- data/spec/ngrokapi/models/reserved_domain_cert_status_spec.rb +4 -2
- data/spec/ngrokapi/models/reserved_domain_spec.rb +4 -2
- data/spec/ngrokapi/models/ssh_certificate_authority_spec.rb +4 -2
- data/spec/ngrokapi/models/ssh_credential_spec.rb +4 -2
- data/spec/ngrokapi/models/ssh_host_certificate_spec.rb +4 -2
- data/spec/ngrokapi/models/ssh_user_certificate_spec.rb +4 -2
- data/spec/ngrokapi/models/tcp_edge_spec.rb +4 -2
- data/spec/ngrokapi/models/tls_certificate_sa_ns_spec.rb +4 -2
- data/spec/ngrokapi/models/tls_certificate_spec.rb +4 -2
- data/spec/ngrokapi/models/tls_edge_spec.rb +4 -2
- data/spec/ngrokapi/models/tunnel_group_backend_spec.rb +4 -2
- data/spec/ngrokapi/models/tunnel_session_spec.rb +4 -2
- data/spec/ngrokapi/models/tunnel_spec.rb +4 -2
- data/spec/ngrokapi/models/user_agent_spec.rb +23 -0
- data/spec/ngrokapi/models/weighted_backend_spec.rb +4 -2
- data/spec/ngrokapi/paged_iterator_spec.rb +86 -84
- data/spec/ngrokapi/services/abuse_reports_client_spec.rb +21 -0
- data/spec/ngrokapi/services/agent_ingresses_client_spec.rb +34 -3
- data/spec/ngrokapi/services/api_keys_client_spec.rb +28 -1
- data/spec/ngrokapi/services/application_sessions_client_spec.rb +100 -0
- data/spec/ngrokapi/services/application_users_client_spec.rb +100 -0
- data/spec/ngrokapi/services/certificate_authorities_client_spec.rb +23 -0
- data/spec/ngrokapi/services/credentials_client_spec.rb +30 -1
- data/spec/ngrokapi/services/edge_route_backend_module_client_spec.rb +4 -4
- data/spec/ngrokapi/services/edge_route_circuit_breaker_module_client_spec.rb +4 -4
- data/spec/ngrokapi/services/edge_route_compression_module_client_spec.rb +4 -4
- data/spec/ngrokapi/services/edge_route_ip_restriction_module_client_spec.rb +4 -4
- data/spec/ngrokapi/services/edge_route_o_auth_module_client_spec.rb +4 -4
- data/spec/ngrokapi/services/edge_route_oidc_module_client_spec.rb +4 -4
- data/spec/ngrokapi/services/edge_route_request_headers_module_client_spec.rb +4 -4
- data/spec/ngrokapi/services/edge_route_response_headers_module_client_spec.rb +4 -4
- data/spec/ngrokapi/services/edge_route_saml_module_client_spec.rb +4 -4
- data/spec/ngrokapi/services/edge_route_webhook_verification_module_client_spec.rb +4 -4
- data/spec/ngrokapi/services/edge_route_websocket_tcp_converter_module_client_spec.rb +4 -4
- data/spec/ngrokapi/services/edges_https_client_spec.rb +27 -0
- data/spec/ngrokapi/services/edges_https_routes_client_spec.rb +49 -0
- data/spec/ngrokapi/services/edges_tcp_client_spec.rb +27 -0
- data/spec/ngrokapi/services/edges_tls_client_spec.rb +31 -0
- data/spec/ngrokapi/services/endpoints_client_spec.rb +2 -0
- data/spec/ngrokapi/services/event_destinations_client_spec.rb +26 -0
- data/spec/ngrokapi/services/event_sources_client_spec.rb +23 -0
- data/spec/ngrokapi/services/event_subscriptions_client_spec.rb +25 -0
- data/spec/ngrokapi/services/failover_backends_client_spec.rb +23 -0
- data/spec/ngrokapi/services/http_response_backends_client_spec.rb +27 -0
- data/spec/ngrokapi/services/https_edge_mutual_tls_module_client_spec.rb +4 -4
- data/spec/ngrokapi/services/https_edge_tls_termination_module_client_spec.rb +4 -4
- data/spec/ngrokapi/services/ip_policies_client_spec.rb +22 -0
- data/spec/ngrokapi/services/ip_policy_rules_client_spec.rb +27 -0
- data/spec/ngrokapi/services/ip_restrictions_client_spec.rb +27 -0
- data/spec/ngrokapi/services/reserved_addrs_client_spec.rb +24 -0
- data/spec/ngrokapi/services/reserved_domains_client_spec.rb +38 -3
- data/spec/ngrokapi/services/ssh_certificate_authorities_client_spec.rb +27 -0
- data/spec/ngrokapi/services/ssh_credentials_client_spec.rb +32 -1
- data/spec/ngrokapi/services/ssh_host_certificates_client_spec.rb +31 -0
- data/spec/ngrokapi/services/ssh_user_certificates_client_spec.rb +35 -0
- data/spec/ngrokapi/services/tcp_edge_backend_module_client_spec.rb +4 -4
- data/spec/ngrokapi/services/tcp_edge_ip_restriction_module_client_spec.rb +4 -4
- data/spec/ngrokapi/services/tls_certificates_client_spec.rb +25 -0
- data/spec/ngrokapi/services/tls_edge_backend_module_client_spec.rb +4 -4
- data/spec/ngrokapi/services/tls_edge_ip_restriction_module_client_spec.rb +4 -4
- data/spec/ngrokapi/services/tls_edge_mutual_tls_module_client_spec.rb +4 -4
- data/spec/ngrokapi/services/tls_edge_tls_termination_module_client_spec.rb +4 -4
- data/spec/ngrokapi/services/tunnel_group_backends_client_spec.rb +23 -0
- data/spec/ngrokapi/services/tunnel_sessions_client_spec.rb +2 -0
- data/spec/ngrokapi/services/tunnels_client_spec.rb +2 -0
- data/spec/ngrokapi/services/weighted_backends_client_spec.rb +23 -0
- data/spec/spec_helper.rb +94 -2
- metadata +68 -4
- data/doc/README +0 -94
- data/docs/README +0 -94
@@ -0,0 +1,141 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Code generated for API Clients. DO NOT EDIT.
|
4
|
+
|
5
|
+
module NgrokAPI
|
6
|
+
module Services
|
7
|
+
##
|
8
|
+
# https://ngrok.com/docs/api#api-application-users
|
9
|
+
class ApplicationUsersClient
|
10
|
+
# The API path for the requests
|
11
|
+
PATH = '/app/users/%{id}'
|
12
|
+
# The List Property from the resulting API for list calls
|
13
|
+
LIST_PROPERTY = 'application_users'
|
14
|
+
|
15
|
+
attr_reader :client
|
16
|
+
|
17
|
+
def initialize(client:)
|
18
|
+
@client = client
|
19
|
+
end
|
20
|
+
|
21
|
+
##
|
22
|
+
# Get an application user by ID.
|
23
|
+
#
|
24
|
+
# @param [string] id a resource identifier
|
25
|
+
# @return [NgrokAPI::Models::ApplicationUser] result from the API request
|
26
|
+
#
|
27
|
+
# https://ngrok.com/docs/api#api-application-users-get
|
28
|
+
def get(id: "")
|
29
|
+
path = '/app/users/%{id}'
|
30
|
+
replacements = {
|
31
|
+
id: id,
|
32
|
+
}
|
33
|
+
data = {}
|
34
|
+
result = @client.get(path % replacements, data: data)
|
35
|
+
NgrokAPI::Models::ApplicationUser.new(client: self, attrs: result)
|
36
|
+
end
|
37
|
+
|
38
|
+
##
|
39
|
+
# Get an application user by ID.
|
40
|
+
# Throws an exception if API error.
|
41
|
+
#
|
42
|
+
# @param [string] id a resource identifier
|
43
|
+
# @return [NgrokAPI::Models::ApplicationUser] result from the API request
|
44
|
+
#
|
45
|
+
# https://ngrok.com/docs/api#api-application-users-get
|
46
|
+
def get!(id: "")
|
47
|
+
path = '/app/users/%{id}'
|
48
|
+
replacements = {
|
49
|
+
id: id,
|
50
|
+
}
|
51
|
+
data = {}
|
52
|
+
result = @client.get(path % replacements, data: data, danger: true)
|
53
|
+
NgrokAPI::Models::ApplicationUser.new(client: self, attrs: result)
|
54
|
+
end
|
55
|
+
|
56
|
+
##
|
57
|
+
# Delete an application user by ID.
|
58
|
+
#
|
59
|
+
# @param [string] id a resource identifier
|
60
|
+
# @return [NgrokAPI::Models::Empty] result from the API request
|
61
|
+
#
|
62
|
+
# https://ngrok.com/docs/api#api-application-users-delete
|
63
|
+
def delete(id: "")
|
64
|
+
path = '/app/users/%{id}'
|
65
|
+
replacements = {
|
66
|
+
id: id,
|
67
|
+
}
|
68
|
+
@client.delete(path % replacements)
|
69
|
+
end
|
70
|
+
|
71
|
+
##
|
72
|
+
# Delete an application user by ID.
|
73
|
+
# Throws an exception if API error.
|
74
|
+
#
|
75
|
+
# @param [string] id a resource identifier
|
76
|
+
# @return [NgrokAPI::Models::Empty] result from the API request
|
77
|
+
#
|
78
|
+
# https://ngrok.com/docs/api#api-application-users-delete
|
79
|
+
def delete!(id: "")
|
80
|
+
path = '/app/users/%{id}'
|
81
|
+
replacements = {
|
82
|
+
id: id,
|
83
|
+
}
|
84
|
+
@client.delete(path % replacements, danger: true)
|
85
|
+
end
|
86
|
+
|
87
|
+
##
|
88
|
+
# List all application users for this account.
|
89
|
+
#
|
90
|
+
# @param [string] before_id
|
91
|
+
# @param [string] limit
|
92
|
+
# @param [string] url optional and mutually exclusive from before_id and limit
|
93
|
+
# @return [NgrokAPI::Models::Listable] result from the API request
|
94
|
+
#
|
95
|
+
# https://ngrok.com/docs/api#api-application-users-list
|
96
|
+
def list(before_id: nil, limit: nil, url: nil)
|
97
|
+
result = @client.list(
|
98
|
+
before_id: before_id,
|
99
|
+
limit: limit,
|
100
|
+
url: url,
|
101
|
+
path: PATH
|
102
|
+
)
|
103
|
+
|
104
|
+
NgrokAPI::Models::Listable.new(
|
105
|
+
client: self,
|
106
|
+
attrs: result,
|
107
|
+
list_property: LIST_PROPERTY,
|
108
|
+
klass: NgrokAPI::Models::ApplicationUser
|
109
|
+
)
|
110
|
+
end
|
111
|
+
|
112
|
+
##
|
113
|
+
# List all application users for this account.
|
114
|
+
# Throws an exception if API error.
|
115
|
+
#
|
116
|
+
# @param [string] before_id
|
117
|
+
# @param [string] limit
|
118
|
+
# @param [string] url optional and mutually exclusive from before_id and limit
|
119
|
+
# @return [NgrokAPI::Models::Listable] result from the API request
|
120
|
+
#
|
121
|
+
# https://ngrok.com/docs/api#api-application-users-list
|
122
|
+
def list!(before_id: nil, limit: nil, url: nil)
|
123
|
+
result = @client.list(
|
124
|
+
before_id: before_id,
|
125
|
+
limit: limit,
|
126
|
+
danger: true,
|
127
|
+
url: url,
|
128
|
+
path: PATH
|
129
|
+
)
|
130
|
+
|
131
|
+
NgrokAPI::Models::Listable.new(
|
132
|
+
client: self,
|
133
|
+
attrs: result,
|
134
|
+
list_property: LIST_PROPERTY,
|
135
|
+
klass: NgrokAPI::Models::ApplicationUser,
|
136
|
+
danger: true
|
137
|
+
)
|
138
|
+
end
|
139
|
+
end
|
140
|
+
end
|
141
|
+
end
|
@@ -1,5 +1,7 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
+
# Code generated for API Clients. DO NOT EDIT.
|
4
|
+
|
3
5
|
module NgrokAPI
|
4
6
|
module Services
|
5
7
|
##
|
@@ -40,7 +42,29 @@ module NgrokAPI
|
|
40
42
|
data[:metadata] = metadata if metadata
|
41
43
|
data[:ca_pem] = ca_pem if ca_pem
|
42
44
|
result = @client.post(path % replacements, data: data)
|
43
|
-
NgrokAPI::Models::CertificateAuthority.new(client: self,
|
45
|
+
NgrokAPI::Models::CertificateAuthority.new(client: self, attrs: result)
|
46
|
+
end
|
47
|
+
|
48
|
+
##
|
49
|
+
# Upload a new Certificate Authority
|
50
|
+
# Throws an exception if API error.
|
51
|
+
#
|
52
|
+
# @param [string] description human-readable description of this Certificate Authority. optional, max 255 bytes.
|
53
|
+
# @param [string] metadata arbitrary user-defined machine-readable data of this Certificate Authority. optional, max 4096 bytes.
|
54
|
+
# @param [string] ca_pem raw PEM of the Certificate Authority
|
55
|
+
# @return [NgrokAPI::Models::CertificateAuthority] result from the API request
|
56
|
+
#
|
57
|
+
# https://ngrok.com/docs/api#api-certificate-authorities-create
|
58
|
+
def create!(description: "", metadata: "", ca_pem:)
|
59
|
+
path = '/certificate_authorities'
|
60
|
+
replacements = {
|
61
|
+
}
|
62
|
+
data = {}
|
63
|
+
data[:description] = description if description
|
64
|
+
data[:metadata] = metadata if metadata
|
65
|
+
data[:ca_pem] = ca_pem if ca_pem
|
66
|
+
result = @client.post(path % replacements, data: data, danger: true)
|
67
|
+
NgrokAPI::Models::CertificateAuthority.new(client: self, attrs: result)
|
44
68
|
end
|
45
69
|
|
46
70
|
##
|
@@ -88,7 +112,7 @@ module NgrokAPI
|
|
88
112
|
}
|
89
113
|
data = {}
|
90
114
|
result = @client.get(path % replacements, data: data)
|
91
|
-
NgrokAPI::Models::CertificateAuthority.new(client: self,
|
115
|
+
NgrokAPI::Models::CertificateAuthority.new(client: self, attrs: result)
|
92
116
|
end
|
93
117
|
|
94
118
|
##
|
@@ -106,7 +130,7 @@ module NgrokAPI
|
|
106
130
|
}
|
107
131
|
data = {}
|
108
132
|
result = @client.get(path % replacements, data: data, danger: true)
|
109
|
-
NgrokAPI::Models::CertificateAuthority.new(client: self,
|
133
|
+
NgrokAPI::Models::CertificateAuthority.new(client: self, attrs: result)
|
110
134
|
end
|
111
135
|
|
112
136
|
##
|
@@ -118,8 +142,7 @@ module NgrokAPI
|
|
118
142
|
# @return [NgrokAPI::Models::Listable] result from the API request
|
119
143
|
#
|
120
144
|
# https://ngrok.com/docs/api#api-certificate-authorities-list
|
121
|
-
def list(before_id: nil, limit: nil,
|
122
|
-
url: nil)
|
145
|
+
def list(before_id: nil, limit: nil, url: nil)
|
123
146
|
result = @client.list(
|
124
147
|
before_id: before_id,
|
125
148
|
limit: limit,
|
@@ -129,7 +152,7 @@ module NgrokAPI
|
|
129
152
|
|
130
153
|
NgrokAPI::Models::Listable.new(
|
131
154
|
client: self,
|
132
|
-
|
155
|
+
attrs: result,
|
133
156
|
list_property: LIST_PROPERTY,
|
134
157
|
klass: NgrokAPI::Models::CertificateAuthority
|
135
158
|
)
|
@@ -145,8 +168,7 @@ module NgrokAPI
|
|
145
168
|
# @return [NgrokAPI::Models::Listable] result from the API request
|
146
169
|
#
|
147
170
|
# https://ngrok.com/docs/api#api-certificate-authorities-list
|
148
|
-
def list!(before_id: nil, limit: nil,
|
149
|
-
url: nil)
|
171
|
+
def list!(before_id: nil, limit: nil, url: nil)
|
150
172
|
result = @client.list(
|
151
173
|
before_id: before_id,
|
152
174
|
limit: limit,
|
@@ -157,7 +179,7 @@ module NgrokAPI
|
|
157
179
|
|
158
180
|
NgrokAPI::Models::Listable.new(
|
159
181
|
client: self,
|
160
|
-
|
182
|
+
attrs: result,
|
161
183
|
list_property: LIST_PROPERTY,
|
162
184
|
klass: NgrokAPI::Models::CertificateAuthority,
|
163
185
|
danger: true
|
@@ -182,7 +204,7 @@ module NgrokAPI
|
|
182
204
|
data[:description] = description if description
|
183
205
|
data[:metadata] = metadata if metadata
|
184
206
|
result = @client.patch(path % replacements, data: data)
|
185
|
-
NgrokAPI::Models::CertificateAuthority.new(client: self,
|
207
|
+
NgrokAPI::Models::CertificateAuthority.new(client: self, attrs: result)
|
186
208
|
end
|
187
209
|
|
188
210
|
##
|
@@ -204,7 +226,7 @@ module NgrokAPI
|
|
204
226
|
data[:description] = description if description
|
205
227
|
data[:metadata] = metadata if metadata
|
206
228
|
result = @client.patch(path % replacements, data: data, danger: true)
|
207
|
-
NgrokAPI::Models::CertificateAuthority.new(client: self,
|
229
|
+
NgrokAPI::Models::CertificateAuthority.new(client: self, attrs: result)
|
208
230
|
end
|
209
231
|
end
|
210
232
|
end
|
@@ -1,11 +1,13 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
+
# Code generated for API Clients. DO NOT EDIT.
|
4
|
+
|
3
5
|
module NgrokAPI
|
4
6
|
module Services
|
5
7
|
##
|
6
8
|
# Tunnel Credentials are ngrok agent authtokens. They authorize the ngrok
|
7
9
|
# agent to connect the ngrok service as your account. They are installed with
|
8
|
-
# the `ngrok authtoken` command or by specifying it in the `ngrok.yml`
|
10
|
+
# the `ngrok config add-authtoken` command or by specifying it in the `ngrok.yml`
|
9
11
|
# configuration file with the `authtoken` property.
|
10
12
|
#
|
11
13
|
# https://ngrok.com/docs/api#api-credentials
|
@@ -29,11 +31,12 @@ module NgrokAPI
|
|
29
31
|
#
|
30
32
|
# @param [string] description human-readable description of who or what will use the credential to authenticate. Optional, max 255 bytes.
|
31
33
|
# @param [string] metadata arbitrary user-defined machine-readable data of this credential. Optional, max 4096 bytes.
|
32
|
-
# @param [List<string>] acl optional list of ACL rules. If unspecified, the credential will have no restrictions. The only allowed ACL rule at this time is the ``bind`` rule. The ``bind`` rule allows the caller to restrict what domains and
|
34
|
+
# @param [List<string>] acl optional list of ACL rules. If unspecified, the credential will have no restrictions. The only allowed ACL rule at this time is the ``bind`` rule. The ``bind`` rule allows the caller to restrict what domains, addresses, and labels the token is allowed to bind. For example, to allow the token to open a tunnel on example.ngrok.io your ACL would include the rule ``bind:example.ngrok.io``. Bind rules for domains may specify a leading wildcard to match multiple domains with a common suffix. For example, you may specify a rule of ``bind:*.example.com`` which will allow ``x.example.com``, ``y.example.com``, ``*.example.com``, etc. Bind rules for labels may specify a wildcard key and/or value to match multiple labels. For example, you may specify a rule of ``bind:*=example`` which will allow ``x=example``, ``y=example``, etc. A rule of ``'*'`` is equivalent to no acl at all and will explicitly permit all actions.
|
35
|
+
# @param [string] owner_id If supplied at credential creation, ownership will be assigned to the specified User or Bot. Only admins may specify an owner other than themselves. Defaults to the authenticated User or Bot.
|
33
36
|
# @return [NgrokAPI::Models::Credential] result from the API request
|
34
37
|
#
|
35
38
|
# https://ngrok.com/docs/api#api-credentials-create
|
36
|
-
def create(description: "", metadata: "", acl: [])
|
39
|
+
def create(description: "", metadata: "", acl: [], owner_id: nil, owner_email: "")
|
37
40
|
path = '/credentials'
|
38
41
|
replacements = {
|
39
42
|
}
|
@@ -41,8 +44,36 @@ module NgrokAPI
|
|
41
44
|
data[:description] = description if description
|
42
45
|
data[:metadata] = metadata if metadata
|
43
46
|
data[:acl] = acl if acl
|
47
|
+
data[:owner_id] = owner_id if owner_id
|
44
48
|
result = @client.post(path % replacements, data: data)
|
45
|
-
NgrokAPI::Models::Credential.new(client: self,
|
49
|
+
NgrokAPI::Models::Credential.new(client: self, attrs: result)
|
50
|
+
end
|
51
|
+
|
52
|
+
##
|
53
|
+
# Create a new tunnel authtoken credential. This authtoken credential can be used
|
54
|
+
# to start a new tunnel session. The response to this API call is the only time
|
55
|
+
# the generated token is available. If you need it for future use, you must save
|
56
|
+
# it securely yourself.
|
57
|
+
# Throws an exception if API error.
|
58
|
+
#
|
59
|
+
# @param [string] description human-readable description of who or what will use the credential to authenticate. Optional, max 255 bytes.
|
60
|
+
# @param [string] metadata arbitrary user-defined machine-readable data of this credential. Optional, max 4096 bytes.
|
61
|
+
# @param [List<string>] acl optional list of ACL rules. If unspecified, the credential will have no restrictions. The only allowed ACL rule at this time is the ``bind`` rule. The ``bind`` rule allows the caller to restrict what domains, addresses, and labels the token is allowed to bind. For example, to allow the token to open a tunnel on example.ngrok.io your ACL would include the rule ``bind:example.ngrok.io``. Bind rules for domains may specify a leading wildcard to match multiple domains with a common suffix. For example, you may specify a rule of ``bind:*.example.com`` which will allow ``x.example.com``, ``y.example.com``, ``*.example.com``, etc. Bind rules for labels may specify a wildcard key and/or value to match multiple labels. For example, you may specify a rule of ``bind:*=example`` which will allow ``x=example``, ``y=example``, etc. A rule of ``'*'`` is equivalent to no acl at all and will explicitly permit all actions.
|
62
|
+
# @param [string] owner_id If supplied at credential creation, ownership will be assigned to the specified User or Bot. Only admins may specify an owner other than themselves. Defaults to the authenticated User or Bot.
|
63
|
+
# @return [NgrokAPI::Models::Credential] result from the API request
|
64
|
+
#
|
65
|
+
# https://ngrok.com/docs/api#api-credentials-create
|
66
|
+
def create!(description: "", metadata: "", acl: [], owner_id: nil, owner_email: "")
|
67
|
+
path = '/credentials'
|
68
|
+
replacements = {
|
69
|
+
}
|
70
|
+
data = {}
|
71
|
+
data[:description] = description if description
|
72
|
+
data[:metadata] = metadata if metadata
|
73
|
+
data[:acl] = acl if acl
|
74
|
+
data[:owner_id] = owner_id if owner_id
|
75
|
+
result = @client.post(path % replacements, data: data, danger: true)
|
76
|
+
NgrokAPI::Models::Credential.new(client: self, attrs: result)
|
46
77
|
end
|
47
78
|
|
48
79
|
##
|
@@ -90,7 +121,7 @@ module NgrokAPI
|
|
90
121
|
}
|
91
122
|
data = {}
|
92
123
|
result = @client.get(path % replacements, data: data)
|
93
|
-
NgrokAPI::Models::Credential.new(client: self,
|
124
|
+
NgrokAPI::Models::Credential.new(client: self, attrs: result)
|
94
125
|
end
|
95
126
|
|
96
127
|
##
|
@@ -108,7 +139,7 @@ module NgrokAPI
|
|
108
139
|
}
|
109
140
|
data = {}
|
110
141
|
result = @client.get(path % replacements, data: data, danger: true)
|
111
|
-
NgrokAPI::Models::Credential.new(client: self,
|
142
|
+
NgrokAPI::Models::Credential.new(client: self, attrs: result)
|
112
143
|
end
|
113
144
|
|
114
145
|
##
|
@@ -120,8 +151,7 @@ module NgrokAPI
|
|
120
151
|
# @return [NgrokAPI::Models::Listable] result from the API request
|
121
152
|
#
|
122
153
|
# https://ngrok.com/docs/api#api-credentials-list
|
123
|
-
def list(before_id: nil, limit: nil,
|
124
|
-
url: nil)
|
154
|
+
def list(before_id: nil, limit: nil, url: nil)
|
125
155
|
result = @client.list(
|
126
156
|
before_id: before_id,
|
127
157
|
limit: limit,
|
@@ -131,7 +161,7 @@ module NgrokAPI
|
|
131
161
|
|
132
162
|
NgrokAPI::Models::Listable.new(
|
133
163
|
client: self,
|
134
|
-
|
164
|
+
attrs: result,
|
135
165
|
list_property: LIST_PROPERTY,
|
136
166
|
klass: NgrokAPI::Models::Credential
|
137
167
|
)
|
@@ -147,8 +177,7 @@ module NgrokAPI
|
|
147
177
|
# @return [NgrokAPI::Models::Listable] result from the API request
|
148
178
|
#
|
149
179
|
# https://ngrok.com/docs/api#api-credentials-list
|
150
|
-
def list!(before_id: nil, limit: nil,
|
151
|
-
url: nil)
|
180
|
+
def list!(before_id: nil, limit: nil, url: nil)
|
152
181
|
result = @client.list(
|
153
182
|
before_id: before_id,
|
154
183
|
limit: limit,
|
@@ -159,7 +188,7 @@ module NgrokAPI
|
|
159
188
|
|
160
189
|
NgrokAPI::Models::Listable.new(
|
161
190
|
client: self,
|
162
|
-
|
191
|
+
attrs: result,
|
163
192
|
list_property: LIST_PROPERTY,
|
164
193
|
klass: NgrokAPI::Models::Credential,
|
165
194
|
danger: true
|
@@ -172,7 +201,7 @@ module NgrokAPI
|
|
172
201
|
# @param [string] id
|
173
202
|
# @param [string] description human-readable description of who or what will use the credential to authenticate. Optional, max 255 bytes.
|
174
203
|
# @param [string] metadata arbitrary user-defined machine-readable data of this credential. Optional, max 4096 bytes.
|
175
|
-
# @param [List<string>] acl optional list of ACL rules. If unspecified, the credential will have no restrictions. The only allowed ACL rule at this time is the ``bind`` rule. The ``bind`` rule allows the caller to restrict what domains and
|
204
|
+
# @param [List<string>] acl optional list of ACL rules. If unspecified, the credential will have no restrictions. The only allowed ACL rule at this time is the ``bind`` rule. The ``bind`` rule allows the caller to restrict what domains, addresses, and labels the token is allowed to bind. For example, to allow the token to open a tunnel on example.ngrok.io your ACL would include the rule ``bind:example.ngrok.io``. Bind rules for domains may specify a leading wildcard to match multiple domains with a common suffix. For example, you may specify a rule of ``bind:*.example.com`` which will allow ``x.example.com``, ``y.example.com``, ``*.example.com``, etc. Bind rules for labels may specify a wildcard key and/or value to match multiple labels. For example, you may specify a rule of ``bind:*=example`` which will allow ``x=example``, ``y=example``, etc. A rule of ``'*'`` is equivalent to no acl at all and will explicitly permit all actions.
|
176
205
|
# @return [NgrokAPI::Models::Credential] result from the API request
|
177
206
|
#
|
178
207
|
# https://ngrok.com/docs/api#api-credentials-update
|
@@ -186,7 +215,7 @@ module NgrokAPI
|
|
186
215
|
data[:metadata] = metadata if metadata
|
187
216
|
data[:acl] = acl if acl
|
188
217
|
result = @client.patch(path % replacements, data: data)
|
189
|
-
NgrokAPI::Models::Credential.new(client: self,
|
218
|
+
NgrokAPI::Models::Credential.new(client: self, attrs: result)
|
190
219
|
end
|
191
220
|
|
192
221
|
##
|
@@ -196,7 +225,7 @@ module NgrokAPI
|
|
196
225
|
# @param [string] id
|
197
226
|
# @param [string] description human-readable description of who or what will use the credential to authenticate. Optional, max 255 bytes.
|
198
227
|
# @param [string] metadata arbitrary user-defined machine-readable data of this credential. Optional, max 4096 bytes.
|
199
|
-
# @param [List<string>] acl optional list of ACL rules. If unspecified, the credential will have no restrictions. The only allowed ACL rule at this time is the ``bind`` rule. The ``bind`` rule allows the caller to restrict what domains and
|
228
|
+
# @param [List<string>] acl optional list of ACL rules. If unspecified, the credential will have no restrictions. The only allowed ACL rule at this time is the ``bind`` rule. The ``bind`` rule allows the caller to restrict what domains, addresses, and labels the token is allowed to bind. For example, to allow the token to open a tunnel on example.ngrok.io your ACL would include the rule ``bind:example.ngrok.io``. Bind rules for domains may specify a leading wildcard to match multiple domains with a common suffix. For example, you may specify a rule of ``bind:*.example.com`` which will allow ``x.example.com``, ``y.example.com``, ``*.example.com``, etc. Bind rules for labels may specify a wildcard key and/or value to match multiple labels. For example, you may specify a rule of ``bind:*=example`` which will allow ``x=example``, ``y=example``, etc. A rule of ``'*'`` is equivalent to no acl at all and will explicitly permit all actions.
|
200
229
|
# @return [NgrokAPI::Models::Credential] result from the API request
|
201
230
|
#
|
202
231
|
# https://ngrok.com/docs/api#api-credentials-update
|
@@ -210,7 +239,7 @@ module NgrokAPI
|
|
210
239
|
data[:metadata] = metadata if metadata
|
211
240
|
data[:acl] = acl if acl
|
212
241
|
result = @client.patch(path % replacements, data: data, danger: true)
|
213
|
-
NgrokAPI::Models::Credential.new(client: self,
|
242
|
+
NgrokAPI::Models::Credential.new(client: self, attrs: result)
|
214
243
|
end
|
215
244
|
end
|
216
245
|
end
|
@@ -1,5 +1,7 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
+
# Code generated for API Clients. DO NOT EDIT.
|
4
|
+
|
3
5
|
module NgrokAPI
|
4
6
|
module Services
|
5
7
|
##
|
@@ -27,10 +29,9 @@ module NgrokAPI
|
|
27
29
|
edge_id: edge_id,
|
28
30
|
id: id,
|
29
31
|
}
|
30
|
-
data =
|
31
|
-
data[:module] = a_module if a_module
|
32
|
+
data = a_module
|
32
33
|
result = @client.put(path % replacements, data: data)
|
33
|
-
NgrokAPI::Models::EndpointBackend.new(client: self,
|
34
|
+
NgrokAPI::Models::EndpointBackend.new(client: self, attrs: result)
|
34
35
|
end
|
35
36
|
|
36
37
|
##
|
@@ -46,10 +47,9 @@ module NgrokAPI
|
|
46
47
|
edge_id: edge_id,
|
47
48
|
id: id,
|
48
49
|
}
|
49
|
-
data =
|
50
|
-
data[:module] = a_module if a_module
|
50
|
+
data = a_module
|
51
51
|
result = @client.put(path % replacements, data: data, danger: true)
|
52
|
-
NgrokAPI::Models::EndpointBackend.new(client: self,
|
52
|
+
NgrokAPI::Models::EndpointBackend.new(client: self, attrs: result)
|
53
53
|
end
|
54
54
|
|
55
55
|
##
|
@@ -66,7 +66,7 @@ module NgrokAPI
|
|
66
66
|
}
|
67
67
|
data = {}
|
68
68
|
result = @client.get(path % replacements, data: data)
|
69
|
-
NgrokAPI::Models::EndpointBackend.new(client: self,
|
69
|
+
NgrokAPI::Models::EndpointBackend.new(client: self, attrs: result)
|
70
70
|
end
|
71
71
|
|
72
72
|
##
|
@@ -83,7 +83,7 @@ module NgrokAPI
|
|
83
83
|
}
|
84
84
|
data = {}
|
85
85
|
result = @client.get(path % replacements, data: data, danger: true)
|
86
|
-
NgrokAPI::Models::EndpointBackend.new(client: self,
|
86
|
+
NgrokAPI::Models::EndpointBackend.new(client: self, attrs: result)
|
87
87
|
end
|
88
88
|
|
89
89
|
##
|
@@ -1,5 +1,7 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
+
# Code generated for API Clients. DO NOT EDIT.
|
4
|
+
|
3
5
|
module NgrokAPI
|
4
6
|
module Services
|
5
7
|
##
|
@@ -27,10 +29,9 @@ module NgrokAPI
|
|
27
29
|
edge_id: edge_id,
|
28
30
|
id: id,
|
29
31
|
}
|
30
|
-
data =
|
31
|
-
data[:module] = a_module if a_module
|
32
|
+
data = a_module
|
32
33
|
result = @client.put(path % replacements, data: data)
|
33
|
-
NgrokAPI::Models::EndpointCircuitBreaker.new(client: self,
|
34
|
+
NgrokAPI::Models::EndpointCircuitBreaker.new(client: self, attrs: result)
|
34
35
|
end
|
35
36
|
|
36
37
|
##
|
@@ -46,10 +47,9 @@ module NgrokAPI
|
|
46
47
|
edge_id: edge_id,
|
47
48
|
id: id,
|
48
49
|
}
|
49
|
-
data =
|
50
|
-
data[:module] = a_module if a_module
|
50
|
+
data = a_module
|
51
51
|
result = @client.put(path % replacements, data: data, danger: true)
|
52
|
-
NgrokAPI::Models::EndpointCircuitBreaker.new(client: self,
|
52
|
+
NgrokAPI::Models::EndpointCircuitBreaker.new(client: self, attrs: result)
|
53
53
|
end
|
54
54
|
|
55
55
|
##
|
@@ -66,7 +66,7 @@ module NgrokAPI
|
|
66
66
|
}
|
67
67
|
data = {}
|
68
68
|
result = @client.get(path % replacements, data: data)
|
69
|
-
NgrokAPI::Models::EndpointCircuitBreaker.new(client: self,
|
69
|
+
NgrokAPI::Models::EndpointCircuitBreaker.new(client: self, attrs: result)
|
70
70
|
end
|
71
71
|
|
72
72
|
##
|
@@ -83,7 +83,7 @@ module NgrokAPI
|
|
83
83
|
}
|
84
84
|
data = {}
|
85
85
|
result = @client.get(path % replacements, data: data, danger: true)
|
86
|
-
NgrokAPI::Models::EndpointCircuitBreaker.new(client: self,
|
86
|
+
NgrokAPI::Models::EndpointCircuitBreaker.new(client: self, attrs: result)
|
87
87
|
end
|
88
88
|
|
89
89
|
##
|
@@ -1,5 +1,7 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
+
# Code generated for API Clients. DO NOT EDIT.
|
4
|
+
|
3
5
|
module NgrokAPI
|
4
6
|
module Services
|
5
7
|
##
|
@@ -27,10 +29,9 @@ module NgrokAPI
|
|
27
29
|
edge_id: edge_id,
|
28
30
|
id: id,
|
29
31
|
}
|
30
|
-
data =
|
31
|
-
data[:module] = a_module if a_module
|
32
|
+
data = a_module
|
32
33
|
result = @client.put(path % replacements, data: data)
|
33
|
-
NgrokAPI::Models::EndpointCompression.new(client: self,
|
34
|
+
NgrokAPI::Models::EndpointCompression.new(client: self, attrs: result)
|
34
35
|
end
|
35
36
|
|
36
37
|
##
|
@@ -46,10 +47,9 @@ module NgrokAPI
|
|
46
47
|
edge_id: edge_id,
|
47
48
|
id: id,
|
48
49
|
}
|
49
|
-
data =
|
50
|
-
data[:module] = a_module if a_module
|
50
|
+
data = a_module
|
51
51
|
result = @client.put(path % replacements, data: data, danger: true)
|
52
|
-
NgrokAPI::Models::EndpointCompression.new(client: self,
|
52
|
+
NgrokAPI::Models::EndpointCompression.new(client: self, attrs: result)
|
53
53
|
end
|
54
54
|
|
55
55
|
##
|
@@ -66,7 +66,7 @@ module NgrokAPI
|
|
66
66
|
}
|
67
67
|
data = {}
|
68
68
|
result = @client.get(path % replacements, data: data)
|
69
|
-
NgrokAPI::Models::EndpointCompression.new(client: self,
|
69
|
+
NgrokAPI::Models::EndpointCompression.new(client: self, attrs: result)
|
70
70
|
end
|
71
71
|
|
72
72
|
##
|
@@ -83,7 +83,7 @@ module NgrokAPI
|
|
83
83
|
}
|
84
84
|
data = {}
|
85
85
|
result = @client.get(path % replacements, data: data, danger: true)
|
86
|
-
NgrokAPI::Models::EndpointCompression.new(client: self,
|
86
|
+
NgrokAPI::Models::EndpointCompression.new(client: self, attrs: result)
|
87
87
|
end
|
88
88
|
|
89
89
|
##
|
@@ -1,5 +1,7 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
+
# Code generated for API Clients. DO NOT EDIT.
|
4
|
+
|
3
5
|
module NgrokAPI
|
4
6
|
module Services
|
5
7
|
##
|
@@ -27,10 +29,9 @@ module NgrokAPI
|
|
27
29
|
edge_id: edge_id,
|
28
30
|
id: id,
|
29
31
|
}
|
30
|
-
data =
|
31
|
-
data[:module] = a_module if a_module
|
32
|
+
data = a_module
|
32
33
|
result = @client.put(path % replacements, data: data)
|
33
|
-
NgrokAPI::Models::EndpointIPPolicy.new(client: self,
|
34
|
+
NgrokAPI::Models::EndpointIPPolicy.new(client: self, attrs: result)
|
34
35
|
end
|
35
36
|
|
36
37
|
##
|
@@ -46,10 +47,9 @@ module NgrokAPI
|
|
46
47
|
edge_id: edge_id,
|
47
48
|
id: id,
|
48
49
|
}
|
49
|
-
data =
|
50
|
-
data[:module] = a_module if a_module
|
50
|
+
data = a_module
|
51
51
|
result = @client.put(path % replacements, data: data, danger: true)
|
52
|
-
NgrokAPI::Models::EndpointIPPolicy.new(client: self,
|
52
|
+
NgrokAPI::Models::EndpointIPPolicy.new(client: self, attrs: result)
|
53
53
|
end
|
54
54
|
|
55
55
|
##
|
@@ -66,7 +66,7 @@ module NgrokAPI
|
|
66
66
|
}
|
67
67
|
data = {}
|
68
68
|
result = @client.get(path % replacements, data: data)
|
69
|
-
NgrokAPI::Models::EndpointIPPolicy.new(client: self,
|
69
|
+
NgrokAPI::Models::EndpointIPPolicy.new(client: self, attrs: result)
|
70
70
|
end
|
71
71
|
|
72
72
|
##
|
@@ -83,7 +83,7 @@ module NgrokAPI
|
|
83
83
|
}
|
84
84
|
data = {}
|
85
85
|
result = @client.get(path % replacements, data: data, danger: true)
|
86
|
-
NgrokAPI::Models::EndpointIPPolicy.new(client: self,
|
86
|
+
NgrokAPI::Models::EndpointIPPolicy.new(client: self, attrs: result)
|
87
87
|
end
|
88
88
|
|
89
89
|
##
|
@@ -1,5 +1,7 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
+
# Code generated for API Clients. DO NOT EDIT.
|
4
|
+
|
3
5
|
module NgrokAPI
|
4
6
|
module Services
|
5
7
|
##
|
@@ -27,10 +29,9 @@ module NgrokAPI
|
|
27
29
|
edge_id: edge_id,
|
28
30
|
id: id,
|
29
31
|
}
|
30
|
-
data =
|
31
|
-
data[:module] = a_module if a_module
|
32
|
+
data = a_module
|
32
33
|
result = @client.put(path % replacements, data: data)
|
33
|
-
NgrokAPI::Models::EndpointOAuth.new(client: self,
|
34
|
+
NgrokAPI::Models::EndpointOAuth.new(client: self, attrs: result)
|
34
35
|
end
|
35
36
|
|
36
37
|
##
|
@@ -46,10 +47,9 @@ module NgrokAPI
|
|
46
47
|
edge_id: edge_id,
|
47
48
|
id: id,
|
48
49
|
}
|
49
|
-
data =
|
50
|
-
data[:module] = a_module if a_module
|
50
|
+
data = a_module
|
51
51
|
result = @client.put(path % replacements, data: data, danger: true)
|
52
|
-
NgrokAPI::Models::EndpointOAuth.new(client: self,
|
52
|
+
NgrokAPI::Models::EndpointOAuth.new(client: self, attrs: result)
|
53
53
|
end
|
54
54
|
|
55
55
|
##
|
@@ -66,7 +66,7 @@ module NgrokAPI
|
|
66
66
|
}
|
67
67
|
data = {}
|
68
68
|
result = @client.get(path % replacements, data: data)
|
69
|
-
NgrokAPI::Models::EndpointOAuth.new(client: self,
|
69
|
+
NgrokAPI::Models::EndpointOAuth.new(client: self, attrs: result)
|
70
70
|
end
|
71
71
|
|
72
72
|
##
|
@@ -83,7 +83,7 @@ module NgrokAPI
|
|
83
83
|
}
|
84
84
|
data = {}
|
85
85
|
result = @client.get(path % replacements, data: data, danger: true)
|
86
|
-
NgrokAPI::Models::EndpointOAuth.new(client: self,
|
86
|
+
NgrokAPI::Models::EndpointOAuth.new(client: self, attrs: result)
|
87
87
|
end
|
88
88
|
|
89
89
|
##
|