cloudmersive-validate-api-client 1.3.4 → 1.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (130) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +30 -8
  3. data/cloudmersive-validate-api-client.gemspec +1 -1
  4. data/docs/AddressApi.md +111 -1
  5. data/docs/AddressGetServersResponse.md +2 -2
  6. data/docs/AddressVerifySyntaxOnlyResponse.md +3 -0
  7. data/docs/DomainApi.md +112 -2
  8. data/docs/EmailApi.md +3 -3
  9. data/docs/GetTimezonesRequest.md +8 -0
  10. data/docs/GetTimezonesResponse.md +13 -0
  11. data/docs/IPAddressApi.md +1 -1
  12. data/docs/LeadEnrichmentApi.md +61 -0
  13. data/docs/LeadEnrichmentRequest.md +21 -0
  14. data/docs/LeadEnrichmentResponse.md +25 -0
  15. data/docs/NameApi.md +59 -4
  16. data/docs/ParseAddressResponse.md +2 -1
  17. data/docs/PhoneNumberApi.md +1 -1
  18. data/docs/Timezone.md +9 -0
  19. data/docs/UserAgentApi.md +63 -0
  20. data/docs/UserAgentValidateRequest.md +8 -0
  21. data/docs/UserAgentValidateResponse.md +21 -0
  22. data/docs/ValidateCountryRequest.md +8 -0
  23. data/docs/ValidateCountryResponse.md +13 -0
  24. data/docs/ValidateIdentifierRequest.md +15 -0
  25. data/docs/ValidateIdentifierResponse.md +9 -0
  26. data/docs/ValidateUrlRequestFull.md +8 -0
  27. data/docs/ValidateUrlRequestSyntaxOnly.md +8 -0
  28. data/docs/ValidateUrlResponseFull.md +12 -0
  29. data/docs/ValidateUrlResponseSyntaxOnly.md +9 -0
  30. data/docs/VatApi.md +1 -1
  31. data/docs/VatLookupRequest.md +1 -1
  32. data/docs/VatLookupResponse.md +12 -5
  33. data/docs/WhoisResponse.md +11 -0
  34. data/lib/cloudmersive-validate-api-client.rb +18 -1
  35. data/lib/cloudmersive-validate-api-client/api/address_api.rb +112 -2
  36. data/lib/cloudmersive-validate-api-client/api/domain_api.rb +113 -3
  37. data/lib/cloudmersive-validate-api-client/api/email_api.rb +4 -4
  38. data/lib/cloudmersive-validate-api-client/api/ip_address_api.rb +2 -2
  39. data/lib/cloudmersive-validate-api-client/api/lead_enrichment_api.rb +78 -0
  40. data/lib/cloudmersive-validate-api-client/api/name_api.rb +60 -5
  41. data/lib/cloudmersive-validate-api-client/api/phone_number_api.rb +2 -2
  42. data/lib/cloudmersive-validate-api-client/api/user_agent_api.rb +78 -0
  43. data/lib/cloudmersive-validate-api-client/api/vat_api.rb +2 -2
  44. data/lib/cloudmersive-validate-api-client/api_client.rb +1 -1
  45. data/lib/cloudmersive-validate-api-client/api_error.rb +1 -1
  46. data/lib/cloudmersive-validate-api-client/configuration.rb +1 -1
  47. data/lib/cloudmersive-validate-api-client/models/address_get_servers_response.rb +3 -1
  48. data/lib/cloudmersive-validate-api-client/models/address_verify_syntax_only_response.rb +35 -5
  49. data/lib/cloudmersive-validate-api-client/models/check_response.rb +1 -1
  50. data/lib/cloudmersive-validate-api-client/models/first_name_validation_request.rb +1 -1
  51. data/lib/cloudmersive-validate-api-client/models/first_name_validation_response.rb +1 -1
  52. data/lib/cloudmersive-validate-api-client/models/full_email_validation_response.rb +1 -1
  53. data/lib/cloudmersive-validate-api-client/models/full_name_validation_request.rb +1 -1
  54. data/lib/cloudmersive-validate-api-client/models/full_name_validation_response.rb +1 -1
  55. data/lib/cloudmersive-validate-api-client/models/geolocate_response.rb +1 -1
  56. data/lib/cloudmersive-validate-api-client/models/get_gender_request.rb +1 -1
  57. data/lib/cloudmersive-validate-api-client/models/get_gender_response.rb +1 -1
  58. data/lib/cloudmersive-validate-api-client/models/get_timezones_request.rb +189 -0
  59. data/lib/cloudmersive-validate-api-client/models/get_timezones_response.rb +241 -0
  60. data/lib/cloudmersive-validate-api-client/models/last_name_validation_request.rb +1 -1
  61. data/lib/cloudmersive-validate-api-client/models/last_name_validation_response.rb +1 -1
  62. data/lib/cloudmersive-validate-api-client/models/lead_enrichment_request.rb +319 -0
  63. data/lib/cloudmersive-validate-api-client/models/lead_enrichment_response.rb +359 -0
  64. data/lib/cloudmersive-validate-api-client/models/parse_address_request.rb +1 -1
  65. data/lib/cloudmersive-validate-api-client/models/parse_address_response.rb +18 -8
  66. data/lib/cloudmersive-validate-api-client/models/phone_number_validate_request.rb +1 -1
  67. data/lib/cloudmersive-validate-api-client/models/phone_number_validation_response.rb +1 -1
  68. data/lib/cloudmersive-validate-api-client/models/timezone.rb +199 -0
  69. data/lib/cloudmersive-validate-api-client/models/user_agent_validate_request.rb +189 -0
  70. data/lib/cloudmersive-validate-api-client/models/user_agent_validate_response.rb +319 -0
  71. data/lib/cloudmersive-validate-api-client/models/validate_country_request.rb +189 -0
  72. data/lib/cloudmersive-validate-api-client/models/validate_country_response.rb +241 -0
  73. data/lib/cloudmersive-validate-api-client/models/validate_identifier_request.rb +259 -0
  74. data/lib/cloudmersive-validate-api-client/models/validate_identifier_response.rb +199 -0
  75. data/lib/cloudmersive-validate-api-client/models/validate_url_request_full.rb +189 -0
  76. data/lib/cloudmersive-validate-api-client/models/validate_url_request_syntax_only.rb +189 -0
  77. data/lib/cloudmersive-validate-api-client/models/validate_url_response_full.rb +229 -0
  78. data/lib/cloudmersive-validate-api-client/models/validate_url_response_syntax_only.rb +199 -0
  79. data/lib/cloudmersive-validate-api-client/models/vat_lookup_request.rb +2 -1
  80. data/lib/cloudmersive-validate-api-client/models/vat_lookup_response.rb +80 -5
  81. data/lib/cloudmersive-validate-api-client/models/whois_response.rb +112 -2
  82. data/lib/cloudmersive-validate-api-client/version.rb +2 -2
  83. data/spec/api/address_api_spec.rb +25 -1
  84. data/spec/api/domain_api_spec.rb +25 -1
  85. data/spec/api/email_api_spec.rb +1 -1
  86. data/spec/api/ip_address_api_spec.rb +1 -1
  87. data/spec/api/lead_enrichment_api_spec.rb +47 -0
  88. data/spec/api/name_api_spec.rb +13 -1
  89. data/spec/api/phone_number_api_spec.rb +1 -1
  90. data/spec/api/user_agent_api_spec.rb +47 -0
  91. data/spec/api/vat_api_spec.rb +1 -1
  92. data/spec/api_client_spec.rb +1 -1
  93. data/spec/configuration_spec.rb +1 -1
  94. data/spec/models/address_get_servers_response_spec.rb +1 -1
  95. data/spec/models/address_verify_syntax_only_response_spec.rb +19 -1
  96. data/spec/models/check_response_spec.rb +1 -1
  97. data/spec/models/first_name_validation_request_spec.rb +1 -1
  98. data/spec/models/first_name_validation_response_spec.rb +1 -1
  99. data/spec/models/full_email_validation_response_spec.rb +1 -1
  100. data/spec/models/full_name_validation_request_spec.rb +1 -1
  101. data/spec/models/full_name_validation_response_spec.rb +1 -1
  102. data/spec/models/geolocate_response_spec.rb +1 -1
  103. data/spec/models/get_gender_request_spec.rb +1 -1
  104. data/spec/models/get_gender_response_spec.rb +1 -1
  105. data/spec/models/get_timezones_request_spec.rb +42 -0
  106. data/spec/models/get_timezones_response_spec.rb +72 -0
  107. data/spec/models/last_name_validation_request_spec.rb +1 -1
  108. data/spec/models/last_name_validation_response_spec.rb +1 -1
  109. data/spec/models/lead_enrichment_request_spec.rb +120 -0
  110. data/spec/models/lead_enrichment_response_spec.rb +144 -0
  111. data/spec/models/parse_address_request_spec.rb +1 -1
  112. data/spec/models/parse_address_response_spec.rb +8 -2
  113. data/spec/models/phone_number_validate_request_spec.rb +1 -1
  114. data/spec/models/phone_number_validation_response_spec.rb +1 -1
  115. data/spec/models/timezone_spec.rb +48 -0
  116. data/spec/models/user_agent_validate_request_spec.rb +42 -0
  117. data/spec/models/user_agent_validate_response_spec.rb +120 -0
  118. data/spec/models/validate_country_request_spec.rb +42 -0
  119. data/spec/models/validate_country_response_spec.rb +72 -0
  120. data/spec/models/validate_identifier_request_spec.rb +84 -0
  121. data/spec/models/validate_identifier_response_spec.rb +48 -0
  122. data/spec/models/validate_url_request_full_spec.rb +42 -0
  123. data/spec/models/validate_url_request_syntax_only_spec.rb +42 -0
  124. data/spec/models/validate_url_response_full_spec.rb +66 -0
  125. data/spec/models/validate_url_response_syntax_only_spec.rb +48 -0
  126. data/spec/models/vat_lookup_request_spec.rb +1 -1
  127. data/spec/models/vat_lookup_response_spec.rb +43 -1
  128. data/spec/models/whois_response_spec.rb +67 -1
  129. data/spec/spec_helper.rb +1 -1
  130. metadata +66 -16
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 817501887749af476acdf5fa424e2f4a66cddbec55b12cedb09b7febb7cb99ff
4
- data.tar.gz: 7f824dd84a04036e83f4b715797d9e269680c937e03ebca9568dcc3631aa6f87
3
+ metadata.gz: dc5529a8142a06ca5d15ef6382d54736acc2c22004af85d065d3ed26a945c327
4
+ data.tar.gz: 59a82afaedabfb92bf3bc96eae3fb87d056d903fabf60c5eef60eb806ad12fc2
5
5
  SHA512:
