ngrok-api 0.9.0 → 0.12.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (413) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +1 -1
  3. data/doc/.gitkeep +0 -0
  4. data/doc/NgrokAPI/Client.html +1499 -125
  5. data/doc/NgrokAPI/Error.html +1 -1
  6. data/doc/NgrokAPI/Errors/NotFoundError.html +1 -1
  7. data/doc/NgrokAPI/Errors.html +1 -1
  8. data/doc/NgrokAPI/HttpClient.html +1 -1
  9. data/doc/NgrokAPI/Models/{ApiKey.html → APIKey.html} +108 -177
  10. data/doc/NgrokAPI/Models/AWSAuth.html +617 -0
  11. data/doc/NgrokAPI/Models/AWSCredentials.html +617 -0
  12. data/doc/NgrokAPI/Models/AWSRole.html +543 -0
  13. data/doc/NgrokAPI/Models/AbuseReport.html +987 -0
  14. data/doc/NgrokAPI/Models/AbuseReportHostname.html +617 -0
  15. data/doc/NgrokAPI/Models/CertificateAuthority.html +1439 -0
  16. data/doc/NgrokAPI/Models/Credential.html +1149 -0
  17. data/doc/NgrokAPI/Models/EndpointCircuitBreaker.html +913 -0
  18. data/doc/NgrokAPI/Models/EndpointCompression.html +543 -0
  19. data/doc/NgrokAPI/Models/EndpointConfiguration.html +1321 -510
  20. data/doc/NgrokAPI/Models/EndpointIPPolicy.html +617 -0
  21. data/doc/NgrokAPI/Models/EndpointIPPolicyMutate.html +617 -0
  22. data/doc/NgrokAPI/Models/EndpointLogging.html +617 -0
  23. data/doc/NgrokAPI/Models/EndpointLoggingMutate.html +617 -0
  24. data/doc/NgrokAPI/Models/EndpointMutualTLS.html +617 -0
  25. data/doc/NgrokAPI/Models/EndpointMutualTLSMutate.html +617 -0
  26. data/doc/NgrokAPI/Models/EndpointOAuth.html +987 -0
  27. data/doc/NgrokAPI/Models/EndpointOAuthFacebook.html +839 -0
  28. data/doc/NgrokAPI/Models/EndpointOAuthGitHub.html +987 -0
  29. data/doc/NgrokAPI/Models/EndpointOAuthGoogle.html +839 -0
  30. data/doc/NgrokAPI/Models/EndpointOAuthMicrosoft.html +839 -0
  31. data/doc/NgrokAPI/Models/EndpointOAuthProvider.html +765 -0
  32. data/doc/NgrokAPI/Models/EndpointOIDC.html +1135 -0
  33. data/doc/NgrokAPI/Models/EndpointRequestHeaders.html +691 -0
  34. data/doc/NgrokAPI/Models/EndpointResponseHeaders.html +691 -0
  35. data/doc/NgrokAPI/Models/EndpointSAML.html +1653 -0
  36. data/doc/NgrokAPI/Models/EndpointSAMLMutate.html +1283 -0
  37. data/doc/NgrokAPI/Models/EndpointTLSTermination.html +691 -0
  38. data/doc/NgrokAPI/Models/EndpointWebhookValidation.html +691 -0
  39. data/doc/NgrokAPI/Models/EventDestination.html +1058 -0
  40. data/doc/NgrokAPI/Models/EventSource.html +765 -0
  41. data/doc/NgrokAPI/Models/EventSourceReplace.html +691 -0
  42. data/doc/NgrokAPI/Models/EventStream.html +1309 -0
  43. data/doc/NgrokAPI/Models/EventSubscription.html +1058 -0
  44. data/doc/NgrokAPI/Models/EventTarget.html +765 -0
  45. data/doc/NgrokAPI/Models/EventTargetCloudwatchLogs.html +617 -0
  46. data/doc/NgrokAPI/Models/EventTargetFirehose.html +617 -0
  47. data/doc/NgrokAPI/Models/EventTargetKinesis.html +617 -0
  48. data/doc/NgrokAPI/Models/IPPolicy.html +1069 -0
  49. data/doc/NgrokAPI/Models/IPPolicyRule.html +1149 -0
  50. data/doc/NgrokAPI/Models/IPRestriction.html +1132 -0
  51. data/doc/NgrokAPI/Models/{TlsCertificate.html → IPWhitelistEntry.html} +168 -163
  52. data/doc/NgrokAPI/Models/Listable.html +1 -1
  53. data/doc/NgrokAPI/Models/Ref.html +617 -0
  54. data/doc/NgrokAPI/Models/ReservedAddr.html +1132 -0
  55. data/doc/NgrokAPI/Models/ReservedDomain.html +111 -1107
  56. data/doc/NgrokAPI/Models/ReservedDomainCertJob.html +839 -0
  57. data/doc/NgrokAPI/Models/ReservedDomainCertNSTarget.html +617 -0
  58. data/doc/NgrokAPI/Models/ReservedDomainCertPolicy.html +617 -0
  59. data/doc/NgrokAPI/Models/ReservedDomainCertStatus.html +617 -0
  60. data/doc/NgrokAPI/Models/SSHCertificateAuthority.html +1143 -0
  61. data/doc/NgrokAPI/Models/SSHCredential.html +1149 -0
  62. data/doc/NgrokAPI/Models/SSHHostCertificate.html +1513 -0
  63. data/doc/NgrokAPI/Models/SSHUserCertificate.html +1661 -0
  64. data/doc/NgrokAPI/Models/TLSCertificate.html +2179 -0
  65. data/doc/NgrokAPI/Models/TLSCertificateSANs.html +617 -0
  66. data/doc/NgrokAPI/Models/Tunnel.html +987 -0
  67. data/doc/NgrokAPI/Models/TunnelSession.html +1209 -0
  68. data/doc/NgrokAPI/Models.html +4 -4
  69. data/doc/NgrokAPI/PagedIterator.html +1 -1
  70. data/{docs/NgrokAPI/Services/ApiKeysClient.html → doc/NgrokAPI/Services/APIKeysClient.html} +287 -151
  71. data/doc/NgrokAPI/Services/AbuseReportsClient.html +723 -0
  72. data/doc/NgrokAPI/Services/CertificateAuthoritiesClient.html +1489 -0
  73. data/doc/NgrokAPI/Services/CredentialsClient.html +1534 -0
  74. data/doc/NgrokAPI/Services/EndpointCircuitBreakerModuleClient.html +1071 -0
  75. data/doc/NgrokAPI/Services/EndpointCompressionModuleClient.html +1071 -0
  76. data/doc/NgrokAPI/Services/EndpointConfigurationsClient.html +473 -371
  77. data/doc/NgrokAPI/Services/EndpointIPPolicyModuleClient.html +1071 -0
  78. data/doc/NgrokAPI/Services/EndpointLoggingModuleClient.html +1071 -0
  79. data/doc/NgrokAPI/Services/EndpointMutualTLSModuleClient.html +1071 -0
  80. data/doc/NgrokAPI/Services/EndpointOAuthModuleClient.html +1071 -0
  81. data/doc/NgrokAPI/Services/EndpointOIDCModuleClient.html +1071 -0
  82. data/doc/NgrokAPI/Services/EndpointRequestHeadersModuleClient.html +1071 -0
  83. data/doc/NgrokAPI/Services/EndpointResponseHeadersModuleClient.html +1071 -0
  84. data/doc/NgrokAPI/Services/EndpointSAMLModuleClient.html +1071 -0
  85. data/doc/NgrokAPI/Services/EndpointTLSTerminationModuleClient.html +1071 -0
  86. data/doc/NgrokAPI/Services/EndpointWebhookValidationModuleClient.html +1071 -0
  87. data/doc/NgrokAPI/Services/EventDestinationsClient.html +1609 -0
  88. data/doc/NgrokAPI/Services/EventSourcesClient.html +1348 -0
  89. data/doc/NgrokAPI/Services/EventStreamsClient.html +1691 -0
  90. data/doc/NgrokAPI/Services/EventSubscriptionsClient.html +1603 -0
  91. data/doc/NgrokAPI/Services/IPPoliciesClient.html +1488 -0
  92. data/doc/NgrokAPI/Services/IPPolicyRulesClient.html +1550 -0
  93. data/doc/NgrokAPI/Services/IPRestrictionsClient.html +1620 -0
  94. data/doc/NgrokAPI/Services/IPWhitelistClient.html +1488 -0
  95. data/doc/NgrokAPI/Services/ReservedAddrsClient.html +1793 -0
  96. data/doc/NgrokAPI/Services/ReservedDomainsClient.html +518 -333
  97. data/doc/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html +1532 -0
  98. data/doc/NgrokAPI/Services/SSHCredentialsClient.html +1552 -0
  99. data/doc/NgrokAPI/Services/SSHHostCertificatesClient.html +1573 -0
  100. data/doc/NgrokAPI/Services/SSHUserCertificatesClient.html +1617 -0
  101. data/{docs/NgrokAPI/Services/TlsCertificatesClient.html → doc/NgrokAPI/Services/TLSCertificatesClient.html} +290 -198
  102. data/doc/NgrokAPI/Services/TunnelSessionsClient.html +1468 -0
  103. data/doc/NgrokAPI/Services/TunnelsClient.html +513 -0
  104. data/doc/NgrokAPI/Services.html +4 -4
  105. data/doc/NgrokAPI.html +3 -3
  106. data/doc/_index.html +624 -28
  107. data/doc/class_list.html +1 -1
  108. data/doc/file.README.html +1 -1
  109. data/doc/index.html +1 -1
  110. data/doc/method_list.html +7318 -286
  111. data/doc/top-level-namespace.html +1 -1
  112. data/docs/.gitkeep +0 -0
  113. data/docs/NgrokAPI/Client.html +1499 -125
  114. data/docs/NgrokAPI/Error.html +1 -1
  115. data/docs/NgrokAPI/Errors/NotFoundError.html +1 -1
  116. data/docs/NgrokAPI/Errors.html +1 -1
  117. data/docs/NgrokAPI/HttpClient.html +1 -1
  118. data/docs/NgrokAPI/Models/{ApiKey.html → APIKey.html} +108 -177
  119. data/docs/NgrokAPI/Models/AWSAuth.html +617 -0
  120. data/docs/NgrokAPI/Models/AWSCredentials.html +617 -0
  121. data/docs/NgrokAPI/Models/AWSRole.html +543 -0
  122. data/docs/NgrokAPI/Models/AbuseReport.html +987 -0
  123. data/docs/NgrokAPI/Models/AbuseReportHostname.html +617 -0
  124. data/docs/NgrokAPI/Models/CertificateAuthority.html +1439 -0
  125. data/docs/NgrokAPI/Models/Credential.html +1149 -0
  126. data/docs/NgrokAPI/Models/EndpointCircuitBreaker.html +913 -0
  127. data/docs/NgrokAPI/Models/EndpointCompression.html +543 -0
  128. data/docs/NgrokAPI/Models/EndpointConfiguration.html +1321 -510
  129. data/docs/NgrokAPI/Models/EndpointIPPolicy.html +617 -0
  130. data/docs/NgrokAPI/Models/EndpointIPPolicyMutate.html +617 -0
  131. data/docs/NgrokAPI/Models/EndpointLogging.html +617 -0
  132. data/docs/NgrokAPI/Models/EndpointLoggingMutate.html +617 -0
  133. data/docs/NgrokAPI/Models/EndpointMutualTLS.html +617 -0
  134. data/docs/NgrokAPI/Models/EndpointMutualTLSMutate.html +617 -0
  135. data/docs/NgrokAPI/Models/EndpointOAuth.html +987 -0
  136. data/docs/NgrokAPI/Models/EndpointOAuthFacebook.html +839 -0
  137. data/docs/NgrokAPI/Models/EndpointOAuthGitHub.html +987 -0
  138. data/docs/NgrokAPI/Models/EndpointOAuthGoogle.html +839 -0
  139. data/docs/NgrokAPI/Models/EndpointOAuthMicrosoft.html +839 -0
  140. data/docs/NgrokAPI/Models/EndpointOAuthProvider.html +765 -0
  141. data/docs/NgrokAPI/Models/EndpointOIDC.html +1135 -0
  142. data/docs/NgrokAPI/Models/EndpointRequestHeaders.html +691 -0
  143. data/docs/NgrokAPI/Models/EndpointResponseHeaders.html +691 -0
  144. data/docs/NgrokAPI/Models/EndpointSAML.html +1653 -0
  145. data/docs/NgrokAPI/Models/EndpointSAMLMutate.html +1283 -0
  146. data/docs/NgrokAPI/Models/EndpointTLSTermination.html +691 -0
  147. data/docs/NgrokAPI/Models/EndpointWebhookValidation.html +691 -0
  148. data/docs/NgrokAPI/Models/EventDestination.html +1058 -0
  149. data/docs/NgrokAPI/Models/EventSource.html +765 -0
  150. data/docs/NgrokAPI/Models/EventSourceReplace.html +691 -0
  151. data/docs/NgrokAPI/Models/EventStream.html +1309 -0
  152. data/docs/NgrokAPI/Models/EventSubscription.html +1058 -0
  153. data/docs/NgrokAPI/Models/EventTarget.html +765 -0
  154. data/docs/NgrokAPI/Models/EventTargetCloudwatchLogs.html +617 -0
  155. data/docs/NgrokAPI/Models/EventTargetFirehose.html +617 -0
  156. data/docs/NgrokAPI/Models/EventTargetKinesis.html +617 -0
  157. data/docs/NgrokAPI/Models/IPPolicy.html +1069 -0
  158. data/docs/NgrokAPI/Models/IPPolicyRule.html +1149 -0
  159. data/docs/NgrokAPI/Models/IPRestriction.html +1132 -0
  160. data/docs/NgrokAPI/Models/{TlsCertificate.html → IPWhitelistEntry.html} +168 -163
  161. data/docs/NgrokAPI/Models/Listable.html +1 -1
  162. data/docs/NgrokAPI/Models/Ref.html +617 -0
  163. data/docs/NgrokAPI/Models/ReservedAddr.html +1132 -0
  164. data/docs/NgrokAPI/Models/ReservedDomain.html +111 -1107
  165. data/docs/NgrokAPI/Models/ReservedDomainCertJob.html +839 -0
  166. data/docs/NgrokAPI/Models/ReservedDomainCertNSTarget.html +617 -0
  167. data/docs/NgrokAPI/Models/ReservedDomainCertPolicy.html +617 -0
  168. data/docs/NgrokAPI/Models/ReservedDomainCertStatus.html +617 -0
  169. data/docs/NgrokAPI/Models/SSHCertificateAuthority.html +1143 -0
  170. data/docs/NgrokAPI/Models/SSHCredential.html +1149 -0
  171. data/docs/NgrokAPI/Models/SSHHostCertificate.html +1513 -0
  172. data/docs/NgrokAPI/Models/SSHUserCertificate.html +1661 -0
  173. data/docs/NgrokAPI/Models/TLSCertificate.html +2179 -0
  174. data/docs/NgrokAPI/Models/TLSCertificateSANs.html +617 -0
  175. data/docs/NgrokAPI/Models/Tunnel.html +987 -0
  176. data/docs/NgrokAPI/Models/TunnelSession.html +1209 -0
  177. data/docs/NgrokAPI/Models.html +4 -4
  178. data/docs/NgrokAPI/PagedIterator.html +1 -1
  179. data/{doc/NgrokAPI/Services/ApiKeysClient.html → docs/NgrokAPI/Services/APIKeysClient.html} +287 -151
  180. data/docs/NgrokAPI/Services/AbuseReportsClient.html +723 -0
  181. data/docs/NgrokAPI/Services/CertificateAuthoritiesClient.html +1489 -0
  182. data/docs/NgrokAPI/Services/CredentialsClient.html +1534 -0
  183. data/docs/NgrokAPI/Services/EndpointCircuitBreakerModuleClient.html +1071 -0
  184. data/docs/NgrokAPI/Services/EndpointCompressionModuleClient.html +1071 -0
  185. data/docs/NgrokAPI/Services/EndpointConfigurationsClient.html +473 -371
  186. data/docs/NgrokAPI/Services/EndpointIPPolicyModuleClient.html +1071 -0
  187. data/docs/NgrokAPI/Services/EndpointLoggingModuleClient.html +1071 -0
  188. data/docs/NgrokAPI/Services/EndpointMutualTLSModuleClient.html +1071 -0
  189. data/docs/NgrokAPI/Services/EndpointOAuthModuleClient.html +1071 -0
  190. data/docs/NgrokAPI/Services/EndpointOIDCModuleClient.html +1071 -0
  191. data/docs/NgrokAPI/Services/EndpointRequestHeadersModuleClient.html +1071 -0
  192. data/docs/NgrokAPI/Services/EndpointResponseHeadersModuleClient.html +1071 -0
  193. data/docs/NgrokAPI/Services/EndpointSAMLModuleClient.html +1071 -0
  194. data/docs/NgrokAPI/Services/EndpointTLSTerminationModuleClient.html +1071 -0
  195. data/docs/NgrokAPI/Services/EndpointWebhookValidationModuleClient.html +1071 -0
  196. data/docs/NgrokAPI/Services/EventDestinationsClient.html +1609 -0
  197. data/docs/NgrokAPI/Services/EventSourcesClient.html +1348 -0
  198. data/docs/NgrokAPI/Services/EventStreamsClient.html +1691 -0
  199. data/docs/NgrokAPI/Services/EventSubscriptionsClient.html +1603 -0
  200. data/docs/NgrokAPI/Services/IPPoliciesClient.html +1488 -0
  201. data/docs/NgrokAPI/Services/IPPolicyRulesClient.html +1550 -0
  202. data/docs/NgrokAPI/Services/IPRestrictionsClient.html +1620 -0
  203. data/docs/NgrokAPI/Services/IPWhitelistClient.html +1488 -0
  204. data/docs/NgrokAPI/Services/ReservedAddrsClient.html +1793 -0
  205. data/docs/NgrokAPI/Services/ReservedDomainsClient.html +518 -333
  206. data/docs/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html +1532 -0
  207. data/docs/NgrokAPI/Services/SSHCredentialsClient.html +1552 -0
  208. data/docs/NgrokAPI/Services/SSHHostCertificatesClient.html +1573 -0
  209. data/docs/NgrokAPI/Services/SSHUserCertificatesClient.html +1617 -0
  210. data/{doc/NgrokAPI/Services/TlsCertificatesClient.html → docs/NgrokAPI/Services/TLSCertificatesClient.html} +290 -198
  211. data/docs/NgrokAPI/Services/TunnelSessionsClient.html +1468 -0
  212. data/docs/NgrokAPI/Services/TunnelsClient.html +513 -0
  213. data/docs/NgrokAPI/Services.html +4 -4
  214. data/docs/NgrokAPI.html +3 -3
  215. data/docs/_index.html +624 -28
  216. data/docs/class_list.html +1 -1
  217. data/docs/file.README.html +1 -1
  218. data/docs/index.html +1 -1
  219. data/docs/method_list.html +7318 -286
  220. data/docs/top-level-namespace.html +1 -1
  221. data/lib/ngrokapi/client.rb +218 -49
  222. data/lib/ngrokapi/models/abuse_report.rb +37 -0
  223. data/lib/ngrokapi/models/abuse_report_hostname.rb +27 -0
  224. data/lib/ngrokapi/models/api_key.rb +62 -64
  225. data/lib/ngrokapi/models/aws_auth.rb +27 -0
  226. data/lib/ngrokapi/models/aws_credentials.rb +27 -0
  227. data/lib/ngrokapi/models/aws_role.rb +25 -0
  228. data/lib/ngrokapi/models/certificate_authority.rb +72 -0
  229. data/lib/ngrokapi/models/credential.rb +67 -0
  230. data/lib/ngrokapi/models/endpoint_circuit_breaker.rb +35 -0
  231. data/lib/ngrokapi/models/endpoint_compression.rb +25 -0
  232. data/lib/ngrokapi/models/endpoint_configuration.rb +130 -119
  233. data/lib/ngrokapi/models/endpoint_ip_policy.rb +27 -0
  234. data/lib/ngrokapi/models/endpoint_ip_policy_mutate.rb +27 -0
  235. data/lib/ngrokapi/models/endpoint_logging.rb +27 -0
  236. data/lib/ngrokapi/models/endpoint_logging_mutate.rb +27 -0
  237. data/lib/ngrokapi/models/endpoint_mutual_tls.rb +27 -0
  238. data/lib/ngrokapi/models/endpoint_mutual_tls_mutate.rb +27 -0
  239. data/lib/ngrokapi/models/endpoint_o_auth.rb +37 -0
  240. data/lib/ngrokapi/models/endpoint_o_auth_facebook.rb +33 -0
  241. data/lib/ngrokapi/models/endpoint_o_auth_git_hub.rb +37 -0
  242. data/lib/ngrokapi/models/endpoint_o_auth_google.rb +33 -0
  243. data/lib/ngrokapi/models/endpoint_o_auth_microsoft.rb +33 -0
  244. data/lib/ngrokapi/models/endpoint_o_auth_provider.rb +31 -0
  245. data/lib/ngrokapi/models/endpoint_oidc.rb +41 -0
  246. data/lib/ngrokapi/models/endpoint_request_headers.rb +29 -0
  247. data/lib/ngrokapi/models/endpoint_response_headers.rb +29 -0
  248. data/lib/ngrokapi/models/endpoint_saml.rb +55 -0
  249. data/lib/ngrokapi/models/endpoint_saml_mutate.rb +45 -0
  250. data/lib/ngrokapi/models/endpoint_tls_termination.rb +29 -0
  251. data/lib/ngrokapi/models/endpoint_webhook_validation.rb +29 -0
  252. data/lib/ngrokapi/models/event_destination.rb +49 -0
  253. data/lib/ngrokapi/models/event_source.rb +31 -0
  254. data/lib/ngrokapi/models/event_source_replace.rb +29 -0
  255. data/lib/ngrokapi/models/event_stream.rb +77 -0
  256. data/lib/ngrokapi/models/event_subscription.rb +47 -0
  257. data/lib/ngrokapi/models/event_target.rb +31 -0
  258. data/lib/ngrokapi/models/event_target_cloudwatch_logs.rb +27 -0
  259. data/lib/ngrokapi/models/event_target_firehose.rb +27 -0
  260. data/lib/ngrokapi/models/event_target_kinesis.rb +27 -0
  261. data/lib/ngrokapi/models/ip_policy.rb +64 -0
  262. data/lib/ngrokapi/models/ip_policy_rule.rb +67 -0
  263. data/lib/ngrokapi/models/ip_restriction.rb +49 -0
  264. data/lib/ngrokapi/models/ip_whitelist_entry.rb +62 -0
  265. data/lib/ngrokapi/models/ref.rb +27 -0
  266. data/lib/ngrokapi/models/reserved_addr.rb +49 -0
  267. data/lib/ngrokapi/models/reserved_domain.rb +59 -211
  268. data/lib/ngrokapi/models/reserved_domain_cert_job.rb +33 -0
  269. data/lib/ngrokapi/models/reserved_domain_cert_ns_target.rb +27 -0
  270. data/lib/ngrokapi/models/reserved_domain_cert_policy.rb +27 -0
  271. data/lib/ngrokapi/models/reserved_domain_cert_status.rb +27 -0
  272. data/lib/ngrokapi/models/ssh_certificate_authority.rb +64 -0
  273. data/lib/ngrokapi/models/ssh_credential.rb +67 -0
  274. data/lib/ngrokapi/models/ssh_host_certificate.rb +74 -0
  275. data/lib/ngrokapi/models/ssh_user_certificate.rb +78 -0
  276. data/lib/ngrokapi/models/tls_certificate.rb +92 -62
  277. data/lib/ngrokapi/models/tls_certificate_sa_ns.rb +27 -0
  278. data/lib/ngrokapi/models/tunnel.rb +37 -0
  279. data/lib/ngrokapi/models/tunnel_session.rb +43 -0
  280. data/lib/ngrokapi/services/.gitkeep +0 -0
  281. data/lib/ngrokapi/services/abuse_reports_client.rb +84 -0
  282. data/lib/ngrokapi/services/api_keys_client.rb +203 -144
  283. data/lib/ngrokapi/services/certificate_authorities_client.rb +204 -0
  284. data/lib/ngrokapi/services/credentials_client.rb +212 -0
  285. data/lib/ngrokapi/services/endpoint_circuit_breaker_module_client.rb +122 -0
  286. data/lib/ngrokapi/services/endpoint_compression_module_client.rb +122 -0
  287. data/lib/ngrokapi/services/endpoint_configurations_client.rb +324 -313
  288. data/lib/ngrokapi/services/endpoint_ip_policy_module_client.rb +122 -0
  289. data/lib/ngrokapi/services/endpoint_logging_module_client.rb +122 -0
  290. data/lib/ngrokapi/services/endpoint_mutual_tls_module_client.rb +122 -0
  291. data/lib/ngrokapi/services/endpoint_o_auth_module_client.rb +122 -0
  292. data/lib/ngrokapi/services/endpoint_oidc_module_client.rb +122 -0
  293. data/lib/ngrokapi/services/endpoint_request_headers_module_client.rb +122 -0
  294. data/lib/ngrokapi/services/endpoint_response_headers_module_client.rb +122 -0
  295. data/lib/ngrokapi/services/endpoint_saml_module_client.rb +122 -0
  296. data/lib/ngrokapi/services/endpoint_tls_termination_module_client.rb +122 -0
  297. data/lib/ngrokapi/services/endpoint_webhook_validation_module_client.rb +122 -0
  298. data/lib/ngrokapi/services/event_destinations_client.rb +222 -0
  299. data/lib/ngrokapi/services/event_sources_client.rb +177 -0
  300. data/lib/ngrokapi/services/event_streams_client.rb +226 -0
  301. data/lib/ngrokapi/services/event_subscriptions_client.rb +213 -0
  302. data/lib/ngrokapi/services/ip_policies_client.rb +208 -0
  303. data/lib/ngrokapi/services/ip_policy_rules_client.rb +210 -0
  304. data/lib/ngrokapi/services/ip_restrictions_client.rb +223 -0
  305. data/lib/ngrokapi/services/ip_whitelist_client.rb +202 -0
  306. data/lib/ngrokapi/services/reserved_addrs_client.rb +246 -0
  307. data/lib/ngrokapi/services/reserved_domains_client.rb +382 -313
  308. data/lib/ngrokapi/services/ssh_certificate_authorities_client.rb +207 -0
  309. data/lib/ngrokapi/services/ssh_credentials_client.rb +211 -0
  310. data/lib/ngrokapi/services/ssh_host_certificates_client.rb +214 -0
  311. data/lib/ngrokapi/services/ssh_user_certificates_client.rb +220 -0
  312. data/lib/ngrokapi/services/tls_certificates_client.rb +207 -161
  313. data/lib/ngrokapi/services/tunnel_sessions_client.rb +228 -0
  314. data/lib/ngrokapi/services/tunnels_client.rb +51 -0
  315. data/lib/ngrokapi/version.rb +1 -1
  316. data/spec/ngrokapi/client_spec.rb +139 -33
  317. data/spec/ngrokapi/models/abuse_report_hostname_spec.rb +21 -0
  318. data/spec/ngrokapi/models/abuse_report_spec.rb +21 -0
  319. data/spec/ngrokapi/models/api_key_spec.rb +42 -43
  320. data/spec/ngrokapi/models/aws_auth_spec.rb +21 -0
  321. data/spec/ngrokapi/models/aws_credentials_spec.rb +21 -0
  322. data/spec/ngrokapi/models/aws_role_spec.rb +21 -0
  323. data/spec/ngrokapi/models/certificate_authority_spec.rb +42 -0
  324. data/spec/ngrokapi/models/credential_spec.rb +45 -0
  325. data/spec/ngrokapi/models/endpoint_circuit_breaker_spec.rb +21 -0
  326. data/spec/ngrokapi/models/endpoint_compression_spec.rb +21 -0
  327. data/spec/ngrokapi/models/endpoint_configuration_spec.rb +78 -0
  328. data/spec/ngrokapi/models/endpoint_ip_policy_mutate_spec.rb +21 -0
  329. data/spec/ngrokapi/models/endpoint_ip_policy_spec.rb +21 -0
  330. data/spec/ngrokapi/models/endpoint_logging_mutate_spec.rb +21 -0
  331. data/spec/ngrokapi/models/endpoint_logging_spec.rb +21 -0
  332. data/spec/ngrokapi/models/endpoint_mutual_tls_mutate_spec.rb +21 -0
  333. data/spec/ngrokapi/models/endpoint_mutual_tls_spec.rb +21 -0
  334. data/spec/ngrokapi/models/endpoint_o_auth_facebook_spec.rb +21 -0
  335. data/spec/ngrokapi/models/endpoint_o_auth_git_hub_spec.rb +21 -0
  336. data/spec/ngrokapi/models/endpoint_o_auth_google_spec.rb +21 -0
  337. data/spec/ngrokapi/models/endpoint_o_auth_microsoft_spec.rb +21 -0
  338. data/spec/ngrokapi/models/endpoint_o_auth_provider_spec.rb +21 -0
  339. data/spec/ngrokapi/models/endpoint_o_auth_spec.rb +21 -0
  340. data/spec/ngrokapi/models/endpoint_oidc_spec.rb +21 -0
  341. data/spec/ngrokapi/models/endpoint_request_headers_spec.rb +21 -0
  342. data/spec/ngrokapi/models/endpoint_response_headers_spec.rb +21 -0
  343. data/spec/ngrokapi/models/endpoint_saml_mutate_spec.rb +21 -0
  344. data/spec/ngrokapi/models/endpoint_saml_spec.rb +21 -0
  345. data/spec/ngrokapi/models/endpoint_tls_termination_spec.rb +21 -0
  346. data/spec/ngrokapi/models/endpoint_webhook_validation_spec.rb +21 -0
  347. data/spec/ngrokapi/models/event_destination_spec.rb +28 -0
  348. data/spec/ngrokapi/models/event_source_replace_spec.rb +21 -0
  349. data/spec/ngrokapi/models/event_source_spec.rb +21 -0
  350. data/spec/ngrokapi/models/event_stream_spec.rb +51 -0
  351. data/spec/ngrokapi/models/event_subscription_spec.rb +28 -0
  352. data/spec/ngrokapi/models/event_target_cloudwatch_logs_spec.rb +21 -0
  353. data/spec/ngrokapi/models/event_target_firehose_spec.rb +21 -0
  354. data/spec/ngrokapi/models/event_target_kinesis_spec.rb +21 -0
  355. data/spec/ngrokapi/models/event_target_spec.rb +21 -0
  356. data/spec/ngrokapi/models/ip_policy_rule_spec.rb +45 -0
  357. data/spec/ngrokapi/models/ip_policy_spec.rb +42 -0
  358. data/spec/ngrokapi/models/ip_restriction_spec.rb +28 -0
  359. data/spec/ngrokapi/models/ip_whitelist_entry_spec.rb +42 -0
  360. data/spec/ngrokapi/models/listable_spec.rb +4 -4
  361. data/spec/ngrokapi/models/ref_spec.rb +21 -0
  362. data/spec/ngrokapi/models/reserved_addr_spec.rb +28 -0
  363. data/spec/ngrokapi/models/reserved_domain_cert_job_spec.rb +21 -0
  364. data/spec/ngrokapi/models/reserved_domain_cert_ns_target_spec.rb +21 -0
  365. data/spec/ngrokapi/models/reserved_domain_cert_policy_spec.rb +21 -0
  366. data/spec/ngrokapi/models/reserved_domain_cert_status_spec.rb +21 -0
  367. data/spec/ngrokapi/models/reserved_domain_spec.rb +28 -100
  368. data/spec/ngrokapi/models/ssh_certificate_authority_spec.rb +42 -0
  369. data/spec/ngrokapi/models/ssh_credential_spec.rb +45 -0
  370. data/spec/ngrokapi/models/ssh_host_certificate_spec.rb +42 -0
  371. data/spec/ngrokapi/models/ssh_user_certificate_spec.rb +42 -0
  372. data/spec/ngrokapi/models/tls_certificate_sa_ns_spec.rb +21 -0
  373. data/spec/ngrokapi/models/tls_certificate_spec.rb +42 -0
  374. data/spec/ngrokapi/models/tunnel_session_spec.rb +21 -0
  375. data/spec/ngrokapi/models/tunnel_spec.rb +21 -0
  376. data/spec/ngrokapi/paged_iterator_spec.rb +5 -5
  377. data/spec/ngrokapi/services/.gitkeep +0 -0
  378. data/spec/ngrokapi/services/abuse_reports_client_spec.rb +67 -0
  379. data/spec/ngrokapi/services/api_keys_client_spec.rb +160 -127
  380. data/spec/ngrokapi/services/certificate_authorities_client_spec.rb +162 -0
  381. data/spec/ngrokapi/services/credentials_client_spec.rb +166 -0
  382. data/spec/ngrokapi/services/endpoint_circuit_breaker_module_client_spec.rb +127 -0
  383. data/spec/ngrokapi/services/endpoint_compression_module_client_spec.rb +127 -0
  384. data/spec/ngrokapi/services/endpoint_configurations_client_spec.rb +240 -0
  385. data/spec/ngrokapi/services/endpoint_ip_policy_module_client_spec.rb +127 -0
  386. data/spec/ngrokapi/services/endpoint_logging_module_client_spec.rb +127 -0
  387. data/spec/ngrokapi/services/endpoint_mutual_tls_module_client_spec.rb +127 -0
  388. data/spec/ngrokapi/services/endpoint_o_auth_module_client_spec.rb +127 -0
  389. data/spec/ngrokapi/services/endpoint_oidc_module_client_spec.rb +127 -0
  390. data/spec/ngrokapi/services/endpoint_request_headers_module_client_spec.rb +127 -0
  391. data/spec/ngrokapi/services/endpoint_response_headers_module_client_spec.rb +127 -0
  392. data/spec/ngrokapi/services/endpoint_saml_module_client_spec.rb +127 -0
  393. data/spec/ngrokapi/services/endpoint_tls_termination_module_client_spec.rb +127 -0
  394. data/spec/ngrokapi/services/endpoint_webhook_validation_module_client_spec.rb +127 -0
  395. data/spec/ngrokapi/services/event_destinations_client_spec.rb +175 -0
  396. data/spec/ngrokapi/services/event_sources_client_spec.rb +162 -0
  397. data/spec/ngrokapi/services/event_streams_client_spec.rb +180 -0
  398. data/spec/ngrokapi/services/event_subscriptions_client_spec.rb +172 -0
  399. data/spec/ngrokapi/services/ip_policies_client_spec.rb +162 -0
  400. data/spec/ngrokapi/services/ip_policy_rules_client_spec.rb +168 -0
  401. data/spec/ngrokapi/services/ip_restrictions_client_spec.rb +174 -0
  402. data/spec/ngrokapi/services/ip_whitelist_client_spec.rb +162 -0
  403. data/spec/ngrokapi/services/reserved_addrs_client_spec.rb +209 -0
  404. data/spec/ngrokapi/services/reserved_domains_client_spec.rb +352 -0
  405. data/spec/ngrokapi/services/ssh_certificate_authorities_client_spec.rb +166 -0
  406. data/spec/ngrokapi/services/ssh_credentials_client_spec.rb +168 -0
  407. data/spec/ngrokapi/services/ssh_host_certificates_client_spec.rb +170 -0
  408. data/spec/ngrokapi/services/ssh_user_certificates_client_spec.rb +174 -0
  409. data/spec/ngrokapi/services/tls_certificates_client_spec.rb +164 -0
  410. data/spec/ngrokapi/services/tunnel_sessions_client_spec.rb +184 -0
  411. data/spec/ngrokapi/services/tunnels_client_spec.rb +21 -0
  412. data/spec/spec_helper.rb +958 -0
  413. metadata +355 -10
