-
-
-
-
-
-218
-219
-220
-221
-222
-223
-224
-225
-226
-227
-228
-229
-230
-231
-232
-
-
- # File 'lib/ngrokapi/services/ip_whitelist_client.rb', line 218
-
-def update! (
- id: " " ,
- description: nil ,
- metadata: nil
-)
- path = ' /ip_whitelist/%{id} '
+def update! ( id: " " , description: nil , metadata: nil )
+ path = ' /agent_ingresses/%{id} '
replacements = {
id: id ,
}
@@ -1634,7 +1578,7 @@
data [ :description ] = description if description
data [ :metadata ] = metadata if metadata
result = @client . patch ( path % replacements , data: data , danger: true )
- NgrokAPI :: Models :: IPWhitelistEntry . new ( client: self , result: result )
+ NgrokAPI :: Models :: AgentIngress . new ( client: self , result: result )
end
@@ -1646,9 +1590,9 @@
diff --git a/doc/NgrokAPI/Services/CertificateAuthoritiesClient.html b/doc/NgrokAPI/Services/CertificateAuthoritiesClient.html
index f32fa37..7546bc2 100644
--- a/doc/NgrokAPI/Services/CertificateAuthoritiesClient.html
+++ b/doc/NgrokAPI/Services/CertificateAuthoritiesClient.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Services::CertificateAuthoritiesClient
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -660,20 +660,12 @@
41
42
43
-44
-45
-46
-47
-48
+44
# File 'lib/ngrokapi/services/certificate_authorities_client.rb', line 34
-def create (
- description: " " ,
- metadata: " " ,
- ca_pem:
-)
+def create ( description: " " , metadata: " " , ca_pem: )
path = ' /certificate_authorities '
replacements = {
}
@@ -757,22 +749,18 @@
+53
+54
+55
+56
57
58
-59
-60
-61
-62
-63
-64
-65
+59
- # File 'lib/ngrokapi/services/certificate_authorities_client.rb', line 57
+ # File 'lib/ngrokapi/services/certificate_authorities_client.rb', line 53
-def delete (
- id: " "
-)
+def delete ( id: " " )
path = ' /certificate_authorities/%{id} '
replacements = {
id: id ,
@@ -852,22 +840,18 @@
-75
-76
-77
-78
-79
-80
-81
-82
-83
+69
+70
+71
+72
+73
+74
+75
- # File 'lib/ngrokapi/services/certificate_authorities_client.rb', line 75
+ # File 'lib/ngrokapi/services/certificate_authorities_client.rb', line 69
-def delete! (
- id: " "
-)
+def delete! ( id: " " )
path = ' /certificate_authorities/%{id} '
replacements = {
id: id ,
@@ -947,24 +931,20 @@
-92
-93
-94
-95
-96
-97
-98
-99
-100
-101
-102
+84
+85
+86
+87
+88
+89
+90
+91
+92
- # File 'lib/ngrokapi/services/certificate_authorities_client.rb', line 92
+ # File 'lib/ngrokapi/services/certificate_authorities_client.rb', line 84
-def get (
- id: " "
-)
+def get ( id: " " )
path = ' /certificate_authorities/%{id} '
replacements = {
id: id ,
@@ -1046,24 +1026,20 @@
-112
-113
-114
-115
-116
-117
-118
-119
-120
-121
-122
+102
+103
+104
+105
+106
+107
+108
+109
+110
- # File 'lib/ngrokapi/services/certificate_authorities_client.rb', line 112
+ # File 'lib/ngrokapi/services/certificate_authorities_client.rb', line 102
-def get! (
- id: " "
-)
+def get! ( id: " " )
path = ' /certificate_authorities/%{id} '
replacements = {
id: id ,
@@ -1171,34 +1147,28 @@
+121
+122
+123
+124
+125
+126
+127
+128
+129
+130
+131
+132
133
134
135
-136
-137
-138
-139
-140
-141
-142
-143
-144
-145
-146
-147
-148
-149
-150
-151
+136
- # File 'lib/ngrokapi/services/certificate_authorities_client.rb', line 133
+ # File 'lib/ngrokapi/services/certificate_authorities_client.rb', line 121
-def list (
- before_id: nil ,
- limit: nil ,
- url: nil
-)
+def list ( before_id: nil , limit: nil ,
+ url: nil )
result = @client . list (
before_id: before_id ,
limit: limit ,
@@ -1312,36 +1282,30 @@
+148
+149
+150
+151
+152
+153
+154
+155
+156
+157
+158
+159
+160
+161
+162
163
164
-165
-166
-167
-168
-169
-170
-171
-172
-173
-174
-175
-176
-177
-178
-179
-180
-181
-182
-183
+165
- # File 'lib/ngrokapi/services/certificate_authorities_client.rb', line 163
+ # File 'lib/ngrokapi/services/certificate_authorities_client.rb', line 148
-def list! (
- before_id: nil ,
- limit: nil ,
- url: nil
-)
+def list! ( before_id: nil , limit: nil ,
+ url: nil )
result = @client . list (
before_id: before_id ,
limit: limit ,
@@ -1462,30 +1426,22 @@
-194
-195
-196
-197
-198
-199
-200
-201
-202
-203
-204
-205
-206
-207
-208
+176
+177
+178
+179
+180
+181
+182
+183
+184
+185
+186
- # File 'lib/ngrokapi/services/certificate_authorities_client.rb', line 194
+ # File 'lib/ngrokapi/services/certificate_authorities_client.rb', line 176
-def update (
- id: " " ,
- description: nil ,
- metadata: nil
-)
+def update ( id: " " , description: nil , metadata: nil )
path = ' /certificate_authorities/%{id} '
replacements = {
id: id ,
@@ -1600,30 +1556,22 @@
-220
-221
-222
-223
-224
-225
-226
-227
-228
-229
-230
-231
-232
-233
-234
+198
+199
+200
+201
+202
+203
+204
+205
+206
+207
+208
- # File 'lib/ngrokapi/services/certificate_authorities_client.rb', line 220
+ # File 'lib/ngrokapi/services/certificate_authorities_client.rb', line 198
-def update! (
- id: " " ,
- description: nil ,
- metadata: nil
-)
+def update! ( id: " " , description: nil , metadata: nil )
path = ' /certificate_authorities/%{id} '
replacements = {
id: id ,
@@ -1644,9 +1592,9 @@
diff --git a/doc/NgrokAPI/Services/CredentialsClient.html b/doc/NgrokAPI/Services/CredentialsClient.html
index 4e8ca14..27c05d5 100644
--- a/doc/NgrokAPI/Services/CredentialsClient.html
+++ b/doc/NgrokAPI/Services/CredentialsClient.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Services::CredentialsClient
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -662,20 +662,12 @@
43
44
45
-46
-47
-48
-49
-50
+46
# File 'lib/ngrokapi/services/credentials_client.rb', line 36
-def create (
- description: " " ,
- metadata: " " ,
- acl: [ ]
-)
+def create ( description: " " , metadata: " " , acl: [ ] )
path = ' /credentials '
replacements = {
}
@@ -759,22 +751,18 @@
+55
+56
+57
+58
59
60
-61
-62
-63
-64
-65
-66
-67
+61
- # File 'lib/ngrokapi/services/credentials_client.rb', line 59
+ # File 'lib/ngrokapi/services/credentials_client.rb', line 55
-def delete (
- id: " "
-)
+def delete ( id: " " )
path = ' /credentials/%{id} '
replacements = {
id: id ,
@@ -854,22 +842,18 @@
-77
-78
-79
-80
-81
-82
-83
-84
-85
+71
+72
+73
+74
+75
+76
+77
- # File 'lib/ngrokapi/services/credentials_client.rb', line 77
+ # File 'lib/ngrokapi/services/credentials_client.rb', line 71
-def delete! (
- id: " "
-)
+def delete! ( id: " " )
path = ' /credentials/%{id} '
replacements = {
id: id ,
@@ -949,24 +933,20 @@
-94
-95
-96
-97
-98
-99
-100
-101
-102
-103
-104
+86
+87
+88
+89
+90
+91
+92
+93
+94
- # File 'lib/ngrokapi/services/credentials_client.rb', line 94
+ # File 'lib/ngrokapi/services/credentials_client.rb', line 86
-def get (
- id: " "
-)
+def get ( id: " " )
path = ' /credentials/%{id} '
replacements = {
id: id ,
@@ -1048,24 +1028,20 @@
-114
-115
-116
-117
-118
-119
-120
-121
-122
-123
-124
+104
+105
+106
+107
+108
+109
+110
+111
+112
- # File 'lib/ngrokapi/services/credentials_client.rb', line 114
+ # File 'lib/ngrokapi/services/credentials_client.rb', line 104
-def get! (
- id: " "
-)
+def get! ( id: " " )
path = ' /credentials/%{id} '
replacements = {
id: id ,
@@ -1173,34 +1149,28 @@
+123
+124
+125
+126
+127
+128
+129
+130
+131
+132
+133
+134
135
136
137
-138
-139
-140
-141
-142
-143
-144
-145
-146
-147
-148
-149
-150
-151
-152
-153
+138
- # File 'lib/ngrokapi/services/credentials_client.rb', line 135
+ # File 'lib/ngrokapi/services/credentials_client.rb', line 123
-def list (
- before_id: nil ,
- limit: nil ,
- url: nil
-)
+def list ( before_id: nil , limit: nil ,
+ url: nil )
result = @client . list (
before_id: before_id ,
limit: limit ,
@@ -1314,36 +1284,30 @@
+150
+151
+152
+153
+154
+155
+156
+157
+158
+159
+160
+161
+162
+163
+164
165
166
-167
-168
-169
-170
-171
-172
-173
-174
-175
-176
-177
-178
-179
-180
-181
-182
-183
-184
-185
+167
- # File 'lib/ngrokapi/services/credentials_client.rb', line 165
+ # File 'lib/ngrokapi/services/credentials_client.rb', line 150
-def list! (
- before_id: nil ,
- limit: nil ,
- url: nil
-)
+def list! ( before_id: nil , limit: nil ,
+ url: nil )
result = @client . list (
before_id: before_id ,
limit: limit ,
@@ -1482,33 +1446,23 @@
-197
-198
-199
-200
-201
-202
-203
-204
-205
-206
-207
-208
-209
-210
-211
-212
-213
+179
+180
+181
+182
+183
+184
+185
+186
+187
+188
+189
+190
- # File 'lib/ngrokapi/services/credentials_client.rb', line 197
+ # File 'lib/ngrokapi/services/credentials_client.rb', line 179
-def update (
- id: " " ,
- description: nil ,
- metadata: nil ,
- acl: nil
-)
+def update ( id: " " , description: nil , metadata: nil , acl: nil )
path = ' /credentials/%{id} '
replacements = {
id: id ,
@@ -1642,33 +1596,23 @@
-226
-227
-228
-229
-230
-231
-232
-233
-234
-235
-236
-237
-238
-239
-240
-241
-242
+203
+204
+205
+206
+207
+208
+209
+210
+211
+212
+213
+214
- # File 'lib/ngrokapi/services/credentials_client.rb', line 226
+ # File 'lib/ngrokapi/services/credentials_client.rb', line 203
-def update! (
- id: " " ,
- description: nil ,
- metadata: nil ,
- acl: nil
-)
+def update! ( id: " " , description: nil , metadata: nil , acl: nil )
path = ' /credentials/%{id} '
replacements = {
id: id ,
@@ -1690,9 +1634,9 @@
diff --git a/doc/NgrokAPI/Services/EndpointCircuitBreakerModuleClient.html b/doc/NgrokAPI/Services/EndpointCircuitBreakerModuleClient.html
index 62e2e68..6041d0f 100644
--- a/doc/NgrokAPI/Services/EndpointCircuitBreakerModuleClient.html
+++ b/doc/NgrokAPI/Services/EndpointCircuitBreakerModuleClient.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Services::EndpointCircuitBreakerModuleClient
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -524,22 +524,18 @@
-96
-97
-98
-99
-100
-101
-102
-103
-104
+86
+87
+88
+89
+90
+91
+92
- # File 'lib/ngrokapi/services/endpoint_circuit_breaker_module_client.rb', line 96
+ # File 'lib/ngrokapi/services/endpoint_circuit_breaker_module_client.rb', line 86
-def delete (
- id: " "
-)
+def delete ( id: " " )
path = ' /endpoint_configurations/%{id}/circuit_breaker '
replacements = {
id: id ,
@@ -617,22 +613,18 @@
-111
-112
-113
-114
-115
-116
-117
-118
-119
+99
+100
+101
+102
+103
+104
+105
- # File 'lib/ngrokapi/services/endpoint_circuit_breaker_module_client.rb', line 111
+ # File 'lib/ngrokapi/services/endpoint_circuit_breaker_module_client.rb', line 99
-def delete! (
- id: " "
-)
+def delete! ( id: " " )
path = ' /endpoint_configurations/%{id}/circuit_breaker '
replacements = {
id: id ,
@@ -710,24 +702,20 @@
+56
+57
+58
+59
+60
+61
62
63
-64
-65
-66
-67
-68
-69
-70
-71
-72
+64
- # File 'lib/ngrokapi/services/endpoint_circuit_breaker_module_client.rb', line 62
+ # File 'lib/ngrokapi/services/endpoint_circuit_breaker_module_client.rb', line 56
-def get (
- id: " "
-)
+def get ( id: " " )
path = ' /endpoint_configurations/%{id}/circuit_breaker '
replacements = {
id: id ,
@@ -807,24 +795,20 @@
-79
-80
-81
-82
-83
-84
-85
-86
-87
-88
-89
+71
+72
+73
+74
+75
+76
+77
+78
+79
- # File 'lib/ngrokapi/services/endpoint_circuit_breaker_module_client.rb', line 79
+ # File 'lib/ngrokapi/services/endpoint_circuit_breaker_module_client.rb', line 71
-def get! (
- id: " "
-)
+def get! ( id: " " )
path = ' /endpoint_configurations/%{id}/circuit_breaker '
replacements = {
id: id ,
@@ -921,18 +905,12 @@
29
30
31
-32
-33
-34
-35
+32
# File 'lib/ngrokapi/services/endpoint_circuit_breaker_module_client.rb', line 23
-def replace (
- id: " " ,
- a_module: nil
-)
+def replace ( id: " " , a_module: nil )
path = ' /endpoint_configurations/%{id}/circuit_breaker '
replacements = {
id: id ,
@@ -1021,27 +999,21 @@
+40
+41
+42
43
44
45
46
47
48
-49
-50
-51
-52
-53
-54
-55
+49
- # File 'lib/ngrokapi/services/endpoint_circuit_breaker_module_client.rb', line 43
+ # File 'lib/ngrokapi/services/endpoint_circuit_breaker_module_client.rb', line 40
-def replace! (
- id: " " ,
- a_module: nil
-)
+def replace! ( id: " " , a_module: nil )
path = ' /endpoint_configurations/%{id}/circuit_breaker '
replacements = {
id: id ,
@@ -1061,9 +1033,9 @@
diff --git a/doc/NgrokAPI/Services/EndpointCompressionModuleClient.html b/doc/NgrokAPI/Services/EndpointCompressionModuleClient.html
index cb7a887..a8d9a94 100644
--- a/doc/NgrokAPI/Services/EndpointCompressionModuleClient.html
+++ b/doc/NgrokAPI/Services/EndpointCompressionModuleClient.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Services::EndpointCompressionModuleClient
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -524,22 +524,18 @@
-96
-97
-98
-99
-100
-101
-102
-103
-104
+86
+87
+88
+89
+90
+91
+92
- # File 'lib/ngrokapi/services/endpoint_compression_module_client.rb', line 96
+ # File 'lib/ngrokapi/services/endpoint_compression_module_client.rb', line 86
-def delete (
- id: " "
-)
+def delete ( id: " " )
path = ' /endpoint_configurations/%{id}/compression '
replacements = {
id: id ,
@@ -617,22 +613,18 @@
-111
-112
-113
-114
-115
-116
-117
-118
-119
+99
+100
+101
+102
+103
+104
+105
- # File 'lib/ngrokapi/services/endpoint_compression_module_client.rb', line 111
+ # File 'lib/ngrokapi/services/endpoint_compression_module_client.rb', line 99
-def delete! (
- id: " "
-)
+def delete! ( id: " " )
path = ' /endpoint_configurations/%{id}/compression '
replacements = {
id: id ,
@@ -710,24 +702,20 @@
+56
+57
+58
+59
+60
+61
62
63
-64
-65
-66
-67
-68
-69
-70
-71
-72
+64
- # File 'lib/ngrokapi/services/endpoint_compression_module_client.rb', line 62
+ # File 'lib/ngrokapi/services/endpoint_compression_module_client.rb', line 56
-def get (
- id: " "
-)
+def get ( id: " " )
path = ' /endpoint_configurations/%{id}/compression '
replacements = {
id: id ,
@@ -807,24 +795,20 @@
-79
-80
-81
-82
-83
-84
-85
-86
-87
-88
-89
+71
+72
+73
+74
+75
+76
+77
+78
+79
- # File 'lib/ngrokapi/services/endpoint_compression_module_client.rb', line 79
+ # File 'lib/ngrokapi/services/endpoint_compression_module_client.rb', line 71
-def get! (
- id: " "
-)
+def get! ( id: " " )
path = ' /endpoint_configurations/%{id}/compression '
replacements = {
id: id ,
@@ -921,18 +905,12 @@
29
30
31
-32
-33
-34
-35
+32
# File 'lib/ngrokapi/services/endpoint_compression_module_client.rb', line 23
-def replace (
- id: " " ,
- a_module: nil
-)
+def replace ( id: " " , a_module: nil )
path = ' /endpoint_configurations/%{id}/compression '
replacements = {
id: id ,
@@ -1021,27 +999,21 @@
+40
+41
+42
43
44
45
46
47
48
-49
-50
-51
-52
-53
-54
-55
+49
- # File 'lib/ngrokapi/services/endpoint_compression_module_client.rb', line 43
+ # File 'lib/ngrokapi/services/endpoint_compression_module_client.rb', line 40
-def replace! (
- id: " " ,
- a_module: nil
-)
+def replace! ( id: " " , a_module: nil )
path = ' /endpoint_configurations/%{id}/compression '
replacements = {
id: id ,
@@ -1061,9 +1033,9 @@
diff --git a/doc/NgrokAPI/Services/EndpointConfigurationsClient.html b/doc/NgrokAPI/Services/EndpointConfigurationsClient.html
index 56d7083..2c43c1a 100644
--- a/doc/NgrokAPI/Services/EndpointConfigurationsClient.html
+++ b/doc/NgrokAPI/Services/EndpointConfigurationsClient.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Services::EndpointConfigurationsClient
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -890,48 +890,12 @@
63
64
65
-66
-67
-68
-69
-70
-71
-72
-73
-74
-75
-76
-77
-78
-79
-80
-81
-82
-83
-84
+66
# File 'lib/ngrokapi/services/endpoint_configurations_client.rb', line 44
-def create (
- type: " " ,
- description: " " ,
- metadata: " " ,
- basic_auth: nil ,
- circuit_breaker: nil ,
- compression: nil ,
- request_headers: nil ,
- response_headers: nil ,
- ip_policy: nil ,
- mutual_tls: nil ,
- tls_termination: nil ,
- webhook_validation: nil ,
- oauth: nil ,
- logging: nil ,
- saml: nil ,
- oidc: nil ,
- backend: nil
-)
+def create ( type: " " , description: " " , metadata: " " , basic_auth: nil , circuit_breaker: nil , compression: nil , request_headers: nil , response_headers: nil , ip_policy: nil , mutual_tls: nil , tls_termination: nil , webhook_validation: nil , oauth: nil , logging: nil , saml: nil , oidc: nil , backend: nil )
path = ' /endpoint_configurations '
replacements = {
}
@@ -1027,22 +991,18 @@
-94
-95
-96
-97
-98
-99
-100
-101
-102
+76
+77
+78
+79
+80
+81
+82
- # File 'lib/ngrokapi/services/endpoint_configurations_client.rb', line 94
+ # File 'lib/ngrokapi/services/endpoint_configurations_client.rb', line 76
-def delete (
- id: " "
-)
+def delete ( id: " " )
path = ' /endpoint_configurations/%{id} '
replacements = {
id: id ,
@@ -1122,22 +1082,18 @@
-113
-114
-115
-116
-117
-118
-119
-120
-121
+93
+94
+95
+96
+97
+98
+99
- # File 'lib/ngrokapi/services/endpoint_configurations_client.rb', line 113
+ # File 'lib/ngrokapi/services/endpoint_configurations_client.rb', line 93
-def delete! (
- id: " "
-)
+def delete! ( id: " " )
path = ' /endpoint_configurations/%{id} '
replacements = {
id: id ,
@@ -1217,24 +1173,20 @@
-130
-131
-132
-133
-134
-135
-136
-137
-138
-139
-140
+108
+109
+110
+111
+112
+113
+114
+115
+116
- # File 'lib/ngrokapi/services/endpoint_configurations_client.rb', line 130
+ # File 'lib/ngrokapi/services/endpoint_configurations_client.rb', line 108
-def get (
- id: " "
-)
+def get ( id: " " )
path = ' /endpoint_configurations/%{id} '
replacements = {
id: id ,
@@ -1316,24 +1268,20 @@
-150
-151
-152
-153
-154
-155
-156
-157
-158
-159
-160
+126
+127
+128
+129
+130
+131
+132
+133
+134
- # File 'lib/ngrokapi/services/endpoint_configurations_client.rb', line 150
+ # File 'lib/ngrokapi/services/endpoint_configurations_client.rb', line 126
-def get! (
- id: " "
-)
+def get! ( id: " " )
path = ' /endpoint_configurations/%{id} '
replacements = {
id: id ,
@@ -1441,34 +1389,28 @@
-171
-172
-173
-174
-175
-176
-177
-178
-179
-180
-181
-182
-183
-184
-185
-186
-187
-188
-189
+145
+146
+147
+148
+149
+150
+151
+152
+153
+154
+155
+156
+157
+158
+159
+160
- # File 'lib/ngrokapi/services/endpoint_configurations_client.rb', line 171
+ # File 'lib/ngrokapi/services/endpoint_configurations_client.rb', line 145
-def list (
- before_id: nil ,
- limit: nil ,
- url: nil
-)
+def list ( before_id: nil , limit: nil ,
+ url: nil )
result = @client . list (
before_id: before_id ,
limit: limit ,
@@ -1582,36 +1524,30 @@
-201
-202
-203
-204
-205
-206
-207
-208
-209
-210
-211
-212
-213
-214
-215
-216
-217
-218
-219
-220
-221
+172
+173
+174
+175
+176
+177
+178
+179
+180
+181
+182
+183
+184
+185
+186
+187
+188
+189
- # File 'lib/ngrokapi/services/endpoint_configurations_client.rb', line 201
+ # File 'lib/ngrokapi/services/endpoint_configurations_client.rb', line 172
-def list! (
- before_id: nil ,
- limit: nil ,
- url: nil
-)
+def list! ( before_id: nil , limit: nil ,
+ url: nil )
result = @client . list (
before_id: before_id ,
limit: limit ,
@@ -1953,70 +1889,34 @@
-247
-248
-249
-250
-251
-252
-253
-254
-255
-256
-257
-258
-259
-260
-261
-262
-263
-264
-265
-266
-267
-268
-269
-270
-271
-272
-273
-274
-275
-276
-277
-278
-279
-280
-281
-282
-283
-284
-285
-286
-287
+215
+216
+217
+218
+219
+220
+221
+222
+223
+224
+225
+226
+227
+228
+229
+230
+231
+232
+233
+234
+235
+236
+237
- # File 'lib/ngrokapi/services/endpoint_configurations_client.rb', line 247
+ # File 'lib/ngrokapi/services/endpoint_configurations_client.rb', line 215
-def update (
- id: " " ,
- description: nil ,
- metadata: nil ,
- basic_auth: nil ,
- circuit_breaker: nil ,
- compression: nil ,
- request_headers: nil ,
- response_headers: nil ,
- ip_policy: nil ,
- mutual_tls: nil ,
- tls_termination: nil ,
- webhook_validation: nil ,
- oauth: nil ,
- logging: nil ,
- saml: nil ,
- oidc: nil ,
- backend: nil
-)
+def update ( id: " " , description: nil , metadata: nil , basic_auth: nil , circuit_breaker: nil , compression: nil , request_headers: nil , response_headers: nil , ip_policy: nil , mutual_tls: nil , tls_termination: nil , webhook_validation: nil , oauth: nil , logging: nil , saml: nil , oidc: nil , backend: nil )
path = ' /endpoint_configurations/%{id} '
replacements = {
id: id ,
@@ -2364,70 +2264,34 @@
-314
-315
-316
-317
-318
-319
-320
-321
-322
-323
-324
-325
-326
-327
-328
-329
-330
-331
-332
-333
-334
-335
-336
-337
-338
-339
-340
-341
-342
-343
-344
-345
-346
-347
-348
-349
-350
-351
-352
-353
-354
+264
+265
+266
+267
+268
+269
+270
+271
+272
+273
+274
+275
+276
+277
+278
+279
+280
+281
+282
+283
+284
+285
+286
- # File 'lib/ngrokapi/services/endpoint_configurations_client.rb', line 314
+ # File 'lib/ngrokapi/services/endpoint_configurations_client.rb', line 264
-def update! (
- id: " " ,
- description: nil ,
- metadata: nil ,
- basic_auth: nil ,
- circuit_breaker: nil ,
- compression: nil ,
- request_headers: nil ,
- response_headers: nil ,
- ip_policy: nil ,
- mutual_tls: nil ,
- tls_termination: nil ,
- webhook_validation: nil ,
- oauth: nil ,
- logging: nil ,
- saml: nil ,
- oidc: nil ,
- backend: nil
-)
+def update! ( id: " " , description: nil , metadata: nil , basic_auth: nil , circuit_breaker: nil , compression: nil , request_headers: nil , response_headers: nil , ip_policy: nil , mutual_tls: nil , tls_termination: nil , webhook_validation: nil , oauth: nil , logging: nil , saml: nil , oidc: nil , backend: nil )
path = ' /endpoint_configurations/%{id} '
replacements = {
id: id ,
@@ -2460,9 +2324,9 @@
diff --git a/doc/NgrokAPI/Services/EndpointIPPolicyModuleClient.html b/doc/NgrokAPI/Services/EndpointIPPolicyModuleClient.html
index 1b64b32..24fbba8 100644
--- a/doc/NgrokAPI/Services/EndpointIPPolicyModuleClient.html
+++ b/doc/NgrokAPI/Services/EndpointIPPolicyModuleClient.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Services::EndpointIPPolicyModuleClient
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -524,22 +524,18 @@
-96
-97
-98
-99
-100
-101
-102
-103
-104
+86
+87
+88
+89
+90
+91
+92
- # File 'lib/ngrokapi/services/endpoint_ip_policy_module_client.rb', line 96
+ # File 'lib/ngrokapi/services/endpoint_ip_policy_module_client.rb', line 86
-def delete (
- id: " "
-)
+def delete ( id: " " )
path = ' /endpoint_configurations/%{id}/ip_policy '
replacements = {
id: id ,
@@ -617,22 +613,18 @@
-111
-112
-113
-114
-115
-116
-117
-118
-119
+99
+100
+101
+102
+103
+104
+105
- # File 'lib/ngrokapi/services/endpoint_ip_policy_module_client.rb', line 111
+ # File 'lib/ngrokapi/services/endpoint_ip_policy_module_client.rb', line 99
-def delete! (
- id: " "
-)
+def delete! ( id: " " )
path = ' /endpoint_configurations/%{id}/ip_policy '
replacements = {
id: id ,
@@ -710,24 +702,20 @@
+56
+57
+58
+59
+60
+61
62
63
-64
-65
-66
-67
-68
-69
-70
-71
-72
+64
- # File 'lib/ngrokapi/services/endpoint_ip_policy_module_client.rb', line 62
+ # File 'lib/ngrokapi/services/endpoint_ip_policy_module_client.rb', line 56
-def get (
- id: " "
-)
+def get ( id: " " )
path = ' /endpoint_configurations/%{id}/ip_policy '
replacements = {
id: id ,
@@ -807,24 +795,20 @@
-79
-80
-81
-82
-83
-84
-85
-86
-87
-88
-89
+71
+72
+73
+74
+75
+76
+77
+78
+79
- # File 'lib/ngrokapi/services/endpoint_ip_policy_module_client.rb', line 79
+ # File 'lib/ngrokapi/services/endpoint_ip_policy_module_client.rb', line 71
-def get! (
- id: " "
-)
+def get! ( id: " " )
path = ' /endpoint_configurations/%{id}/ip_policy '
replacements = {
id: id ,
@@ -921,18 +905,12 @@
29
30
31
-32
-33
-34
-35
+32
# File 'lib/ngrokapi/services/endpoint_ip_policy_module_client.rb', line 23
-def replace (
- id: " " ,
- a_module: nil
-)
+def replace ( id: " " , a_module: nil )
path = ' /endpoint_configurations/%{id}/ip_policy '
replacements = {
id: id ,
@@ -1021,27 +999,21 @@
+40
+41
+42
43
44
45
46
47
48
-49
-50
-51
-52
-53
-54
-55
+49
- # File 'lib/ngrokapi/services/endpoint_ip_policy_module_client.rb', line 43
+ # File 'lib/ngrokapi/services/endpoint_ip_policy_module_client.rb', line 40
-def replace! (
- id: " " ,
- a_module: nil
-)
+def replace! ( id: " " , a_module: nil )
path = ' /endpoint_configurations/%{id}/ip_policy '
replacements = {
id: id ,
@@ -1061,9 +1033,9 @@
diff --git a/doc/NgrokAPI/Services/EndpointLoggingModuleClient.html b/doc/NgrokAPI/Services/EndpointLoggingModuleClient.html
index 00f3688..f49b2fe 100644
--- a/doc/NgrokAPI/Services/EndpointLoggingModuleClient.html
+++ b/doc/NgrokAPI/Services/EndpointLoggingModuleClient.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Services::EndpointLoggingModuleClient
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -524,22 +524,18 @@
-96
-97
-98
-99
-100
-101
-102
-103
-104
+86
+87
+88
+89
+90
+91
+92
- # File 'lib/ngrokapi/services/endpoint_logging_module_client.rb', line 96
+ # File 'lib/ngrokapi/services/endpoint_logging_module_client.rb', line 86
-def delete (
- id: " "
-)
+def delete ( id: " " )
path = ' /endpoint_configurations/%{id}/logging '
replacements = {
id: id ,
@@ -617,22 +613,18 @@
-111
-112
-113
-114
-115
-116
-117
-118
-119
+99
+100
+101
+102
+103
+104
+105
- # File 'lib/ngrokapi/services/endpoint_logging_module_client.rb', line 111
+ # File 'lib/ngrokapi/services/endpoint_logging_module_client.rb', line 99
-def delete! (
- id: " "
-)
+def delete! ( id: " " )
path = ' /endpoint_configurations/%{id}/logging '
replacements = {
id: id ,
@@ -710,24 +702,20 @@
+56
+57
+58
+59
+60
+61
62
63
-64
-65
-66
-67
-68
-69
-70
-71
-72
+64
- # File 'lib/ngrokapi/services/endpoint_logging_module_client.rb', line 62
+ # File 'lib/ngrokapi/services/endpoint_logging_module_client.rb', line 56
-def get (
- id: " "
-)
+def get ( id: " " )
path = ' /endpoint_configurations/%{id}/logging '
replacements = {
id: id ,
@@ -807,24 +795,20 @@
-79
-80
-81
-82
-83
-84
-85
-86
-87
-88
-89
+71
+72
+73
+74
+75
+76
+77
+78
+79
- # File 'lib/ngrokapi/services/endpoint_logging_module_client.rb', line 79
+ # File 'lib/ngrokapi/services/endpoint_logging_module_client.rb', line 71
-def get! (
- id: " "
-)
+def get! ( id: " " )
path = ' /endpoint_configurations/%{id}/logging '
replacements = {
id: id ,
@@ -921,18 +905,12 @@
29
30
31
-32
-33
-34
-35
+32
# File 'lib/ngrokapi/services/endpoint_logging_module_client.rb', line 23
-def replace (
- id: " " ,
- a_module: nil
-)
+def replace ( id: " " , a_module: nil )
path = ' /endpoint_configurations/%{id}/logging '
replacements = {
id: id ,
@@ -1021,27 +999,21 @@
+40
+41
+42
43
44
45
46
47
48
-49
-50
-51
-52
-53
-54
-55
+49
- # File 'lib/ngrokapi/services/endpoint_logging_module_client.rb', line 43
+ # File 'lib/ngrokapi/services/endpoint_logging_module_client.rb', line 40
-def replace! (
- id: " " ,
- a_module: nil
-)
+def replace! ( id: " " , a_module: nil )
path = ' /endpoint_configurations/%{id}/logging '
replacements = {
id: id ,
@@ -1061,9 +1033,9 @@
diff --git a/doc/NgrokAPI/Services/EndpointMutualTLSModuleClient.html b/doc/NgrokAPI/Services/EndpointMutualTLSModuleClient.html
index 544b47f..547910d 100644
--- a/doc/NgrokAPI/Services/EndpointMutualTLSModuleClient.html
+++ b/doc/NgrokAPI/Services/EndpointMutualTLSModuleClient.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Services::EndpointMutualTLSModuleClient
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -524,22 +524,18 @@
-96
-97
-98
-99
-100
-101
-102
-103
-104
+86
+87
+88
+89
+90
+91
+92
- # File 'lib/ngrokapi/services/endpoint_mutual_tls_module_client.rb', line 96
+ # File 'lib/ngrokapi/services/endpoint_mutual_tls_module_client.rb', line 86
-def delete (
- id: " "
-)
+def delete ( id: " " )
path = ' /endpoint_configurations/%{id}/mutual_tls '
replacements = {
id: id ,
@@ -617,22 +613,18 @@
-111
-112
-113
-114
-115
-116
-117
-118
-119
+99
+100
+101
+102
+103
+104
+105
- # File 'lib/ngrokapi/services/endpoint_mutual_tls_module_client.rb', line 111
+ # File 'lib/ngrokapi/services/endpoint_mutual_tls_module_client.rb', line 99
-def delete! (
- id: " "
-)
+def delete! ( id: " " )
path = ' /endpoint_configurations/%{id}/mutual_tls '
replacements = {
id: id ,
@@ -710,24 +702,20 @@
+56
+57
+58
+59
+60
+61
62
63
-64
-65
-66
-67
-68
-69
-70
-71
-72
+64
- # File 'lib/ngrokapi/services/endpoint_mutual_tls_module_client.rb', line 62
+ # File 'lib/ngrokapi/services/endpoint_mutual_tls_module_client.rb', line 56
-def get (
- id: " "
-)
+def get ( id: " " )
path = ' /endpoint_configurations/%{id}/mutual_tls '
replacements = {
id: id ,
@@ -807,24 +795,20 @@
-79
-80
-81
-82
-83
-84
-85
-86
-87
-88
-89
+71
+72
+73
+74
+75
+76
+77
+78
+79
- # File 'lib/ngrokapi/services/endpoint_mutual_tls_module_client.rb', line 79
+ # File 'lib/ngrokapi/services/endpoint_mutual_tls_module_client.rb', line 71
-def get! (
- id: " "
-)
+def get! ( id: " " )
path = ' /endpoint_configurations/%{id}/mutual_tls '
replacements = {
id: id ,
@@ -921,18 +905,12 @@
29
30
31
-32
-33
-34
-35
+32
# File 'lib/ngrokapi/services/endpoint_mutual_tls_module_client.rb', line 23
-def replace (
- id: " " ,
- a_module: nil
-)
+def replace ( id: " " , a_module: nil )
path = ' /endpoint_configurations/%{id}/mutual_tls '
replacements = {
id: id ,
@@ -1021,27 +999,21 @@
+40
+41
+42
43
44
45
46
47
48
-49
-50
-51
-52
-53
-54
-55
+49
- # File 'lib/ngrokapi/services/endpoint_mutual_tls_module_client.rb', line 43
+ # File 'lib/ngrokapi/services/endpoint_mutual_tls_module_client.rb', line 40
-def replace! (
- id: " " ,
- a_module: nil
-)
+def replace! ( id: " " , a_module: nil )
path = ' /endpoint_configurations/%{id}/mutual_tls '
replacements = {
id: id ,
@@ -1061,9 +1033,9 @@
diff --git a/doc/NgrokAPI/Services/EndpointOAuthModuleClient.html b/doc/NgrokAPI/Services/EndpointOAuthModuleClient.html
index eff524e..87a3079 100644
--- a/doc/NgrokAPI/Services/EndpointOAuthModuleClient.html
+++ b/doc/NgrokAPI/Services/EndpointOAuthModuleClient.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Services::EndpointOAuthModuleClient
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -524,22 +524,18 @@
-96
-97
-98
-99
-100
-101
-102
-103
-104
+86
+87
+88
+89
+90
+91
+92
- # File 'lib/ngrokapi/services/endpoint_o_auth_module_client.rb', line 96
+ # File 'lib/ngrokapi/services/endpoint_o_auth_module_client.rb', line 86
-def delete (
- id: " "
-)
+def delete ( id: " " )
path = ' /endpoint_configurations/%{id}/oauth '
replacements = {
id: id ,
@@ -617,22 +613,18 @@
-111
-112
-113
-114
-115
-116
-117
-118
-119
+99
+100
+101
+102
+103
+104
+105
- # File 'lib/ngrokapi/services/endpoint_o_auth_module_client.rb', line 111
+ # File 'lib/ngrokapi/services/endpoint_o_auth_module_client.rb', line 99
-def delete! (
- id: " "
-)
+def delete! ( id: " " )
path = ' /endpoint_configurations/%{id}/oauth '
replacements = {
id: id ,
@@ -710,24 +702,20 @@
+56
+57
+58
+59
+60
+61
62
63
-64
-65
-66
-67
-68
-69
-70
-71
-72
+64
- # File 'lib/ngrokapi/services/endpoint_o_auth_module_client.rb', line 62
+ # File 'lib/ngrokapi/services/endpoint_o_auth_module_client.rb', line 56
-def get (
- id: " "
-)
+def get ( id: " " )
path = ' /endpoint_configurations/%{id}/oauth '
replacements = {
id: id ,
@@ -807,24 +795,20 @@
-79
-80
-81
-82
-83
-84
-85
-86
-87
-88
-89
+71
+72
+73
+74
+75
+76
+77
+78
+79
- # File 'lib/ngrokapi/services/endpoint_o_auth_module_client.rb', line 79
+ # File 'lib/ngrokapi/services/endpoint_o_auth_module_client.rb', line 71
-def get! (
- id: " "
-)
+def get! ( id: " " )
path = ' /endpoint_configurations/%{id}/oauth '
replacements = {
id: id ,
@@ -921,18 +905,12 @@
29
30
31
-32
-33
-34
-35
+32
# File 'lib/ngrokapi/services/endpoint_o_auth_module_client.rb', line 23
-def replace (
- id: " " ,
- a_module: nil
-)
+def replace ( id: " " , a_module: nil )
path = ' /endpoint_configurations/%{id}/oauth '
replacements = {
id: id ,
@@ -1021,27 +999,21 @@
+40
+41
+42
43
44
45
46
47
48
-49
-50
-51
-52
-53
-54
-55
+49
- # File 'lib/ngrokapi/services/endpoint_o_auth_module_client.rb', line 43
+ # File 'lib/ngrokapi/services/endpoint_o_auth_module_client.rb', line 40
-def replace! (
- id: " " ,
- a_module: nil
-)
+def replace! ( id: " " , a_module: nil )
path = ' /endpoint_configurations/%{id}/oauth '
replacements = {
id: id ,
@@ -1061,9 +1033,9 @@
diff --git a/doc/NgrokAPI/Services/EndpointOIDCModuleClient.html b/doc/NgrokAPI/Services/EndpointOIDCModuleClient.html
index 6521d1f..9ff9196 100644
--- a/doc/NgrokAPI/Services/EndpointOIDCModuleClient.html
+++ b/doc/NgrokAPI/Services/EndpointOIDCModuleClient.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Services::EndpointOIDCModuleClient
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -524,22 +524,18 @@
-96
-97
-98
-99
-100
-101
-102
-103
-104
+86
+87
+88
+89
+90
+91
+92
- # File 'lib/ngrokapi/services/endpoint_oidc_module_client.rb', line 96
+ # File 'lib/ngrokapi/services/endpoint_oidc_module_client.rb', line 86
-def delete (
- id: " "
-)
+def delete ( id: " " )
path = ' /endpoint_configurations/%{id}/oidc '
replacements = {
id: id ,
@@ -617,22 +613,18 @@
-111
-112
-113
-114
-115
-116
-117
-118
-119
+99
+100
+101
+102
+103
+104
+105
- # File 'lib/ngrokapi/services/endpoint_oidc_module_client.rb', line 111
+ # File 'lib/ngrokapi/services/endpoint_oidc_module_client.rb', line 99
-def delete! (
- id: " "
-)
+def delete! ( id: " " )
path = ' /endpoint_configurations/%{id}/oidc '
replacements = {
id: id ,
@@ -710,24 +702,20 @@
+56
+57
+58
+59
+60
+61
62
63
-64
-65
-66
-67
-68
-69
-70
-71
-72
+64
- # File 'lib/ngrokapi/services/endpoint_oidc_module_client.rb', line 62
+ # File 'lib/ngrokapi/services/endpoint_oidc_module_client.rb', line 56
-def get (
- id: " "
-)
+def get ( id: " " )
path = ' /endpoint_configurations/%{id}/oidc '
replacements = {
id: id ,
@@ -807,24 +795,20 @@
-79
-80
-81
-82
-83
-84
-85
-86
-87
-88
-89
+71
+72
+73
+74
+75
+76
+77
+78
+79
- # File 'lib/ngrokapi/services/endpoint_oidc_module_client.rb', line 79
+ # File 'lib/ngrokapi/services/endpoint_oidc_module_client.rb', line 71
-def get! (
- id: " "
-)
+def get! ( id: " " )
path = ' /endpoint_configurations/%{id}/oidc '
replacements = {
id: id ,
@@ -921,18 +905,12 @@
29
30
31
-32
-33
-34
-35
+32
# File 'lib/ngrokapi/services/endpoint_oidc_module_client.rb', line 23
-def replace (
- id: " " ,
- a_module: nil
-)
+def replace ( id: " " , a_module: nil )
path = ' /endpoint_configurations/%{id}/oidc '
replacements = {
id: id ,
@@ -1021,27 +999,21 @@
+40
+41
+42
43
44
45
46
47
48
-49
-50
-51
-52
-53
-54
-55
+49
- # File 'lib/ngrokapi/services/endpoint_oidc_module_client.rb', line 43
+ # File 'lib/ngrokapi/services/endpoint_oidc_module_client.rb', line 40
-def replace! (
- id: " " ,
- a_module: nil
-)
+def replace! ( id: " " , a_module: nil )
path = ' /endpoint_configurations/%{id}/oidc '
replacements = {
id: id ,
@@ -1061,9 +1033,9 @@
diff --git a/doc/NgrokAPI/Services/EndpointRequestHeadersModuleClient.html b/doc/NgrokAPI/Services/EndpointRequestHeadersModuleClient.html
index 3bcdbfe..473c2c3 100644
--- a/doc/NgrokAPI/Services/EndpointRequestHeadersModuleClient.html
+++ b/doc/NgrokAPI/Services/EndpointRequestHeadersModuleClient.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Services::EndpointRequestHeadersModuleClient
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -524,22 +524,18 @@
-96
-97
-98
-99
-100
-101
-102
-103
-104
+86
+87
+88
+89
+90
+91
+92
- # File 'lib/ngrokapi/services/endpoint_request_headers_module_client.rb', line 96
+ # File 'lib/ngrokapi/services/endpoint_request_headers_module_client.rb', line 86
-def delete (
- id: " "
-)
+def delete ( id: " " )
path = ' /endpoint_configurations/%{id}/request_headers '
replacements = {
id: id ,
@@ -617,22 +613,18 @@
-111
-112
-113
-114
-115
-116
-117
-118
-119
+99
+100
+101
+102
+103
+104
+105
- # File 'lib/ngrokapi/services/endpoint_request_headers_module_client.rb', line 111
+ # File 'lib/ngrokapi/services/endpoint_request_headers_module_client.rb', line 99
-def delete! (
- id: " "
-)
+def delete! ( id: " " )
path = ' /endpoint_configurations/%{id}/request_headers '
replacements = {
id: id ,
@@ -710,24 +702,20 @@
+56
+57
+58
+59
+60
+61
62
63
-64
-65
-66
-67
-68
-69
-70
-71
-72
+64
- # File 'lib/ngrokapi/services/endpoint_request_headers_module_client.rb', line 62
+ # File 'lib/ngrokapi/services/endpoint_request_headers_module_client.rb', line 56
-def get (
- id: " "
-)
+def get ( id: " " )
path = ' /endpoint_configurations/%{id}/request_headers '
replacements = {
id: id ,
@@ -807,24 +795,20 @@
-79
-80
-81
-82
-83
-84
-85
-86
-87
-88
-89
+71
+72
+73
+74
+75
+76
+77
+78
+79
- # File 'lib/ngrokapi/services/endpoint_request_headers_module_client.rb', line 79
+ # File 'lib/ngrokapi/services/endpoint_request_headers_module_client.rb', line 71
-def get! (
- id: " "
-)
+def get! ( id: " " )
path = ' /endpoint_configurations/%{id}/request_headers '
replacements = {
id: id ,
@@ -921,18 +905,12 @@
29
30
31
-32
-33
-34
-35
+32
# File 'lib/ngrokapi/services/endpoint_request_headers_module_client.rb', line 23
-def replace (
- id: " " ,
- a_module: nil
-)
+def replace ( id: " " , a_module: nil )
path = ' /endpoint_configurations/%{id}/request_headers '
replacements = {
id: id ,
@@ -1021,27 +999,21 @@
+40
+41
+42
43
44
45
46
47
48
-49
-50
-51
-52
-53
-54
-55
+49
- # File 'lib/ngrokapi/services/endpoint_request_headers_module_client.rb', line 43
+ # File 'lib/ngrokapi/services/endpoint_request_headers_module_client.rb', line 40
-def replace! (
- id: " " ,
- a_module: nil
-)
+def replace! ( id: " " , a_module: nil )
path = ' /endpoint_configurations/%{id}/request_headers '
replacements = {
id: id ,
@@ -1061,9 +1033,9 @@
diff --git a/doc/NgrokAPI/Services/EndpointResponseHeadersModuleClient.html b/doc/NgrokAPI/Services/EndpointResponseHeadersModuleClient.html
index 6833360..bf8b734 100644
--- a/doc/NgrokAPI/Services/EndpointResponseHeadersModuleClient.html
+++ b/doc/NgrokAPI/Services/EndpointResponseHeadersModuleClient.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Services::EndpointResponseHeadersModuleClient
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -524,22 +524,18 @@
-96
-97
-98
-99
-100
-101
-102
-103
-104
+86
+87
+88
+89
+90
+91
+92
- # File 'lib/ngrokapi/services/endpoint_response_headers_module_client.rb', line 96
+ # File 'lib/ngrokapi/services/endpoint_response_headers_module_client.rb', line 86
-def delete (
- id: " "
-)
+def delete ( id: " " )
path = ' /endpoint_configurations/%{id}/response_headers '
replacements = {
id: id ,
@@ -617,22 +613,18 @@
-111
-112
-113
-114
-115
-116
-117
-118
-119
+99
+100
+101
+102
+103
+104
+105
- # File 'lib/ngrokapi/services/endpoint_response_headers_module_client.rb', line 111
+ # File 'lib/ngrokapi/services/endpoint_response_headers_module_client.rb', line 99
-def delete! (
- id: " "
-)
+def delete! ( id: " " )
path = ' /endpoint_configurations/%{id}/response_headers '
replacements = {
id: id ,
@@ -710,24 +702,20 @@
+56
+57
+58
+59
+60
+61
62
63
-64
-65
-66
-67
-68
-69
-70
-71
-72
+64
- # File 'lib/ngrokapi/services/endpoint_response_headers_module_client.rb', line 62
+ # File 'lib/ngrokapi/services/endpoint_response_headers_module_client.rb', line 56
-def get (
- id: " "
-)
+def get ( id: " " )
path = ' /endpoint_configurations/%{id}/response_headers '
replacements = {
id: id ,
@@ -807,24 +795,20 @@
-79
-80
-81
-82
-83
-84
-85
-86
-87
-88
-89
+71
+72
+73
+74
+75
+76
+77
+78
+79
- # File 'lib/ngrokapi/services/endpoint_response_headers_module_client.rb', line 79
+ # File 'lib/ngrokapi/services/endpoint_response_headers_module_client.rb', line 71
-def get! (
- id: " "
-)
+def get! ( id: " " )
path = ' /endpoint_configurations/%{id}/response_headers '
replacements = {
id: id ,
@@ -921,18 +905,12 @@
29
30
31
-32
-33
-34
-35
+32
# File 'lib/ngrokapi/services/endpoint_response_headers_module_client.rb', line 23
-def replace (
- id: " " ,
- a_module: nil
-)
+def replace ( id: " " , a_module: nil )
path = ' /endpoint_configurations/%{id}/response_headers '
replacements = {
id: id ,
@@ -1021,27 +999,21 @@
+40
+41
+42
43
44
45
46
47
48
-49
-50
-51
-52
-53
-54
-55
+49
- # File 'lib/ngrokapi/services/endpoint_response_headers_module_client.rb', line 43
+ # File 'lib/ngrokapi/services/endpoint_response_headers_module_client.rb', line 40
-def replace! (
- id: " " ,
- a_module: nil
-)
+def replace! ( id: " " , a_module: nil )
path = ' /endpoint_configurations/%{id}/response_headers '
replacements = {
id: id ,
@@ -1061,9 +1033,9 @@
diff --git a/doc/NgrokAPI/Services/EndpointSAMLModuleClient.html b/doc/NgrokAPI/Services/EndpointSAMLModuleClient.html
index 914f490..052a70d 100644
--- a/doc/NgrokAPI/Services/EndpointSAMLModuleClient.html
+++ b/doc/NgrokAPI/Services/EndpointSAMLModuleClient.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Services::EndpointSAMLModuleClient
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -524,22 +524,18 @@
-96
-97
-98
-99
-100
-101
-102
-103
-104
+86
+87
+88
+89
+90
+91
+92
- # File 'lib/ngrokapi/services/endpoint_saml_module_client.rb', line 96
+ # File 'lib/ngrokapi/services/endpoint_saml_module_client.rb', line 86
-def delete (
- id: " "
-)
+def delete ( id: " " )
path = ' /endpoint_configurations/%{id}/saml '
replacements = {
id: id ,
@@ -617,22 +613,18 @@
-111
-112
-113
-114
-115
-116
-117
-118
-119
+99
+100
+101
+102
+103
+104
+105
- # File 'lib/ngrokapi/services/endpoint_saml_module_client.rb', line 111
+ # File 'lib/ngrokapi/services/endpoint_saml_module_client.rb', line 99
-def delete! (
- id: " "
-)
+def delete! ( id: " " )
path = ' /endpoint_configurations/%{id}/saml '
replacements = {
id: id ,
@@ -710,24 +702,20 @@
+56
+57
+58
+59
+60
+61
62
63
-64
-65
-66
-67
-68
-69
-70
-71
-72
+64
- # File 'lib/ngrokapi/services/endpoint_saml_module_client.rb', line 62
+ # File 'lib/ngrokapi/services/endpoint_saml_module_client.rb', line 56
-def get (
- id: " "
-)
+def get ( id: " " )
path = ' /endpoint_configurations/%{id}/saml '
replacements = {
id: id ,
@@ -807,24 +795,20 @@
-79
-80
-81
-82
-83
-84
-85
-86
-87
-88
-89
+71
+72
+73
+74
+75
+76
+77
+78
+79
- # File 'lib/ngrokapi/services/endpoint_saml_module_client.rb', line 79
+ # File 'lib/ngrokapi/services/endpoint_saml_module_client.rb', line 71
-def get! (
- id: " "
-)
+def get! ( id: " " )
path = ' /endpoint_configurations/%{id}/saml '
replacements = {
id: id ,
@@ -921,18 +905,12 @@
29
30
31
-32
-33
-34
-35
+32
# File 'lib/ngrokapi/services/endpoint_saml_module_client.rb', line 23
-def replace (
- id: " " ,
- a_module: nil
-)
+def replace ( id: " " , a_module: nil )
path = ' /endpoint_configurations/%{id}/saml '
replacements = {
id: id ,
@@ -1021,27 +999,21 @@
+40
+41
+42
43
44
45
46
47
48
-49
-50
-51
-52
-53
-54
-55
+49
- # File 'lib/ngrokapi/services/endpoint_saml_module_client.rb', line 43
+ # File 'lib/ngrokapi/services/endpoint_saml_module_client.rb', line 40
-def replace! (
- id: " " ,
- a_module: nil
-)
+def replace! ( id: " " , a_module: nil )
path = ' /endpoint_configurations/%{id}/saml '
replacements = {
id: id ,
@@ -1061,9 +1033,9 @@
diff --git a/doc/NgrokAPI/Services/EndpointTLSTerminationModuleClient.html b/doc/NgrokAPI/Services/EndpointTLSTerminationModuleClient.html
index 94a54df..653c055 100644
--- a/doc/NgrokAPI/Services/EndpointTLSTerminationModuleClient.html
+++ b/doc/NgrokAPI/Services/EndpointTLSTerminationModuleClient.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Services::EndpointTLSTerminationModuleClient
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -524,22 +524,18 @@
-96
-97
-98
-99
-100
-101
-102
-103
-104
+86
+87
+88
+89
+90
+91
+92
- # File 'lib/ngrokapi/services/endpoint_tls_termination_module_client.rb', line 96
+ # File 'lib/ngrokapi/services/endpoint_tls_termination_module_client.rb', line 86
-def delete (
- id: " "
-)
+def delete ( id: " " )
path = ' /endpoint_configurations/%{id}/tls_termination '
replacements = {
id: id ,
@@ -617,22 +613,18 @@
-111
-112
-113
-114
-115
-116
-117
-118
-119
+99
+100
+101
+102
+103
+104
+105
- # File 'lib/ngrokapi/services/endpoint_tls_termination_module_client.rb', line 111
+ # File 'lib/ngrokapi/services/endpoint_tls_termination_module_client.rb', line 99
-def delete! (
- id: " "
-)
+def delete! ( id: " " )
path = ' /endpoint_configurations/%{id}/tls_termination '
replacements = {
id: id ,
@@ -710,24 +702,20 @@
+56
+57
+58
+59
+60
+61
62
63
-64
-65
-66
-67
-68
-69
-70
-71
-72
+64
- # File 'lib/ngrokapi/services/endpoint_tls_termination_module_client.rb', line 62
+ # File 'lib/ngrokapi/services/endpoint_tls_termination_module_client.rb', line 56
-def get (
- id: " "
-)
+def get ( id: " " )
path = ' /endpoint_configurations/%{id}/tls_termination '
replacements = {
id: id ,
@@ -807,24 +795,20 @@
-79
-80
-81
-82
-83
-84
-85
-86
-87
-88
-89
+71
+72
+73
+74
+75
+76
+77
+78
+79
- # File 'lib/ngrokapi/services/endpoint_tls_termination_module_client.rb', line 79
+ # File 'lib/ngrokapi/services/endpoint_tls_termination_module_client.rb', line 71
-def get! (
- id: " "
-)
+def get! ( id: " " )
path = ' /endpoint_configurations/%{id}/tls_termination '
replacements = {
id: id ,
@@ -921,18 +905,12 @@
29
30
31
-32
-33
-34
-35
+32
# File 'lib/ngrokapi/services/endpoint_tls_termination_module_client.rb', line 23
-def replace (
- id: " " ,
- a_module: nil
-)
+def replace ( id: " " , a_module: nil )
path = ' /endpoint_configurations/%{id}/tls_termination '
replacements = {
id: id ,
@@ -1021,27 +999,21 @@
+40
+41
+42
43
44
45
46
47
48
-49
-50
-51
-52
-53
-54
-55
+49
- # File 'lib/ngrokapi/services/endpoint_tls_termination_module_client.rb', line 43
+ # File 'lib/ngrokapi/services/endpoint_tls_termination_module_client.rb', line 40
-def replace! (
- id: " " ,
- a_module: nil
-)
+def replace! ( id: " " , a_module: nil )
path = ' /endpoint_configurations/%{id}/tls_termination '
replacements = {
id: id ,
@@ -1061,9 +1033,9 @@
diff --git a/doc/NgrokAPI/Services/EndpointWebhookValidationModuleClient.html b/doc/NgrokAPI/Services/EndpointWebhookValidationModuleClient.html
index f329e11..1ab1a8d 100644
--- a/doc/NgrokAPI/Services/EndpointWebhookValidationModuleClient.html
+++ b/doc/NgrokAPI/Services/EndpointWebhookValidationModuleClient.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Services::EndpointWebhookValidationModuleClient
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -524,22 +524,18 @@
-96
-97
-98
-99
-100
-101
-102
-103
-104
+86
+87
+88
+89
+90
+91
+92
- # File 'lib/ngrokapi/services/endpoint_webhook_validation_module_client.rb', line 96
+ # File 'lib/ngrokapi/services/endpoint_webhook_validation_module_client.rb', line 86
-def delete (
- id: " "
-)
+def delete ( id: " " )
path = ' /endpoint_configurations/%{id}/webhook_validation '
replacements = {
id: id ,
@@ -617,22 +613,18 @@
-111
-112
-113
-114
-115
-116
-117
-118
-119
+99
+100
+101
+102
+103
+104
+105
- # File 'lib/ngrokapi/services/endpoint_webhook_validation_module_client.rb', line 111
+ # File 'lib/ngrokapi/services/endpoint_webhook_validation_module_client.rb', line 99
-def delete! (
- id: " "
-)
+def delete! ( id: " " )
path = ' /endpoint_configurations/%{id}/webhook_validation '
replacements = {
id: id ,
@@ -710,24 +702,20 @@
+56
+57
+58
+59
+60
+61
62
63
-64
-65
-66
-67
-68
-69
-70
-71
-72
+64
- # File 'lib/ngrokapi/services/endpoint_webhook_validation_module_client.rb', line 62
+ # File 'lib/ngrokapi/services/endpoint_webhook_validation_module_client.rb', line 56
-def get (
- id: " "
-)
+def get ( id: " " )
path = ' /endpoint_configurations/%{id}/webhook_validation '
replacements = {
id: id ,
@@ -807,24 +795,20 @@
-79
-80
-81
-82
-83
-84
-85
-86
-87
-88
-89
+71
+72
+73
+74
+75
+76
+77
+78
+79
- # File 'lib/ngrokapi/services/endpoint_webhook_validation_module_client.rb', line 79
+ # File 'lib/ngrokapi/services/endpoint_webhook_validation_module_client.rb', line 71
-def get! (
- id: " "
-)
+def get! ( id: " " )
path = ' /endpoint_configurations/%{id}/webhook_validation '
replacements = {
id: id ,
@@ -921,18 +905,12 @@
29
30
31
-32
-33
-34
-35
+32
# File 'lib/ngrokapi/services/endpoint_webhook_validation_module_client.rb', line 23
-def replace (
- id: " " ,
- a_module: nil
-)
+def replace ( id: " " , a_module: nil )
path = ' /endpoint_configurations/%{id}/webhook_validation '
replacements = {
id: id ,
@@ -1021,27 +999,21 @@
+40
+41
+42
43
44
45
46
47
48
-49
-50
-51
-52
-53
-54
-55
+49
- # File 'lib/ngrokapi/services/endpoint_webhook_validation_module_client.rb', line 43
+ # File 'lib/ngrokapi/services/endpoint_webhook_validation_module_client.rb', line 40
-def replace! (
- id: " " ,
- a_module: nil
-)
+def replace! ( id: " " , a_module: nil )
path = ' /endpoint_configurations/%{id}/webhook_validation '
replacements = {
id: id ,
@@ -1061,9 +1033,9 @@
diff --git a/doc/NgrokAPI/Services/EventDestinationsClient.html b/doc/NgrokAPI/Services/EventDestinationsClient.html
index c194e89..f6ff050 100644
--- a/doc/NgrokAPI/Services/EventDestinationsClient.html
+++ b/doc/NgrokAPI/Services/EventDestinationsClient.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Services::EventDestinationsClient
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -679,24 +679,12 @@
39
40
41
-42
-43
-44
-45
-46
-47
-48
+42
# File 'lib/ngrokapi/services/event_destinations_client.rb', line 31
-def create (
- metadata: " " ,
- description: " " ,
- format: " " ,
- target: nil ,
- verify_with_test_event: nil
-)
+def create ( metadata: " " , description: " " , format: " " , target: nil , verify_with_test_event: nil )
path = ' /event_destinations '
replacements = {
}
@@ -781,22 +769,18 @@
-59
-60
-61
-62
-63
-64
-65
-66
-67
+53
+54
+55
+56
+57
+58
+59
- # File 'lib/ngrokapi/services/event_destinations_client.rb', line 59
+ # File 'lib/ngrokapi/services/event_destinations_client.rb', line 53
-def delete (
- id: " "
-)
+def delete ( id: " " )
path = ' /event_destinations/%{id} '
replacements = {
id: id ,
@@ -876,22 +860,18 @@
-79
-80
-81
-82
-83
-84
-85
-86
-87
+71
+72
+73
+74
+75
+76
+77
- # File 'lib/ngrokapi/services/event_destinations_client.rb', line 79
+ # File 'lib/ngrokapi/services/event_destinations_client.rb', line 71
-def delete! (
- id: " "
-)
+def delete! ( id: " " )
path = ' /event_destinations/%{id} '
replacements = {
id: id ,
@@ -971,24 +951,20 @@
-96
-97
-98
-99
-100
-101
-102
-103
-104
-105
-106
+86
+87
+88
+89
+90
+91
+92
+93
+94
- # File 'lib/ngrokapi/services/event_destinations_client.rb', line 96
+ # File 'lib/ngrokapi/services/event_destinations_client.rb', line 86
-def get (
- id: " "
-)
+def get ( id: " " )
path = ' /event_destinations/%{id} '
replacements = {
id: id ,
@@ -1070,24 +1046,20 @@
-116
-117
-118
-119
-120
-121
-122
-123
-124
-125
-126
+104
+105
+106
+107
+108
+109
+110
+111
+112
- # File 'lib/ngrokapi/services/event_destinations_client.rb', line 116
+ # File 'lib/ngrokapi/services/event_destinations_client.rb', line 104
-def get! (
- id: " "
-)
+def get! ( id: " " )
path = ' /event_destinations/%{id} '
replacements = {
id: id ,
@@ -1195,34 +1167,28 @@
+123
+124
+125
+126
+127
+128
+129
+130
+131
+132
+133
+134
+135
+136
137
-138
-139
-140
-141
-142
-143
-144
-145
-146
-147
-148
-149
-150
-151
-152
-153
-154
-155
+138
- # File 'lib/ngrokapi/services/event_destinations_client.rb', line 137
+ # File 'lib/ngrokapi/services/event_destinations_client.rb', line 123
-def list (
- before_id: nil ,
- limit: nil ,
- url: nil
-)
+def list ( before_id: nil , limit: nil ,
+ url: nil )
result = @client . list (
before_id: before_id ,
limit: limit ,
@@ -1336,36 +1302,30 @@
-167
-168
-169
-170
-171
-172
-173
-174
-175
-176
-177
-178
-179
-180
-181
-182
-183
-184
-185
-186
-187
+150
+151
+152
+153
+154
+155
+156
+157
+158
+159
+160
+161
+162
+163
+164
+165
+166
+167
- # File 'lib/ngrokapi/services/event_destinations_client.rb', line 167
+ # File 'lib/ngrokapi/services/event_destinations_client.rb', line 150
-def list! (
- before_id: nil ,
- limit: nil ,
- url: nil
-)
+def list! ( before_id: nil , limit: nil ,
+ url: nil )
result = @client . list (
before_id: before_id ,
limit: limit ,
@@ -1527,38 +1487,24 @@
-200
-201
-202
-203
-204
-205
-206
-207
-208
-209
-210
-211
-212
-213
-214
-215
-216
-217
-218
-219
+180
+181
+182
+183
+184
+185
+186
+187
+188
+189
+190
+191
+192
- # File 'lib/ngrokapi/services/event_destinations_client.rb', line 200
+ # File 'lib/ngrokapi/services/event_destinations_client.rb', line 180
-def update (
- id: " " ,
- metadata: nil ,
- description: nil ,
- format: nil ,
- target: nil ,
- verify_with_test_event: nil
-)
+def update ( id: " " , metadata: nil , description: nil , format: nil , target: nil , verify_with_test_event: nil )
path = ' /event_destinations/%{id} '
replacements = {
id: id ,
@@ -1716,38 +1662,24 @@
-233
-234
-235
-236
-237
-238
-239
-240
-241
-242
-243
-244
-245
-246
-247
-248
-249
-250
-251
-252
+206
+207
+208
+209
+210
+211
+212
+213
+214
+215
+216
+217
+218
- # File 'lib/ngrokapi/services/event_destinations_client.rb', line 233
+ # File 'lib/ngrokapi/services/event_destinations_client.rb', line 206
-def update! (
- id: " " ,
- metadata: nil ,
- description: nil ,
- format: nil ,
- target: nil ,
- verify_with_test_event: nil
-)
+def update! ( id: " " , metadata: nil , description: nil , format: nil , target: nil , verify_with_test_event: nil )
path = ' /event_destinations/%{id} '
replacements = {
id: id ,
@@ -1770,9 +1702,9 @@
diff --git a/doc/NgrokAPI/Services/EventSourcesClient.html b/doc/NgrokAPI/Services/EventSourcesClient.html
index 751b6ab..aef7a6a 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.26
+ — Documentation by YARD 0.9.27
@@ -625,22 +625,12 @@
31
32
33
-34
-35
-36
-37
-38
-39
+34
# File 'lib/ngrokapi/services/event_sources_client.rb', line 25
-def create (
- subscription_id: " " ,
- type: " " ,
- filter: " " ,
- fields: [ ]
-)
+def create ( subscription_id: " " , type: " " , filter: " " , fields: [ ] )
path = ' /event_subscriptions/%{subscription_id}/sources '
replacements = {
subscription_id: subscription_id ,
@@ -741,25 +731,19 @@
+44
+45
+46
+47
+48
49
50
-51
-52
-53
-54
-55
-56
-57
-58
-59
+51
- # File 'lib/ngrokapi/services/event_sources_client.rb', line 49
+ # File 'lib/ngrokapi/services/event_sources_client.rb', line 44
-def delete (
- subscription_id: " " ,
- type: " "
-)
+def delete ( subscription_id: " " , type: " " )
path = ' /event_subscriptions/%{subscription_id}/sources/%{type} '
replacements = {
subscription_id: subscription_id ,
@@ -858,25 +842,19 @@
-70
-71
-72
-73
-74
-75
-76
-77
-78
-79
-80
+62
+63
+64
+65
+66
+67
+68
+69
- # File 'lib/ngrokapi/services/event_sources_client.rb', line 70
+ # File 'lib/ngrokapi/services/event_sources_client.rb', line 62
-def delete! (
- subscription_id: " " ,
- type: " "
-)
+def delete! ( subscription_id: " " , type: " " )
path = ' /event_subscriptions/%{subscription_id}/sources/%{type} '
replacements = {
subscription_id: subscription_id ,
@@ -975,27 +953,21 @@
-90
-91
-92
-93
-94
-95
-96
-97
-98
-99
-100
-101
-102
+79
+80
+81
+82
+83
+84
+85
+86
+87
+88
- # File 'lib/ngrokapi/services/event_sources_client.rb', line 90
+ # File 'lib/ngrokapi/services/event_sources_client.rb', line 79
-def get (
- subscription_id: " " ,
- type: " "
-)
+def get ( subscription_id: " " , type: " " )
path = ' /event_subscriptions/%{subscription_id}/sources/%{type} '
replacements = {
subscription_id: subscription_id ,
@@ -1096,27 +1068,21 @@
-113
-114
-115
-116
-117
-118
-119
-120
-121
-122
-123
-124
-125
+99
+100
+101
+102
+103
+104
+105
+106
+107
+108
- # File 'lib/ngrokapi/services/event_sources_client.rb', line 113
+ # File 'lib/ngrokapi/services/event_sources_client.rb', line 99
-def get! (
- subscription_id: " " ,
- type: " "
-)
+def get! ( subscription_id: " " , type: " " )
path = ' /event_subscriptions/%{subscription_id}/sources/%{type} '
replacements = {
subscription_id: subscription_id ,
@@ -1199,24 +1165,20 @@
-134
-135
-136
-137
-138
-139
-140
-141
-142
-143
-144
+117
+118
+119
+120
+121
+122
+123
+124
+125
- # File 'lib/ngrokapi/services/event_sources_client.rb', line 134
+ # File 'lib/ngrokapi/services/event_sources_client.rb', line 117
-def list (
- subscription_id: " "
-)
+def list ( subscription_id: " " )
path = ' /event_subscriptions/%{subscription_id}/sources '
replacements = {
subscription_id: subscription_id ,
@@ -1298,24 +1260,20 @@
-154
-155
-156
-157
-158
-159
-160
-161
-162
-163
-164
+135
+136
+137
+138
+139
+140
+141
+142
+143
- # File 'lib/ngrokapi/services/event_sources_client.rb', line 154
+ # File 'lib/ngrokapi/services/event_sources_client.rb', line 135
-def list! (
- subscription_id: " "
-)
+def list! ( subscription_id: " " )
path = ' /event_subscriptions/%{subscription_id}/sources '
replacements = {
subscription_id: subscription_id ,
@@ -1415,31 +1373,21 @@
-174
-175
-176
-177
-178
-179
-180
-181
-182
-183
-184
-185
-186
-187
-188
+153
+154
+155
+156
+157
+158
+159
+160
+161
+162
- # File 'lib/ngrokapi/services/event_sources_client.rb', line 174
+ # File 'lib/ngrokapi/services/event_sources_client.rb', line 153
-def update (
- subscription_id: " " ,
- type: " " ,
- filter: nil ,
- fields: nil
-)
+def update ( subscription_id: " " , type: " " , filter: nil , fields: nil )
path = ' /event_subscriptions/%{subscription_id}/sources/%{type} '
replacements = {
subscription_id: subscription_id ,
@@ -1540,31 +1488,21 @@
-199
-200
-201
-202
-203
-204
-205
-206
-207
-208
-209
-210
-211
-212
-213
+173
+174
+175
+176
+177
+178
+179
+180
+181
+182
- # File 'lib/ngrokapi/services/event_sources_client.rb', line 199
+ # File 'lib/ngrokapi/services/event_sources_client.rb', line 173
-def update! (
- subscription_id: " " ,
- type: " " ,
- filter: nil ,
- fields: nil
-)
+def update! ( subscription_id: " " , type: " " , filter: nil , fields: nil )
path = ' /event_subscriptions/%{subscription_id}/sources/%{type} '
replacements = {
subscription_id: subscription_id ,
@@ -1584,9 +1522,9 @@
diff --git a/doc/NgrokAPI/Services/EventStreamsClient.html b/doc/NgrokAPI/Services/EventStreamsClient.html
index e117ecd..626256e 100644
--- a/doc/NgrokAPI/Services/EventStreamsClient.html
+++ b/doc/NgrokAPI/Services/EventStreamsClient.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Services::EventStreamsClient
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -717,26 +717,12 @@
42
43
44
-45
-46
-47
-48
-49
-50
-51
-52
+45
# File 'lib/ngrokapi/services/event_streams_client.rb', line 32
-def create (
- metadata: " " ,
- description: " " ,
- fields: [ ] ,
- event_type: " " ,
- destination_ids: [ ] ,
- sampling_rate: 0
-)
+def create ( metadata: " " , description: " " , fields: [ ] , event_type: " " , destination_ids: [ ] , sampling_rate: 0 )
path = ' /event_streams '
replacements = {
}
@@ -823,22 +809,18 @@
-61
-62
-63
-64
-65
-66
-67
-68
-69
+54
+55
+56
+57
+58
+59
+60
- # File 'lib/ngrokapi/services/event_streams_client.rb', line 61
+ # File 'lib/ngrokapi/services/event_streams_client.rb', line 54
-def delete (
- id: " "
-)
+def delete ( id: " " )
path = ' /event_streams/%{id} '
replacements = {
id: id ,
@@ -918,22 +900,18 @@
-79
-80
-81
-82
-83
-84
-85
-86
-87
+70
+71
+72
+73
+74
+75
+76
- # File 'lib/ngrokapi/services/event_streams_client.rb', line 79
+ # File 'lib/ngrokapi/services/event_streams_client.rb', line 70
-def delete! (
- id: " "
-)
+def delete! ( id: " " )
path = ' /event_streams/%{id} '
replacements = {
id: id ,
@@ -1013,24 +991,20 @@
-96
-97
-98
-99
-100
-101
-102
-103
-104
-105
-106
+85
+86
+87
+88
+89
+90
+91
+92
+93
- # File 'lib/ngrokapi/services/event_streams_client.rb', line 96
+ # File 'lib/ngrokapi/services/event_streams_client.rb', line 85
-def get (
- id: " "
-)
+def get ( id: " " )
path = ' /event_streams/%{id} '
replacements = {
id: id ,
@@ -1112,24 +1086,20 @@
-116
-117
-118
-119
-120
-121
-122
-123
-124
-125
-126
+103
+104
+105
+106
+107
+108
+109
+110
+111
- # File 'lib/ngrokapi/services/event_streams_client.rb', line 116
+ # File 'lib/ngrokapi/services/event_streams_client.rb', line 103
-def get! (
- id: " "
-)
+def get! ( id: " " )
path = ' /event_streams/%{id} '
replacements = {
id: id ,
@@ -1237,34 +1207,28 @@
-137
-138
-139
-140
-141
-142
-143
-144
-145
-146
-147
-148
-149
-150
-151
-152
-153
-154
-155
+122
+123
+124
+125
+126
+127
+128
+129
+130
+131
+132
+133
+134
+135
+136
+137
- # File 'lib/ngrokapi/services/event_streams_client.rb', line 137
+ # File 'lib/ngrokapi/services/event_streams_client.rb', line 122
-def list (
- before_id: nil ,
- limit: nil ,
- url: nil
-)
+def list ( before_id: nil , limit: nil ,
+ url: nil )
result = @client . list (
before_id: before_id ,
limit: limit ,
@@ -1378,36 +1342,30 @@
-167
-168
-169
-170
-171
-172
-173
-174
-175
-176
-177
-178
-179
-180
-181
-182
-183
-184
-185
-186
-187
+149
+150
+151
+152
+153
+154
+155
+156
+157
+158
+159
+160
+161
+162
+163
+164
+165
+166
- # File 'lib/ngrokapi/services/event_streams_client.rb', line 167
+ # File 'lib/ngrokapi/services/event_streams_client.rb', line 149
-def list! (
- before_id: nil ,
- limit: nil ,
- url: nil
-)
+def list! ( before_id: nil , limit: nil ,
+ url: nil )
result = @client . list (
before_id: before_id ,
limit: limit ,
@@ -1587,39 +1545,25 @@
-201
-202
-203
-204
-205
-206
-207
-208
-209
-210
-211
-212
-213
-214
-215
-216
-217
-218
-219
-220
-221
+180
+181
+182
+183
+184
+185
+186
+187
+188
+189
+190
+191
+192
+193
- # File 'lib/ngrokapi/services/event_streams_client.rb', line 201
+ # File 'lib/ngrokapi/services/event_streams_client.rb', line 180
-def update (
- id: " " ,
- metadata: nil ,
- description: nil ,
- fields: nil ,
- destination_ids: nil ,
- sampling_rate: nil
-)
+def update ( id: " " , metadata: nil , description: nil , fields: nil , destination_ids: nil , sampling_rate: nil )
path = ' /event_streams/%{id} '
replacements = {
id: id ,
@@ -1796,39 +1740,25 @@
-236
-237
-238
-239
-240
-241
-242
-243
-244
-245
-246
-247
-248
-249
-250
-251
-252
-253
-254
-255
-256
+208
+209
+210
+211
+212
+213
+214
+215
+216
+217
+218
+219
+220
+221
- # File 'lib/ngrokapi/services/event_streams_client.rb', line 236
+ # File 'lib/ngrokapi/services/event_streams_client.rb', line 208
-def update! (
- id: " " ,
- metadata: nil ,
- description: nil ,
- fields: nil ,
- destination_ids: nil ,
- sampling_rate: nil
-)
+def update! ( id: " " , metadata: nil , description: nil , fields: nil , destination_ids: nil , sampling_rate: nil )
path = ' /event_streams/%{id} '
replacements = {
id: id ,
@@ -1852,9 +1782,9 @@
diff --git a/doc/NgrokAPI/Services/EventSubscriptionsClient.html b/doc/NgrokAPI/Services/EventSubscriptionsClient.html
index 68a65a9..7d6029d 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.26
+ — Documentation by YARD 0.9.27
@@ -679,22 +679,12 @@
37
38
39
-40
-41
-42
-43
-44
-45
+40
# File 'lib/ngrokapi/services/event_subscriptions_client.rb', line 29
-def create (
- metadata: " " ,
- description: " " ,
- sources: [ ] ,
- destination_ids: [ ]
-)
+def create ( metadata: " " , description: " " , sources: [ ] , destination_ids: [ ] )
path = ' /event_subscriptions '
replacements = {
}
@@ -779,22 +769,18 @@
+49
+50
+51
+52
+53
54
-55
-56
-57
-58
-59
-60
-61
-62
+55
- # File 'lib/ngrokapi/services/event_subscriptions_client.rb', line 54
+ # File 'lib/ngrokapi/services/event_subscriptions_client.rb', line 49
-def delete (
- id: " "
-)
+def delete ( id: " " )
path = ' /event_subscriptions/%{id} '
replacements = {
id: id ,
@@ -874,22 +860,18 @@
-72
-73
-74
-75
-76
-77
-78
-79
-80
+65
+66
+67
+68
+69
+70
+71
- # File 'lib/ngrokapi/services/event_subscriptions_client.rb', line 72
+ # File 'lib/ngrokapi/services/event_subscriptions_client.rb', line 65
-def delete! (
- id: " "
-)
+def delete! ( id: " " )
path = ' /event_subscriptions/%{id} '
replacements = {
id: id ,
@@ -969,24 +951,20 @@
-89
-90
-91
-92
-93
-94
-95
-96
-97
-98
-99
+80
+81
+82
+83
+84
+85
+86
+87
+88
- # File 'lib/ngrokapi/services/event_subscriptions_client.rb', line 89
+ # File 'lib/ngrokapi/services/event_subscriptions_client.rb', line 80
-def get (
- id: " "
-)
+def get ( id: " " )
path = ' /event_subscriptions/%{id} '
replacements = {
id: id ,
@@ -1068,24 +1046,20 @@
-109
-110
-111
-112
-113
-114
-115
-116
-117
-118
-119
+98
+99
+100
+101
+102
+103
+104
+105
+106
- # File 'lib/ngrokapi/services/event_subscriptions_client.rb', line 109
+ # File 'lib/ngrokapi/services/event_subscriptions_client.rb', line 98
-def get! (
- id: " "
-)
+def get! ( id: " " )
path = ' /event_subscriptions/%{id} '
replacements = {
id: id ,
@@ -1193,34 +1167,28 @@
+117
+118
+119
+120
+121
+122
+123
+124
+125
+126
+127
+128
+129
130
131
-132
-133
-134
-135
-136
-137
-138
-139
-140
-141
-142
-143
-144
-145
-146
-147
-148
+132
- # File 'lib/ngrokapi/services/event_subscriptions_client.rb', line 130
+ # File 'lib/ngrokapi/services/event_subscriptions_client.rb', line 117
-def list (
- before_id: nil ,
- limit: nil ,
- url: nil
-)
+def list ( before_id: nil , limit: nil ,
+ url: nil )
result = @client . list (
before_id: before_id ,
limit: limit ,
@@ -1334,36 +1302,30 @@
+144
+145
+146
+147
+148
+149
+150
+151
+152
+153
+154
+155
+156
+157
+158
+159
160
-161
-162
-163
-164
-165
-166
-167
-168
-169
-170
-171
-172
-173
-174
-175
-176
-177
-178
-179
-180
+161
- # File 'lib/ngrokapi/services/event_subscriptions_client.rb', line 160
+ # File 'lib/ngrokapi/services/event_subscriptions_client.rb', line 144
-def list! (
- before_id: nil ,
- limit: nil ,
- url: nil
-)
+def list! ( before_id: nil , limit: nil ,
+ url: nil )
result = @client . list (
before_id: before_id ,
limit: limit ,
@@ -1525,36 +1487,24 @@
-193
-194
-195
-196
-197
-198
-199
-200
-201
-202
-203
-204
-205
-206
-207
-208
-209
-210
-211
+174
+175
+176
+177
+178
+179
+180
+181
+182
+183
+184
+185
+186
- # File 'lib/ngrokapi/services/event_subscriptions_client.rb', line 193
+ # File 'lib/ngrokapi/services/event_subscriptions_client.rb', line 174
-def update (
- id: " " ,
- metadata: nil ,
- description: nil ,
- sources: nil ,
- destination_ids: nil
-)
+def update ( id: " " , metadata: nil , description: nil , sources: nil , destination_ids: nil )
path = ' /event_subscriptions/%{id} '
replacements = {
id: id ,
@@ -1712,36 +1662,24 @@
-225
-226
-227
-228
-229
-230
-231
-232
-233
-234
-235
-236
-237
-238
-239
-240
-241
-242
-243
+200
+201
+202
+203
+204
+205
+206
+207
+208
+209
+210
+211
+212
- # File 'lib/ngrokapi/services/event_subscriptions_client.rb', line 225
+ # File 'lib/ngrokapi/services/event_subscriptions_client.rb', line 200
-def update! (
- id: " " ,
- metadata: nil ,
- description: nil ,
- sources: nil ,
- destination_ids: nil
-)
+def update! ( id: " " , metadata: nil , description: nil , sources: nil , destination_ids: nil )
path = ' /event_subscriptions/%{id} '
replacements = {
id: id ,
@@ -1764,9 +1702,9 @@
diff --git a/doc/NgrokAPI/Services/IPPoliciesClient.html b/doc/NgrokAPI/Services/IPPoliciesClient.html
index f152080..ce08d3b 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.26
+ — Documentation by YARD 0.9.27
@@ -660,20 +660,12 @@
41
42
43
-44
-45
-46
-47
-48
+44
# File 'lib/ngrokapi/services/ip_policies_client.rb', line 34
-def create (
- description: " " ,
- metadata: " " ,
- action:
-)
+def create ( description: " " , metadata: " " , action: )
path = ' /ip_policies '
replacements = {
}
@@ -757,22 +749,18 @@
+55
+56
+57
+58
59
60
-61
-62
-63
-64
-65
-66
-67
+61
- # File 'lib/ngrokapi/services/ip_policies_client.rb', line 59
+ # File 'lib/ngrokapi/services/ip_policies_client.rb', line 55
-def delete (
- id: " "
-)
+def delete ( id: " " )
path = ' /ip_policies/%{id} '
replacements = {
id: id ,
@@ -852,22 +840,18 @@
-79
-80
-81
-82
-83
-84
-85
-86
-87
+73
+74
+75
+76
+77
+78
+79
- # File 'lib/ngrokapi/services/ip_policies_client.rb', line 79
+ # File 'lib/ngrokapi/services/ip_policies_client.rb', line 73
-def delete! (
- id: " "
-)
+def delete! ( id: " " )
path = ' /ip_policies/%{id} '
replacements = {
id: id ,
@@ -947,24 +931,20 @@
-96
-97
-98
-99
-100
-101
-102
-103
-104
-105
-106
+88
+89
+90
+91
+92
+93
+94
+95
+96
- # File 'lib/ngrokapi/services/ip_policies_client.rb', line 96
+ # File 'lib/ngrokapi/services/ip_policies_client.rb', line 88
-def get (
- id: " "
-)
+def get ( id: " " )
path = ' /ip_policies/%{id} '
replacements = {
id: id ,
@@ -1046,24 +1026,20 @@
-116
-117
-118
-119
-120
-121
-122
-123
-124
-125
-126
+106
+107
+108
+109
+110
+111
+112
+113
+114
- # File 'lib/ngrokapi/services/ip_policies_client.rb', line 116
+ # File 'lib/ngrokapi/services/ip_policies_client.rb', line 106
-def get! (
- id: " "
-)
+def get! ( id: " " )
path = ' /ip_policies/%{id} '
replacements = {
id: id ,
@@ -1171,34 +1147,28 @@
+125
+126
+127
+128
+129
+130
+131
+132
+133
+134
+135
+136
137
138
139
-140
-141
-142
-143
-144
-145
-146
-147
-148
-149
-150
-151
-152
-153
-154
-155
+140
- # File 'lib/ngrokapi/services/ip_policies_client.rb', line 137
+ # File 'lib/ngrokapi/services/ip_policies_client.rb', line 125
-def list (
- before_id: nil ,
- limit: nil ,
- url: nil
-)
+def list ( before_id: nil , limit: nil ,
+ url: nil )
result = @client . list (
before_id: before_id ,
limit: limit ,
@@ -1312,36 +1282,30 @@
+152
+153
+154
+155
+156
+157
+158
+159
+160
+161
+162
+163
+164
+165
+166
167
168
-169
-170
-171
-172
-173
-174
-175
-176
-177
-178
-179
-180
-181
-182
-183
-184
-185
-186
-187
+169
- # File 'lib/ngrokapi/services/ip_policies_client.rb', line 167
+ # File 'lib/ngrokapi/services/ip_policies_client.rb', line 152
-def list! (
- before_id: nil ,
- limit: nil ,
- url: nil
-)
+def list! ( before_id: nil , limit: nil ,
+ url: nil )
result = @client . list (
before_id: before_id ,
limit: limit ,
@@ -1462,30 +1426,22 @@
-198
-199
-200
-201
-202
-203
-204
-205
-206
-207
-208
-209
-210
-211
-212
+180
+181
+182
+183
+184
+185
+186
+187
+188
+189
+190
- # File 'lib/ngrokapi/services/ip_policies_client.rb', line 198
+ # File 'lib/ngrokapi/services/ip_policies_client.rb', line 180
-def update (
- id: " " ,
- description: nil ,
- metadata: nil
-)
+def update ( id: " " , description: nil , metadata: nil )
path = ' /ip_policies/%{id} '
replacements = {
id: id ,
@@ -1600,30 +1556,22 @@
-224
-225
-226
-227
-228
-229
-230
-231
-232
-233
-234
-235
-236
-237
-238
+202
+203
+204
+205
+206
+207
+208
+209
+210
+211
+212
- # File 'lib/ngrokapi/services/ip_policies_client.rb', line 224
+ # File 'lib/ngrokapi/services/ip_policies_client.rb', line 202
-def update! (
- id: " " ,
- description: nil ,
- metadata: nil
-)
+def update! ( id: " " , description: nil , metadata: nil )
path = ' /ip_policies/%{id} '
replacements = {
id: id ,
@@ -1644,9 +1592,9 @@
diff --git a/doc/NgrokAPI/Services/IPPolicyRulesClient.html b/doc/NgrokAPI/Services/IPPolicyRulesClient.html
index a780157..a896ac1 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.26
+ — Documentation by YARD 0.9.27
@@ -677,22 +677,12 @@
40
41
42
-43
-44
-45
-46
-47
-48
+43
# File 'lib/ngrokapi/services/ip_policy_rules_client.rb', line 32
-def create (
- description: " " ,
- metadata: " " ,
- cidr: ,
- ip_policy_id:
-)
+def create ( description: " " , metadata: " " , cidr: , ip_policy_id: )
path = ' /ip_policy_rules '
replacements = {
}
@@ -777,22 +767,18 @@
+52
+53
+54
+55
+56
57
-58
-59
-60
-61
-62
-63
-64
-65
+58
- # File 'lib/ngrokapi/services/ip_policy_rules_client.rb', line 57
+ # File 'lib/ngrokapi/services/ip_policy_rules_client.rb', line 52
-def delete (
- id: " "
-)
+def delete ( id: " " )
path = ' /ip_policy_rules/%{id} '
replacements = {
id: id ,
@@ -872,22 +858,18 @@
-75
-76
-77
-78
-79
-80
-81
-82
-83
+68
+69
+70
+71
+72
+73
+74
- # File 'lib/ngrokapi/services/ip_policy_rules_client.rb', line 75
+ # File 'lib/ngrokapi/services/ip_policy_rules_client.rb', line 68
-def delete! (
- id: " "
-)
+def delete! ( id: " " )
path = ' /ip_policy_rules/%{id} '
replacements = {
id: id ,
@@ -967,24 +949,20 @@
-92
-93
-94
-95
-96
-97
-98
-99
-100
-101
-102
+83
+84
+85
+86
+87
+88
+89
+90
+91
- # File 'lib/ngrokapi/services/ip_policy_rules_client.rb', line 92
+ # File 'lib/ngrokapi/services/ip_policy_rules_client.rb', line 83
-def get (
- id: " "
-)
+def get ( id: " " )
path = ' /ip_policy_rules/%{id} '
replacements = {
id: id ,
@@ -1066,24 +1044,20 @@
-112
-113
-114
-115
-116
-117
-118
-119
-120
-121
-122
+101
+102
+103
+104
+105
+106
+107
+108
+109
- # File 'lib/ngrokapi/services/ip_policy_rules_client.rb', line 112
+ # File 'lib/ngrokapi/services/ip_policy_rules_client.rb', line 101
-def get! (
- id: " "
-)
+def get! ( id: " " )
path = ' /ip_policy_rules/%{id} '
replacements = {
id: id ,
@@ -1191,34 +1165,28 @@
+120
+121
+122
+123
+124
+125
+126
+127
+128
+129
+130
+131
+132
133
134
-135
-136
-137
-138
-139
-140
-141
-142
-143
-144
-145
-146
-147
-148
-149
-150
-151
+135
- # File 'lib/ngrokapi/services/ip_policy_rules_client.rb', line 133
+ # File 'lib/ngrokapi/services/ip_policy_rules_client.rb', line 120
-def list (
- before_id: nil ,
- limit: nil ,
- url: nil
-)
+def list ( before_id: nil , limit: nil ,
+ url: nil )
result = @client . list (
before_id: before_id ,
limit: limit ,
@@ -1332,36 +1300,30 @@
+147
+148
+149
+150
+151
+152
+153
+154
+155
+156
+157
+158
+159
+160
+161
+162
163
-164
-165
-166
-167
-168
-169
-170
-171
-172
-173
-174
-175
-176
-177
-178
-179
-180
-181
-182
-183
+164
- # File 'lib/ngrokapi/services/ip_policy_rules_client.rb', line 163
+ # File 'lib/ngrokapi/services/ip_policy_rules_client.rb', line 147
-def list! (
- before_id: nil ,
- limit: nil ,
- url: nil
-)
+def list! ( before_id: nil , limit: nil ,
+ url: nil )
result = @client . list (
before_id: before_id ,
limit: limit ,
@@ -1500,33 +1462,23 @@
-195
-196
-197
-198
-199
-200
-201
-202
-203
-204
-205
-206
-207
-208
-209
-210
-211
+176
+177
+178
+179
+180
+181
+182
+183
+184
+185
+186
+187
- # File 'lib/ngrokapi/services/ip_policy_rules_client.rb', line 195
+ # File 'lib/ngrokapi/services/ip_policy_rules_client.rb', line 176
-def update (
- id: " " ,
- description: nil ,
- metadata: nil ,
- cidr: nil
-)
+def update ( id: " " , description: nil , metadata: nil , cidr: nil )
path = ' /ip_policy_rules/%{id} '
replacements = {
id: id ,
@@ -1660,33 +1612,23 @@
-224
-225
-226
-227
-228
-229
-230
-231
-232
-233
-234
-235
-236
-237
-238
-239
-240
+200
+201
+202
+203
+204
+205
+206
+207
+208
+209
+210
+211
- # File 'lib/ngrokapi/services/ip_policy_rules_client.rb', line 224
+ # File 'lib/ngrokapi/services/ip_policy_rules_client.rb', line 200
-def update! (
- id: " " ,
- description: nil ,
- metadata: nil ,
- cidr: nil
-)
+def update! ( id: " " , description: nil , metadata: nil , cidr: nil )
path = ' /ip_policy_rules/%{id} '
replacements = {
id: id ,
@@ -1708,9 +1650,9 @@
diff --git a/doc/NgrokAPI/Services/IPRestrictionsClient.html b/doc/NgrokAPI/Services/IPRestrictionsClient.html
index d721ae8..824c94f 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.26
+ — Documentation by YARD 0.9.27
@@ -696,24 +696,12 @@
46
47
48
-49
-50
-51
-52
-53
-54
-55
+49
# File 'lib/ngrokapi/services/ip_restrictions_client.rb', line 37
-def create (
- description: " " ,
- metadata: " " ,
- enforced: False ,
- type: ,
- ip_policy_ids:
-)
+def create ( description: " " , metadata: " " , enforced: False , type: , ip_policy_ids: )
path = ' /ip_restrictions '
replacements = {
}
@@ -799,22 +787,18 @@
-64
-65
-66
-67
-68
-69
-70
-71
-72
+58
+59
+60
+61
+62
+63
+64
- # File 'lib/ngrokapi/services/ip_restrictions_client.rb', line 64
+ # File 'lib/ngrokapi/services/ip_restrictions_client.rb', line 58
-def delete (
- id: " "
-)
+def delete ( id: " " )
path = ' /ip_restrictions/%{id} '
replacements = {
id: id ,
@@ -894,22 +878,18 @@
-82
-83
-84
-85
-86
-87
-88
-89
-90
+74
+75
+76
+77
+78
+79
+80
- # File 'lib/ngrokapi/services/ip_restrictions_client.rb', line 82
+ # File 'lib/ngrokapi/services/ip_restrictions_client.rb', line 74
-def delete! (
- id: " "
-)
+def delete! ( id: " " )
path = ' /ip_restrictions/%{id} '
replacements = {
id: id ,
@@ -989,24 +969,20 @@
-99
-100
-101
-102
-103
-104
-105
-106
-107
-108
-109
+89
+90
+91
+92
+93
+94
+95
+96
+97
- # File 'lib/ngrokapi/services/ip_restrictions_client.rb', line 99
+ # File 'lib/ngrokapi/services/ip_restrictions_client.rb', line 89
-def get (
- id: " "
-)
+def get ( id: " " )
path = ' /ip_restrictions/%{id} '
replacements = {
id: id ,
@@ -1088,24 +1064,20 @@
-119
-120
-121
-122
-123
-124
-125
-126
-127
-128
-129
+107
+108
+109
+110
+111
+112
+113
+114
+115
- # File 'lib/ngrokapi/services/ip_restrictions_client.rb', line 119
+ # File 'lib/ngrokapi/services/ip_restrictions_client.rb', line 107
-def get! (
- id: " "
-)
+def get! ( id: " " )
path = ' /ip_restrictions/%{id} '
replacements = {
id: id ,
@@ -1213,34 +1185,28 @@
+126
+127
+128
+129
+130
+131
+132
+133
+134
+135
+136
+137
+138
+139
140
-141
-142
-143
-144
-145
-146
-147
-148
-149
-150
-151
-152
-153
-154
-155
-156
-157
-158
+141
- # File 'lib/ngrokapi/services/ip_restrictions_client.rb', line 140
+ # File 'lib/ngrokapi/services/ip_restrictions_client.rb', line 126
-def list (
- before_id: nil ,
- limit: nil ,
- url: nil
-)
+def list ( before_id: nil , limit: nil ,
+ url: nil )
result = @client . list (
before_id: before_id ,
limit: limit ,
@@ -1354,36 +1320,30 @@
-170
-171
-172
-173
-174
-175
-176
-177
-178
-179
-180
-181
-182
-183
-184
-185
-186
-187
-188
-189
-190
+153
+154
+155
+156
+157
+158
+159
+160
+161
+162
+163
+164
+165
+166
+167
+168
+169
+170
- # File 'lib/ngrokapi/services/ip_restrictions_client.rb', line 170
+ # File 'lib/ngrokapi/services/ip_restrictions_client.rb', line 153
-def list! (
- before_id: nil ,
- limit: nil ,
- url: nil
-)
+def list! ( before_id: nil , limit: nil ,
+ url: nil )
result = @client . list (
before_id: before_id ,
limit: limit ,
@@ -1540,36 +1500,24 @@
-203
-204
-205
-206
-207
-208
-209
-210
-211
-212
-213
-214
-215
-216
-217
-218
-219
-220
-221
+183
+184
+185
+186
+187
+188
+189
+190
+191
+192
+193
+194
+195
- # File 'lib/ngrokapi/services/ip_restrictions_client.rb', line 203
+ # File 'lib/ngrokapi/services/ip_restrictions_client.rb', line 183
-def update (
- id: " " ,
- description: nil ,
- metadata: nil ,
- enforced: nil ,
- ip_policy_ids: [ ]
-)
+def update ( id: " " , description: nil , metadata: nil , enforced: nil , ip_policy_ids: [ ] )
path = ' /ip_restrictions/%{id} '
replacements = {
id: id ,
@@ -1722,36 +1670,24 @@
-235
-236
-237
-238
-239
-240
-241
-242
-243
-244
-245
-246
-247
-248
-249
-250
-251
-252
-253
+209
+210
+211
+212
+213
+214
+215
+216
+217
+218
+219
+220
+221
- # File 'lib/ngrokapi/services/ip_restrictions_client.rb', line 235
+ # File 'lib/ngrokapi/services/ip_restrictions_client.rb', line 209
-def update! (
- id: " " ,
- description: nil ,
- metadata: nil ,
- enforced: nil ,
- ip_policy_ids: [ ]
-)
+def update! ( id: " " , description: nil , metadata: nil , enforced: nil , ip_policy_ids: [ ] )
path = ' /ip_restrictions/%{id} '
replacements = {
id: id ,
@@ -1774,9 +1710,9 @@
diff --git a/doc/NgrokAPI/Services/ReservedAddrsClient.html b/doc/NgrokAPI/Services/ReservedAddrsClient.html
index 3923910..b98a151 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.26
+ — Documentation by YARD 0.9.27
@@ -207,7 +207,7 @@
- #create (description: "", metadata: "", region: "", endpoint_configuration_id: "") ⇒ NgrokAPI::Models::ReservedAddr
+ #create (description: "", metadata: "", region: "", endpoint_configuration_id: nil) ⇒ NgrokAPI::Models::ReservedAddr
@@ -599,7 +599,7 @@
- #create (description: "", metadata: "", region: "", endpoint_configuration_id: "") ⇒ NgrokAPI::Models::ReservedAddr
+ #create (description: "", metadata: "", region: "", endpoint_configuration_id: nil) ⇒ NgrokAPI::Models::ReservedAddr
@@ -681,7 +681,7 @@
(string )
- (defaults to: "" )
+ (defaults to: nil )
—
@@ -729,22 +729,12 @@
41
42
43
-44
-45
-46
-47
-48
-49
+44
# File 'lib/ngrokapi/services/reserved_addrs_client.rb', line 33
-def create (
- description: " " ,
- metadata: " " ,
- region: " " ,
- endpoint_configuration_id: " "
-)
+def create ( description: " " , metadata: " " , region: " " , endpoint_configuration_id: nil )
path = ' /reserved_addrs '
replacements = {
}
@@ -829,22 +819,18 @@
+53
+54
+55
+56
+57
58
-59
-60
-61
-62
-63
-64
-65
-66
+59
- # File 'lib/ngrokapi/services/reserved_addrs_client.rb', line 58
+ # File 'lib/ngrokapi/services/reserved_addrs_client.rb', line 53
-def delete (
- id: " "
-)
+def delete ( id: " " )
path = ' /reserved_addrs/%{id} '
replacements = {
id: id ,
@@ -924,22 +910,18 @@
-76
-77
-78
-79
-80
-81
-82
-83
-84
+69
+70
+71
+72
+73
+74
+75
- # File 'lib/ngrokapi/services/reserved_addrs_client.rb', line 76
+ # File 'lib/ngrokapi/services/reserved_addrs_client.rb', line 69
-def delete! (
- id: " "
-)
+def delete! ( id: " " )
path = ' /reserved_addrs/%{id} '
replacements = {
id: id ,
@@ -1019,22 +1001,18 @@
-250
-251
-252
-253
-254
-255
-256
-257
-258
+221
+222
+223
+224
+225
+226
+227
- # File 'lib/ngrokapi/services/reserved_addrs_client.rb', line 250
+ # File 'lib/ngrokapi/services/reserved_addrs_client.rb', line 221
-def delete_endpoint_config (
- id: " "
-)
+def delete_endpoint_config ( id: " " )
path = ' /reserved_addrs/%{id}/endpoint_configuration '
replacements = {
id: id ,
@@ -1114,22 +1092,18 @@
-268
-269
-270
-271
-272
-273
-274
-275
-276
+237
+238
+239
+240
+241
+242
+243
- # File 'lib/ngrokapi/services/reserved_addrs_client.rb', line 268
+ # File 'lib/ngrokapi/services/reserved_addrs_client.rb', line 237
-def delete_endpoint_config! (
- id: " "
-)
+def delete_endpoint_config! ( id: " " )
path = ' /reserved_addrs/%{id}/endpoint_configuration '
replacements = {
id: id ,
@@ -1209,24 +1183,20 @@
-93
-94
-95
-96
-97
-98
-99
-100
-101
-102
-103
+84
+85
+86
+87
+88
+89
+90
+91
+92
- # File 'lib/ngrokapi/services/reserved_addrs_client.rb', line 93
+ # File 'lib/ngrokapi/services/reserved_addrs_client.rb', line 84
-def get (
- id: " "
-)
+def get ( id: " " )
path = ' /reserved_addrs/%{id} '
replacements = {
id: id ,
@@ -1308,24 +1278,20 @@
-113
-114
-115
-116
-117
-118
-119
-120
-121
-122
-123
+102
+103
+104
+105
+106
+107
+108
+109
+110
- # File 'lib/ngrokapi/services/reserved_addrs_client.rb', line 113
+ # File 'lib/ngrokapi/services/reserved_addrs_client.rb', line 102
-def get! (
- id: " "
-)
+def get! ( id: " " )
path = ' /reserved_addrs/%{id} '
replacements = {
id: id ,
@@ -1433,34 +1399,28 @@
+121
+122
+123
+124
+125
+126
+127
+128
+129
+130
+131
+132
+133
134
135
-136
-137
-138
-139
-140
-141
-142
-143
-144
-145
-146
-147
-148
-149
-150
-151
-152
+136
- # File 'lib/ngrokapi/services/reserved_addrs_client.rb', line 134
+ # File 'lib/ngrokapi/services/reserved_addrs_client.rb', line 121
-def list (
- before_id: nil ,
- limit: nil ,
- url: nil
-)
+def list ( before_id: nil , limit: nil ,
+ url: nil )
result = @client . list (
before_id: before_id ,
limit: limit ,
@@ -1574,36 +1534,30 @@
+148
+149
+150
+151
+152
+153
+154
+155
+156
+157
+158
+159
+160
+161
+162
+163
164
-165
-166
-167
-168
-169
-170
-171
-172
-173
-174
-175
-176
-177
-178
-179
-180
-181
-182
-183
-184
+165
- # File 'lib/ngrokapi/services/reserved_addrs_client.rb', line 164
+ # File 'lib/ngrokapi/services/reserved_addrs_client.rb', line 148
-def list! (
- before_id: nil ,
- limit: nil ,
- url: nil
-)
+def list! ( before_id: nil , limit: nil ,
+ url: nil )
result = @client . list (
before_id: before_id ,
limit: limit ,
@@ -1742,33 +1696,23 @@
-196
-197
-198
-199
-200
-201
-202
-203
-204
-205
-206
-207
-208
-209
-210
-211
-212
+177
+178
+179
+180
+181
+182
+183
+184
+185
+186
+187
+188
- # File 'lib/ngrokapi/services/reserved_addrs_client.rb', line 196
+ # File 'lib/ngrokapi/services/reserved_addrs_client.rb', line 177
-def update (
- id: " " ,
- description: nil ,
- metadata: nil ,
- endpoint_configuration_id: nil
-)
+def update ( id: " " , description: nil , metadata: nil , endpoint_configuration_id: nil )
path = ' /reserved_addrs/%{id} '
replacements = {
id: id ,
@@ -1902,33 +1846,23 @@
-225
-226
-227
-228
-229
-230
-231
-232
-233
-234
-235
-236
-237
-238
-239
-240
-241
+201
+202
+203
+204
+205
+206
+207
+208
+209
+210
+211
+212
- # File 'lib/ngrokapi/services/reserved_addrs_client.rb', line 225
+ # File 'lib/ngrokapi/services/reserved_addrs_client.rb', line 201
-def update! (
- id: " " ,
- description: nil ,
- metadata: nil ,
- endpoint_configuration_id: nil
-)
+def update! ( id: " " , description: nil , metadata: nil , endpoint_configuration_id: nil )
path = ' /reserved_addrs/%{id} '
replacements = {
id: id ,
@@ -1950,9 +1884,9 @@
diff --git a/doc/NgrokAPI/Services/ReservedDomainsClient.html b/doc/NgrokAPI/Services/ReservedDomainsClient.html
index 50a9de3..9c2d3f8 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.26
+ — Documentation by YARD 0.9.27
@@ -947,30 +947,12 @@
50
51
52
-53
-54
-55
-56
-57
-58
-59
-60
-61
-62
+53
# File 'lib/ngrokapi/services/reserved_domains_client.rb', line 38
-def create (
- name: ,
- region: " " ,
- description: " " ,
- metadata: " " ,
- http_endpoint_configuration_id: nil ,
- https_endpoint_configuration_id: nil ,
- certificate_id: nil ,
- certificate_management_policy: nil
-)
+def create ( name: , region: " " , description: " " , metadata: " " , http_endpoint_configuration_id: nil , https_endpoint_configuration_id: nil , certificate_id: nil , certificate_management_policy: nil )
path = ' /reserved_domains '
replacements = {
}
@@ -1059,22 +1041,18 @@
-71
-72
-73
-74
-75
-76
-77
-78
-79
+62
+63
+64
+65
+66
+67
+68
- # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 71
+ # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 62
-def delete (
- id: " "
-)
+def delete ( id: " " )
path = ' /reserved_domains/%{id} '
replacements = {
id: id ,
@@ -1154,22 +1132,18 @@
-89
-90
-91
-92
-93
-94
-95
-96
-97
+78
+79
+80
+81
+82
+83
+84
- # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 89
+ # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 78
-def delete! (
- id: " "
-)
+def delete! ( id: " " )
path = ' /reserved_domains/%{id} '
replacements = {
id: id ,
@@ -1249,22 +1223,18 @@
-316
-317
-318
-319
-320
-321
-322
-323
-324
+273
+274
+275
+276
+277
+278
+279
- # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 316
+ # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 273
-def delete_certificate (
- id: " "
-)
+def delete_certificate ( id: " " )
path = ' /reserved_domains/%{id}/certificate '
replacements = {
id: id ,
@@ -1344,22 +1314,18 @@
-334
-335
-336
-337
-338
-339
-340
-341
-342
+289
+290
+291
+292
+293
+294
+295
- # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 334
+ # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 289
-def delete_certificate! (
- id: " "
-)
+def delete_certificate! ( id: " " )
path = ' /reserved_domains/%{id}/certificate '
replacements = {
id: id ,
@@ -1439,22 +1405,18 @@
-281
-282
-283
-284
-285
-286
-287
-288
-289
+242
+243
+244
+245
+246
+247
+248
- # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 281
+ # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 242
-def delete_certificate_management_policy (
- id: " "
-)
+def delete_certificate_management_policy ( id: " " )
path = ' /reserved_domains/%{id}/certificate_management_policy '
replacements = {
id: id ,
@@ -1534,22 +1496,18 @@
-299
-300
-301
-302
-303
-304
-305
-306
-307
+258
+259
+260
+261
+262
+263
+264
- # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 299
+ # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 258
-def delete_certificate_management_policy! (
- id: " "
-)
+def delete_certificate_management_policy! ( id: " " )
path = ' /reserved_domains/%{id}/certificate_management_policy '
replacements = {
id: id ,
@@ -1629,22 +1587,18 @@
-351
-352
-353
-354
-355
-356
-357
-358
-359
+304
+305
+306
+307
+308
+309
+310
- # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 351
+ # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 304
-def delete_http_endpoint_config (
- id: " "
-)
+def delete_http_endpoint_config ( id: " " )
path = ' /reserved_domains/%{id}/http_endpoint_configuration '
replacements = {
id: id ,
@@ -1724,22 +1678,18 @@
-369
-370
-371
-372
-373
-374
-375
-376
-377
+320
+321
+322
+323
+324
+325
+326
- # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 369
+ # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 320
-def delete_http_endpoint_config! (
- id: " "
-)
+def delete_http_endpoint_config! ( id: " " )
path = ' /reserved_domains/%{id}/http_endpoint_configuration '
replacements = {
id: id ,
@@ -1819,22 +1769,18 @@
-386
-387
-388
-389
-390
-391
-392
-393
-394
+335
+336
+337
+338
+339
+340
+341
- # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 386
+ # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 335
-def delete_https_endpoint_config (
- id: " "
-)
+def delete_https_endpoint_config ( id: " " )
path = ' /reserved_domains/%{id}/https_endpoint_configuration '
replacements = {
id: id ,
@@ -1914,22 +1860,18 @@
-404
-405
-406
-407
-408
-409
-410
-411
-412
+351
+352
+353
+354
+355
+356
+357
- # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 404
+ # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 351
-def delete_https_endpoint_config! (
- id: " "
-)
+def delete_https_endpoint_config! ( id: " " )
path = ' /reserved_domains/%{id}/https_endpoint_configuration '
replacements = {
id: id ,
@@ -2009,24 +1951,20 @@
-106
-107
-108
-109
-110
-111
-112
-113
-114
-115
-116
+93
+94
+95
+96
+97
+98
+99
+100
+101
- # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 106
+ # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 93
-def get (
- id: " "
-)
+def get ( id: " " )
path = ' /reserved_domains/%{id} '
replacements = {
id: id ,
@@ -2108,24 +2046,20 @@
-126
-127
-128
-129
-130
-131
-132
-133
-134
-135
-136
+111
+112
+113
+114
+115
+116
+117
+118
+119
- # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 126
+ # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 111
-def get! (
- id: " "
-)
+def get! ( id: " " )
path = ' /reserved_domains/%{id} '
replacements = {
id: id ,
@@ -2233,34 +2167,28 @@
-147
-148
-149
-150
-151
-152
-153
-154
-155
-156
-157
-158
-159
-160
-161
-162
-163
-164
-165
+130
+131
+132
+133
+134
+135
+136
+137
+138
+139
+140
+141
+142
+143
+144
+145
- # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 147
+ # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 130
-def list (
- before_id: nil ,
- limit: nil ,
- url: nil
-)
+def list ( before_id: nil , limit: nil ,
+ url: nil )
result = @client . list (
before_id: before_id ,
limit: limit ,
@@ -2374,36 +2302,30 @@
-177
-178
-179
-180
-181
-182
-183
-184
-185
-186
-187
-188
-189
-190
-191
-192
-193
-194
-195
-196
-197
+157
+158
+159
+160
+161
+162
+163
+164
+165
+166
+167
+168
+169
+170
+171
+172
+173
+174
- # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 177
+ # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 157
-def list! (
- before_id: nil ,
- limit: nil ,
- url: nil
-)
+def list! ( before_id: nil , limit: nil ,
+ url: nil )
result = @client . list (
before_id: before_id ,
limit: limit ,
@@ -2596,42 +2518,26 @@
-212
-213
-214
-215
-216
-217
-218
-219
-220
-221
-222
-223
-224
-225
-226
-227
-228
-229
-230
-231
-232
-233
-234
+189
+190
+191
+192
+193
+194
+195
+196
+197
+198
+199
+200
+201
+202
+203
- # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 212
+ # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 189
-def update (
- id: " " ,
- description: nil ,
- metadata: nil ,
- http_endpoint_configuration_id: nil ,
- https_endpoint_configuration_id: nil ,
- certificate_id: nil ,
- certificate_management_policy: nil
-)
+def update ( id: " " , description: nil , metadata: nil , http_endpoint_configuration_id: nil , https_endpoint_configuration_id: nil , certificate_id: nil , certificate_management_policy: nil )
path = ' /reserved_domains/%{id} '
replacements = {
id: id ,
@@ -2822,42 +2728,26 @@
-250
-251
-252
-253
-254
-255
-256
-257
-258
-259
-260
-261
-262
-263
-264
-265
-266
-267
-268
-269
-270
-271
-272
+219
+220
+221
+222
+223
+224
+225
+226
+227
+228
+229
+230
+231
+232
+233
- # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 250
+ # File 'lib/ngrokapi/services/reserved_domains_client.rb', line 219
-def update! (
- id: " " ,
- description: nil ,
- metadata: nil ,
- http_endpoint_configuration_id: nil ,
- https_endpoint_configuration_id: nil ,
- certificate_id: nil ,
- certificate_management_policy: nil
-)
+def update! ( id: " " , description: nil , metadata: nil , http_endpoint_configuration_id: nil , https_endpoint_configuration_id: nil , certificate_id: nil , certificate_management_policy: nil )
path = ' /reserved_domains/%{id} '
replacements = {
id: id ,
@@ -2882,9 +2772,9 @@
diff --git a/doc/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html b/doc/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html
index f366758..229d54b 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.26
+ — Documentation by YARD 0.9.27
@@ -700,24 +700,12 @@
42
43
44
-45
-46
-47
-48
-49
-50
-51
+45
# File 'lib/ngrokapi/services/ssh_certificate_authorities_client.rb', line 33
-def create (
- description: " " ,
- metadata: " " ,
- private_key_type: " " ,
- elliptic_curve: " " ,
- key_size: 0
-)
+def create ( description: " " , metadata: " " , private_key_type: " " , elliptic_curve: " " , key_size: 0 )
path = ' /ssh_certificate_authorities '
replacements = {
}
@@ -803,22 +791,18 @@
-60
-61
-62
-63
-64
-65
-66
-67
-68
+54
+55
+56
+57
+58
+59
+60
- # File 'lib/ngrokapi/services/ssh_certificate_authorities_client.rb', line 60
+ # File 'lib/ngrokapi/services/ssh_certificate_authorities_client.rb', line 54
-def delete (
- id: " "
-)
+def delete ( id: " " )
path = ' /ssh_certificate_authorities/%{id} '
replacements = {
id: id ,
@@ -898,22 +882,18 @@
-78
-79
-80
-81
-82
-83
-84
-85
-86
+70
+71
+72
+73
+74
+75
+76
- # File 'lib/ngrokapi/services/ssh_certificate_authorities_client.rb', line 78
+ # File 'lib/ngrokapi/services/ssh_certificate_authorities_client.rb', line 70
-def delete! (
- id: " "
-)
+def delete! ( id: " " )
path = ' /ssh_certificate_authorities/%{id} '
replacements = {
id: id ,
@@ -993,24 +973,20 @@
-95
-96
-97
-98
-99
-100
-101
-102
-103
-104
-105
+85
+86
+87
+88
+89
+90
+91
+92
+93
- # File 'lib/ngrokapi/services/ssh_certificate_authorities_client.rb', line 95
+ # File 'lib/ngrokapi/services/ssh_certificate_authorities_client.rb', line 85
-def get (
- id: " "
-)
+def get ( id: " " )
path = ' /ssh_certificate_authorities/%{id} '
replacements = {
id: id ,
@@ -1092,24 +1068,20 @@
-115
-116
-117
-118
-119
-120
-121
-122
-123
-124
-125
+103
+104
+105
+106
+107
+108
+109
+110
+111
- # File 'lib/ngrokapi/services/ssh_certificate_authorities_client.rb', line 115
+ # File 'lib/ngrokapi/services/ssh_certificate_authorities_client.rb', line 103
-def get! (
- id: " "
-)
+def get! ( id: " " )
path = ' /ssh_certificate_authorities/%{id} '
replacements = {
id: id ,
@@ -1217,34 +1189,28 @@
+122
+123
+124
+125
+126
+127
+128
+129
+130
+131
+132
+133
+134
+135
136
-137
-138
-139
-140
-141
-142
-143
-144
-145
-146
-147
-148
-149
-150
-151
-152
-153
-154
+137
- # File 'lib/ngrokapi/services/ssh_certificate_authorities_client.rb', line 136
+ # File 'lib/ngrokapi/services/ssh_certificate_authorities_client.rb', line 122
-def list (
- before_id: nil ,
- limit: nil ,
- url: nil
-)
+def list ( before_id: nil , limit: nil ,
+ url: nil )
result = @client . list (
before_id: before_id ,
limit: limit ,
@@ -1358,36 +1324,30 @@
-166
-167
-168
-169
-170
-171
-172
-173
-174
-175
-176
-177
-178
-179
-180
-181
-182
-183
-184
-185
-186
+149
+150
+151
+152
+153
+154
+155
+156
+157
+158
+159
+160
+161
+162
+163
+164
+165
+166
- # File 'lib/ngrokapi/services/ssh_certificate_authorities_client.rb', line 166
+ # File 'lib/ngrokapi/services/ssh_certificate_authorities_client.rb', line 149
-def list! (
- before_id: nil ,
- limit: nil ,
- url: nil
-)
+def list! ( before_id: nil , limit: nil ,
+ url: nil )
result = @client . list (
before_id: before_id ,
limit: limit ,
@@ -1508,30 +1468,22 @@
-197
-198
-199
-200
-201
-202
-203
-204
-205
-206
-207
-208
-209
-210
-211
+177
+178
+179
+180
+181
+182
+183
+184
+185
+186
+187
- # File 'lib/ngrokapi/services/ssh_certificate_authorities_client.rb', line 197
+ # File 'lib/ngrokapi/services/ssh_certificate_authorities_client.rb', line 177
-def update (
- id: " " ,
- description: nil ,
- metadata: nil
-)
+def update ( id: " " , description: nil , metadata: nil )
path = ' /ssh_certificate_authorities/%{id} '
replacements = {
id: id ,
@@ -1646,30 +1598,22 @@
-223
-224
-225
-226
-227
-228
-229
-230
-231
-232
-233
-234
-235
-236
-237
+199
+200
+201
+202
+203
+204
+205
+206
+207
+208
+209
- # File 'lib/ngrokapi/services/ssh_certificate_authorities_client.rb', line 223
+ # File 'lib/ngrokapi/services/ssh_certificate_authorities_client.rb', line 199
-def update! (
- id: " " ,
- description: nil ,
- metadata: nil
-)
+def update! ( id: " " , description: nil , metadata: nil )
path = ' /ssh_certificate_authorities/%{id} '
replacements = {
id: id ,
@@ -1690,9 +1634,9 @@
diff --git a/doc/NgrokAPI/Services/SSHCredentialsClient.html b/doc/NgrokAPI/Services/SSHCredentialsClient.html
index 46d2c67..92cae77 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.26
+ — Documentation by YARD 0.9.27
@@ -679,22 +679,12 @@
41
42
43
-44
-45
-46
-47
-48
-49
+44
# File 'lib/ngrokapi/services/ssh_credentials_client.rb', line 33
-def create (
- description: " " ,
- metadata: " " ,
- acl: [ ] ,
- public_key:
-)
+def create ( description: " " , metadata: " " , acl: [ ] , public_key: )
path = ' /ssh_credentials '
replacements = {
}
@@ -779,22 +769,18 @@
+53
+54
+55
+56
+57
58
-59
-60
-61
-62
-63
-64
-65
-66
+59
- # File 'lib/ngrokapi/services/ssh_credentials_client.rb', line 58
+ # File 'lib/ngrokapi/services/ssh_credentials_client.rb', line 53
-def delete (
- id: " "
-)
+def delete ( id: " " )
path = ' /ssh_credentials/%{id} '
replacements = {
id: id ,
@@ -874,22 +860,18 @@
-76
-77
-78
-79
-80
-81
-82
-83
-84
+69
+70
+71
+72
+73
+74
+75
- # File 'lib/ngrokapi/services/ssh_credentials_client.rb', line 76
+ # File 'lib/ngrokapi/services/ssh_credentials_client.rb', line 69
-def delete! (
- id: " "
-)
+def delete! ( id: " " )
path = ' /ssh_credentials/%{id} '
replacements = {
id: id ,
@@ -969,24 +951,20 @@
-93
-94
-95
-96
-97
-98
-99
-100
-101
-102
-103
+84
+85
+86
+87
+88
+89
+90
+91
+92
- # File 'lib/ngrokapi/services/ssh_credentials_client.rb', line 93
+ # File 'lib/ngrokapi/services/ssh_credentials_client.rb', line 84
-def get (
- id: " "
-)
+def get ( id: " " )
path = ' /ssh_credentials/%{id} '
replacements = {
id: id ,
@@ -1068,24 +1046,20 @@
-113
-114
-115
-116
-117
-118
-119
-120
-121
-122
-123
+102
+103
+104
+105
+106
+107
+108
+109
+110
- # File 'lib/ngrokapi/services/ssh_credentials_client.rb', line 113
+ # File 'lib/ngrokapi/services/ssh_credentials_client.rb', line 102
-def get! (
- id: " "
-)
+def get! ( id: " " )
path = ' /ssh_credentials/%{id} '
replacements = {
id: id ,
@@ -1193,34 +1167,28 @@
+121
+122
+123
+124
+125
+126
+127
+128
+129
+130
+131
+132
+133
134
135
-136
-137
-138
-139
-140
-141
-142
-143
-144
-145
-146
-147
-148
-149
-150
-151
-152
+136
- # File 'lib/ngrokapi/services/ssh_credentials_client.rb', line 134
+ # File 'lib/ngrokapi/services/ssh_credentials_client.rb', line 121
-def list (
- before_id: nil ,
- limit: nil ,
- url: nil
-)
+def list ( before_id: nil , limit: nil ,
+ url: nil )
result = @client . list (
before_id: before_id ,
limit: limit ,
@@ -1334,36 +1302,30 @@
+148
+149
+150
+151
+152
+153
+154
+155
+156
+157
+158
+159
+160
+161
+162
+163
164
-165
-166
-167
-168
-169
-170
-171
-172
-173
-174
-175
-176
-177
-178
-179
-180
-181
-182
-183
-184
+165
- # File 'lib/ngrokapi/services/ssh_credentials_client.rb', line 164
+ # File 'lib/ngrokapi/services/ssh_credentials_client.rb', line 148
-def list! (
- before_id: nil ,
- limit: nil ,
- url: nil
-)
+def list! ( before_id: nil , limit: nil ,
+ url: nil )
result = @client . list (
before_id: before_id ,
limit: limit ,
@@ -1502,33 +1464,23 @@
-196
-197
-198
-199
-200
-201
-202
-203
-204
-205
-206
-207
-208
-209
-210
-211
-212
+177
+178
+179
+180
+181
+182
+183
+184
+185
+186
+187
+188
- # File 'lib/ngrokapi/services/ssh_credentials_client.rb', line 196
+ # File 'lib/ngrokapi/services/ssh_credentials_client.rb', line 177
-def update (
- id: " " ,
- description: nil ,
- metadata: nil ,
- acl: nil
-)
+def update ( id: " " , description: nil , metadata: nil , acl: nil )
path = ' /ssh_credentials/%{id} '
replacements = {
id: id ,
@@ -1662,33 +1614,23 @@
-225
-226
-227
-228
-229
-230
-231
-232
-233
-234
-235
-236
-237
-238
-239
-240
-241
+201
+202
+203
+204
+205
+206
+207
+208
+209
+210
+211
+212
- # File 'lib/ngrokapi/services/ssh_credentials_client.rb', line 225
+ # File 'lib/ngrokapi/services/ssh_credentials_client.rb', line 201
-def update! (
- id: " " ,
- description: nil ,
- metadata: nil ,
- acl: nil
-)
+def update! ( id: " " , description: nil , metadata: nil , acl: nil )
path = ' /ssh_credentials/%{id} '
replacements = {
id: id ,
@@ -1710,9 +1652,9 @@
diff --git a/doc/NgrokAPI/Services/SSHHostCertificatesClient.html b/doc/NgrokAPI/Services/SSHHostCertificatesClient.html
index 2ab3486..965f6bf 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.26
+ — Documentation by YARD 0.9.27
@@ -734,28 +734,12 @@
47
48
49
-50
-51
-52
-53
-54
-55
-56
-57
-58
+50
# File 'lib/ngrokapi/services/ssh_host_certificates_client.rb', line 36
-def create (
- ssh_certificate_authority_id: ,
- public_key: ,
- principals: [ ] ,
- valid_after: " " ,
- valid_until: " " ,
- description: " " ,
- metadata: " "
-)
+def create ( ssh_certificate_authority_id: , public_key: , principals: [ ] , valid_after: " " , valid_until: " " , description: " " , metadata: " " )
path = ' /ssh_host_certificates '
replacements = {
}
@@ -843,22 +827,18 @@
-67
-68
-69
-70
-71
-72
-73
-74
-75
+59
+60
+61
+62
+63
+64
+65
- # File 'lib/ngrokapi/services/ssh_host_certificates_client.rb', line 67
+ # File 'lib/ngrokapi/services/ssh_host_certificates_client.rb', line 59
-def delete (
- id: " "
-)
+def delete ( id: " " )
path = ' /ssh_host_certificates/%{id} '
replacements = {
id: id ,
@@ -938,22 +918,18 @@
-85
-86
-87
-88
-89
-90
-91
-92
-93
+75
+76
+77
+78
+79
+80
+81
- # File 'lib/ngrokapi/services/ssh_host_certificates_client.rb', line 85
+ # File 'lib/ngrokapi/services/ssh_host_certificates_client.rb', line 75
-def delete! (
- id: " "
-)
+def delete! ( id: " " )
path = ' /ssh_host_certificates/%{id} '
replacements = {
id: id ,
@@ -1033,24 +1009,20 @@
-102
-103
-104
-105
-106
-107
-108
-109
-110
-111
-112
+90
+91
+92
+93
+94
+95
+96
+97
+98
- # File 'lib/ngrokapi/services/ssh_host_certificates_client.rb', line 102
+ # File 'lib/ngrokapi/services/ssh_host_certificates_client.rb', line 90
-def get (
- id: " "
-)
+def get ( id: " " )
path = ' /ssh_host_certificates/%{id} '
replacements = {
id: id ,
@@ -1132,24 +1104,20 @@
-122
-123
-124
-125
-126
-127
-128
-129
-130
-131
-132
+108
+109
+110
+111
+112
+113
+114
+115
+116
- # File 'lib/ngrokapi/services/ssh_host_certificates_client.rb', line 122
+ # File 'lib/ngrokapi/services/ssh_host_certificates_client.rb', line 108
-def get! (
- id: " "
-)
+def get! ( id: " " )
path = ' /ssh_host_certificates/%{id} '
replacements = {
id: id ,
@@ -1257,34 +1225,28 @@
-143
-144
-145
-146
-147
-148
-149
-150
-151
-152
-153
-154
-155
-156
-157
-158
-159
-160
-161
+127
+128
+129
+130
+131
+132
+133
+134
+135
+136
+137
+138
+139
+140
+141
+142
- # File 'lib/ngrokapi/services/ssh_host_certificates_client.rb', line 143
+ # File 'lib/ngrokapi/services/ssh_host_certificates_client.rb', line 127
-def list (
- before_id: nil ,
- limit: nil ,
- url: nil
-)
+def list ( before_id: nil , limit: nil ,
+ url: nil )
result = @client . list (
before_id: before_id ,
limit: limit ,
@@ -1398,36 +1360,30 @@
-173
-174
-175
-176
-177
-178
-179
-180
-181
-182
-183
-184
-185
-186
-187
-188
-189
-190
-191
-192
-193
+154
+155
+156
+157
+158
+159
+160
+161
+162
+163
+164
+165
+166
+167
+168
+169
+170
+171
- # File 'lib/ngrokapi/services/ssh_host_certificates_client.rb', line 173
+ # File 'lib/ngrokapi/services/ssh_host_certificates_client.rb', line 154
-def list! (
- before_id: nil ,
- limit: nil ,
- url: nil
-)
+def list! ( before_id: nil , limit: nil ,
+ url: nil )
result = @client . list (
before_id: before_id ,
limit: limit ,
@@ -1548,30 +1504,22 @@
-204
-205
-206
-207
-208
-209
-210
-211
-212
-213
-214
-215
-216
-217
-218
+182
+183
+184
+185
+186
+187
+188
+189
+190
+191
+192
- # File 'lib/ngrokapi/services/ssh_host_certificates_client.rb', line 204
+ # File 'lib/ngrokapi/services/ssh_host_certificates_client.rb', line 182
-def update (
- id: " " ,
- description: nil ,
- metadata: nil
-)
+def update ( id: " " , description: nil , metadata: nil )
path = ' /ssh_host_certificates/%{id} '
replacements = {
id: id ,
@@ -1686,30 +1634,22 @@
-230
-231
-232
-233
-234
-235
-236
-237
-238
-239
-240
-241
-242
-243
-244
+204
+205
+206
+207
+208
+209
+210
+211
+212
+213
+214
- # File 'lib/ngrokapi/services/ssh_host_certificates_client.rb', line 230
+ # File 'lib/ngrokapi/services/ssh_host_certificates_client.rb', line 204
-def update! (
- id: " " ,
- description: nil ,
- metadata: nil
-)
+def update! ( id: " " , description: nil , metadata: nil )
path = ' /ssh_host_certificates/%{id} '
replacements = {
id: id ,
@@ -1730,9 +1670,9 @@
diff --git a/doc/NgrokAPI/Services/SSHUserCertificatesClient.html b/doc/NgrokAPI/Services/SSHUserCertificatesClient.html
index b9e161a..19911e7 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.26
+ — Documentation by YARD 0.9.27
@@ -772,32 +772,12 @@
51
52
53
-54
-55
-56
-57
-58
-59
-60
-61
-62
-63
-64
+54
# File 'lib/ngrokapi/services/ssh_user_certificates_client.rb', line 38
-def create (
- ssh_certificate_authority_id: ,
- public_key: ,
- principals: [ ] ,
- critical_options: { } ,
- extensions: { } ,
- valid_after: " " ,
- valid_until: " " ,
- description: " " ,
- metadata: " "
-)
+def create ( ssh_certificate_authority_id: , public_key: , principals: [ ] , critical_options: { } , extensions: { } , valid_after: " " , valid_until: " " , description: " " , metadata: " " )
path = ' /ssh_user_certificates '
replacements = {
}
@@ -887,22 +867,18 @@
-73
-74
-75
-76
-77
-78
-79
-80
-81
+63
+64
+65
+66
+67
+68
+69
- # File 'lib/ngrokapi/services/ssh_user_certificates_client.rb', line 73
+ # File 'lib/ngrokapi/services/ssh_user_certificates_client.rb', line 63
-def delete (
- id: " "
-)
+def delete ( id: " " )
path = ' /ssh_user_certificates/%{id} '
replacements = {
id: id ,
@@ -982,22 +958,18 @@
-91
-92
-93
-94
-95
-96
-97
-98
-99
+79
+80
+81
+82
+83
+84
+85
- # File 'lib/ngrokapi/services/ssh_user_certificates_client.rb', line 91
+ # File 'lib/ngrokapi/services/ssh_user_certificates_client.rb', line 79
-def delete! (
- id: " "
-)
+def delete! ( id: " " )
path = ' /ssh_user_certificates/%{id} '
replacements = {
id: id ,
@@ -1077,24 +1049,20 @@
-108
-109
-110
-111
-112
-113
-114
-115
-116
-117
-118
+94
+95
+96
+97
+98
+99
+100
+101
+102
- # File 'lib/ngrokapi/services/ssh_user_certificates_client.rb', line 108
+ # File 'lib/ngrokapi/services/ssh_user_certificates_client.rb', line 94
-def get (
- id: " "
-)
+def get ( id: " " )
path = ' /ssh_user_certificates/%{id} '
replacements = {
id: id ,
@@ -1176,24 +1144,20 @@
-128
-129
-130
-131
-132
-133
-134
-135
-136
-137
-138
+112
+113
+114
+115
+116
+117
+118
+119
+120
- # File 'lib/ngrokapi/services/ssh_user_certificates_client.rb', line 128
+ # File 'lib/ngrokapi/services/ssh_user_certificates_client.rb', line 112
-def get! (
- id: " "
-)
+def get! ( id: " " )
path = ' /ssh_user_certificates/%{id} '
replacements = {
id: id ,
@@ -1301,34 +1265,28 @@
-149
-150
-151
-152
-153
-154
-155
-156
-157
-158
-159
-160
-161
-162
-163
-164
-165
-166
-167
+131
+132
+133
+134
+135
+136
+137
+138
+139
+140
+141
+142
+143
+144
+145
+146
- # File 'lib/ngrokapi/services/ssh_user_certificates_client.rb', line 149
+ # File 'lib/ngrokapi/services/ssh_user_certificates_client.rb', line 131
-def list (
- before_id: nil ,
- limit: nil ,
- url: nil
-)
+def list ( before_id: nil , limit: nil ,
+ url: nil )
result = @client . list (
before_id: before_id ,
limit: limit ,
@@ -1442,36 +1400,30 @@
-179
-180
-181
-182
-183
-184
-185
-186
-187
-188
-189
-190
-191
-192
-193
-194
-195
-196
-197
-198
-199
+158
+159
+160
+161
+162
+163
+164
+165
+166
+167
+168
+169
+170
+171
+172
+173
+174
+175
- # File 'lib/ngrokapi/services/ssh_user_certificates_client.rb', line 179
+ # File 'lib/ngrokapi/services/ssh_user_certificates_client.rb', line 158
-def list! (
- before_id: nil ,
- limit: nil ,
- url: nil
-)
+def list! ( before_id: nil , limit: nil ,
+ url: nil )
result = @client . list (
before_id: before_id ,
limit: limit ,
@@ -1592,30 +1544,22 @@
-210
-211
-212
-213
-214
-215
-216
-217
-218
-219
-220
-221
-222
-223
-224
+186
+187
+188
+189
+190
+191
+192
+193
+194
+195
+196
- # File 'lib/ngrokapi/services/ssh_user_certificates_client.rb', line 210
+ # File 'lib/ngrokapi/services/ssh_user_certificates_client.rb', line 186
-def update (
- id: " " ,
- description: nil ,
- metadata: nil
-)
+def update ( id: " " , description: nil , metadata: nil )
path = ' /ssh_user_certificates/%{id} '
replacements = {
id: id ,
@@ -1730,30 +1674,22 @@
-236
-237
-238
-239
-240
-241
-242
-243
-244
-245
-246
-247
-248
-249
-250
+208
+209
+210
+211
+212
+213
+214
+215
+216
+217
+218
- # File 'lib/ngrokapi/services/ssh_user_certificates_client.rb', line 236
+ # File 'lib/ngrokapi/services/ssh_user_certificates_client.rb', line 208
-def update! (
- id: " " ,
- description: nil ,
- metadata: nil
-)
+def update! ( id: " " , description: nil , metadata: nil )
path = ' /ssh_user_certificates/%{id} '
replacements = {
id: id ,
@@ -1774,9 +1710,9 @@
diff --git a/doc/NgrokAPI/Services/TLSCertificatesClient.html b/doc/NgrokAPI/Services/TLSCertificatesClient.html
index 1ed959d..651a08d 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.26
+ — Documentation by YARD 0.9.27
@@ -677,22 +677,12 @@
43
44
45
-46
-47
-48
-49
-50
-51
+46
# File 'lib/ngrokapi/services/tls_certificates_client.rb', line 35
-def create (
- description: " " ,
- metadata: " " ,
- certificate_pem: ,
- private_key_pem:
-)
+def create ( description: " " , metadata: " " , certificate_pem: , private_key_pem: )
path = ' /tls_certificates '
replacements = {
}
@@ -777,22 +767,18 @@
+55
+56
+57
+58
+59
60
-61
-62
-63
-64
-65
-66
-67
-68
+61
- # File 'lib/ngrokapi/services/tls_certificates_client.rb', line 60
+ # File 'lib/ngrokapi/services/tls_certificates_client.rb', line 55
-def delete (
- id: " "
-)
+def delete ( id: " " )
path = ' /tls_certificates/%{id} '
replacements = {
id: id ,
@@ -872,22 +858,18 @@
-78
-79
-80
-81
-82
-83
-84
-85
-86
+71
+72
+73
+74
+75
+76
+77
- # File 'lib/ngrokapi/services/tls_certificates_client.rb', line 78
+ # File 'lib/ngrokapi/services/tls_certificates_client.rb', line 71
-def delete! (
- id: " "
-)
+def delete! ( id: " " )
path = ' /tls_certificates/%{id} '
replacements = {
id: id ,
@@ -967,24 +949,20 @@
-95
-96
-97
-98
-99
-100
-101
-102
-103
-104
-105
+86
+87
+88
+89
+90
+91
+92
+93
+94
- # File 'lib/ngrokapi/services/tls_certificates_client.rb', line 95
+ # File 'lib/ngrokapi/services/tls_certificates_client.rb', line 86
-def get (
- id: " "
-)
+def get ( id: " " )
path = ' /tls_certificates/%{id} '
replacements = {
id: id ,
@@ -1066,24 +1044,20 @@
-115
-116
-117
-118
-119
-120
-121
-122
-123
-124
-125
+104
+105
+106
+107
+108
+109
+110
+111
+112
- # File 'lib/ngrokapi/services/tls_certificates_client.rb', line 115
+ # File 'lib/ngrokapi/services/tls_certificates_client.rb', line 104
-def get! (
- id: " "
-)
+def get! ( id: " " )
path = ' /tls_certificates/%{id} '
replacements = {
id: id ,
@@ -1191,34 +1165,28 @@
+123
+124
+125
+126
+127
+128
+129
+130
+131
+132
+133
+134
+135
136
137
-138
-139
-140
-141
-142
-143
-144
-145
-146
-147
-148
-149
-150
-151
-152
-153
-154
+138
- # File 'lib/ngrokapi/services/tls_certificates_client.rb', line 136
+ # File 'lib/ngrokapi/services/tls_certificates_client.rb', line 123
-def list (
- before_id: nil ,
- limit: nil ,
- url: nil
-)
+def list ( before_id: nil , limit: nil ,
+ url: nil )
result = @client . list (
before_id: before_id ,
limit: limit ,
@@ -1332,36 +1300,30 @@
+150
+151
+152
+153
+154
+155
+156
+157
+158
+159
+160
+161
+162
+163
+164
+165
166
-167
-168
-169
-170
-171
-172
-173
-174
-175
-176
-177
-178
-179
-180
-181
-182
-183
-184
-185
-186
+167
- # File 'lib/ngrokapi/services/tls_certificates_client.rb', line 166
+ # File 'lib/ngrokapi/services/tls_certificates_client.rb', line 150
-def list! (
- before_id: nil ,
- limit: nil ,
- url: nil
-)
+def list! ( before_id: nil , limit: nil ,
+ url: nil )
result = @client . list (
before_id: before_id ,
limit: limit ,
@@ -1482,30 +1444,22 @@
-197
-198
-199
-200
-201
-202
-203
-204
-205
-206
-207
-208
-209
-210
-211
+178
+179
+180
+181
+182
+183
+184
+185
+186
+187
+188
- # File 'lib/ngrokapi/services/tls_certificates_client.rb', line 197
+ # File 'lib/ngrokapi/services/tls_certificates_client.rb', line 178
-def update (
- id: " " ,
- description: nil ,
- metadata: nil
-)
+def update ( id: " " , description: nil , metadata: nil )
path = ' /tls_certificates/%{id} '
replacements = {
id: id ,
@@ -1620,30 +1574,22 @@
-223
-224
-225
-226
-227
-228
-229
-230
-231
-232
-233
-234
-235
-236
-237
+200
+201
+202
+203
+204
+205
+206
+207
+208
+209
+210
- # File 'lib/ngrokapi/services/tls_certificates_client.rb', line 223
+ # File 'lib/ngrokapi/services/tls_certificates_client.rb', line 200
-def update! (
- id: " " ,
- description: nil ,
- metadata: nil
-)
+def update! ( id: " " , description: nil , metadata: nil )
path = ' /tls_certificates/%{id} '
replacements = {
id: id ,
@@ -1664,9 +1610,9 @@
diff --git a/doc/NgrokAPI/Services/TunnelSessionsClient.html b/doc/NgrokAPI/Services/TunnelSessionsClient.html
index ba9940b..3aab56d 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.26
+ — Documentation by YARD 0.9.27
@@ -640,24 +640,20 @@
+85
+86
+87
+88
+89
+90
91
92
-93
-94
-95
-96
-97
-98
-99
-100
-101
+93
- # File 'lib/ngrokapi/services/tunnel_sessions_client.rb', line 91
+ # File 'lib/ngrokapi/services/tunnel_sessions_client.rb', line 85
-def get (
- id: " "
-)
+def get ( id: " " )
path = ' /tunnel_sessions/%{id} '
replacements = {
id: id ,
@@ -739,24 +735,20 @@
-111
-112
-113
-114
-115
-116
-117
-118
-119
-120
-121
+103
+104
+105
+106
+107
+108
+109
+110
+111
- # File 'lib/ngrokapi/services/tunnel_sessions_client.rb', line 111
+ # File 'lib/ngrokapi/services/tunnel_sessions_client.rb', line 103
-def get! (
- id: " "
-)
+def get! ( id: " " )
path = ' /tunnel_sessions/%{id} '
replacements = {
id: id ,
@@ -879,19 +871,13 @@
44
45
46
-47
-48
-49
-50
+47
# File 'lib/ngrokapi/services/tunnel_sessions_client.rb', line 32
-def list (
- before_id: nil ,
- limit: nil ,
- url: nil
-)
+def list ( before_id: nil , limit: nil ,
+ url: nil )
result = @client . list (
before_id: before_id ,
limit: limit ,
@@ -1005,6 +991,9 @@
+59
+60
+61
62
63
64
@@ -1019,22 +1008,13 @@
73
74
75
-76
-77
-78
-79
-80
-81
-82
+76
- # File 'lib/ngrokapi/services/tunnel_sessions_client.rb', line 62
+ # File 'lib/ngrokapi/services/tunnel_sessions_client.rb', line 59
-def list! (
- before_id: nil ,
- limit: nil ,
- url: nil
-)
+def list! ( before_id: nil , limit: nil ,
+ url: nil )
result = @client . list (
before_id: before_id ,
limit: limit ,
@@ -1124,22 +1104,18 @@
-133
-134
-135
-136
-137
-138
-139
-140
-141
+123
+124
+125
+126
+127
+128
+129
- # File 'lib/ngrokapi/services/tunnel_sessions_client.rb', line 133
+ # File 'lib/ngrokapi/services/tunnel_sessions_client.rb', line 123
-def restart (
- id: " "
-)
+def restart ( id: " " )
path = ' /tunnel_sessions/%{id}/restart '
replacements = {
id: id ,
@@ -1219,22 +1195,18 @@
-154
-155
-156
-157
-158
-159
-160
-161
-162
+142
+143
+144
+145
+146
+147
+148
- # File 'lib/ngrokapi/services/tunnel_sessions_client.rb', line 154
+ # File 'lib/ngrokapi/services/tunnel_sessions_client.rb', line 142
-def restart! (
- id: " "
-)
+def restart! ( id: " " )
path = ' /tunnel_sessions/%{id}/restart '
replacements = {
id: id ,
@@ -1314,22 +1286,18 @@
-172
-173
-174
-175
-176
-177
-178
-179
-180
+158
+159
+160
+161
+162
+163
+164
- # File 'lib/ngrokapi/services/tunnel_sessions_client.rb', line 172
+ # File 'lib/ngrokapi/services/tunnel_sessions_client.rb', line 158
-def stop (
- id: " "
-)
+def stop ( id: " " )
path = ' /tunnel_sessions/%{id}/stop '
replacements = {
id: id ,
@@ -1409,22 +1377,18 @@
-191
-192
-193
-194
-195
-196
-197
-198
-199
+175
+176
+177
+178
+179
+180
+181
- # File 'lib/ngrokapi/services/tunnel_sessions_client.rb', line 191
+ # File 'lib/ngrokapi/services/tunnel_sessions_client.rb', line 175
-def stop! (
- id: " "
-)
+def stop! ( id: " " )
path = ' /tunnel_sessions/%{id}/stop '
replacements = {
id: id ,
@@ -1499,24 +1463,18 @@
-219
-220
-221
-222
-223
-224
-225
-226
-227
-228
+201
+202
+203
+204
+205
+206
+207
- # File 'lib/ngrokapi/services/tunnel_sessions_client.rb', line 219
+ # File 'lib/ngrokapi/services/tunnel_sessions_client.rb', line 201
-def update (
- id: " " ,
- version: " "
-)
+def update ( id: " " , version: " " )
path = ' /tunnel_sessions/%{id}/update '
replacements = {
id: id ,
@@ -1591,24 +1549,18 @@
-249
-250
-251
-252
-253
-254
-255
-256
-257
-258
+228
+229
+230
+231
+232
+233
+234
- # File 'lib/ngrokapi/services/tunnel_sessions_client.rb', line 249
+ # File 'lib/ngrokapi/services/tunnel_sessions_client.rb', line 228
-def update! (
- id: " " ,
- version: " "
-)
+def update! ( id: " " , version: " " )
path = ' /tunnel_sessions/%{id}/update '
replacements = {
id: id ,
@@ -1625,9 +1577,9 @@
diff --git a/doc/NgrokAPI/Services/TunnelsClient.html b/doc/NgrokAPI/Services/TunnelsClient.html
index 4b41627..1222f35 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.26
+ — Documentation by YARD 0.9.27
@@ -489,19 +489,13 @@
43
44
45
-46
-47
-48
-49
+46
# File 'lib/ngrokapi/services/tunnels_client.rb', line 31
-def list (
- before_id: nil ,
- limit: nil ,
- url: nil
-)
+def list ( before_id: nil , limit: nil ,
+ url: nil )
result = @client . list (
before_id: before_id ,
limit: limit ,
@@ -615,6 +609,9 @@
+58
+59
+60
61
62
63
@@ -629,22 +626,13 @@
72
73
74
-75
-76
-77
-78
-79
-80
-81
+75
- # File 'lib/ngrokapi/services/tunnels_client.rb', line 61
+ # File 'lib/ngrokapi/services/tunnels_client.rb', line 58
-def list! (
- before_id: nil ,
- limit: nil ,
- url: nil
-)
+def list! ( before_id: nil , limit: nil ,
+ url: nil )
result = @client . list (
before_id: before_id ,
limit: limit ,
@@ -671,9 +659,9 @@
diff --git a/doc/_index.html b/doc/_index.html
index 69c0648..5eba0b5 100644
--- a/doc/_index.html
+++ b/doc/_index.html
@@ -4,7 +4,7 @@
- Documentation by YARD 0.9.26
+ Documentation by YARD 0.9.27
@@ -52,7 +52,7 @@
-
diff --git a/doc/file.README.html b/doc/file.README.html
index 564c574..9ccf833 100644
--- a/doc/file.README.html
+++ b/doc/file.README.html
@@ -6,7 +6,7 @@
File: README
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -143,9 +143,9 @@
diff --git a/doc/frames.html b/doc/frames.html
index 1310783..54704af 100644
--- a/doc/frames.html
+++ b/doc/frames.html
@@ -2,7 +2,7 @@
- Documentation by YARD 0.9.26
+ Documentation by YARD 0.9.27
@@ -36,10 +36,10 @@
- Class: NgrokAPI::Models::IPWhitelistEntry
+ Class: NgrokAPI::Models::AgentIngress
@@ -74,7 +74,7 @@
Object
- NgrokAPI::Models::IPWhitelistEntry
+ NgrokAPI::Models::AgentIngress
show all
@@ -94,7 +94,7 @@
Defined in:
- lib/ngrokapi/models/ip_whitelist_entry.rb
+ lib/ngrokapi/models/agent_ingress.rb
@@ -190,6 +190,35 @@
Returns the value of attribute description.
+
+
+
+
+
+
+ #domain ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute domain.
+
+
@@ -219,35 +248,6 @@
Returns the value of attribute id.
-
-
-
-
-
-
- #ip_net ⇒ Object
-
-
-
-
-
-
-
-
- readonly
-
-
-
-
-
-
-
-
-
-
-
Returns the value of attribute ip_net.
-
-
@@ -277,6 +277,64 @@
Returns the value of attribute metadata.
+
+
+
+
+
+
+ #ns_targets ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute ns_targets.
+
+
+
+
+
+
+
+
+ #region_domains ⇒ Object
+
+
+
+
+
+
+
+
+ readonly
+
+
+
+
+
+
+
+
+
+
+
Returns the value of attribute region_domains.
+
+
@@ -391,7 +449,7 @@
-
Delete an IP whitelist entry.
+
Delete an Agent Ingress by ID.
@@ -400,7 +458,7 @@
- #initialize (client:, result:) ⇒ IPWhitelistEntry
+ #initialize (client:, result:) ⇒ AgentIngress
@@ -417,7 +475,7 @@
-
A new instance of IPWhitelistEntry.
+
A new instance of AgentIngress.
@@ -463,7 +521,7 @@
-
Update attributes of an IP whitelist entry by ID.
+
Update attributes of an Agent Ingress by ID.
@@ -478,7 +536,7 @@
- #initialize (client:, result:) ⇒ IPWhitelistEntry
+ #initialize (client:, result:) ⇒ AgentIngress
@@ -487,7 +545,7 @@
-
Returns a new instance of IPWhitelistEntry.
+
Returns a new instance of AgentIngress.
@@ -501,8 +559,6 @@
-15
-16
17
18
19
@@ -510,20 +566,26 @@
21
22
23
-24
+24
+25
+26
+27
+28
- # File 'lib/ngrokapi/models/ip_whitelist_entry.rb', line 15
+ # File 'lib/ngrokapi/models/agent_ingress.rb', line 17
def initialize ( client: , result: )
@client = client
@result = result
@id = @result [ ' id ' ]
@uri = @result [ ' uri ' ]
- @created_at = @result [ ' created_at ' ]
@description = @result [ ' description ' ]
@metadata = @result [ ' metadata ' ]
- @ip_net = @result [ ' ip_net ' ]
+ @domain = @result [ ' domain ' ]
+ @ns_targets = @result [ ' ns_targets ' ]
+ @region_domains = @result [ ' region_domains ' ]
+ @created_at = @result [ ' created_at ' ]
end
@@ -568,7 +630,7 @@
8
- # File 'lib/ngrokapi/models/ip_whitelist_entry.rb', line 6
+ # File 'lib/ngrokapi/models/agent_ingress.rb', line 6
def client
@client
@@ -611,7 +673,7 @@
8
- # File 'lib/ngrokapi/models/ip_whitelist_entry.rb', line 6
+ # File 'lib/ngrokapi/models/agent_ingress.rb', line 6
def created_at
@created_at
@@ -654,7 +716,7 @@
8
- # File 'lib/ngrokapi/models/ip_whitelist_entry.rb', line 6
+ # File 'lib/ngrokapi/models/agent_ingress.rb', line 6
def description
@description
@@ -665,6 +727,49 @@
+
+
+
+
+ #domain ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute domain.
+
+
+
+
+
+
+
+
+
+
+
+
+
+6
+7
+8
+
+
+ # File 'lib/ngrokapi/models/agent_ingress.rb', line 6
+
+def domain
+ @domain
+end
+
+
+
+
+
+
@@ -697,7 +802,7 @@
8
- # File 'lib/ngrokapi/models/ip_whitelist_entry.rb', line 6
+ # File 'lib/ngrokapi/models/agent_ingress.rb', line 6
def id
@id
@@ -708,49 +813,6 @@
-
-
-
-
- #ip_net ⇒ Object
-
-
-
-
-
-
-
-
-
Returns the value of attribute ip_net.
-
-
-
-
-
-
-
-
-
-
-
-
-
-6
-7
-8
-
-
- # File 'lib/ngrokapi/models/ip_whitelist_entry.rb', line 6
-
-def ip_net
- @ip_net
-end
-
-
-
-
-
-
- # File 'lib/ngrokapi/models/ip_whitelist_entry.rb', line 6
+ # File 'lib/ngrokapi/models/agent_ingress.rb', line 6
def metadata
@metadata
@@ -794,6 +856,92 @@
+
+
+
+
+ #ns_targets ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute ns_targets.
+
+
+
+
+
+
+
+
+
+
+
+
+
+6
+7
+8
+
+
+ # File 'lib/ngrokapi/models/agent_ingress.rb', line 6
+
+def ns_targets
+ @ns_targets
+end
+
+
+
+
+
+
+
+
+
+
+ #region_domains ⇒ Object
+
+
+
+
+
+
+
+
+
Returns the value of attribute region_domains.
+
+
+
+
+
+
+
+
+
+
+
+
+
+6
+7
+8
+
+
+ # File 'lib/ngrokapi/models/agent_ingress.rb', line 6
+
+def region_domains
+ @region_domains
+end
+
+
+
+
+
+
@@ -826,7 +974,7 @@
8
- # File 'lib/ngrokapi/models/ip_whitelist_entry.rb', line 6
+ # File 'lib/ngrokapi/models/agent_ingress.rb', line 6
def result
@result
@@ -869,7 +1017,7 @@
8
- # File 'lib/ngrokapi/models/ip_whitelist_entry.rb', line 6
+ # File 'lib/ngrokapi/models/agent_ingress.rb', line 6
def uri
@uri
@@ -901,12 +1049,12 @@
-26
-27
-28
+30
+31
+32
- # File 'lib/ngrokapi/models/ip_whitelist_entry.rb', line 26
+ # File 'lib/ngrokapi/models/agent_ingress.rb', line 30
def == ( other )
@result == other . result
@@ -928,9 +1076,9 @@
@@ -944,14 +1092,14 @@
-38
-39
-40
-41
-42
+42
+43
+44
+45
+46
- # File 'lib/ngrokapi/models/ip_whitelist_entry.rb', line 38
+ # File 'lib/ngrokapi/models/agent_ingress.rb', line 42
def delete
@client . delete (
@@ -978,12 +1126,12 @@
-30
-31
-32
+34
+35
+36
- # File 'lib/ngrokapi/models/ip_whitelist_entry.rb', line 30
+ # File 'lib/ngrokapi/models/agent_ingress.rb', line 34
def to_s
@result . to_s
@@ -1005,9 +1153,9 @@
@@ -1021,10 +1169,6 @@
-48
-49
-50
-51
52
53
54
@@ -1032,10 +1176,14 @@
56
57
58
-59
+59
+60
+61
+62
+63
- # File 'lib/ngrokapi/models/ip_whitelist_entry.rb', line 48
+ # File 'lib/ngrokapi/models/agent_ingress.rb', line 52
def update (
description: nil ,
@@ -1059,9 +1207,9 @@
diff --git a/docs/NgrokAPI/Models/CertificateAuthority.html b/docs/NgrokAPI/Models/CertificateAuthority.html
index c1eacfd..a5c09f7 100644
--- a/docs/NgrokAPI/Models/CertificateAuthority.html
+++ b/docs/NgrokAPI/Models/CertificateAuthority.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Models::CertificateAuthority
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -1429,9 +1429,9 @@
diff --git a/docs/NgrokAPI/Models/Credential.html b/docs/NgrokAPI/Models/Credential.html
index e7e9ac1..9e32e5c 100644
--- a/docs/NgrokAPI/Models/Credential.html
+++ b/docs/NgrokAPI/Models/Credential.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Models::Credential
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -1139,9 +1139,9 @@
diff --git a/docs/NgrokAPI/Models/EndpointCircuitBreaker.html b/docs/NgrokAPI/Models/EndpointCircuitBreaker.html
index 13112b5..adaa80d 100644
--- a/docs/NgrokAPI/Models/EndpointCircuitBreaker.html
+++ b/docs/NgrokAPI/Models/EndpointCircuitBreaker.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Models::EndpointCircuitBreaker
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -903,9 +903,9 @@
diff --git a/docs/NgrokAPI/Models/EndpointCompression.html b/docs/NgrokAPI/Models/EndpointCompression.html
index 6674f9a..9f44702 100644
--- a/docs/NgrokAPI/Models/EndpointCompression.html
+++ b/docs/NgrokAPI/Models/EndpointCompression.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Models::EndpointCompression
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -533,9 +533,9 @@
diff --git a/docs/NgrokAPI/Models/EndpointConfiguration.html b/docs/NgrokAPI/Models/EndpointConfiguration.html
index 1dcea12..08f389f 100644
--- a/docs/NgrokAPI/Models/EndpointConfiguration.html
+++ b/docs/NgrokAPI/Models/EndpointConfiguration.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Models::EndpointConfiguration
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -2167,9 +2167,9 @@
diff --git a/docs/NgrokAPI/Models/EndpointIPPolicy.html b/docs/NgrokAPI/Models/EndpointIPPolicy.html
index a163815..eaf7253 100644
--- a/docs/NgrokAPI/Models/EndpointIPPolicy.html
+++ b/docs/NgrokAPI/Models/EndpointIPPolicy.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Models::EndpointIPPolicy
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -607,9 +607,9 @@
diff --git a/docs/NgrokAPI/Models/EndpointIPPolicyMutate.html b/docs/NgrokAPI/Models/EndpointIPPolicyMutate.html
index 122d67e..c6391dc 100644
--- a/docs/NgrokAPI/Models/EndpointIPPolicyMutate.html
+++ b/docs/NgrokAPI/Models/EndpointIPPolicyMutate.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Models::EndpointIPPolicyMutate
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -607,9 +607,9 @@
diff --git a/docs/NgrokAPI/Models/EndpointLogging.html b/docs/NgrokAPI/Models/EndpointLogging.html
index 5997440..d13ac65 100644
--- a/docs/NgrokAPI/Models/EndpointLogging.html
+++ b/docs/NgrokAPI/Models/EndpointLogging.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Models::EndpointLogging
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -607,9 +607,9 @@
diff --git a/docs/NgrokAPI/Models/EndpointLoggingMutate.html b/docs/NgrokAPI/Models/EndpointLoggingMutate.html
index 186b8cb..3a8cfd2 100644
--- a/docs/NgrokAPI/Models/EndpointLoggingMutate.html
+++ b/docs/NgrokAPI/Models/EndpointLoggingMutate.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Models::EndpointLoggingMutate
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -607,9 +607,9 @@
diff --git a/docs/NgrokAPI/Models/EndpointMutualTLS.html b/docs/NgrokAPI/Models/EndpointMutualTLS.html
index 8ee5919..1dffd75 100644
--- a/docs/NgrokAPI/Models/EndpointMutualTLS.html
+++ b/docs/NgrokAPI/Models/EndpointMutualTLS.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Models::EndpointMutualTLS
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -607,9 +607,9 @@
diff --git a/docs/NgrokAPI/Models/EndpointMutualTLSMutate.html b/docs/NgrokAPI/Models/EndpointMutualTLSMutate.html
index fa3be54..e2ee2f8 100644
--- a/docs/NgrokAPI/Models/EndpointMutualTLSMutate.html
+++ b/docs/NgrokAPI/Models/EndpointMutualTLSMutate.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Models::EndpointMutualTLSMutate
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -607,9 +607,9 @@
diff --git a/docs/NgrokAPI/Models/EndpointOAuth.html b/docs/NgrokAPI/Models/EndpointOAuth.html
index 951c1d6..e5556e9 100644
--- a/docs/NgrokAPI/Models/EndpointOAuth.html
+++ b/docs/NgrokAPI/Models/EndpointOAuth.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Models::EndpointOAuth
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -977,9 +977,9 @@
diff --git a/docs/NgrokAPI/Models/EndpointOAuthFacebook.html b/docs/NgrokAPI/Models/EndpointOAuthFacebook.html
index 2aa0bc8..cce36f7 100644
--- a/docs/NgrokAPI/Models/EndpointOAuthFacebook.html
+++ b/docs/NgrokAPI/Models/EndpointOAuthFacebook.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Models::EndpointOAuthFacebook
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -829,9 +829,9 @@
diff --git a/docs/NgrokAPI/Models/EndpointOAuthGitHub.html b/docs/NgrokAPI/Models/EndpointOAuthGitHub.html
index 33b14e0..aeddca4 100644
--- a/docs/NgrokAPI/Models/EndpointOAuthGitHub.html
+++ b/docs/NgrokAPI/Models/EndpointOAuthGitHub.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Models::EndpointOAuthGitHub
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -977,9 +977,9 @@
diff --git a/docs/NgrokAPI/Models/EndpointOAuthGoogle.html b/docs/NgrokAPI/Models/EndpointOAuthGoogle.html
index f4b3f92..85bb785 100644
--- a/docs/NgrokAPI/Models/EndpointOAuthGoogle.html
+++ b/docs/NgrokAPI/Models/EndpointOAuthGoogle.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Models::EndpointOAuthGoogle
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -829,9 +829,9 @@
diff --git a/docs/NgrokAPI/Models/EndpointOAuthMicrosoft.html b/docs/NgrokAPI/Models/EndpointOAuthMicrosoft.html
index c1bf60b..04033f7 100644
--- a/docs/NgrokAPI/Models/EndpointOAuthMicrosoft.html
+++ b/docs/NgrokAPI/Models/EndpointOAuthMicrosoft.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Models::EndpointOAuthMicrosoft
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -829,9 +829,9 @@
diff --git a/docs/NgrokAPI/Models/EndpointOAuthProvider.html b/docs/NgrokAPI/Models/EndpointOAuthProvider.html
index 5458a4e..8706a4b 100644
--- a/docs/NgrokAPI/Models/EndpointOAuthProvider.html
+++ b/docs/NgrokAPI/Models/EndpointOAuthProvider.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Models::EndpointOAuthProvider
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -755,9 +755,9 @@
diff --git a/docs/NgrokAPI/Models/EndpointOIDC.html b/docs/NgrokAPI/Models/EndpointOIDC.html
index f830767..5b4099e 100644
--- a/docs/NgrokAPI/Models/EndpointOIDC.html
+++ b/docs/NgrokAPI/Models/EndpointOIDC.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Models::EndpointOIDC
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -1125,9 +1125,9 @@
diff --git a/docs/NgrokAPI/Models/EndpointRequestHeaders.html b/docs/NgrokAPI/Models/EndpointRequestHeaders.html
index 35f484c..adf8122 100644
--- a/docs/NgrokAPI/Models/EndpointRequestHeaders.html
+++ b/docs/NgrokAPI/Models/EndpointRequestHeaders.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Models::EndpointRequestHeaders
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -681,9 +681,9 @@
diff --git a/docs/NgrokAPI/Models/EndpointResponseHeaders.html b/docs/NgrokAPI/Models/EndpointResponseHeaders.html
index 8177f7e..bd7519d 100644
--- a/docs/NgrokAPI/Models/EndpointResponseHeaders.html
+++ b/docs/NgrokAPI/Models/EndpointResponseHeaders.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Models::EndpointResponseHeaders
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -681,9 +681,9 @@
diff --git a/docs/NgrokAPI/Models/EndpointSAML.html b/docs/NgrokAPI/Models/EndpointSAML.html
index a9c39b1..2eb3594 100644
--- a/docs/NgrokAPI/Models/EndpointSAML.html
+++ b/docs/NgrokAPI/Models/EndpointSAML.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Models::EndpointSAML
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -1643,9 +1643,9 @@
diff --git a/docs/NgrokAPI/Models/EndpointSAMLMutate.html b/docs/NgrokAPI/Models/EndpointSAMLMutate.html
index 3f6a64b..d0ff519 100644
--- a/docs/NgrokAPI/Models/EndpointSAMLMutate.html
+++ b/docs/NgrokAPI/Models/EndpointSAMLMutate.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Models::EndpointSAMLMutate
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -1273,9 +1273,9 @@
diff --git a/docs/NgrokAPI/Models/EndpointTLSTermination.html b/docs/NgrokAPI/Models/EndpointTLSTermination.html
index 25fac55..33821cb 100644
--- a/docs/NgrokAPI/Models/EndpointTLSTermination.html
+++ b/docs/NgrokAPI/Models/EndpointTLSTermination.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Models::EndpointTLSTermination
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -681,9 +681,9 @@
diff --git a/docs/NgrokAPI/Models/EndpointWebhookValidation.html b/docs/NgrokAPI/Models/EndpointWebhookValidation.html
index 179a9c4..fc1a6b3 100644
--- a/docs/NgrokAPI/Models/EndpointWebhookValidation.html
+++ b/docs/NgrokAPI/Models/EndpointWebhookValidation.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Models::EndpointWebhookValidation
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -681,9 +681,9 @@
diff --git a/docs/NgrokAPI/Models/EventDestination.html b/docs/NgrokAPI/Models/EventDestination.html
index 18b139a..681e48e 100644
--- a/docs/NgrokAPI/Models/EventDestination.html
+++ b/docs/NgrokAPI/Models/EventDestination.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Models::EventDestination
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -1048,9 +1048,9 @@
diff --git a/docs/NgrokAPI/Models/EventSource.html b/docs/NgrokAPI/Models/EventSource.html
index 7bbdb0c..71f86d4 100644
--- a/docs/NgrokAPI/Models/EventSource.html
+++ b/docs/NgrokAPI/Models/EventSource.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Models::EventSource
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -755,9 +755,9 @@
diff --git a/docs/NgrokAPI/Models/EventSourceList.html b/docs/NgrokAPI/Models/EventSourceList.html
index eac8d04..8ea6f48 100644
--- a/docs/NgrokAPI/Models/EventSourceList.html
+++ b/docs/NgrokAPI/Models/EventSourceList.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Models::EventSourceList
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -607,9 +607,9 @@
diff --git a/docs/NgrokAPI/Models/EventSourceReplace.html b/docs/NgrokAPI/Models/EventSourceReplace.html
index 8830fc1..aad5409 100644
--- a/docs/NgrokAPI/Models/EventSourceReplace.html
+++ b/docs/NgrokAPI/Models/EventSourceReplace.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Models::EventSourceReplace
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -681,9 +681,9 @@
diff --git a/docs/NgrokAPI/Models/EventStream.html b/docs/NgrokAPI/Models/EventStream.html
index 6044126..390db6c 100644
--- a/docs/NgrokAPI/Models/EventStream.html
+++ b/docs/NgrokAPI/Models/EventStream.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Models::EventStream
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -1299,9 +1299,9 @@
diff --git a/docs/NgrokAPI/Models/EventSubscription.html b/docs/NgrokAPI/Models/EventSubscription.html
index ece9261..a8cd60c 100644
--- a/docs/NgrokAPI/Models/EventSubscription.html
+++ b/docs/NgrokAPI/Models/EventSubscription.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Models::EventSubscription
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -1048,9 +1048,9 @@
diff --git a/docs/NgrokAPI/Models/EventTarget.html b/docs/NgrokAPI/Models/EventTarget.html
index 0ec95de..80ebc83 100644
--- a/docs/NgrokAPI/Models/EventTarget.html
+++ b/docs/NgrokAPI/Models/EventTarget.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Models::EventTarget
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -755,9 +755,9 @@
diff --git a/docs/NgrokAPI/Models/EventTargetCloudwatchLogs.html b/docs/NgrokAPI/Models/EventTargetCloudwatchLogs.html
index ccbc794..c11df20 100644
--- a/docs/NgrokAPI/Models/EventTargetCloudwatchLogs.html
+++ b/docs/NgrokAPI/Models/EventTargetCloudwatchLogs.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Models::EventTargetCloudwatchLogs
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -607,9 +607,9 @@
diff --git a/docs/NgrokAPI/Models/EventTargetFirehose.html b/docs/NgrokAPI/Models/EventTargetFirehose.html
index 7f23376..42e3a6a 100644
--- a/docs/NgrokAPI/Models/EventTargetFirehose.html
+++ b/docs/NgrokAPI/Models/EventTargetFirehose.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Models::EventTargetFirehose
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -607,9 +607,9 @@
diff --git a/docs/NgrokAPI/Models/EventTargetKinesis.html b/docs/NgrokAPI/Models/EventTargetKinesis.html
index d83f4a4..74b664f 100644
--- a/docs/NgrokAPI/Models/EventTargetKinesis.html
+++ b/docs/NgrokAPI/Models/EventTargetKinesis.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Models::EventTargetKinesis
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -607,9 +607,9 @@
diff --git a/docs/NgrokAPI/Models/IPPolicy.html b/docs/NgrokAPI/Models/IPPolicy.html
index fd7952a..27e747a 100644
--- a/docs/NgrokAPI/Models/IPPolicy.html
+++ b/docs/NgrokAPI/Models/IPPolicy.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Models::IPPolicy
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -1059,9 +1059,9 @@
diff --git a/docs/NgrokAPI/Models/IPPolicyRule.html b/docs/NgrokAPI/Models/IPPolicyRule.html
index c715bd5..d89af84 100644
--- a/docs/NgrokAPI/Models/IPPolicyRule.html
+++ b/docs/NgrokAPI/Models/IPPolicyRule.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Models::IPPolicyRule
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -1139,9 +1139,9 @@
diff --git a/docs/NgrokAPI/Models/IPRestriction.html b/docs/NgrokAPI/Models/IPRestriction.html
index 1ebb675..70f4be9 100644
--- a/docs/NgrokAPI/Models/IPRestriction.html
+++ b/docs/NgrokAPI/Models/IPRestriction.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Models::IPRestriction
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -1122,9 +1122,9 @@
diff --git a/docs/NgrokAPI/Models/Listable.html b/docs/NgrokAPI/Models/Listable.html
index b44fa80..ce64e14 100644
--- a/docs/NgrokAPI/Models/Listable.html
+++ b/docs/NgrokAPI/Models/Listable.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Models::Listable
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -992,9 +992,9 @@
diff --git a/docs/NgrokAPI/Models/Ref.html b/docs/NgrokAPI/Models/Ref.html
index dc4dda9..19e36a7 100644
--- a/docs/NgrokAPI/Models/Ref.html
+++ b/docs/NgrokAPI/Models/Ref.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Models::Ref
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -607,9 +607,9 @@
diff --git a/docs/NgrokAPI/Models/ReservedAddr.html b/docs/NgrokAPI/Models/ReservedAddr.html
index 7e58193..807dcae 100644
--- a/docs/NgrokAPI/Models/ReservedAddr.html
+++ b/docs/NgrokAPI/Models/ReservedAddr.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Models::ReservedAddr
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -1122,9 +1122,9 @@
diff --git a/docs/NgrokAPI/Models/ReservedDomain.html b/docs/NgrokAPI/Models/ReservedDomain.html
index 2c77e66..5823e38 100644
--- a/docs/NgrokAPI/Models/ReservedDomain.html
+++ b/docs/NgrokAPI/Models/ReservedDomain.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Models::ReservedDomain
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -1566,9 +1566,9 @@
diff --git a/docs/NgrokAPI/Models/ReservedDomainCertJob.html b/docs/NgrokAPI/Models/ReservedDomainCertJob.html
index d49c279..dae8e1d 100644
--- a/docs/NgrokAPI/Models/ReservedDomainCertJob.html
+++ b/docs/NgrokAPI/Models/ReservedDomainCertJob.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Models::ReservedDomainCertJob
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -755,9 +755,9 @@
diff --git a/docs/NgrokAPI/Models/ReservedDomainCertPolicy.html b/docs/NgrokAPI/Models/ReservedDomainCertPolicy.html
index 30fcd87..13fc8ab 100644
--- a/docs/NgrokAPI/Models/ReservedDomainCertPolicy.html
+++ b/docs/NgrokAPI/Models/ReservedDomainCertPolicy.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Models::ReservedDomainCertPolicy
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -607,9 +607,9 @@
diff --git a/docs/NgrokAPI/Models/ReservedDomainCertStatus.html b/docs/NgrokAPI/Models/ReservedDomainCertStatus.html
index 569d600..8fa7732 100644
--- a/docs/NgrokAPI/Models/ReservedDomainCertStatus.html
+++ b/docs/NgrokAPI/Models/ReservedDomainCertStatus.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Models::ReservedDomainCertStatus
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -607,9 +607,9 @@
diff --git a/docs/NgrokAPI/Models/SSHCertificateAuthority.html b/docs/NgrokAPI/Models/SSHCertificateAuthority.html
index adade40..44ef621 100644
--- a/docs/NgrokAPI/Models/SSHCertificateAuthority.html
+++ b/docs/NgrokAPI/Models/SSHCertificateAuthority.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Models::SSHCertificateAuthority
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -1133,9 +1133,9 @@
diff --git a/docs/NgrokAPI/Models/SSHCredential.html b/docs/NgrokAPI/Models/SSHCredential.html
index d9217c8..15396d9 100644
--- a/docs/NgrokAPI/Models/SSHCredential.html
+++ b/docs/NgrokAPI/Models/SSHCredential.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Models::SSHCredential
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -1139,9 +1139,9 @@
diff --git a/docs/NgrokAPI/Models/SSHHostCertificate.html b/docs/NgrokAPI/Models/SSHHostCertificate.html
index 40aa8c3..6d57629 100644
--- a/docs/NgrokAPI/Models/SSHHostCertificate.html
+++ b/docs/NgrokAPI/Models/SSHHostCertificate.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Models::SSHHostCertificate
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -1503,9 +1503,9 @@
diff --git a/docs/NgrokAPI/Models/SSHUserCertificate.html b/docs/NgrokAPI/Models/SSHUserCertificate.html
index 3d983cb..1a8e891 100644
--- a/docs/NgrokAPI/Models/SSHUserCertificate.html
+++ b/docs/NgrokAPI/Models/SSHUserCertificate.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Models::SSHUserCertificate
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -1651,9 +1651,9 @@
diff --git a/docs/NgrokAPI/Models/TLSCertificate.html b/docs/NgrokAPI/Models/TLSCertificate.html
index b140201..c86a0fa 100644
--- a/docs/NgrokAPI/Models/TLSCertificate.html
+++ b/docs/NgrokAPI/Models/TLSCertificate.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Models::TLSCertificate
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -2169,9 +2169,9 @@
diff --git a/docs/NgrokAPI/Models/TLSCertificateSANs.html b/docs/NgrokAPI/Models/TLSCertificateSANs.html
index 2c655f8..fb42372 100644
--- a/docs/NgrokAPI/Models/TLSCertificateSANs.html
+++ b/docs/NgrokAPI/Models/TLSCertificateSANs.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Models::TLSCertificateSANs
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -607,9 +607,9 @@
diff --git a/docs/NgrokAPI/Models/Tunnel.html b/docs/NgrokAPI/Models/Tunnel.html
index 619c8bd..6523744 100644
--- a/docs/NgrokAPI/Models/Tunnel.html
+++ b/docs/NgrokAPI/Models/Tunnel.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Models::Tunnel
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -977,9 +977,9 @@
diff --git a/docs/NgrokAPI/Models/TunnelSession.html b/docs/NgrokAPI/Models/TunnelSession.html
index b04d5f1..c3246f6 100644
--- a/docs/NgrokAPI/Models/TunnelSession.html
+++ b/docs/NgrokAPI/Models/TunnelSession.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Models::TunnelSession
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -1199,9 +1199,9 @@
diff --git a/docs/NgrokAPI/PagedIterator.html b/docs/NgrokAPI/PagedIterator.html
index fc8e815..c88063d 100644
--- a/docs/NgrokAPI/PagedIterator.html
+++ b/docs/NgrokAPI/PagedIterator.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::PagedIterator
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -625,9 +625,9 @@
diff --git a/docs/NgrokAPI/Services.html b/docs/NgrokAPI/Services.html
index 2cd1d03..1a2a6cb 100644
--- a/docs/NgrokAPI/Services.html
+++ b/docs/NgrokAPI/Services.html
@@ -6,7 +6,7 @@
Module: NgrokAPI::Services
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -79,7 +79,7 @@
Defined in:
lib/ngrokapi/services/tunnels_client.rb,
- lib/ngrokapi/services/api_keys_client.rb, lib/ngrokapi/services/credentials_client.rb, lib/ngrokapi/services/ip_policies_client.rb, lib/ngrokapi/services/ip_whitelist_client.rb, lib/ngrokapi/services/abuse_reports_client.rb, lib/ngrokapi/services/event_sources_client.rb, lib/ngrokapi/services/event_streams_client.rb, lib/ngrokapi/services/reserved_addrs_client.rb, lib/ngrokapi/services/ip_policy_rules_client.rb, lib/ngrokapi/services/ip_restrictions_client.rb, lib/ngrokapi/services/ssh_credentials_client.rb, lib/ngrokapi/services/tunnel_sessions_client.rb, lib/ngrokapi/services/reserved_domains_client.rb, lib/ngrokapi/services/tls_certificates_client.rb, lib/ngrokapi/services/event_destinations_client.rb, lib/ngrokapi/services/event_subscriptions_client.rb, lib/ngrokapi/services/endpoint_oidc_module_client.rb, lib/ngrokapi/services/endpoint_saml_module_client.rb, lib/ngrokapi/services/ssh_host_certificates_client.rb, lib/ngrokapi/services/ssh_user_certificates_client.rb, lib/ngrokapi/services/endpoint_o_auth_module_client.rb, lib/ngrokapi/services/certificate_authorities_client.rb, lib/ngrokapi/services/endpoint_configurations_client.rb, lib/ngrokapi/services/endpoint_logging_module_client.rb, lib/ngrokapi/services/endpoint_ip_policy_module_client.rb, lib/ngrokapi/services/endpoint_mutual_tls_module_client.rb, lib/ngrokapi/services/endpoint_compression_module_client.rb, lib/ngrokapi/services/ssh_certificate_authorities_client.rb, lib/ngrokapi/services/endpoint_circuit_breaker_module_client.rb, lib/ngrokapi/services/endpoint_request_headers_module_client.rb, lib/ngrokapi/services/endpoint_tls_termination_module_client.rb, lib/ngrokapi/services/endpoint_response_headers_module_client.rb, lib/ngrokapi/services/endpoint_webhook_validation_module_client.rb
+ lib/ngrokapi/services/api_keys_client.rb, lib/ngrokapi/services/credentials_client.rb, lib/ngrokapi/services/ip_policies_client.rb, lib/ngrokapi/services/abuse_reports_client.rb, lib/ngrokapi/services/event_sources_client.rb, lib/ngrokapi/services/event_streams_client.rb, lib/ngrokapi/services/reserved_addrs_client.rb, lib/ngrokapi/services/agent_ingresses_client.rb, lib/ngrokapi/services/ip_policy_rules_client.rb, lib/ngrokapi/services/ip_restrictions_client.rb, lib/ngrokapi/services/ssh_credentials_client.rb, lib/ngrokapi/services/tunnel_sessions_client.rb, lib/ngrokapi/services/reserved_domains_client.rb, lib/ngrokapi/services/tls_certificates_client.rb, lib/ngrokapi/services/event_destinations_client.rb, lib/ngrokapi/services/event_subscriptions_client.rb, lib/ngrokapi/services/endpoint_oidc_module_client.rb, lib/ngrokapi/services/endpoint_saml_module_client.rb, lib/ngrokapi/services/ssh_host_certificates_client.rb, lib/ngrokapi/services/ssh_user_certificates_client.rb, lib/ngrokapi/services/endpoint_o_auth_module_client.rb, lib/ngrokapi/services/certificate_authorities_client.rb, lib/ngrokapi/services/endpoint_configurations_client.rb, lib/ngrokapi/services/endpoint_logging_module_client.rb, lib/ngrokapi/services/endpoint_ip_policy_module_client.rb, lib/ngrokapi/services/endpoint_mutual_tls_module_client.rb, lib/ngrokapi/services/endpoint_compression_module_client.rb, lib/ngrokapi/services/ssh_certificate_authorities_client.rb, lib/ngrokapi/services/endpoint_circuit_breaker_module_client.rb, lib/ngrokapi/services/endpoint_request_headers_module_client.rb, lib/ngrokapi/services/endpoint_tls_termination_module_client.rb, lib/ngrokapi/services/endpoint_response_headers_module_client.rb, lib/ngrokapi/services/endpoint_webhook_validation_module_client.rb
@@ -91,7 +91,7 @@
- Classes: APIKeysClient , AbuseReportsClient , CertificateAuthoritiesClient , CredentialsClient , EndpointCircuitBreakerModuleClient , EndpointCompressionModuleClient , EndpointConfigurationsClient , EndpointIPPolicyModuleClient , EndpointLoggingModuleClient , EndpointMutualTLSModuleClient , EndpointOAuthModuleClient , EndpointOIDCModuleClient , EndpointRequestHeadersModuleClient , EndpointResponseHeadersModuleClient , EndpointSAMLModuleClient , EndpointTLSTerminationModuleClient , EndpointWebhookValidationModuleClient , EventDestinationsClient , EventSourcesClient , EventStreamsClient , EventSubscriptionsClient , IPPoliciesClient , IPPolicyRulesClient , IPRestrictionsClient , IPWhitelistClient , ReservedAddrsClient , ReservedDomainsClient , SSHCertificateAuthoritiesClient , SSHCredentialsClient , SSHHostCertificatesClient , SSHUserCertificatesClient , TLSCertificatesClient , TunnelSessionsClient , TunnelsClient
+ Classes: APIKeysClient , AbuseReportsClient , AgentIngressesClient , CertificateAuthoritiesClient , CredentialsClient , EndpointCircuitBreakerModuleClient , EndpointCompressionModuleClient , EndpointConfigurationsClient , EndpointIPPolicyModuleClient , EndpointLoggingModuleClient , EndpointMutualTLSModuleClient , EndpointOAuthModuleClient , EndpointOIDCModuleClient , EndpointRequestHeadersModuleClient , EndpointResponseHeadersModuleClient , EndpointSAMLModuleClient , EndpointTLSTerminationModuleClient , EndpointWebhookValidationModuleClient , EventDestinationsClient , EventSourcesClient , EventStreamsClient , EventSubscriptionsClient , IPPoliciesClient , IPPolicyRulesClient , IPRestrictionsClient , ReservedAddrsClient , ReservedDomainsClient , SSHCertificateAuthoritiesClient , SSHCredentialsClient , SSHHostCertificatesClient , SSHUserCertificatesClient , TLSCertificatesClient , TunnelSessionsClient , TunnelsClient
@@ -107,9 +107,9 @@
diff --git a/docs/NgrokAPI/Services/APIKeysClient.html b/docs/NgrokAPI/Services/APIKeysClient.html
index 2da09b0..46232b5 100644
--- a/docs/NgrokAPI/Services/APIKeysClient.html
+++ b/docs/NgrokAPI/Services/APIKeysClient.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Services::APIKeysClient
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -643,18 +643,12 @@
40
41
42
-43
-44
-45
-46
+43
# File 'lib/ngrokapi/services/api_keys_client.rb', line 34
-def create (
- description: " " ,
- metadata: " "
-)
+def create ( description: " " , metadata: " " )
path = ' /api_keys '
replacements = {
}
@@ -737,22 +731,18 @@
+52
+53
+54
55
56
57
-58
-59
-60
-61
-62
-63
+58
- # File 'lib/ngrokapi/services/api_keys_client.rb', line 55
+ # File 'lib/ngrokapi/services/api_keys_client.rb', line 52
-def delete (
- id: " "
-)
+def delete ( id: " " )
path = ' /api_keys/%{id} '
replacements = {
id: id ,
@@ -832,22 +822,18 @@
+68
+69
+70
+71
+72
73
-74
-75
-76
-77
-78
-79
-80
-81
+74
- # File 'lib/ngrokapi/services/api_keys_client.rb', line 73
+ # File 'lib/ngrokapi/services/api_keys_client.rb', line 68
-def delete! (
- id: " "
-)
+def delete! ( id: " " )
path = ' /api_keys/%{id} '
replacements = {
id: id ,
@@ -927,24 +913,20 @@
+83
+84
+85
+86
+87
+88
+89
90
-91
-92
-93
-94
-95
-96
-97
-98
-99
-100
+91
- # File 'lib/ngrokapi/services/api_keys_client.rb', line 90
+ # File 'lib/ngrokapi/services/api_keys_client.rb', line 83
-def get (
- id: " "
-)
+def get ( id: " " )
path = ' /api_keys/%{id} '
replacements = {
id: id ,
@@ -1026,24 +1008,20 @@
-110
-111
-112
-113
-114
-115
-116
-117
-118
-119
-120
+101
+102
+103
+104
+105
+106
+107
+108
+109
- # File 'lib/ngrokapi/services/api_keys_client.rb', line 110
+ # File 'lib/ngrokapi/services/api_keys_client.rb', line 101
-def get! (
- id: " "
-)
+def get! ( id: " " )
path = ' /api_keys/%{id} '
replacements = {
id: id ,
@@ -1151,34 +1129,28 @@
+120
+121
+122
+123
+124
+125
+126
+127
+128
+129
+130
131
132
133
134
-135
-136
-137
-138
-139
-140
-141
-142
-143
-144
-145
-146
-147
-148
-149
+135
- # File 'lib/ngrokapi/services/api_keys_client.rb', line 131
+ # File 'lib/ngrokapi/services/api_keys_client.rb', line 120
-def list (
- before_id: nil ,
- limit: nil ,
- url: nil
-)
+def list ( before_id: nil , limit: nil ,
+ url: nil )
result = @client . list (
before_id: before_id ,
limit: limit ,
@@ -1292,36 +1264,30 @@
+147
+148
+149
+150
+151
+152
+153
+154
+155
+156
+157
+158
+159
+160
161
162
163
-164
-165
-166
-167
-168
-169
-170
-171
-172
-173
-174
-175
-176
-177
-178
-179
-180
-181
+164
- # File 'lib/ngrokapi/services/api_keys_client.rb', line 161
+ # File 'lib/ngrokapi/services/api_keys_client.rb', line 147
-def list! (
- before_id: nil ,
- limit: nil ,
- url: nil
-)
+def list! ( before_id: nil , limit: nil ,
+ url: nil )
result = @client . list (
before_id: before_id ,
limit: limit ,
@@ -1442,30 +1408,22 @@
-192
-193
-194
-195
-196
-197
-198
-199
-200
-201
-202
-203
-204
-205
-206
+175
+176
+177
+178
+179
+180
+181
+182
+183
+184
+185
- # File 'lib/ngrokapi/services/api_keys_client.rb', line 192
+ # File 'lib/ngrokapi/services/api_keys_client.rb', line 175
-def update (
- id: " " ,
- description: nil ,
- metadata: nil
-)
+def update ( id: " " , description: nil , metadata: nil )
path = ' /api_keys/%{id} '
replacements = {
id: id ,
@@ -1580,30 +1538,22 @@
-218
-219
-220
-221
-222
-223
-224
-225
-226
-227
-228
-229
-230
-231
-232
+197
+198
+199
+200
+201
+202
+203
+204
+205
+206
+207
- # File 'lib/ngrokapi/services/api_keys_client.rb', line 218
+ # File 'lib/ngrokapi/services/api_keys_client.rb', line 197
-def update! (
- id: " " ,
- description: nil ,
- metadata: nil
-)
+def update! ( id: " " , description: nil , metadata: nil )
path = ' /api_keys/%{id} '
replacements = {
id: id ,
@@ -1624,9 +1574,9 @@
diff --git a/docs/NgrokAPI/Services/AbuseReportsClient.html b/docs/NgrokAPI/Services/AbuseReportsClient.html
index 92fb1f6..125d484 100644
--- a/docs/NgrokAPI/Services/AbuseReportsClient.html
+++ b/docs/NgrokAPI/Services/AbuseReportsClient.html
@@ -6,7 +6,7 @@
Class: NgrokAPI::Services::AbuseReportsClient
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -481,18 +481,12 @@
36
37
38
-39
-40
-41
-42
+39
# File 'lib/ngrokapi/services/abuse_reports_client.rb', line 30
-def create (
- urls: ,
- metadata: " "
-)
+def create ( urls: , metadata: " " )
path = ' /abuse_reports '
replacements = {
}
@@ -575,24 +569,20 @@
+48
+49
+50
51
52
53
54
55
-56
-57
-58
-59
-60
-61
+56
- # File 'lib/ngrokapi/services/abuse_reports_client.rb', line 51
+ # File 'lib/ngrokapi/services/abuse_reports_client.rb', line 48
-def get (
- id: " "
-)
+def get ( id: " " )
path = ' /abuse_reports/%{id} '
replacements = {
id: id ,
@@ -674,24 +664,20 @@
+66
+67
+68
+69
+70
71
72
73
-74
-75
-76
-77
-78
-79
-80
-81
+74
- # File 'lib/ngrokapi/services/abuse_reports_client.rb', line 71
+ # File 'lib/ngrokapi/services/abuse_reports_client.rb', line 66
-def get! (
- id: " "
-)
+def get! ( id: " " )
path = ' /abuse_reports/%{id} '
replacements = {
id: id ,
@@ -710,9 +696,9 @@
diff --git a/docs/NgrokAPI/Services/IPWhitelistClient.html b/docs/NgrokAPI/Services/AgentIngressesClient.html
similarity index 72%
rename from docs/NgrokAPI/Services/IPWhitelistClient.html
rename to docs/NgrokAPI/Services/AgentIngressesClient.html
index 39a6b35..2562e63 100644
--- a/docs/NgrokAPI/Services/IPWhitelistClient.html
+++ b/docs/NgrokAPI/Services/AgentIngressesClient.html
@@ -4,9 +4,9 @@
- Class: NgrokAPI::Services::IPWhitelistClient
+ Class: NgrokAPI::Services::AgentIngressesClient
- — Documentation by YARD 0.9.26
+ — Documentation by YARD 0.9.27
@@ -15,7 +15,7 @@
@@ -36,10 +36,10 @@
- Class: NgrokAPI::Services::IPWhitelistClient
+ Class: NgrokAPI::Services::AgentIngressesClient
@@ -74,7 +74,7 @@
Object
- NgrokAPI::Services::IPWhitelistClient
+ NgrokAPI::Services::AgentIngressesClient
show all
@@ -94,7 +94,7 @@
Defined in:
- lib/ngrokapi/services/ip_whitelist_client.rb
+ lib/ngrokapi/services/agent_ingresses_client.rb
@@ -102,9 +102,7 @@
Overview
- ' /ip_whitelist '
+ ' /agent_ingresses '
LIST_PROPERTY =
@@ -151,7 +149,7 @@
- ' whitelist '
+ ' ingresses '
@@ -207,7 +205,7 @@
- #create (description: "", metadata: "", ip_net: "") ⇒ NgrokAPI::Models::IPWhitelistEntry
+ #create (description: "", metadata: "", domain:) ⇒ NgrokAPI::Models::AgentIngress
@@ -222,7 +220,7 @@
-
Create a new IP whitelist entry that will restrict traffic to all tunnel endpoints on the account.
+
Create a new Agent Ingress.
@@ -246,7 +244,7 @@
-
Delete an IP whitelist entry.
+
Delete an Agent Ingress by ID.
@@ -270,7 +268,7 @@
-
Delete an IP whitelist entry.
+
Delete an Agent Ingress by ID Throws an exception if API error.
@@ -279,7 +277,7 @@
- #get (id: "") ⇒ NgrokAPI::Models::IPWhitelistEntry
+ #get (id: "") ⇒ NgrokAPI::Models::AgentIngress
@@ -294,7 +292,7 @@
-
Get detailed information about an IP whitelist entry by ID.
+
Get the details of an Agent Ingress by ID.
@@ -303,7 +301,7 @@
- #get! (id: "") ⇒ NgrokAPI::Models::IPWhitelistEntry
+ #get! (id: "") ⇒ NgrokAPI::Models::AgentIngress
@@ -318,7 +316,7 @@
-
Get detailed information about an IP whitelist entry by ID.
+
Get the details of an Agent Ingress by ID.
@@ -327,7 +325,7 @@
- #initialize (client:) ⇒ IPWhitelistClient
+ #initialize (client:) ⇒ AgentIngressesClient
@@ -344,7 +342,7 @@
-
A new instance of IPWhitelistClient.
+
A new instance of AgentIngressesClient.
@@ -368,7 +366,7 @@
-
List all IP whitelist entries on this account.
+
List all Agent Ingresses owned by this account.
@@ -392,7 +390,7 @@
-
List all IP whitelist entries on this account Throws an exception if API error.
+
List all Agent Ingresses owned by this account Throws an exception if API error.
@@ -401,7 +399,7 @@
- #update (id: "", description: nil, metadata: nil) ⇒ NgrokAPI::Models::IPWhitelistEntry
+ #update (id: "", description: nil, metadata: nil) ⇒ NgrokAPI::Models::AgentIngress
@@ -416,7 +414,7 @@
-
Update attributes of an IP whitelist entry by ID.
+
Update attributes of an Agent Ingress by ID.
@@ -425,7 +423,7 @@
- #update! (id: "", description: nil, metadata: nil) ⇒ NgrokAPI::Models::IPWhitelistEntry
+ #update! (id: "", description: nil, metadata: nil) ⇒ NgrokAPI::Models::AgentIngress
@@ -440,7 +438,7 @@
-
Update attributes of an IP whitelist entry by ID Throws an exception if API error.
+
Update attributes of an Agent Ingress by ID.
@@ -455,7 +453,7 @@
-
Returns a new instance of IPWhitelistClient.
+
Returns a new instance of AgentIngressesClient.
@@ -478,12 +476,12 @@
-18
-19
-20
+15
+16
+17
- # File 'lib/ngrokapi/services/ip_whitelist_client.rb', line 18
+ # File 'lib/ngrokapi/services/agent_ingresses_client.rb', line 15
def initialize ( client: )
@client = client
@@ -526,12 +524,12 @@
-16
-17
-18
+13
+14
+15
- # File 'lib/ngrokapi/services/ip_whitelist_client.rb', line 16
+ # File 'lib/ngrokapi/services/agent_ingresses_client.rb', line 13
def client
@client
@@ -551,7 +549,7 @@
@@ -584,7 +582,7 @@
—
-
human-readable description of the source IPs for this IP whitelist entry. optional, max 255 bytes.
+
human-readable description of the use of this Agent Ingress. optional, max 255 bytes.
@@ -602,25 +600,23 @@
—
-
arbitrary user-defined machine-readable data of this IP whitelist entry. optional, max 4096 bytes.
+
arbitrary user-defined machine-readable data of this Agent Ingress. optional, max 4096 bytes
- ip_net
+ domain
(string )
- (defaults to: "" )
-
—
-
an IP address or IP network range in CIDR notation (e.g. 10.1.1.1 or 10.1.0.0/16) of addresses that will be whitelisted to communicate with your tunnel endpoints
+
the domain that you own to be used as the base domain name to generate regional agent ingress domains.
@@ -633,7 +629,7 @@
- (NgrokAPI::Models::IPWhitelistEntry )
+ (NgrokAPI::Models::AgentIngress )
@@ -652,6 +648,9 @@
+29
+30
+31
32
33
34
@@ -659,32 +658,21 @@
36
37
38
-39
-40
-41
-42
-43
-44
-45
-46
+39
- # File 'lib/ngrokapi/services/ip_whitelist_client.rb', line 32
+ # File 'lib/ngrokapi/services/agent_ingresses_client.rb', line 29
-def create (
- description: " " ,
- metadata: " " ,
- ip_net: " "
-)
- path = ' /ip_whitelist '
+def create ( description: " " , metadata: " " , domain: )
+ path = ' /agent_ingresses '
replacements = {
}
data = { }
data [ :description ] = description if description
data [ :metadata ] = metadata if metadata
- data [ :ip_net ] = ip_net if ip_net
+ data [ :domain ] = domain if domain
result = @client . post ( path % replacements , data: data )
- NgrokAPI :: Models :: IPWhitelistEntry . new ( client: self , result: result )
+ NgrokAPI :: Models :: AgentIngress . new ( client: self , result: result )
end
@@ -703,9 +691,9 @@
@@ -759,23 +747,19 @@
-55
-56
-57
-58
-59
-60
-61
-62
-63
+48
+49
+50
+51
+52
+53
+54
- # File 'lib/ngrokapi/services/ip_whitelist_client.rb', line 55
+ # File 'lib/ngrokapi/services/agent_ingresses_client.rb', line 48
-def delete (
- id: " "
-)
- path = ' /ip_whitelist/%{id} '
+def delete ( id: " " )
+ path = ' /agent_ingresses/%{id} '
replacements = {
id: id ,
}
@@ -798,9 +782,9 @@
@@ -854,23 +838,19 @@
-73
-74
-75
-76
-77
-78
-79
-80
-81
+64
+65
+66
+67
+68
+69
+70
- # File 'lib/ngrokapi/services/ip_whitelist_client.rb', line 73
+ # File 'lib/ngrokapi/services/agent_ingresses_client.rb', line 64
-def delete! (
- id: " "
-)
- path = ' /ip_whitelist/%{id} '
+def delete! ( id: " " )
+ path = ' /agent_ingresses/%{id} '
replacements = {
id: id ,
}
@@ -884,7 +864,7 @@
- # File 'lib/ngrokapi/services/ip_whitelist_client.rb', line 90
+ # File 'lib/ngrokapi/services/agent_ingresses_client.rb', line 79
-def get (
- id: " "
-)
- path = ' /ip_whitelist/%{id} '
+def get ( id: " " )
+ path = ' /agent_ingresses/%{id} '
replacements = {
id: id ,
}
data = { }
result = @client . get ( path % replacements , data: data )
- NgrokAPI :: Models :: IPWhitelistEntry . new ( client: self , result: result )
+ NgrokAPI :: Models :: AgentIngress . new ( client: self , result: result )
end
@@ -983,7 +959,7 @@
@@ -1029,7 +1005,7 @@
- (NgrokAPI::Models::IPWhitelistEntry )
+ (NgrokAPI::Models::AgentIngress )
@@ -1048,31 +1024,27 @@
-110
-111
-112
-113
-114
-115
-116
-117
-118
-119
-120
+97
+98
+99
+100
+101
+102
+103
+104
+105
- # File 'lib/ngrokapi/services/ip_whitelist_client.rb', line 110
+ # File 'lib/ngrokapi/services/agent_ingresses_client.rb', line 97
-def get! (
- id: " "
-)
- path = ' /ip_whitelist/%{id} '
+def get! ( id: " " )
+ path = ' /agent_ingresses/%{id} '
replacements = {
id: id ,
}
data = { }
result = @client . get ( path % replacements , data: data , danger: true )
- NgrokAPI :: Models :: IPWhitelistEntry . new ( client: self , result: result )
+ NgrokAPI :: Models :: AgentIngress . new ( client: self , result: result )
end
@@ -1091,9 +1063,9 @@
@@ -1173,46 +1145,40 @@
-131
-132
-133
-134
-135
-136
-137
-138
-139
-140
-141
-142
-143
-144
-145
-146
-147
-148
-149
+116
+117
+118
+119
+120
+121
+122
+123
+124
+125
+126
+127
+128
+129
+130
+131
- # File 'lib/ngrokapi/services/ip_whitelist_client.rb', line 131
+ # File 'lib/ngrokapi/services/agent_ingresses_client.rb', line 116
-def list (
- before_id: nil ,
- limit: nil ,
- url: nil
-)
+def list ( before_id: nil , limit: nil ,
+ url: nil )
result = @client . list (
before_id: before_id ,
limit: limit ,
url: url ,
- path: PATH
+ path: PATH
)
NgrokAPI :: Models :: Listable . new (
client: self ,
result: result ,
- list_property: LIST_PROPERTY ,
- klass: NgrokAPI :: Models :: IPWhitelistEntry
+ list_property: LIST_PROPERTY ,
+ klass: NgrokAPI :: Models :: AgentIngress
)
end
@@ -1232,9 +1198,9 @@
@@ -1314,16 +1280,150 @@
-161
-162
-163
-164
-165
-166
-167
-168
-169
-170
+143
+144
+145
+146
+147
+148
+149
+150
+151
+152
+153
+154
+155
+156
+157
+158
+159
+160
+
+
+ # File 'lib/ngrokapi/services/agent_ingresses_client.rb', line 143
+
+def list! ( before_id: nil , limit: nil ,
+ url: nil )
+ result = @client . list (
+ before_id: before_id ,
+ limit: limit ,
+ danger: true ,
+ url: url ,
+ path: PATH
+ )
+
+ NgrokAPI :: Models :: Listable . new (
+ client: self ,
+ result: result ,
+ list_property: LIST_PROPERTY ,
+ klass: NgrokAPI :: Models :: AgentIngress ,
+ danger: true
+ )
+end
+
+
+