6
- metadata.gz: 283010bb8a35b2b6cf0d94aa4373a91343f4bf566d475a6395502cce880d79a7caf1476114298dd9b17f3208ffbcae7f7738fa62af8ac85eb81cfba9ef0847fe
7
- data.tar.gz: ae34deb3ad3397ff0291fe81f2b88a367f78c6fd3b1e5480c8ecb9bbd1e3eaacf1b1773af569937902951d4de58092115b92269c8e19d76e4ff2c974e4ca5626
6
+ metadata.gz: ff8276b238119d817300753e042248eb30ef4a0398845eaf7153369deeb280b753d0beab5ebff4c8697a843794228042c857bb033176ece81c95990279cccb79
7
+ data.tar.gz: 9480dc1e21242308dcd640c4e2d443794ada968a985fe35056940b2de35640ba4d75e963092cd860ee55fe1bdcf3383f83655752a2c0ef34356827ab9533b910
data/README.md CHANGED
@@ -7,7 +7,7 @@ The validation APIs help you validate data. Check if an E-mail address is real.
7
7
  This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
8
8
 
9
9
  - API version: v1
10
- - Package version: 1.3.4
10
+ - Package version: 1.4.0
11
11
  - Build package: io.swagger.codegen.languages.RubyClientCodegen
