whoisfreaks 0.14.0 → 0.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/docs/DatabasesASNWHOISApi.md +5 -5
- data/docs/DatabasesDNSApi.md +15 -15
- data/docs/DatabasesExpiringDroppedApi.md +20 -20
- data/docs/DatabasesIPGeolocationApi.md +2 -2
- data/docs/DatabasesIPSecurityApi.md +5 -5
- data/docs/DatabasesIPWHOISApi.md +5 -5
- data/docs/DatabasesNewlyRegisteredApi.md +25 -25
- data/docs/DatabasesSubdomainsApi.md +15 -15
- data/docs/DatabasesWHOISApi.md +15 -15
- data/docs/ErrorResponse.md +5 -1
- data/lib/whoisfreaks/api/databases_asnwhois_api.rb +4 -4
- data/lib/whoisfreaks/api/databases_dns_api.rb +12 -12
- data/lib/whoisfreaks/api/databases_expiring_dropped_api.rb +16 -16
- data/lib/whoisfreaks/api/databases_ip_geolocation_api.rb +2 -2
- data/lib/whoisfreaks/api/databases_ip_security_api.rb +4 -4
- data/lib/whoisfreaks/api/databases_ipwhois_api.rb +4 -4
- data/lib/whoisfreaks/api/databases_newly_registered_api.rb +20 -20
- data/lib/whoisfreaks/api/databases_subdomains_api.rb +12 -12
- data/lib/whoisfreaks/api/databases_whois_api.rb +12 -12
- data/lib/whoisfreaks/models/error_response.rb +20 -2
- data/lib/whoisfreaks/version.rb +1 -1
- data/spec/api/databases_asnwhois_api_spec.rb +1 -1
- data/spec/api/databases_dns_api_spec.rb +3 -3
- data/spec/api/databases_expiring_dropped_api_spec.rb +4 -4
- data/spec/api/databases_ip_security_api_spec.rb +1 -1
- data/spec/api/databases_ipwhois_api_spec.rb +1 -1
- data/spec/api/databases_newly_registered_api_spec.rb +5 -5
- data/spec/api/databases_subdomains_api_spec.rb +3 -3
- data/spec/api/databases_whois_api_spec.rb +3 -3
- data/spec/models/error_response_spec.rb +12 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4f918945c31e3e0b06e47d28dd81c5ca9ab7f9d9f2795d6bf0e6807f1f85110a
|
|
4
|
+
data.tar.gz: a8809c5ba3a5edd6ef19957b20a85c9e19333380310fd00e92f59c45480cf521
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a9e3e728bd26494e115b52bb689aea9912c7f6b6ddee83f40a7d3706c8066e7c343e3970b55b8e846e87d8727fe720a1b0f8e3733b5fb7a174f907958c6b0f0c
|
|
7
|
+
data.tar.gz: 748a7d0916da90d6fb511c8374d642934906d0ccb411122903712057bf11627455455caf220a731be0e6fba0c4dd4f557964f25c2dc833e6470c2bcaa036a892
|
data/README.md
CHANGED
|
@@ -17,7 +17,7 @@ All requests require an `apiKey` query parameter.
|
|
|
17
17
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
18
18
|
|
|
19
19
|
- API version: 1.0.0
|
|
20
|
-
- Package version: 0.
|
|
20
|
+
- Package version: 0.15.0
|
|
21
21
|
- Generator version: 7.11.0
|
|
22
22
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
23
23
|
For more information, please visit [https://whoisfreaks.com](https://whoisfreaks.com)
|
|
@@ -35,16 +35,16 @@ gem build whoisfreaks.gemspec
|
|
|
35
35
|
Then either install the gem locally:
|
|
36
36
|
|
|
37
37
|
```shell
|
|
38
|
-
gem install ./whoisfreaks-0.
|
|
38
|
+
gem install ./whoisfreaks-0.15.0.gem
|
|
39
39
|
```
|
|
40
40
|
|
|
41
|
-
(for development, run `gem install --dev ./whoisfreaks-0.
|
|
41
|
+
(for development, run `gem install --dev ./whoisfreaks-0.15.0.gem` to install the development dependencies)
|
|
42
42
|
|
|
43
43
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
|
44
44
|
|
|
45
45
|
Finally add this to the Gemfile:
|
|
46
46
|
|
|
47
|
-
gem 'whoisfreaks', '~> 0.
|
|
47
|
+
gem 'whoisfreaks', '~> 0.15.0'
|
|
48
48
|
|
|
49
49
|
### Install from Git
|
|
50
50
|
|
|
@@ -10,7 +10,7 @@ All URIs are relative to *https://api.whoisfreaks.com*
|
|
|
10
10
|
|
|
11
11
|
## db_asn_whois
|
|
12
12
|
|
|
13
|
-
>
|
|
13
|
+
> File db_asn_whois(api_key, date)
|
|
14
14
|
|
|
15
15
|
ASN WHOIS Snapshot
|
|
16
16
|
|
|
@@ -46,7 +46,7 @@ end
|
|
|
46
46
|
|
|
47
47
|
This returns an Array which contains the response data, status code and headers.
|
|
48
48
|
|
|
49
|
-
> <Array(
|
|
49
|
+
> <Array(File, Integer, Hash)> db_asn_whois_with_http_info(api_key, date)
|
|
50
50
|
|
|
51
51
|
```ruby
|
|
52
52
|
begin
|
|
@@ -54,7 +54,7 @@ begin
|
|
|
54
54
|
data, status_code, headers = api_instance.db_asn_whois_with_http_info(api_key, date)
|
|
55
55
|
p status_code # => 2xx
|
|
56
56
|
p headers # => { ... }
|
|
57
|
-
p data # =>
|
|
57
|
+
p data # => File
|
|
58
58
|
rescue WhoisFreaks::ApiError => e
|
|
59
59
|
puts "Error when calling DatabasesASNWHOISApi->db_asn_whois_with_http_info: #{e}"
|
|
60
60
|
end
|
|
@@ -69,7 +69,7 @@ end
|
|
|
69
69
|
|
|
70
70
|
### Return type
|
|
71
71
|
|
|
72
|
-
**
|
|
72
|
+
**File**
|
|
73
73
|
|
|
74
74
|
### Authorization
|
|
75
75
|
|
|
@@ -78,7 +78,7 @@ end
|
|
|
78
78
|
### HTTP request headers
|
|
79
79
|
|
|
80
80
|
- **Content-Type**: Not defined
|
|
81
|
-
- **Accept**: application/json
|
|
81
|
+
- **Accept**: application/octet-stream, application/json
|
|
82
82
|
|
|
83
83
|
|
|
84
84
|
## db_asn_whois_status
|
data/docs/DatabasesDNSApi.md
CHANGED
|
@@ -11,7 +11,7 @@ All URIs are relative to *https://api.whoisfreaks.com*
|
|
|
11
11
|
|
|
12
12
|
## db_dns_daily
|
|
13
13
|
|
|
14
|
-
>
|
|
14
|
+
> File db_dns_daily(api_key, opts)
|
|
15
15
|
|
|
16
16
|
DNS Database Daily
|
|
17
17
|
|
|
@@ -49,7 +49,7 @@ end
|
|
|
49
49
|
|
|
50
50
|
This returns an Array which contains the response data, status code and headers.
|
|
51
51
|
|
|
52
|
-
> <Array(
|
|
52
|
+
> <Array(File, Integer, Hash)> db_dns_daily_with_http_info(api_key, opts)
|
|
53
53
|
|
|
54
54
|
```ruby
|
|
55
55
|
begin
|
|
@@ -57,7 +57,7 @@ begin
|
|
|
57
57
|
data, status_code, headers = api_instance.db_dns_daily_with_http_info(api_key, opts)
|
|
58
58
|
p status_code # => 2xx
|
|
59
59
|
p headers # => { ... }
|
|
60
|
-
p data # =>
|
|
60
|
+
p data # => File
|
|
61
61
|
rescue WhoisFreaks::ApiError => e
|
|
62
62
|
puts "Error when calling DatabasesDNSApi->db_dns_daily_with_http_info: #{e}"
|
|
63
63
|
end
|
|
@@ -72,7 +72,7 @@ end
|
|
|
72
72
|
|
|
73
73
|
### Return type
|
|
74
74
|
|
|
75
|
-
**
|
|
75
|
+
**File**
|
|
76
76
|
|
|
77
77
|
### Authorization
|
|
78
78
|
|
|
@@ -81,12 +81,12 @@ end
|
|
|
81
81
|
### HTTP request headers
|
|
82
82
|
|
|
83
83
|
- **Content-Type**: Not defined
|
|
84
|
-
- **Accept**:
|
|
84
|
+
- **Accept**: application/octet-stream, application/json
|
|
85
85
|
|
|
86
86
|
|
|
87
87
|
## db_dns_monthly
|
|
88
88
|
|
|
89
|
-
>
|
|
89
|
+
> File db_dns_monthly(api_key, opts)
|
|
90
90
|
|
|
91
91
|
DNS Database Monthly
|
|
92
92
|
|
|
@@ -124,7 +124,7 @@ end
|
|
|
124
124
|
|
|
125
125
|
This returns an Array which contains the response data, status code and headers.
|
|
126
126
|
|
|
127
|
-
> <Array(
|
|
127
|
+
> <Array(File, Integer, Hash)> db_dns_monthly_with_http_info(api_key, opts)
|
|
128
128
|
|
|
129
129
|
```ruby
|
|
130
130
|
begin
|
|
@@ -132,7 +132,7 @@ begin
|
|
|
132
132
|
data, status_code, headers = api_instance.db_dns_monthly_with_http_info(api_key, opts)
|
|
133
133
|
p status_code # => 2xx
|
|
134
134
|
p headers # => { ... }
|
|
135
|
-
p data # =>
|
|
135
|
+
p data # => File
|
|
136
136
|
rescue WhoisFreaks::ApiError => e
|
|
137
137
|
puts "Error when calling DatabasesDNSApi->db_dns_monthly_with_http_info: #{e}"
|
|
138
138
|
end
|
|
@@ -147,7 +147,7 @@ end
|
|
|
147
147
|
|
|
148
148
|
### Return type
|
|
149
149
|
|
|
150
|
-
**
|
|
150
|
+
**File**
|
|
151
151
|
|
|
152
152
|
### Authorization
|
|
153
153
|
|
|
@@ -156,12 +156,12 @@ end
|
|
|
156
156
|
### HTTP request headers
|
|
157
157
|
|
|
158
158
|
- **Content-Type**: Not defined
|
|
159
|
-
- **Accept**:
|
|
159
|
+
- **Accept**: application/octet-stream, application/json
|
|
160
160
|
|
|
161
161
|
|
|
162
162
|
## db_dns_weekly
|
|
163
163
|
|
|
164
|
-
>
|
|
164
|
+
> File db_dns_weekly(api_key, opts)
|
|
165
165
|
|
|
166
166
|
DNS Database Weekly
|
|
167
167
|
|
|
@@ -199,7 +199,7 @@ end
|
|
|
199
199
|
|
|
200
200
|
This returns an Array which contains the response data, status code and headers.
|
|
201
201
|
|
|
202
|
-
> <Array(
|
|
202
|
+
> <Array(File, Integer, Hash)> db_dns_weekly_with_http_info(api_key, opts)
|
|
203
203
|
|
|
204
204
|
```ruby
|
|
205
205
|
begin
|
|
@@ -207,7 +207,7 @@ begin
|
|
|
207
207
|
data, status_code, headers = api_instance.db_dns_weekly_with_http_info(api_key, opts)
|
|
208
208
|
p status_code # => 2xx
|
|
209
209
|
p headers # => { ... }
|
|
210
|
-
p data # =>
|
|
210
|
+
p data # => File
|
|
211
211
|
rescue WhoisFreaks::ApiError => e
|
|
212
212
|
puts "Error when calling DatabasesDNSApi->db_dns_weekly_with_http_info: #{e}"
|
|
213
213
|
end
|
|
@@ -222,7 +222,7 @@ end
|
|
|
222
222
|
|
|
223
223
|
### Return type
|
|
224
224
|
|
|
225
|
-
**
|
|
225
|
+
**File**
|
|
226
226
|
|
|
227
227
|
### Authorization
|
|
228
228
|
|
|
@@ -231,5 +231,5 @@ end
|
|
|
231
231
|
### HTTP request headers
|
|
232
232
|
|
|
233
233
|
- **Content-Type**: Not defined
|
|
234
|
-
- **Accept**:
|
|
234
|
+
- **Accept**: application/octet-stream, application/json
|
|
235
235
|
|
|
@@ -13,7 +13,7 @@ All URIs are relative to *https://api.whoisfreaks.com*
|
|
|
13
13
|
|
|
14
14
|
## db_dropped
|
|
15
15
|
|
|
16
|
-
>
|
|
16
|
+
> File db_dropped(api_key, whois, opts)
|
|
17
17
|
|
|
18
18
|
Dropped Domains
|
|
19
19
|
|
|
@@ -52,7 +52,7 @@ end
|
|
|
52
52
|
|
|
53
53
|
This returns an Array which contains the response data, status code and headers.
|
|
54
54
|
|
|
55
|
-
> <Array(
|
|
55
|
+
> <Array(File, Integer, Hash)> db_dropped_with_http_info(api_key, whois, opts)
|
|
56
56
|
|
|
57
57
|
```ruby
|
|
58
58
|
begin
|
|
@@ -60,7 +60,7 @@ begin
|
|
|
60
60
|
data, status_code, headers = api_instance.db_dropped_with_http_info(api_key, whois, opts)
|
|
61
61
|
p status_code # => 2xx
|
|
62
62
|
p headers # => { ... }
|
|
63
|
-
p data # =>
|
|
63
|
+
p data # => File
|
|
64
64
|
rescue WhoisFreaks::ApiError => e
|
|
65
65
|
puts "Error when calling DatabasesExpiringDroppedApi->db_dropped_with_http_info: #{e}"
|
|
66
66
|
end
|
|
@@ -76,7 +76,7 @@ end
|
|
|
76
76
|
|
|
77
77
|
### Return type
|
|
78
78
|
|
|
79
|
-
**
|
|
79
|
+
**File**
|
|
80
80
|
|
|
81
81
|
### Authorization
|
|
82
82
|
|
|
@@ -85,12 +85,12 @@ end
|
|
|
85
85
|
### HTTP request headers
|
|
86
86
|
|
|
87
87
|
- **Content-Type**: Not defined
|
|
88
|
-
- **Accept**:
|
|
88
|
+
- **Accept**: application/octet-stream, application/json
|
|
89
89
|
|
|
90
90
|
|
|
91
91
|
## db_dropped_backlinks
|
|
92
92
|
|
|
93
|
-
>
|
|
93
|
+
> File db_dropped_backlinks(api_key, opts)
|
|
94
94
|
|
|
95
95
|
Dropped With Backlinks
|
|
96
96
|
|
|
@@ -129,7 +129,7 @@ end
|
|
|
129
129
|
|
|
130
130
|
This returns an Array which contains the response data, status code and headers.
|
|
131
131
|
|
|
132
|
-
> <Array(
|
|
132
|
+
> <Array(File, Integer, Hash)> db_dropped_backlinks_with_http_info(api_key, opts)
|
|
133
133
|
|
|
134
134
|
```ruby
|
|
135
135
|
begin
|
|
@@ -137,7 +137,7 @@ begin
|
|
|
137
137
|
data, status_code, headers = api_instance.db_dropped_backlinks_with_http_info(api_key, opts)
|
|
138
138
|
p status_code # => 2xx
|
|
139
139
|
p headers # => { ... }
|
|
140
|
-
p data # =>
|
|
140
|
+
p data # => File
|
|
141
141
|
rescue WhoisFreaks::ApiError => e
|
|
142
142
|
puts "Error when calling DatabasesExpiringDroppedApi->db_dropped_backlinks_with_http_info: #{e}"
|
|
143
143
|
end
|
|
@@ -153,7 +153,7 @@ end
|
|
|
153
153
|
|
|
154
154
|
### Return type
|
|
155
155
|
|
|
156
|
-
**
|
|
156
|
+
**File**
|
|
157
157
|
|
|
158
158
|
### Authorization
|
|
159
159
|
|
|
@@ -162,7 +162,7 @@ end
|
|
|
162
162
|
### HTTP request headers
|
|
163
163
|
|
|
164
164
|
- **Content-Type**: Not defined
|
|
165
|
-
- **Accept**:
|
|
165
|
+
- **Accept**: application/octet-stream, application/json
|
|
166
166
|
|
|
167
167
|
|
|
168
168
|
## db_dropped_json
|
|
@@ -244,7 +244,7 @@ end
|
|
|
244
244
|
|
|
245
245
|
## db_expired
|
|
246
246
|
|
|
247
|
-
>
|
|
247
|
+
> File db_expired(api_key, whois, opts)
|
|
248
248
|
|
|
249
249
|
Expiring Domains
|
|
250
250
|
|
|
@@ -283,7 +283,7 @@ end
|
|
|
283
283
|
|
|
284
284
|
This returns an Array which contains the response data, status code and headers.
|
|
285
285
|
|
|
286
|
-
> <Array(
|
|
286
|
+
> <Array(File, Integer, Hash)> db_expired_with_http_info(api_key, whois, opts)
|
|
287
287
|
|
|
288
288
|
```ruby
|
|
289
289
|
begin
|
|
@@ -291,7 +291,7 @@ begin
|
|
|
291
291
|
data, status_code, headers = api_instance.db_expired_with_http_info(api_key, whois, opts)
|
|
292
292
|
p status_code # => 2xx
|
|
293
293
|
p headers # => { ... }
|
|
294
|
-
p data # =>
|
|
294
|
+
p data # => File
|
|
295
295
|
rescue WhoisFreaks::ApiError => e
|
|
296
296
|
puts "Error when calling DatabasesExpiringDroppedApi->db_expired_with_http_info: #{e}"
|
|
297
297
|
end
|
|
@@ -307,7 +307,7 @@ end
|
|
|
307
307
|
|
|
308
308
|
### Return type
|
|
309
309
|
|
|
310
|
-
**
|
|
310
|
+
**File**
|
|
311
311
|
|
|
312
312
|
### Authorization
|
|
313
313
|
|
|
@@ -316,12 +316,12 @@ end
|
|
|
316
316
|
### HTTP request headers
|
|
317
317
|
|
|
318
318
|
- **Content-Type**: Not defined
|
|
319
|
-
- **Accept**:
|
|
319
|
+
- **Accept**: application/octet-stream, application/json
|
|
320
320
|
|
|
321
321
|
|
|
322
322
|
## db_expired_cleaned
|
|
323
323
|
|
|
324
|
-
>
|
|
324
|
+
> File db_expired_cleaned(api_key, opts)
|
|
325
325
|
|
|
326
326
|
Expiring Cleaned WHOIS
|
|
327
327
|
|
|
@@ -359,7 +359,7 @@ end
|
|
|
359
359
|
|
|
360
360
|
This returns an Array which contains the response data, status code and headers.
|
|
361
361
|
|
|
362
|
-
> <Array(
|
|
362
|
+
> <Array(File, Integer, Hash)> db_expired_cleaned_with_http_info(api_key, opts)
|
|
363
363
|
|
|
364
364
|
```ruby
|
|
365
365
|
begin
|
|
@@ -367,7 +367,7 @@ begin
|
|
|
367
367
|
data, status_code, headers = api_instance.db_expired_cleaned_with_http_info(api_key, opts)
|
|
368
368
|
p status_code # => 2xx
|
|
369
369
|
p headers # => { ... }
|
|
370
|
-
p data # =>
|
|
370
|
+
p data # => File
|
|
371
371
|
rescue WhoisFreaks::ApiError => e
|
|
372
372
|
puts "Error when calling DatabasesExpiringDroppedApi->db_expired_cleaned_with_http_info: #{e}"
|
|
373
373
|
end
|
|
@@ -382,7 +382,7 @@ end
|
|
|
382
382
|
|
|
383
383
|
### Return type
|
|
384
384
|
|
|
385
|
-
**
|
|
385
|
+
**File**
|
|
386
386
|
|
|
387
387
|
### Authorization
|
|
388
388
|
|
|
@@ -391,5 +391,5 @@ end
|
|
|
391
391
|
### HTTP request headers
|
|
392
392
|
|
|
393
393
|
- **Content-Type**: Not defined
|
|
394
|
-
- **Accept**:
|
|
394
|
+
- **Accept**: application/octet-stream, application/json
|
|
395
395
|
|
|
@@ -80,7 +80,7 @@ end
|
|
|
80
80
|
### HTTP request headers
|
|
81
81
|
|
|
82
82
|
- **Content-Type**: Not defined
|
|
83
|
-
- **Accept**: application/
|
|
83
|
+
- **Accept**: application/octet-stream, application/json
|
|
84
84
|
|
|
85
85
|
|
|
86
86
|
## db_ip_city_status
|
|
@@ -224,7 +224,7 @@ end
|
|
|
224
224
|
### HTTP request headers
|
|
225
225
|
|
|
226
226
|
- **Content-Type**: Not defined
|
|
227
|
-
- **Accept**: application/
|
|
227
|
+
- **Accept**: application/octet-stream, application/json
|
|
228
228
|
|
|
229
229
|
|
|
230
230
|
## db_ip_country_status
|
|
@@ -10,7 +10,7 @@ All URIs are relative to *https://api.whoisfreaks.com*
|
|
|
10
10
|
|
|
11
11
|
## db_ip_security
|
|
12
12
|
|
|
13
|
-
>
|
|
13
|
+
> File db_ip_security(api_key, date)
|
|
14
14
|
|
|
15
15
|
IP Security Snapshot
|
|
16
16
|
|
|
@@ -46,7 +46,7 @@ end
|
|
|
46
46
|
|
|
47
47
|
This returns an Array which contains the response data, status code and headers.
|
|
48
48
|
|
|
49
|
-
> <Array(
|
|
49
|
+
> <Array(File, Integer, Hash)> db_ip_security_with_http_info(api_key, date)
|
|
50
50
|
|
|
51
51
|
```ruby
|
|
52
52
|
begin
|
|
@@ -54,7 +54,7 @@ begin
|
|
|
54
54
|
data, status_code, headers = api_instance.db_ip_security_with_http_info(api_key, date)
|
|
55
55
|
p status_code # => 2xx
|
|
56
56
|
p headers # => { ... }
|
|
57
|
-
p data # =>
|
|
57
|
+
p data # => File
|
|
58
58
|
rescue WhoisFreaks::ApiError => e
|
|
59
59
|
puts "Error when calling DatabasesIPSecurityApi->db_ip_security_with_http_info: #{e}"
|
|
60
60
|
end
|
|
@@ -69,7 +69,7 @@ end
|
|
|
69
69
|
|
|
70
70
|
### Return type
|
|
71
71
|
|
|
72
|
-
**
|
|
72
|
+
**File**
|
|
73
73
|
|
|
74
74
|
### Authorization
|
|
75
75
|
|
|
@@ -78,7 +78,7 @@ end
|
|
|
78
78
|
### HTTP request headers
|
|
79
79
|
|
|
80
80
|
- **Content-Type**: Not defined
|
|
81
|
-
- **Accept**:
|
|
81
|
+
- **Accept**: application/octet-stream, application/json
|
|
82
82
|
|
|
83
83
|
|
|
84
84
|
## db_ip_security_status
|
data/docs/DatabasesIPWHOISApi.md
CHANGED
|
@@ -10,7 +10,7 @@ All URIs are relative to *https://api.whoisfreaks.com*
|
|
|
10
10
|
|
|
11
11
|
## db_ip_whois
|
|
12
12
|
|
|
13
|
-
>
|
|
13
|
+
> File db_ip_whois(api_key, date)
|
|
14
14
|
|
|
15
15
|
IP WHOIS Snapshot
|
|
16
16
|
|
|
@@ -46,7 +46,7 @@ end
|
|
|
46
46
|
|
|
47
47
|
This returns an Array which contains the response data, status code and headers.
|
|
48
48
|
|
|
49
|
-
> <Array(
|
|
49
|
+
> <Array(File, Integer, Hash)> db_ip_whois_with_http_info(api_key, date)
|
|
50
50
|
|
|
51
51
|
```ruby
|
|
52
52
|
begin
|
|
@@ -54,7 +54,7 @@ begin
|
|
|
54
54
|
data, status_code, headers = api_instance.db_ip_whois_with_http_info(api_key, date)
|
|
55
55
|
p status_code # => 2xx
|
|
56
56
|
p headers # => { ... }
|
|
57
|
-
p data # =>
|
|
57
|
+
p data # => File
|
|
58
58
|
rescue WhoisFreaks::ApiError => e
|
|
59
59
|
puts "Error when calling DatabasesIPWHOISApi->db_ip_whois_with_http_info: #{e}"
|
|
60
60
|
end
|
|
@@ -69,7 +69,7 @@ end
|
|
|
69
69
|
|
|
70
70
|
### Return type
|
|
71
71
|
|
|
72
|
-
**
|
|
72
|
+
**File**
|
|
73
73
|
|
|
74
74
|
### Authorization
|
|
75
75
|
|
|
@@ -78,7 +78,7 @@ end
|
|
|
78
78
|
### HTTP request headers
|
|
79
79
|
|
|
80
80
|
- **Content-Type**: Not defined
|
|
81
|
-
- **Accept**: application/json
|
|
81
|
+
- **Accept**: application/octet-stream, application/json
|
|
82
82
|
|
|
83
83
|
|
|
84
84
|
## db_ip_whois_status
|
|
@@ -15,7 +15,7 @@ All URIs are relative to *https://api.whoisfreaks.com*
|
|
|
15
15
|
|
|
16
16
|
## db_newly_cctld
|
|
17
17
|
|
|
18
|
-
>
|
|
18
|
+
> File db_newly_cctld(api_key, whois, opts)
|
|
19
19
|
|
|
20
20
|
Newly Registered ccTLD (CSV)
|
|
21
21
|
|
|
@@ -55,7 +55,7 @@ end
|
|
|
55
55
|
|
|
56
56
|
This returns an Array which contains the response data, status code and headers.
|
|
57
57
|
|
|
58
|
-
> <Array(
|
|
58
|
+
> <Array(File, Integer, Hash)> db_newly_cctld_with_http_info(api_key, whois, opts)
|
|
59
59
|
|
|
60
60
|
```ruby
|
|
61
61
|
begin
|
|
@@ -63,7 +63,7 @@ begin
|
|
|
63
63
|
data, status_code, headers = api_instance.db_newly_cctld_with_http_info(api_key, whois, opts)
|
|
64
64
|
p status_code # => 2xx
|
|
65
65
|
p headers # => { ... }
|
|
66
|
-
p data # =>
|
|
66
|
+
p data # => File
|
|
67
67
|
rescue WhoisFreaks::ApiError => e
|
|
68
68
|
puts "Error when calling DatabasesNewlyRegisteredApi->db_newly_cctld_with_http_info: #{e}"
|
|
69
69
|
end
|
|
@@ -80,7 +80,7 @@ end
|
|
|
80
80
|
|
|
81
81
|
### Return type
|
|
82
82
|
|
|
83
|
-
**
|
|
83
|
+
**File**
|
|
84
84
|
|
|
85
85
|
### Authorization
|
|
86
86
|
|
|
@@ -89,12 +89,12 @@ end
|
|
|
89
89
|
### HTTP request headers
|
|
90
90
|
|
|
91
91
|
- **Content-Type**: Not defined
|
|
92
|
-
- **Accept**:
|
|
92
|
+
- **Accept**: application/octet-stream, application/json
|
|
93
93
|
|
|
94
94
|
|
|
95
95
|
## db_newly_cctld_cleaned
|
|
96
96
|
|
|
97
|
-
>
|
|
97
|
+
> File db_newly_cctld_cleaned(api_key, opts)
|
|
98
98
|
|
|
99
99
|
Newly Registered ccTLD Cleaned WHOIS (CSV)
|
|
100
100
|
|
|
@@ -132,7 +132,7 @@ end
|
|
|
132
132
|
|
|
133
133
|
This returns an Array which contains the response data, status code and headers.
|
|
134
134
|
|
|
135
|
-
> <Array(
|
|
135
|
+
> <Array(File, Integer, Hash)> db_newly_cctld_cleaned_with_http_info(api_key, opts)
|
|
136
136
|
|
|
137
137
|
```ruby
|
|
138
138
|
begin
|
|
@@ -140,7 +140,7 @@ begin
|
|
|
140
140
|
data, status_code, headers = api_instance.db_newly_cctld_cleaned_with_http_info(api_key, opts)
|
|
141
141
|
p status_code # => 2xx
|
|
142
142
|
p headers # => { ... }
|
|
143
|
-
p data # =>
|
|
143
|
+
p data # => File
|
|
144
144
|
rescue WhoisFreaks::ApiError => e
|
|
145
145
|
puts "Error when calling DatabasesNewlyRegisteredApi->db_newly_cctld_cleaned_with_http_info: #{e}"
|
|
146
146
|
end
|
|
@@ -155,7 +155,7 @@ end
|
|
|
155
155
|
|
|
156
156
|
### Return type
|
|
157
157
|
|
|
158
|
-
**
|
|
158
|
+
**File**
|
|
159
159
|
|
|
160
160
|
### Authorization
|
|
161
161
|
|
|
@@ -164,7 +164,7 @@ end
|
|
|
164
164
|
### HTTP request headers
|
|
165
165
|
|
|
166
166
|
- **Content-Type**: Not defined
|
|
167
|
-
- **Accept**:
|
|
167
|
+
- **Accept**: application/octet-stream, application/json
|
|
168
168
|
|
|
169
169
|
|
|
170
170
|
## db_newly_cctld_json
|
|
@@ -246,7 +246,7 @@ end
|
|
|
246
246
|
|
|
247
247
|
## db_newly_dns
|
|
248
248
|
|
|
249
|
-
>
|
|
249
|
+
> File db_newly_dns(api_key, opts)
|
|
250
250
|
|
|
251
251
|
Newly Registered With DNS
|
|
252
252
|
|
|
@@ -284,7 +284,7 @@ end
|
|
|
284
284
|
|
|
285
285
|
This returns an Array which contains the response data, status code and headers.
|
|
286
286
|
|
|
287
|
-
> <Array(
|
|
287
|
+
> <Array(File, Integer, Hash)> db_newly_dns_with_http_info(api_key, opts)
|
|
288
288
|
|
|
289
289
|
```ruby
|
|
290
290
|
begin
|
|
@@ -292,7 +292,7 @@ begin
|
|
|
292
292
|
data, status_code, headers = api_instance.db_newly_dns_with_http_info(api_key, opts)
|
|
293
293
|
p status_code # => 2xx
|
|
294
294
|
p headers # => { ... }
|
|
295
|
-
p data # =>
|
|
295
|
+
p data # => File
|
|
296
296
|
rescue WhoisFreaks::ApiError => e
|
|
297
297
|
puts "Error when calling DatabasesNewlyRegisteredApi->db_newly_dns_with_http_info: #{e}"
|
|
298
298
|
end
|
|
@@ -307,7 +307,7 @@ end
|
|
|
307
307
|
|
|
308
308
|
### Return type
|
|
309
309
|
|
|
310
|
-
**
|
|
310
|
+
**File**
|
|
311
311
|
|
|
312
312
|
### Authorization
|
|
313
313
|
|
|
@@ -316,12 +316,12 @@ end
|
|
|
316
316
|
### HTTP request headers
|
|
317
317
|
|
|
318
318
|
- **Content-Type**: Not defined
|
|
319
|
-
- **Accept**: application/json
|
|
319
|
+
- **Accept**: application/octet-stream, application/json
|
|
320
320
|
|
|
321
321
|
|
|
322
322
|
## db_newly_gtld
|
|
323
323
|
|
|
324
|
-
>
|
|
324
|
+
> File db_newly_gtld(api_key, whois, opts)
|
|
325
325
|
|
|
326
326
|
Newly Registered gTLD (CSV)
|
|
327
327
|
|
|
@@ -361,7 +361,7 @@ end
|
|
|
361
361
|
|
|
362
362
|
This returns an Array which contains the response data, status code and headers.
|
|
363
363
|
|
|
364
|
-
> <Array(
|
|
364
|
+
> <Array(File, Integer, Hash)> db_newly_gtld_with_http_info(api_key, whois, opts)
|
|
365
365
|
|
|
366
366
|
```ruby
|
|
367
367
|
begin
|
|
@@ -369,7 +369,7 @@ begin
|
|
|
369
369
|
data, status_code, headers = api_instance.db_newly_gtld_with_http_info(api_key, whois, opts)
|
|
370
370
|
p status_code # => 2xx
|
|
371
371
|
p headers # => { ... }
|
|
372
|
-
p data # =>
|
|
372
|
+
p data # => File
|
|
373
373
|
rescue WhoisFreaks::ApiError => e
|
|
374
374
|
puts "Error when calling DatabasesNewlyRegisteredApi->db_newly_gtld_with_http_info: #{e}"
|
|
375
375
|
end
|
|
@@ -386,7 +386,7 @@ end
|
|
|
386
386
|
|
|
387
387
|
### Return type
|
|
388
388
|
|
|
389
|
-
**
|
|
389
|
+
**File**
|
|
390
390
|
|
|
391
391
|
### Authorization
|
|
392
392
|
|
|
@@ -395,12 +395,12 @@ end
|
|
|
395
395
|
### HTTP request headers
|
|
396
396
|
|
|
397
397
|
- **Content-Type**: Not defined
|
|
398
|
-
- **Accept**:
|
|
398
|
+
- **Accept**: application/octet-stream, application/json
|
|
399
399
|
|
|
400
400
|
|
|
401
401
|
## db_newly_gtld_cleaned
|
|
402
402
|
|
|
403
|
-
>
|
|
403
|
+
> File db_newly_gtld_cleaned(api_key, opts)
|
|
404
404
|
|
|
405
405
|
Newly Registered gTLD Cleaned WHOIS (CSV)
|
|
406
406
|
|
|
@@ -438,7 +438,7 @@ end
|
|
|
438
438
|
|
|
439
439
|
This returns an Array which contains the response data, status code and headers.
|
|
440
440
|
|
|
441
|
-
> <Array(
|
|
441
|
+
> <Array(File, Integer, Hash)> db_newly_gtld_cleaned_with_http_info(api_key, opts)
|
|
442
442
|
|
|
443
443
|
```ruby
|
|
444
444
|
begin
|
|
@@ -446,7 +446,7 @@ begin
|
|
|
446
446
|
data, status_code, headers = api_instance.db_newly_gtld_cleaned_with_http_info(api_key, opts)
|
|
447
447
|
p status_code # => 2xx
|
|
448
448
|
p headers # => { ... }
|
|
449
|
-
p data # =>
|
|
449
|
+
p data # => File
|
|
450
450
|
rescue WhoisFreaks::ApiError => e
|
|
451
451
|
puts "Error when calling DatabasesNewlyRegisteredApi->db_newly_gtld_cleaned_with_http_info: #{e}"
|
|
452
452
|
end
|
|
@@ -461,7 +461,7 @@ end
|
|
|
461
461
|
|
|
462
462
|
### Return type
|
|
463
463
|
|
|
464
|
-
**
|
|
464
|
+
**File**
|
|
465
465
|
|
|
466
466
|
### Authorization
|
|
467
467
|
|
|
@@ -470,7 +470,7 @@ end
|
|
|
470
470
|
### HTTP request headers
|
|
471
471
|
|
|
472
472
|
- **Content-Type**: Not defined
|
|
473
|
-
- **Accept**:
|
|
473
|
+
- **Accept**: application/octet-stream, application/json
|
|
474
474
|
|
|
475
475
|
|
|
476
476
|
## db_newly_gtld_json
|