diff --git a/doc/NgrokAPI.html b/doc/NgrokAPI.html index ae57b2d..36f81d6 100644 --- a/doc/NgrokAPI.html +++ b/doc/NgrokAPI.html @@ -6,7 +6,7 @@
Tunnel Credentials are ngrok agent authtokens. They authorize the ngrok agent to connect the ngrok service as your account. They are installed with the ngrok authtoken command or by specifying it in the ngrok.yml configuration file with the authtoken property.
Tunnel Credentials are ngrok agent authtokens. They authorize the ngrok agent to connect the ngrok service as your account. They are installed with the ngrok config add-authtoken command or by specifying it in the ngrok.yml configuration file with the authtoken property.
Tunnel Credentials are ngrok agent authtokens. They authorize the ngrok agent to connect the ngrok service as your account. They are installed with the ngrok authtoken command or by specifying it in the ngrok.yml configuration file with the authtoken property.
Tunnel Credentials are ngrok agent authtokens. They authorize the ngrok agent to connect the ngrok service as your account. They are installed with the ngrok config add-authtoken command or by specifying it in the ngrok.yml configuration file with the authtoken property.
Create a new Event Destination. It will not apply to anything until it is associated with an Event Stream, and that Event Stream is associated with an Endpoint Config.
+Create a new Event Destination. It will not apply to anything until it is associated with an Event Subscription.
ngrok.com/docs/api#api-event-destinations-create
@@ -692,6 +692,7 @@+30 31 32 33 @@ -702,11 +703,10 @@ 38 39 40 -41 -42+41
# File 'lib/ngrokapi/services/event_destinations_client.rb', line 31 +# File 'lib/ngrokapi/services/event_destinations_client.rb', line 30 def create(metadata: "", description: "", format: "", target: nil, verify_with_test_event: nil) path = '/event_destinations' @@ -737,7 +737,7 @@-Create a new Event Destination. It will not apply to anything until it is associated with an Event Stream, and that Event Stream is associated with an Endpoint Config. Throws an exception if API error.
+Create a new Event Destination. It will not apply to anything until it is associated with an Event Subscription. Throws an exception if API error.
ngrok.com/docs/api#api-event-destinations-create
@@ -847,6 +847,8 @@+55 +56 57 58 59 @@ -856,12 +858,10 @@ 63 64 65 -66 -67 -68+66
# File 'lib/ngrokapi/services/event_destinations_client.rb', line 57 +# File 'lib/ngrokapi/services/event_destinations_client.rb', line 55 def create!(metadata: "", description: "", format: "", target: nil, verify_with_test_event: nil) path = '/event_destinations' @@ -948,16 +948,16 @@+76 +77 78 79 80 81 -82 -83 -84+82
# File 'lib/ngrokapi/services/event_destinations_client.rb', line 78 +# File 'lib/ngrokapi/services/event_destinations_client.rb', line 76 def delete(id: "") path = '/event_destinations/%{id}' @@ -1039,16 +1039,16 @@+93 +94 95 96 97 98 -99 -100 -101+99
# File 'lib/ngrokapi/services/event_destinations_client.rb', line 95 +# File 'lib/ngrokapi/services/event_destinations_client.rb', line 93 def delete!(id: "") path = '/event_destinations/%{id}' @@ -1130,18 +1130,18 @@+108 +109 110 111 112 113 114 115 -116 -117 -118+116
# File 'lib/ngrokapi/services/event_destinations_client.rb', line 110 +# File 'lib/ngrokapi/services/event_destinations_client.rb', line 108 def get(id: "") path = '/event_destinations/%{id}' @@ -1225,18 +1225,18 @@+126 +127 128 129 130 131 132 133 -134 -135 -136+134
# File 'lib/ngrokapi/services/event_destinations_client.rb', line 128 +# File 'lib/ngrokapi/services/event_destinations_client.rb', line 126 def get!(id: "") path = '/event_destinations/%{id}' @@ -1346,6 +1346,8 @@+145 +146 147 148 149 @@ -1358,12 +1360,10 @@ 156 157 158 -159 -160 -161+159
# File 'lib/ngrokapi/services/event_destinations_client.rb', line 147 +# File 'lib/ngrokapi/services/event_destinations_client.rb', line 145 def list(before_id: nil, limit: nil, url: nil) result = @client.list( @@ -1479,6 +1479,8 @@+171 +172 173 174 175 @@ -1493,12 +1495,10 @@ 184 185 186 -187 -188 -189+187
# File 'lib/ngrokapi/services/event_destinations_client.rb', line 173 +# File 'lib/ngrokapi/services/event_destinations_client.rb', line 171 def list!(before_id: nil, limit: nil, url: nil) result = @client.list( @@ -1662,6 +1662,8 @@+200 +201 202 203 204 @@ -1672,12 +1674,10 @@ 209 210 211 -212 -213 -214+212
# File 'lib/ngrokapi/services/event_destinations_client.rb', line 202 +# File 'lib/ngrokapi/services/event_destinations_client.rb', line 200 def update(id: "", metadata: nil, description: nil, format: nil, target: nil, verify_with_test_event: nil) path = '/event_destinations/%{id}' @@ -1837,6 +1837,8 @@+226 +227 228 229 230 @@ -1847,12 +1849,10 @@ 235 236 237 -238 -239 -240+238
# File 'lib/ngrokapi/services/event_destinations_client.rb', line 228 +# File 'lib/ngrokapi/services/event_destinations_client.rb', line 226 def update!(id: "", metadata: nil, description: nil, format: nil, target: nil, verify_with_test_event: nil) path = '/event_destinations/%{id}' @@ -1877,9 +1877,9 @@ diff --git a/doc/NgrokAPI/Services/EventSourcesClient.html b/doc/NgrokAPI/Services/EventSourcesClient.html index 9defe54..9968bf0 100644 --- a/doc/NgrokAPI/Services/EventSourcesClient.html +++ b/doc/NgrokAPI/Services/EventSourcesClient.html @@ -6,7 +6,7 @@Class: NgrokAPI::Services::EventSourcesClient - — Documentation by YARD 0.9.27 + — Documentation by YARD 0.9.28 @@ -1661,9 +1661,9 @@ diff --git a/doc/NgrokAPI/Services/EventSubscriptionsClient.html b/doc/NgrokAPI/Services/EventSubscriptionsClient.html index 3d4273c..c7d0a8f 100644 --- a/doc/NgrokAPI/Services/EventSubscriptionsClient.html +++ b/doc/NgrokAPI/Services/EventSubscriptionsClient.html @@ -6,7 +6,7 @@Class: NgrokAPI::Services::EventSubscriptionsClient - — Documentation by YARD 0.9.27 + — Documentation by YARD 0.9.28 @@ -1877,9 +1877,9 @@ diff --git a/doc/NgrokAPI/Services/FailoverBackendsClient.html b/doc/NgrokAPI/Services/FailoverBackendsClient.html index 318fa11..fa5b4f4 100644 --- a/doc/NgrokAPI/Services/FailoverBackendsClient.html +++ b/doc/NgrokAPI/Services/FailoverBackendsClient.html @@ -6,7 +6,7 @@Class: NgrokAPI::Services::FailoverBackendsClient - — Documentation by YARD 0.9.27 + — Documentation by YARD 0.9.28 @@ -1789,9 +1789,9 @@ diff --git a/doc/NgrokAPI/Services/HTTPResponseBackendsClient.html b/doc/NgrokAPI/Services/HTTPResponseBackendsClient.html index 5916c10..bf46337 100644 --- a/doc/NgrokAPI/Services/HTTPResponseBackendsClient.html +++ b/doc/NgrokAPI/Services/HTTPResponseBackendsClient.html @@ -6,7 +6,7 @@Class: NgrokAPI::Services::HTTPResponseBackendsClient - — Documentation by YARD 0.9.27 + — Documentation by YARD 0.9.28 @@ -1927,9 +1927,9 @@ diff --git a/doc/NgrokAPI/Services/HTTPSEdgeMutualTLSModuleClient.html b/doc/NgrokAPI/Services/HTTPSEdgeMutualTLSModuleClient.html index b4cdb3b..f0aa8b8 100644 --- a/doc/NgrokAPI/Services/HTTPSEdgeMutualTLSModuleClient.html +++ b/doc/NgrokAPI/Services/HTTPSEdgeMutualTLSModuleClient.html @@ -6,7 +6,7 @@Class: NgrokAPI::Services::HTTPSEdgeMutualTLSModuleClient - — Documentation by YARD 0.9.27 + — Documentation by YARD 0.9.28 @@ -1029,9 +1029,9 @@ diff --git a/doc/NgrokAPI/Services/HTTPSEdgeTLSTerminationModuleClient.html b/doc/NgrokAPI/Services/HTTPSEdgeTLSTerminationModuleClient.html index 0336bc9..8d0fd9e 100644 --- a/doc/NgrokAPI/Services/HTTPSEdgeTLSTerminationModuleClient.html +++ b/doc/NgrokAPI/Services/HTTPSEdgeTLSTerminationModuleClient.html @@ -6,7 +6,7 @@Class: NgrokAPI::Services::HTTPSEdgeTLSTerminationModuleClient - — Documentation by YARD 0.9.27 + — Documentation by YARD 0.9.28 @@ -1029,9 +1029,9 @@ diff --git a/doc/NgrokAPI/Services/IPPoliciesClient.html b/doc/NgrokAPI/Services/IPPoliciesClient.html index e626d76..0899af8 100644 --- a/doc/NgrokAPI/Services/IPPoliciesClient.html +++ b/doc/NgrokAPI/Services/IPPoliciesClient.html @@ -6,7 +6,7 @@Class: NgrokAPI::Services::IPPoliciesClient - — Documentation by YARD 0.9.27 + — Documentation by YARD 0.9.28 @@ -1709,9 +1709,9 @@ diff --git a/doc/NgrokAPI/Services/IPPolicyRulesClient.html b/doc/NgrokAPI/Services/IPPolicyRulesClient.html index 8f7cf66..e017cce 100644 --- a/doc/NgrokAPI/Services/IPPolicyRulesClient.html +++ b/doc/NgrokAPI/Services/IPPolicyRulesClient.html @@ -6,7 +6,7 @@Class: NgrokAPI::Services::IPPolicyRulesClient - — Documentation by YARD 0.9.27 + — Documentation by YARD 0.9.28 @@ -207,7 +207,7 @@
# File 'lib/ngrokapi/services/ip_policy_rules_client.rb', line 33 -def create(description: "", metadata: "", cidr:, ip_policy_id:, action: nil) +def create(description: "", metadata: "", cidr:, ip_policy_id:, action:) path = '/ip_policy_rules' replacements = { } @@ -746,7 +744,7 @@- #create!(description: "", metadata: "", cidr:, ip_policy_id:, action: nil) ⇒ NgrokAPI::Models::IPPolicyRule + #create!(description: "", metadata: "", cidr:, ip_policy_id:, action:) ⇒ NgrokAPI::Models::IPPolicyRule @@ -842,8 +840,6 @@ (string) - (defaults to: nil) - —
@@ -896,7 +892,7 @@ # File 'lib/ngrokapi/services/ip_policy_rules_client.rb', line 59 -def create!(description: "", metadata: "", cidr:, ip_policy_id:, action: nil) +def create!(description: "", metadata: "", cidr:, ip_policy_id:, action:) path = '/ip_policy_rules' replacements = { } @@ -1861,9 +1857,9 @@ diff --git a/doc/NgrokAPI/Services/IPRestrictionsClient.html b/doc/NgrokAPI/Services/IPRestrictionsClient.html index 18c5d4d..0f866f0 100644 --- a/doc/NgrokAPI/Services/IPRestrictionsClient.html +++ b/doc/NgrokAPI/Services/IPRestrictionsClient.html @@ -6,7 +6,7 @@Class: NgrokAPI::Services::IPRestrictionsClient - — Documentation by YARD 0.9.27 + — Documentation by YARD 0.9.28 @@ -1901,9 +1901,9 @@ diff --git a/doc/NgrokAPI/Services/ReservedAddrsClient.html b/doc/NgrokAPI/Services/ReservedAddrsClient.html index 11e58aa..983cb4a 100644 --- a/doc/NgrokAPI/Services/ReservedAddrsClient.html +++ b/doc/NgrokAPI/Services/ReservedAddrsClient.html @@ -6,7 +6,7 @@Class: NgrokAPI::Services::ReservedAddrsClient - — Documentation by YARD 0.9.27 + — Documentation by YARD 0.9.28 @@ -1749,9 +1749,9 @@ diff --git a/doc/NgrokAPI/Services/ReservedDomainsClient.html b/doc/NgrokAPI/Services/ReservedDomainsClient.html index cf9aa53..2f41a28 100644 --- a/doc/NgrokAPI/Services/ReservedDomainsClient.html +++ b/doc/NgrokAPI/Services/ReservedDomainsClient.html @@ -6,7 +6,7 @@Class: NgrokAPI::Services::ReservedDomainsClient - — Documentation by YARD 0.9.27 + — Documentation by YARD 0.9.28 @@ -2405,9 +2405,9 @@ diff --git a/doc/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html b/doc/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html index 9995075..382c258 100644 --- a/doc/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html +++ b/doc/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html @@ -6,7 +6,7 @@Class: NgrokAPI::Services::SSHCertificateAuthoritiesClient - — Documentation by YARD 0.9.27 + — Documentation by YARD 0.9.28 @@ -1829,9 +1829,9 @@ diff --git a/doc/NgrokAPI/Services/SSHCredentialsClient.html b/doc/NgrokAPI/Services/SSHCredentialsClient.html index c16537b..45fa6b9 100644 --- a/doc/NgrokAPI/Services/SSHCredentialsClient.html +++ b/doc/NgrokAPI/Services/SSHCredentialsClient.html @@ -6,7 +6,7 @@Class: NgrokAPI::Services::SSHCredentialsClient - — Documentation by YARD 0.9.27 + — Documentation by YARD 0.9.28 @@ -1825,9 +1825,9 @@ diff --git a/doc/NgrokAPI/Services/SSHHostCertificatesClient.html b/doc/NgrokAPI/Services/SSHHostCertificatesClient.html index d90f91f..772b63f 100644 --- a/doc/NgrokAPI/Services/SSHHostCertificatesClient.html +++ b/doc/NgrokAPI/Services/SSHHostCertificatesClient.html @@ -6,7 +6,7 @@Class: NgrokAPI::Services::SSHHostCertificatesClient - — Documentation by YARD 0.9.27 + — Documentation by YARD 0.9.28 @@ -1901,9 +1901,9 @@ diff --git a/doc/NgrokAPI/Services/SSHUserCertificatesClient.html b/doc/NgrokAPI/Services/SSHUserCertificatesClient.html index eca9423..7f9cb33 100644 --- a/doc/NgrokAPI/Services/SSHUserCertificatesClient.html +++ b/doc/NgrokAPI/Services/SSHUserCertificatesClient.html @@ -6,7 +6,7 @@Class: NgrokAPI::Services::SSHUserCertificatesClient - — Documentation by YARD 0.9.27 + — Documentation by YARD 0.9.28 @@ -1981,9 +1981,9 @@ diff --git a/doc/NgrokAPI/Services/TCPEdgeBackendModuleClient.html b/doc/NgrokAPI/Services/TCPEdgeBackendModuleClient.html index 8908fe7..e98182d 100644 --- a/doc/NgrokAPI/Services/TCPEdgeBackendModuleClient.html +++ b/doc/NgrokAPI/Services/TCPEdgeBackendModuleClient.html @@ -6,7 +6,7 @@Class: NgrokAPI::Services::TCPEdgeBackendModuleClient - — Documentation by YARD 0.9.27 + — Documentation by YARD 0.9.28 @@ -1029,9 +1029,9 @@ diff --git a/doc/NgrokAPI/Services/TCPEdgeIPRestrictionModuleClient.html b/doc/NgrokAPI/Services/TCPEdgeIPRestrictionModuleClient.html index fc44788..72ffbc6 100644 --- a/doc/NgrokAPI/Services/TCPEdgeIPRestrictionModuleClient.html +++ b/doc/NgrokAPI/Services/TCPEdgeIPRestrictionModuleClient.html @@ -6,7 +6,7 @@Class: NgrokAPI::Services::TCPEdgeIPRestrictionModuleClient - — Documentation by YARD 0.9.27 + — Documentation by YARD 0.9.28 @@ -1029,9 +1029,9 @@ diff --git a/doc/NgrokAPI/Services/TLSCertificatesClient.html b/doc/NgrokAPI/Services/TLSCertificatesClient.html index e553d96..9715bce 100644 --- a/doc/NgrokAPI/Services/TLSCertificatesClient.html +++ b/doc/NgrokAPI/Services/TLSCertificatesClient.html @@ -6,7 +6,7 @@Class: NgrokAPI::Services::TLSCertificatesClient - — Documentation by YARD 0.9.27 + — Documentation by YARD 0.9.28 @@ -1781,9 +1781,9 @@ diff --git a/doc/NgrokAPI/Services/TLSEdgeBackendModuleClient.html b/doc/NgrokAPI/Services/TLSEdgeBackendModuleClient.html index 863c4bc..17cf251 100644 --- a/doc/NgrokAPI/Services/TLSEdgeBackendModuleClient.html +++ b/doc/NgrokAPI/Services/TLSEdgeBackendModuleClient.html @@ -6,7 +6,7 @@Class: NgrokAPI::Services::TLSEdgeBackendModuleClient - — Documentation by YARD 0.9.27 + — Documentation by YARD 0.9.28 @@ -1029,9 +1029,9 @@ diff --git a/doc/NgrokAPI/Services/TLSEdgeIPRestrictionModuleClient.html b/doc/NgrokAPI/Services/TLSEdgeIPRestrictionModuleClient.html index f4eb19b..0acd6d7 100644 --- a/doc/NgrokAPI/Services/TLSEdgeIPRestrictionModuleClient.html +++ b/doc/NgrokAPI/Services/TLSEdgeIPRestrictionModuleClient.html @@ -6,7 +6,7 @@Class: NgrokAPI::Services::TLSEdgeIPRestrictionModuleClient - — Documentation by YARD 0.9.27 + — Documentation by YARD 0.9.28 @@ -1029,9 +1029,9 @@ diff --git a/doc/NgrokAPI/Services/TLSEdgeMutualTLSModuleClient.html b/doc/NgrokAPI/Services/TLSEdgeMutualTLSModuleClient.html index 027d08f..4e69fee 100644 --- a/doc/NgrokAPI/Services/TLSEdgeMutualTLSModuleClient.html +++ b/doc/NgrokAPI/Services/TLSEdgeMutualTLSModuleClient.html @@ -6,7 +6,7 @@Class: NgrokAPI::Services::TLSEdgeMutualTLSModuleClient - — Documentation by YARD 0.9.27 + — Documentation by YARD 0.9.28 @@ -1029,9 +1029,9 @@ diff --git a/doc/NgrokAPI/Services/TLSEdgeTLSTerminationModuleClient.html b/doc/NgrokAPI/Services/TLSEdgeTLSTerminationModuleClient.html index b207663..bf0125e 100644 --- a/doc/NgrokAPI/Services/TLSEdgeTLSTerminationModuleClient.html +++ b/doc/NgrokAPI/Services/TLSEdgeTLSTerminationModuleClient.html @@ -6,7 +6,7 @@Class: NgrokAPI::Services::TLSEdgeTLSTerminationModuleClient - — Documentation by YARD 0.9.27 + — Documentation by YARD 0.9.28 @@ -1029,9 +1029,9 @@ diff --git a/doc/NgrokAPI/Services/TunnelGroupBackendsClient.html b/doc/NgrokAPI/Services/TunnelGroupBackendsClient.html index 5b612a0..3e00589 100644 --- a/doc/NgrokAPI/Services/TunnelGroupBackendsClient.html +++ b/doc/NgrokAPI/Services/TunnelGroupBackendsClient.html @@ -6,7 +6,7 @@Class: NgrokAPI::Services::TunnelGroupBackendsClient - — Documentation by YARD 0.9.27 + — Documentation by YARD 0.9.28 @@ -1789,9 +1789,9 @@ diff --git a/doc/NgrokAPI/Services/TunnelSessionsClient.html b/doc/NgrokAPI/Services/TunnelSessionsClient.html index 9f1383a..e67c614 100644 --- a/doc/NgrokAPI/Services/TunnelSessionsClient.html +++ b/doc/NgrokAPI/Services/TunnelSessionsClient.html @@ -6,7 +6,7 @@Class: NgrokAPI::Services::TunnelSessionsClient - — Documentation by YARD 0.9.27 + — Documentation by YARD 0.9.28 @@ -1573,9 +1573,9 @@ diff --git a/doc/NgrokAPI/Services/TunnelsClient.html b/doc/NgrokAPI/Services/TunnelsClient.html index bae7954..2ffd806 100644 --- a/doc/NgrokAPI/Services/TunnelsClient.html +++ b/doc/NgrokAPI/Services/TunnelsClient.html @@ -6,7 +6,7 @@Class: NgrokAPI::Services::TunnelsClient - — Documentation by YARD 0.9.27 + — Documentation by YARD 0.9.28 @@ -893,9 +893,9 @@ diff --git a/doc/NgrokAPI/Services/WeightedBackendsClient.html b/doc/NgrokAPI/Services/WeightedBackendsClient.html index 8669eb1..c3958ce 100644 --- a/doc/NgrokAPI/Services/WeightedBackendsClient.html +++ b/doc/NgrokAPI/Services/WeightedBackendsClient.html @@ -6,7 +6,7 @@Class: NgrokAPI::Services::WeightedBackendsClient - — Documentation by YARD 0.9.27 + — Documentation by YARD 0.9.28 @@ -1789,9 +1789,9 @@ diff --git a/doc/_index.html b/doc/_index.html index 1432251..22b06bc 100644 --- a/doc/_index.html +++ b/doc/_index.html @@ -4,7 +4,7 @@- Documentation by YARD 0.9.27 + Documentation by YARD 0.9.28 @@ -52,7 +52,7 @@ -diff --git a/doc/frames.html b/doc/frames.html index 54704af..a65e936 100644 --- a/doc/frames.html +++ b/doc/frames.html @@ -2,7 +2,7 @@ -Documentation by YARD 0.9.27
+diff --git a/doc/file.README.html b/doc/file.README.html index 68f1916..d27074b 100644 --- a/doc/file.README.html +++ b/doc/file.README.html @@ -6,7 +6,7 @@Documentation by YARD 0.9.28
Alphabetic Index
@@ -1072,9 +1072,9 @@File: README - — Documentation by YARD 0.9.27 + — Documentation by YARD 0.9.28 @@ -143,9 +143,9 @@Documentation by YARD 0.9.27 +Documentation by YARD 0.9.28