12
12
 
13
13
  ## Installation
@@ -23,15 +23,15 @@ gem build cloudmersive-validate-api-client.gemspec
23
23
  Then either install the gem locally:
24
24
 
25
25
  ```shell
26
- gem install ./cloudmersive-validate-api-client-1.3.4.gem
26
+ gem install ./cloudmersive-validate-api-client-1.4.0.gem
27
27
  ```
28
- (for development, run `gem install --dev ./cloudmersive-validate-api-client-1.3.4.gem` to install the development dependencies)
28
+ (for development, run `gem install --dev ./cloudmersive-validate-api-client-1.4.0.gem` to install the development dependencies)
29
29
 
30
30
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
31
31
 
32
32
  Finally add this to the Gemfile:
33
33
 
34
- gem 'cloudmersive-validate-api-client', '~> 1.3.4'
34
+ gem 'cloudmersive-validate-api-client', '~> 1.4.0'
35
35
 
36
36
  ### Install from Git
37
37
 
@@ -64,15 +64,15 @@ end
64
64
 
65
65
  api_instance = CloudmersiveValidateApiClient::AddressApi.new
66
66
 
67
- input = CloudmersiveValidateApiClient::ParseAddressRequest.new # ParseAddressRequest | Input parse request
67
+ input = CloudmersiveValidateApiClient::ValidateCountryRequest.new # ValidateCountryRequest | Input request
68
68
 
69
69
 
70
70
  begin
