email-address-validation
Advanced tools
Comparing version 0.1.6 to 0.1.7
{ | ||
"name": "email-address-validation", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "Email Validation & Verification JSON API for Developers. Simple REST API measuring email deliverability & quality", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -32,3 +32,2 @@ | ||
access_key: [ACCESS_KEY], | ||
catch_all: [0|1] (Optional, defaults to 1) | ||
secure: [true|false] (Optional, defaults to false) | ||
@@ -39,5 +38,2 @@ }); | ||
##### catch_all (only available for Basic, Pro and Enterprise accounts) | ||
Boolean value to indicate if checks should also include checks for catch all. | ||
##### secure (only available for Basic, Pro and Enterprise accounts) | ||
@@ -70,3 +66,4 @@ Boolean value to indicate if the calls to the API should use a secure protocol or insecure (HTTP/HTTPS). Defaults to false (HTTP, insecure). | ||
var query = { | ||
email: 'this.is.a@test.io' | ||
email: 'this.is.a@test.io', | ||
catch_all: [0|1] (Optional, defaults to 1) | ||
}; | ||
@@ -101,2 +98,7 @@ | ||
#### Optional Parameters | ||
##### catch_all (only available for Basic, Pro and Enterprise accounts) | ||
Boolean value to indicate if checks should also include checks for catch all. | ||
--- | ||
@@ -103,0 +105,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20042
156