@@ -100,7 +100,7 @@
100
100
  </div>
101
101
 
102
102
  <div id="footer">
103
- Generated on Fri Sep 24 19:20:29 2021 by
103
+ Generated on Mon Oct 4 23:24:15 2021 by
104
104
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
105
105
  0.9.26 (ruby-3.0.1).
106
106
  </div>
@@ -1,49 +1,218 @@
1
- # frozen_string_literal: true
2
-
3
- module NgrokAPI
4
- ##
5
- # Low-level api client for communicating with Ngrok's HTTP API.
6
- # Use this object to instantiate your clients.
7
- class Client
8
- def initialize(
9
- api_key:,
10
- base_url: 'https://api.ngrok.com'
11
- )
12
- @client = NgrokAPI::HttpClient.new(api_key: api_key, base_url: base_url)
13
- end
14
-
15
- ##
16
- # Creates and returns an instance of a NgrokAPI::Services::ApiKeysClient
17
- #
18
- # @return [NgrokAPI::Services::ApiKeysClient]
19
- def api_keys
20
- @_api_keys ||= NgrokAPI::Services::ApiKeysClient.new(client: @client)
21
- end
22
-
23
- ##
24
- # Creates and returns an instance of a NgrokAPI::Services::EndpointConfigurationsClient
25
- #
26
- # @return [NgrokAPI::Services::EndpointConfigurationsClient]
27
- def endpoint_configurations
28
- @_endpoint_configurations ||= NgrokAPI::Services::EndpointConfigurationsClient.new(
29
- client: @client
30
- )
31
- end
32
-
33
- ##
34
- # Creates and returns an instance of a NgrokAPI::Services::ReservedDomainsClient
35
- #
36
- # @return [NgrokAPI::Services::ReservedDomainsClient]
37
- def reserved_domains
38
- @_reserved_domains ||= NgrokAPI::Services::ReservedDomainsClient.new(client: @client)
39
- end
40
-
41
- ##
42
- # Creates and returns an instance of a NgrokAPI::Services::TlsCertificatesClient
43
- #
44
- # @return [NgrokAPI::Services::TlsCertificatesClient]
45
- def tls_certificates
46
- @_tls_certificates ||= NgrokAPI::Services::TlsCertificatesClient.new(client: @client)
47
- end
48
- end
49
- end
1
+ # frozen_string_literal: true
2
+
3
+ module NgrokAPI
4
+ ##
5
+ # Low-level api client for communicating with Ngrok's HTTP API.
6
+ # Use this object to instantiate your clients.
7
+ class Client
8
+ def initialize(
9
+ api_key:,
10
+ base_url: 'https://api.ngrok.com'
11
+ )
12
+ @client = NgrokAPI::HttpClient.new(api_key: api_key, base_url: base_url)
13
+ end
14
+
15
+ ##
16
+ # Abuse Reports allow you to submit take-down requests for URLs hosted by
17
+ # ngrok that violate ngrok's terms of service.
18
+ #
19
+ # @return [NgrokAPI::Services::AbuseReportsClient]
20
+ def abuse_reports
21
+ @_abuse_reports ||= NgrokAPI::Services::AbuseReportsClient.new(client: @client)
22
+ end
23
+
24
+ ##
25
+ # API Keys are used to authenticate to the
26
+ # (https://ngrok.com/docs/api#authentication)ngrok
27
+ # API. You may use the API itself
28
+ # to provision and manage API Keys but you'll need to provision your first API
29
+ # key from the (https://dashboard.ngrok.com/api/keys)API Keys page on your
30
+ # ngrok.com dashboard.
31
+ #
32
+ # @return [NgrokAPI::Services::APIKeysClient]
33
+ def api_keys
34
+ @_api_keys ||= NgrokAPI::Services::APIKeysClient.new(client: @client)
35
+ end
36
+
37
+ ##
38
+ # Certificate Authorities are x509 certificates that are used to sign other
39
+ # x509 certificates. Attach a Certificate Authority to the Mutual TLS module
40
+ # to verify that the TLS certificate presented by a client has been signed by
41
+ # this CA. Certificate Authorities are used only for mTLS validation only and
42
+ # thus a private key is not included in the resource.
43
+ #
44
+ # @return [NgrokAPI::Services::CertificateAuthoritiesClient]
45
+ def certificate_authorities
46
+ @_certificate_authorities ||= NgrokAPI::Services::CertificateAuthoritiesClient.new(client: @client)
47
+ end
48
+
49
+ ##
50
+ # Tunnel Credentials are ngrok agent authtokens. They authorize the ngrok
51
+ # agent to connect the ngrok service as your account. They are installed with
52
+ # the ngrok authtoken command or by specifying it in the ngrok.yml
53
+ # configuration file with the authtoken property.
54
+ #
55
+ # @return [NgrokAPI::Services::CredentialsClient]
56
+ def credentials
57
+ @_credentials ||= NgrokAPI::Services::CredentialsClient.new(client: @client)
58
+ end
59
+
60
+ ##
61
+ # Endpoint Configurations are a reusable group of modules that encapsulate how
62
+ # traffic to a domain or address is handled. Endpoint configurations are only
63
+ # applied to Domains and TCP Addresses they have been attached to.
64
+ #
65
+ # @return [NgrokAPI::Services::EndpointConfigurationsClient]
66
+ def endpoint_configurations
67
+ @_endpoint_configurations ||= NgrokAPI::Services::EndpointConfigurationsClient.new(client: @client)
68
+ end
69
+
70
+ def event_streams
71
+ @_event_streams ||= NgrokAPI::Services::EventStreamsClient.new(client: @client)
72
+ end
73
+
74
+ def event_destinations
75
+ @_event_destinations ||= NgrokAPI::Services::EventDestinationsClient.new(client: @client)
76
+ end
77
+
78
+ def event_subscriptions
79
+ @_event_subscriptions ||= NgrokAPI::Services::EventSubscriptionsClient.new(client: @client)
80
+ end
81
+
82
+ def event_sources
83
+ @_event_sources ||= NgrokAPI::Services::EventSourcesClient.new(client: @client)
84
+ end
85
+
86
+ ##
87
+ # IP Policies are reusable groups of CIDR ranges with an allow or deny
88
+ # action. They can be attached to endpoints via the Endpoint Configuration IP
89
+ # Policy module. They can also be used with IP Restrictions to control source
90
+ # IP ranges that can start tunnel sessions and connect to the API and dashboard.
91
+ #
92
+ # @return [NgrokAPI::Services::IPPoliciesClient]
93
+ def ip_policies
94
+ @_ip_policies ||= NgrokAPI::Services::IPPoliciesClient.new(client: @client)
95
+ end
96
+
97
+ ##
98
+ # IP Policy Rules are the IPv4 or IPv6 CIDRs entries that
99
+ # make up an IP Policy.
100
+ #
101
+ # @return [NgrokAPI::Services::IPPolicyRulesClient]
102
+ def ip_policy_rules
103
+ @_ip_policy_rules ||= NgrokAPI::Services::IPPolicyRulesClient.new(client: @client)
104
+ end
105
+
106
+ ##
107
+ # An IP restriction is a restriction placed on the CIDRs that are allowed to
108
+ # initate traffic to a specific aspect of your ngrok account. An IP
109
+ # restriction has a type which defines the ingress it applies to. IP
110
+ # restrictions can be used to enforce the source IPs that can make API
111
+ # requests, log in to the dashboard, start ngrok agents, and connect to your
112
+ # public-facing endpoints.
113
+ #
114
+ # @return [NgrokAPI::Services::IPRestrictionsClient]
115
+ def ip_restrictions
116
+ @_ip_restrictions ||= NgrokAPI::Services::IPRestrictionsClient.new(client: @client)
117
+ end
118
+
119
+ ##
120
+ # The IP Whitelist is deprecated and will be removed. Use an IP Restriction
121
+ # with an endpoints type instead.
122
+ #
123
+ # @return [NgrokAPI::Services::IPWhitelistClient]
124
+ def ip_whitelist
125
+ @_ip_whitelist ||= NgrokAPI::Services::IPWhitelistClient.new(client: @client)
126
+ end
127
+
128
+ ##
129
+ # Reserved Addresses are TCP addresses that can be used to listen for traffic.
130
+ # TCP address hostnames and ports are assigned by ngrok, they cannot be
131
+ # chosen.
132
+ #
133
+ # @return [NgrokAPI::Services::ReservedAddrsClient]
134
+ def reserved_addrs
135
+ @_reserved_addrs ||= NgrokAPI::Services::ReservedAddrsClient.new(client: @client)
136
+ end
137
+
138
+ ##
139
+ # Reserved Domains are hostnames that you can listen for traffic on. Domains
140
+ # can be used to listen for http, https or tls traffic. You may use a domain
141
+ # that you own by creating a CNAME record specified in the returned resource.
142
+ # This CNAME record points traffic for that domain to ngrok's edge servers.
143
+ #
144
+ # @return [NgrokAPI::Services::ReservedDomainsClient]
145
+ def reserved_domains
146
+ @_reserved_domains ||= NgrokAPI::Services::ReservedDomainsClient.new(client: @client)
147
+ end
148
+
149
+ ##
150
+ # An SSH Certificate Authority is a pair of an SSH Certificate and its private
151
+ # key that can be used to sign other SSH host and user certificates.
152
+ #
153
+ # @return [NgrokAPI::Services::SSHCertificateAuthoritiesClient]
154
+ def ssh_certificate_authorities
155
+ @_ssh_certificate_authorities ||= NgrokAPI::Services::SSHCertificateAuthoritiesClient.new(client: @client)
156
+ end
157
+
158
+ ##
159
+ # SSH Credentials are SSH public keys that can be used to start SSH tunnels
160
+ # via the ngrok SSH tunnel gateway.
161
+ #
162
+ # @return [NgrokAPI::Services::SSHCredentialsClient]
163
+ def ssh_credentials
164
+ @_ssh_credentials ||= NgrokAPI::Services::SSHCredentialsClient.new(client: @client)
165
+ end
166
+
167
+ ##
168
+ # SSH Host Certificates along with the corresponding private key allows an SSH
169
+ # server to assert its authenticity to connecting SSH clients who trust the
170
+ # SSH Certificate Authority that was used to sign the certificate.
171
+ #
172
+ # @return [NgrokAPI::Services::SSHHostCertificatesClient]
173
+ def ssh_host_certificates
174
+ @_ssh_host_certificates ||= NgrokAPI::Services::SSHHostCertificatesClient.new(client: @client)
175
+ end
176
+
177
+ ##
178
+ # SSH User Certificates are presented by SSH clients when connecting to an SSH
179
+ # server to authenticate their connection. The SSH server must trust the SSH
180
+ # Certificate Authority used to sign the certificate.
181
+ #
182
+ # @return [NgrokAPI::Services::SSHUserCertificatesClient]
183
+ def ssh_user_certificates
184
+ @_ssh_user_certificates ||= NgrokAPI::Services::SSHUserCertificatesClient.new(client: @client)
185
+ end
186
+
187
+ ##
188
+ # TLS Certificates are pairs of x509 certificates and their matching private
189
+ # key that can be used to terminate TLS traffic. TLS certificates are unused
190
+ # until they are attached to a Domain. TLS Certificates may also be
191
+ # provisioned by ngrok automatically for domains on which you have enabled
192
+ # automated certificate provisioning.
193
+ #
194
+ # @return [NgrokAPI::Services::TLSCertificatesClient]
195
+ def tls_certificates
196
+ @_tls_certificates ||= NgrokAPI::Services::TLSCertificatesClient.new(client: @client)
197
+ end
198
+
199
+ ##
200
+ # Tunnel Sessions represent instances of ngrok agents or SSH reverse tunnel
201
+ # sessions that are running and connected to the ngrok service. Each tunnel
202
+ # session can include one or more Tunnels.
203
+ #
204
+ # @return [NgrokAPI::Services::TunnelSessionsClient]
205
+ def tunnel_sessions
206
+ @_tunnel_sessions ||= NgrokAPI::Services::TunnelSessionsClient.new(client: @client)
207
+ end
208
+
209
+ ##
210
+ # Tunnels provide endpoints to access services exposed by a running ngrok
211
+ # agent tunnel session or an SSH reverse tunnel session.
212
+ #
213
+ # @return [NgrokAPI::Services::TunnelsClient]
214
+ def tunnels
215
+ @_tunnels ||= NgrokAPI::Services::TunnelsClient.new(client: @client)
216
+ end
217
+ end
218
+ end
@@ -0,0 +1,37 @@
1
+ # frozen_string_literal: true
2
+
3
+ module NgrokAPI
4
+ module Models
5
+ class AbuseReport
6
+ attr_reader :client,
7
+ :result,
8
+ :id,
9
+ :uri,
10
+ :created_at,
11
+ :urls,
12
+ :metadata,
13
+ :status,
14
+ :hostnames
15
+
16
+ def initialize(client:, result:)
17
+ @client = client
18
+ @result = result
19
+ @id = @result['id']
20
+ @uri = @result['uri']
21
+ @created_at = @result['created_at']
22
+ @urls = @result['urls']
23
+ @metadata = @result['metadata']
24
+ @status = @result['status']
25
+ @hostnames = @result['hostnames']
26
+ end
27
+
28
+ def ==(other)
29
+ @result == other.result
30
+ end
31
+
32
+ def to_s
33
+ @result.to_s
34
+ end
35
+ end
36
+ end
37
+ end
@@ -0,0 +1,27 @@
1
+ # frozen_string_literal: true
2
+
3
+ module NgrokAPI
4
+ module Models
5
+ class AbuseReportHostname
6
+ attr_reader :client,
7
+ :result,
8
+ :hostname,
9
+ :status
10
+
11
+ def initialize(client:, result:)
12
+ @client = client
13
+ @result = result
14
+ @hostname = @result['hostname']
15
+ @status = @result['status']
16
+ end
17
+
18
+ def ==(other)
19
+ @result == other.result
20
+ end
21
+
22
+ def to_s
23
+ @result.to_s
24
+ end
25
+ end
26
+ end
27
+ end
@@ -1,64 +1,62 @@
1
- # frozen_string_literal: true
2
-
3
- module NgrokAPI
4
- module Models
5
- ##
6
- # A resource representing data from the api_keys API
7
- class ApiKey
8
- attr_reader :id,
9
- :client,
10
- :created_at,
11
- :description,
12
- :metadata,
13
- :result,
14
- :token,
15
- :uri
16
-
17
- def initialize(client:, result:)
18
- @client = client
19
- @result = result
20
- @created_at = @result['created_at']
21
- @id = @result['id']
22
- @description = @result['description']
23
- @metadata = @result['metadata']
24
- @token = @result['token']
25
- @uri = @result['uri']
26
- end
27
-
28
- def ==(other)
29
- @result == other.result
30
- end
31
-
32
- def to_s
33
- @result.to_s
34
- end
35
-
36
- ##
37
- # Delete this API key.
38
- #
39
- # @return [nil] result from delete request
40
- #
41
- # https://ngrok.com/docs/api#api-api-keys-delete
42
- def delete
43
- @client.delete(id: @id)
44
- end
45
-
46
- # rubocop:disable LineLength
47
-
48
- ##
49
- # Update the attributes of this API key.
50
- #
51
- # @param [string] description human-readable description of what uses the API key to authenticate. optional, max 255 bytes.
52
- # @param [string] metadata arbitrary user-defined data of this API key. optional, max 4096 bytes
53
- # @return [NgrokAPI::Models::ApiKey] result from update request
54
- #
55
- # https://ngrok.com/docs/api#api-api-keys-update
56
- def update(description: nil, metadata: nil)
57
- @description = description if description
58
- @metadata = metadata if metadata
59
- @client.update(id: @id, description: description, metadata: metadata)
60
- end
61
- # rubocop:enable LineLength
62
- end
63
- end
64
- end
1
+ # frozen_string_literal: true
2
+
3
+ module NgrokAPI
4
+ module Models
5
+ class APIKey
6
+ attr_reader :client,
7
+ :result,
8
+ :id,
9
+ :uri,
10
+ :description,
11
+ :metadata,
12
+ :created_at,
13
+ :token
14
+
15
+ def initialize(client:, result:)
16
+ @client = client
17
+ @result = result
18
+ @id = @result['id']
19
+ @uri = @result['uri']
20
+ @description = @result['description']
21
+ @metadata = @result['metadata']
22
+ @created_at = @result['created_at']
23
+ @token = @result['token']
24
+ end
25
+
26
+ def ==(other)
27
+ @result == other.result
28
+ end
29
+
30
+ def to_s
31
+ @result.to_s
32
+ end
33
+
34
+ ##
35
+ # Delete an API key by ID
36
+ #
37
+ # https://ngrok.com/docs/api#api-api-keys-delete
38
+ def delete
39
+ @client.delete(
40
+ id: @id
41
+ )
42
+ end
43
+
44
+ ##
45
+ # Update attributes of an API key by ID.
46
+ #
47
+ # https://ngrok.com/docs/api#api-api-keys-update
48
+ def update(
49
+ description: nil,
50
+ metadata: nil
51
+ )
52
+ @description = description if description
53
+ @metadata = metadata if metadata
54
+ @client.update(
55
+ id: @id,
56
+ description: description,
57
+ metadata: metadata
58
+ )
59
+ end
60
+ end
61
+ end
62
+ end
@@ -0,0 +1,27 @@
1
+ # frozen_string_literal: true
2
+
3
+ module NgrokAPI
4
+ module Models
5
+ class AWSAuth
6
+ attr_reader :client,
7
+ :result,
8
+ :role,
9
+ :creds
10
+
11
+ def initialize(client:, result:)
12
+ @client = client
13
+ @result = result
14
+ @role = @result['role']
15
+ @creds = @result['creds']
16
+ end
17
+
18
+ def ==(other)
19
+ @result == other.result
20
+ end
21
+
22
+ def to_s
23
+ @result.to_s
24
+ end
25
+ end
26
+ end
27
+ end
@@ -0,0 +1,27 @@
1
+ # frozen_string_literal: true
2
+
3
+ module NgrokAPI
4
+ module Models
5
+ class AWSCredentials
6
+ attr_reader :client,
7
+ :result,
8
+ :aws_access_key_id,
9
+ :aws_secret_access_key
10
+
11
+ def initialize(client:, result:)
12
+ @client = client
13
+ @result = result
14
+ @aws_access_key_id = @result['aws_access_key_id']
15
+ @aws_secret_access_key = @result['aws_secret_access_key']
16
+ end
17
+
18
+ def ==(other)
19
+ @result == other.result
20
+ end
21
+
22
+ def to_s
23
+ @result.to_s
24
+ end
25
+ end
26
+ end
27
+ end
@@ -0,0 +1,25 @@
1
+ # frozen_string_literal: true
2
+
3
+ module NgrokAPI
4
+ module Models
5
+ class AWSRole
6
+ attr_reader :client,
7
+ :result,
8
+ :role_arn
9
+
10
+ def initialize(client:, result:)
11
+ @client = client
12
+ @result = result
13
+ @role_arn = @result['role_arn']
14
+ end
15
+
16
+ def ==(other)
17
+ @result == other.result
18
+ end
19
+
20
+ def to_s
21
+ @result.to_s
22
+ end
23
+ end
24
+ end
25
+ end
@@ -0,0 +1,72 @@
1
+ # frozen_string_literal: true
2
+
3
+ module NgrokAPI
4
+ module Models
5
+ class CertificateAuthority
6
+ attr_reader :client,
7
+ :result,
8
+ :id,
9
+ :uri,
10
+ :created_at,
11
+ :description,
12
+ :metadata,
13
+ :ca_pem,
14
+ :subject_common_name,
15
+ :not_before,
16
+ :not_after,
17
+ :key_usages,
18
+ :extended_key_usages
19
+
20
+ def initialize(client:, result:)
21
+ @client = client
22
+ @result = result
23
+ @id = @result['id']
24
+ @uri = @result['uri']
25
+ @created_at = @result['created_at']
26
+ @description = @result['description']
27
+ @metadata = @result['metadata']
28
+ @ca_pem = @result['ca_pem']
29
+ @subject_common_name = @result['subject_common_name']
30
+ @not_before = @result['not_before']
31
+ @not_after = @result['not_after']
32
+ @key_usages = @result['key_usages']
33
+ @extended_key_usages = @result['extended_key_usages']
34
+ end
35
+
36
+ def ==(other)
37
+ @result == other.result
38
+ end
39
+
40
+ def to_s
41
+ @result.to_s
42
+ end
43
+
44
+ ##
45
+ # Delete a Certificate Authority
46
+ #
47
+ # https://ngrok.com/docs/api#api-certificate-authorities-delete
48
+ def delete
49
+ @client.delete(
50
+ id: @id
51
+ )
52
+ end
53
+
54
+ ##
55
+ # Update attributes of a Certificate Authority by ID
56
+ #
57
+ # https://ngrok.com/docs/api#api-certificate-authorities-update
58
+ def update(
59
+ description: nil,
60
+ metadata: nil
61
+ )
62
+ @description = description if description
63
+ @metadata = metadata if metadata
64
+ @client.update(
65
+ id: @id,
66
+ description: description,
67
+ metadata: metadata
68
+ )
69
+ end
70
+ end
71
+ end
72
+ end