71
- #Parse an unstructured input text string into an international, formatted address
72
- result = api_instance.address_parse_string(input)
71
+ #Validate and normalize country information, return ISO 3166-1 country codes and country name
72
+ result = api_instance.address_country(input)
73
73
  p result
74
74
  rescue CloudmersiveValidateApiClient::ApiError => e
75
- puts "Exception when calling AddressApi->address_parse_string: #{e}"
75
+ puts "Exception when calling AddressApi->address_country: #{e}"
76
76
  end
77
77
 
78
78
  ```
@@ -83,18 +83,25 @@ All URIs are relative to *https://api.cloudmersive.com*
83
83
 
84
84
  Class | Method | HTTP request | Description
85
85
  ------------ | ------------- | ------------- | -------------
86
+ *CloudmersiveValidateApiClient::AddressApi* | [**address_country**](docs/AddressApi.md#address_country) | **POST** /validate/address/country | Validate and normalize country information, return ISO 3166-1 country codes and country name
87
+ *CloudmersiveValidateApiClient::AddressApi* | [**address_get_timezone**](docs/AddressApi.md#address_get_timezone) | **POST** /validate/address/country/get-timezones | Gets IANA/Olsen time zones for a country
86
88
  *CloudmersiveValidateApiClient::AddressApi* | [**address_parse_string**](docs/AddressApi.md#address_parse_string) | **POST** /validate/address/parse | Parse an unstructured input text string into an international, formatted address
87
89
  *CloudmersiveValidateApiClient::DomainApi* | [**domain_check**](docs/DomainApi.md#domain_check) | **POST** /validate/domain/check | Validate a domain name
88
90
  *CloudmersiveValidateApiClient::DomainApi* | [**domain_post**](docs/DomainApi.md#domain_post) | **POST** /validate/domain/whois | Get WHOIS information for a domain
91
+ *CloudmersiveValidateApiClient::DomainApi* | [**domain_url_full**](docs/DomainApi.md#domain_url_full) | **POST** /validate/domain/url/full | Validate a URL fully
92
+ *CloudmersiveValidateApiClient::DomainApi* | [**domain_url_syntax_only**](docs/DomainApi.md#domain_url_syntax_only) | **POST** /validate/domain/url/syntax-only | Validate a URL syntactically
89
93
  *CloudmersiveValidateApiClient::EmailApi* | [**email_address_get_servers**](docs/EmailApi.md#email_address_get_servers) | **POST** /validate/email/address/servers | Partially check whether an email address is valid
90
94
  *CloudmersiveValidateApiClient::EmailApi* | [**email_full_validation**](docs/EmailApi.md#email_full_validation) | **POST** /validate/email/address/full | Fully validate an email address
91
95
  *CloudmersiveValidateApiClient::EmailApi* | [**email_post**](docs/EmailApi.md#email_post) | **POST** /validate/email/address/syntaxOnly | Validate email adddress for syntactic correctness only
92
96
  *CloudmersiveValidateApiClient::IPAddressApi* | [**i_p_address_post**](docs/IPAddressApi.md#i_p_address_post) | **POST** /validate/ip/geolocate | Geolocate an IP address
97
+ *CloudmersiveValidateApiClient::LeadEnrichmentApi* | [**lead_enrichment_enrich_lead**](docs/LeadEnrichmentApi.md#lead_enrichment_enrich_lead) | **POST** /validate/lead-enrichment/lead/enrich | Enrich an input lead with additional fields of data
93
98
  *CloudmersiveValidateApiClient::NameApi* | [**name_get_gender**](docs/NameApi.md#name_get_gender) | **POST** /validate/name/get-gender | Get the gender of a first name
99
+ *CloudmersiveValidateApiClient::NameApi* | [**name_identifier**](docs/NameApi.md#name_identifier) | **POST** /validate/name/identifier | Validate a code identifier
94
100
  *CloudmersiveValidateApiClient::NameApi* | [**name_validate_first_name**](docs/NameApi.md#name_validate_first_name) | **POST** /validate/name/first | Validate a first name
95
101
  *CloudmersiveValidateApiClient::NameApi* | [**name_validate_full_name**](docs/NameApi.md#name_validate_full_name) | **POST** /validate/name/full-name | Parse and validate a full name
96
102
  *CloudmersiveValidateApiClient::NameApi* | [**name_validate_last_name**](docs/NameApi.md#name_validate_last_name) | **POST** /validate/name/last | Validate a last name
97
103
  *CloudmersiveValidateApiClient::PhoneNumberApi* | [**phone_number_syntax_only**](docs/PhoneNumberApi.md#phone_number_syntax_only) | **POST** /validate/phonenumber/basic | Validate phone number (basic)
104
+ *CloudmersiveValidateApiClient::UserAgentApi* | [**user_agent_parse**](docs/UserAgentApi.md#user_agent_parse) | **POST** /validate/useragent/parse | Parse an HTTP User-Agent string, identify robots
98
105
  *CloudmersiveValidateApiClient::VatApi* | [**vat_vat_lookup**](docs/VatApi.md#vat_vat_lookup) | **POST** /validate/vat/lookup | Lookup a VAT code
99
106
 
100
107
 
@@ -111,12 +118,27 @@ Class | Method | HTTP request | Description
111
118
  - [CloudmersiveValidateApiClient::GeolocateResponse](docs/GeolocateResponse.md)
112
119
  - [CloudmersiveValidateApiClient::GetGenderRequest](docs/GetGenderRequest.md)
113
120
  - [CloudmersiveValidateApiClient::GetGenderResponse](docs/GetGenderResponse.md)
121
+ - [CloudmersiveValidateApiClient::GetTimezonesRequest](docs/GetTimezonesRequest.md)
122
+ - [CloudmersiveValidateApiClient::GetTimezonesResponse](docs/GetTimezonesResponse.md)
114
123
  - [CloudmersiveValidateApiClient::LastNameValidationRequest](docs/LastNameValidationRequest.md)
115
124
  - [CloudmersiveValidateApiClient::LastNameValidationResponse](docs/LastNameValidationResponse.md)
125
+ - [CloudmersiveValidateApiClient::LeadEnrichmentRequest](docs/LeadEnrichmentRequest.md)
126
+ - [CloudmersiveValidateApiClient::LeadEnrichmentResponse](docs/LeadEnrichmentResponse.md)
116
127
  - [CloudmersiveValidateApiClient::ParseAddressRequest](docs/ParseAddressRequest.md)
117
128
  - [CloudmersiveValidateApiClient::ParseAddressResponse](docs/ParseAddressResponse.md)
118
129
  - [CloudmersiveValidateApiClient::PhoneNumberValidateRequest](docs/PhoneNumberValidateRequest.md)
119
130
  - [CloudmersiveValidateApiClient::PhoneNumberValidationResponse](docs/PhoneNumberValidationResponse.md)
131
+ - [CloudmersiveValidateApiClient::Timezone](docs/Timezone.md)
132
+ - [CloudmersiveValidateApiClient::UserAgentValidateRequest](docs/UserAgentValidateRequest.md)
133
+ - [CloudmersiveValidateApiClient::UserAgentValidateResponse](docs/UserAgentValidateResponse.md)
134
+ - [CloudmersiveValidateApiClient::ValidateCountryRequest](docs/ValidateCountryRequest.md)
135
+ - [CloudmersiveValidateApiClient::ValidateCountryResponse](docs/ValidateCountryResponse.md)
136
+ - [CloudmersiveValidateApiClient::ValidateIdentifierRequest](docs/ValidateIdentifierRequest.md)
137
+ - [CloudmersiveValidateApiClient::ValidateIdentifierResponse](docs/ValidateIdentifierResponse.md)
138
+ - [CloudmersiveValidateApiClient::ValidateUrlRequestFull](docs/ValidateUrlRequestFull.md)
139
+ - [CloudmersiveValidateApiClient::ValidateUrlRequestSyntaxOnly](docs/ValidateUrlRequestSyntaxOnly.md)
140
+ - [CloudmersiveValidateApiClient::ValidateUrlResponseFull](docs/ValidateUrlResponseFull.md)
141
+ - [CloudmersiveValidateApiClient::ValidateUrlResponseSyntaxOnly](docs/ValidateUrlResponseSyntaxOnly.md)
120
142
  - [CloudmersiveValidateApiClient::VatLookupRequest](docs/VatLookupRequest.md)
121
143
  - [CloudmersiveValidateApiClient::VatLookupResponse](docs/VatLookupResponse.md)
122
144
  - [CloudmersiveValidateApiClient::WhoisResponse](docs/WhoisResponse.md)
@@ -8,7 +8,7 @@
8
8
  OpenAPI spec version: v1
9
9
 
10
10
  Generated by: https://github.com/swagger-api/swagger-codegen.git
11
- Swagger Codegen version: unset
11
+ Swagger Codegen version: 2.3.1
12
12
 
13
13
  =end
14
14
 
data/docs/AddressApi.md CHANGED
@@ -4,9 +4,119 @@ All URIs are relative to *https://api.cloudmersive.com*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
+ [**address_country**](AddressApi.md#address_country) | **POST** /validate/address/country | Validate and normalize country information, return ISO 3166-1 country codes and country name
8
+ [**address_get_timezone**](AddressApi.md#address_get_timezone) | **POST** /validate/address/country/get-timezones | Gets IANA/Olsen time zones for a country
7
9
  [**address_parse_string**](AddressApi.md#address_parse_string) | **POST** /validate/address/parse | Parse an unstructured input text string into an international, formatted address
8
10
 
9
11
 
12
+ # **address_country**
13
+ > ValidateCountryResponse address_country(input)
14
+
15
+ Validate and normalize country information, return ISO 3166-1 country codes and country name
16
+
17
+ Validates and normalizes country information, and returns key information about a country. Also returns distinct time zones in the country.
18
+
19
+ ### Example
20
+ ```ruby
21
+ # load the gem
22
+ require 'cloudmersive-validate-api-client'
23
+ # setup authorization
24
+ CloudmersiveValidateApiClient.configure do |config|
25
+ # Configure API key authorization: Apikey
26
+ config.api_key['Apikey'] = 'YOUR API KEY'
27
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
28
+ #config.api_key_prefix['Apikey'] = 'Bearer'
29
+ end
30
+
31
+ api_instance = CloudmersiveValidateApiClient::AddressApi.new
32
+
33
+ input = CloudmersiveValidateApiClient::ValidateCountryRequest.new # ValidateCountryRequest | Input request
34
+
35
+
36
+ begin
37
+ #Validate and normalize country information, return ISO 3166-1 country codes and country name
38
+ result = api_instance.address_country(input)
39
+ p result
40
+ rescue CloudmersiveValidateApiClient::ApiError => e
41
+ puts "Exception when calling AddressApi->address_country: #{e}"
42
+ end
43
+ ```
44
+
45
+ ### Parameters
46
+
47
+ Name | Type | Description | Notes
48
+ ------------- | ------------- | ------------- | -------------
49
+ **input** | [**ValidateCountryRequest**](ValidateCountryRequest.md)| Input request |
50
+
51
+ ### Return type
52
+
53
+ [**ValidateCountryResponse**](ValidateCountryResponse.md)
54
+
55
+ ### Authorization
56
+
57
+ [Apikey](../README.md#Apikey)
58
+
59
+ ### HTTP request headers
60
+
61
+ - **Content-Type**: application/json, text/json
62
+ - **Accept**: application/json, text/json, application/xml, text/xml
63
+
64
+
65
+
66
+ # **address_get_timezone**
67
+ > GetTimezonesResponse address_get_timezone(input)
68
+
69
+ Gets IANA/Olsen time zones for a country
70
+
71
+ Gets the IANA/Olsen time zones for a country.
72
+
73
+ ### Example
74
+ ```ruby
75
+ # load the gem
76
+ require 'cloudmersive-validate-api-client'
77
+ # setup authorization
78
+ CloudmersiveValidateApiClient.configure do |config|
79
+ # Configure API key authorization: Apikey
80
+ config.api_key['Apikey'] = 'YOUR API KEY'
81
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
82
+ #config.api_key_prefix['Apikey'] = 'Bearer'
83
+ end
84
+
85
+ api_instance = CloudmersiveValidateApiClient::AddressApi.new
86
+
87
+ input = CloudmersiveValidateApiClient::GetTimezonesRequest.new # GetTimezonesRequest | Input request
88
+
89
+
90
+ begin
91
+ #Gets IANA/Olsen time zones for a country
92
+ result = api_instance.address_get_timezone(input)
93
+ p result
94
+ rescue CloudmersiveValidateApiClient::ApiError => e
95
+ puts "Exception when calling AddressApi->address_get_timezone: #{e}"
96
+ end
97
+ ```
98
+
99
+ ### Parameters
100
+
101
+ Name | Type | Description | Notes
102
+ ------------- | ------------- | ------------- | -------------
103
+ **input** | [**GetTimezonesRequest**](GetTimezonesRequest.md)| Input request |
104
+
105
+ ### Return type
106
+
107
+ [**GetTimezonesResponse**](GetTimezonesResponse.md)
108
+
109
+ ### Authorization
110
+
111
+ [Apikey](../README.md#Apikey)
112
+
113
+ ### HTTP request headers
114
+
115
+ - **Content-Type**: application/json, text/json
116
+ - **Accept**: application/json, text/json, application/xml, text/xml
117
+
118
+
119
+
10
120
  # **address_parse_string**
11
121
  > ParseAddressResponse address_parse_string(input)
12
122
 
@@ -56,7 +166,7 @@ Name | Type | Description | Notes
56
166
 
57
167
  ### HTTP request headers
58
168
 
59
- - **Content-Type**: application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded
169
+ - **Content-Type**: application/json, text/json
60
170
  - **Accept**: application/json, text/json, application/xml, text/xml
61
171
 
62
172
 
@@ -3,7 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **success** | **BOOLEAN** | | [optional]
7
- **servers** | **Array<String>** | | [optional]
6
+ **success** | **BOOLEAN** | True if partial address validation was successufl, false otherwise | [optional]
7
+ **servers** | **Array<String>** | Email servers for this email address | [optional]
8
8
 
9
9
 
@@ -4,5 +4,8 @@
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **valid_address** | **BOOLEAN** | True if the email address is syntactically valid, false if it is not | [optional]
7
+ **domain** | **String** | Domain name of the email address | [optional]
8
+ **is_free_email_provider** | **BOOLEAN** | True if the email domain name is a free provider (typically a free to sign up web email provider for consumers / personal use), false otherwise. | [optional]
9
+ **is_disposable** | **BOOLEAN** | True if the email address is a disposable email address, false otherwise; these disposable providers are not typically used to receive email and so will have a low likelihood of opening mail sent there. | [optional]
7
10
 
8
11
 
data/docs/DomainApi.md CHANGED
@@ -6,6 +6,8 @@ Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
7
  [**domain_check**](DomainApi.md#domain_check) | **POST** /validate/domain/check | Validate a domain name
8
8
  [**domain_post**](DomainApi.md#domain_post) | **POST** /validate/domain/whois | Get WHOIS information for a domain
9
+ [**domain_url_full**](DomainApi.md#domain_url_full) | **POST** /validate/domain/url/full | Validate a URL fully
10
+ [**domain_url_syntax_only**](DomainApi.md#domain_url_syntax_only) | **POST** /validate/domain/url/syntax-only | Validate a URL syntactically
9
11
 
10
12
 
11
13
  # **domain_check**
@@ -57,7 +59,7 @@ Name | Type | Description | Notes
57
59
 
58
60
  ### HTTP request headers
59
61
 
60
- - **Content-Type**: application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded
62
+ - **Content-Type**: text/javascript, application/json, text/json
61
63
  - **Accept**: application/json, text/json, application/xml, text/xml
62
64
 
63
65
 
@@ -111,7 +113,115 @@ Name | Type | Description | Notes
111
113
 
112
114
  ### HTTP request headers
113
115
 
114
- - **Content-Type**: application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded
116
+ - **Content-Type**: text/javascript, application/json, text/json
117
+ - **Accept**: application/json, text/json, application/xml, text/xml
118
+
119
+
120
+
121
+ # **domain_url_full**
122
+ > ValidateUrlResponseFull domain_url_full(request)
123
+
124
+ Validate a URL fully
125
+
126
+ Validate whether a URL is syntactically valid (does not check endpoint for validity), whether it exists, and whether the endpoint is up and passes virus scan checks. Accepts various types of input and produces a well-formed URL as output.
127
+
128
+ ### Example
129
+ ```ruby
130
+ # load the gem
131
+ require 'cloudmersive-validate-api-client'
132
+ # setup authorization
133
+ CloudmersiveValidateApiClient.configure do |config|
134
+ # Configure API key authorization: Apikey
135
+ config.api_key['Apikey'] = 'YOUR API KEY'
136
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
137
+ #config.api_key_prefix['Apikey'] = 'Bearer'
138
+ end
139
+
140
+ api_instance = CloudmersiveValidateApiClient::DomainApi.new
141
+
142
+ request = CloudmersiveValidateApiClient::ValidateUrlRequestFull.new # ValidateUrlRequestFull | Input URL request
143
+
144
+
145
+ begin
146
+ #Validate a URL fully
147
+ result = api_instance.domain_url_full(request)
148
+ p result
149
+ rescue CloudmersiveValidateApiClient::ApiError => e
150
+ puts "Exception when calling DomainApi->domain_url_full: #{e}"
151
+ end
152
+ ```
153
+
154
+ ### Parameters
155
+
156
+ Name | Type | Description | Notes
157
+ ------------- | ------------- | ------------- | -------------
158
+ **request** | [**ValidateUrlRequestFull**](ValidateUrlRequestFull.md)| Input URL request |
159
+
160
+ ### Return type
161
+
162
+ [**ValidateUrlResponseFull**](ValidateUrlResponseFull.md)
163
+
164
+ ### Authorization
165
+
166
+ [Apikey](../README.md#Apikey)
167
+
168
+ ### HTTP request headers
169
+
170
+ - **Content-Type**: application/json, text/json
171
+ - **Accept**: application/json, text/json, application/xml, text/xml
172
+
173
+
174
+
175
+ # **domain_url_syntax_only**
176
+ > ValidateUrlResponseSyntaxOnly domain_url_syntax_only(request)
177
+
178
+ Validate a URL syntactically
179
+
180
+ Validate whether a URL is syntactically valid (does not check endpoint for validity). Accepts various types of input and produces a well-formed URL as output.
181
+
182
+ ### Example
183
+ ```ruby
184
+ # load the gem
185
+ require 'cloudmersive-validate-api-client'
186
+ # setup authorization
187
+ CloudmersiveValidateApiClient.configure do |config|
188
+ # Configure API key authorization: Apikey
189
+ config.api_key['Apikey'] = 'YOUR API KEY'
190
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
191
+ #config.api_key_prefix['Apikey'] = 'Bearer'
192
+ end
193
+
194
+ api_instance = CloudmersiveValidateApiClient::DomainApi.new
195
+
196
+ request = CloudmersiveValidateApiClient::ValidateUrlRequestSyntaxOnly.new # ValidateUrlRequestSyntaxOnly | Input URL information
197
+
198
+
199
+ begin
200
+ #Validate a URL syntactically
201
+ result = api_instance.domain_url_syntax_only(request)
202
+ p result
203
+ rescue CloudmersiveValidateApiClient::ApiError => e
204
+ puts "Exception when calling DomainApi->domain_url_syntax_only: #{e}"
205
+ end
206
+ ```
207
+
208
+ ### Parameters
209
+
210
+ Name | Type | Description | Notes
211
+ ------------- | ------------- | ------------- | -------------
212
+ **request** | [**ValidateUrlRequestSyntaxOnly**](ValidateUrlRequestSyntaxOnly.md)| Input URL information |
213
+
214
+ ### Return type
215
+
216
+ [**ValidateUrlResponseSyntaxOnly**](ValidateUrlResponseSyntaxOnly.md)
217
+
218
+ ### Authorization
219
+
220
+ [Apikey](../README.md#Apikey)
221
+
222
+ ### HTTP request headers
223
+
224
+ - **Content-Type**: application/json, text/json
115
225
  - **Accept**: application/json, text/json, application/xml, text/xml
116
226
 
117
227
 
data/docs/EmailApi.md CHANGED
@@ -58,7 +58,7 @@ Name | Type | Description | Notes
58
58
 
59
59
  ### HTTP request headers
60
60
 
61
- - **Content-Type**: application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded
61
+ - **Content-Type**: text/javascript, application/json, text/json
62
62
  - **Accept**: application/json, text/json, application/xml, text/xml
63
63
 
64
64
 
@@ -112,7 +112,7 @@ Name | Type | Description | Notes
112
112
 
113
113
  ### HTTP request headers
114
114
 
115
- - **Content-Type**: application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded
115
+ - **Content-Type**: text/javascript, application/json, text/json
116
116
  - **Accept**: application/json, text/json, application/xml, text/xml
117
117
 
118
118
 
@@ -166,7 +166,7 @@ Name | Type | Description | Notes
166
166
 
167
167
  ### HTTP request headers
168
168
 
169
- - **Content-Type**: application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded
169
+ - **Content-Type**: text/javascript, application/json, text/json
170
170
  - **Accept**: application/json, text/json, application/xml, text/xml
171
171
 
172
172
 
@@ -0,0 +1,8 @@
1
+ # CloudmersiveValidateApiClient::GetTimezonesRequest
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **country_code_or_name** | **String** | Can be the two-letter, three-letter country codes or country name | [optional]
7
+
8
+
@@ -0,0 +1,13 @@
1
+ # CloudmersiveValidateApiClient::GetTimezonesResponse
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **successful** | **BOOLEAN** | True if successful, false otherwise | [optional]
7
+ **country_full_name** | **String** | Full name of the country | [optional]
8
+ **iso_two_letter_code** | **String** | Two-letter ISO 3166-1 country code | [optional]
9
+ **fips_two_letter_code** | **String** | Two-letter FIPS 10-4 country code | [optional]
10
+ **three_letter_code** | **String** | Three-letter ISO 3166-1 country code | [optional]
11
+ **timezones** | [**Array<Timezone>**](Timezone.md) | Time zones (IANA/Olsen) in the country | [optional]
12
+
13
+