-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
47 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,13 @@ require "quickemailverification" | |
|
||
client = QuickEmailVerification::Client.new('Your_API_Key_Here') | ||
quickemailverification = client.quickemailverification() | ||
|
||
# PRODUCTION MODE | ||
response = quickemailverification.verify("[email protected]") | ||
|
||
# SANDBOX MODE | ||
# response = quickemailverification.sandbox("[email protected]") | ||
|
||
puts response.body | ||
``` | ||
|
||
|
@@ -92,6 +98,11 @@ QuickEmailVerification API also returns following HTTP status codes to indicate | |
- `404` - Requested API can not be found on server. | ||
- `429` - Too many requests. Rate limit exceeded. | ||
|
||
## Sandbox Mode | ||
QuickEmailVerification single email verification API sandbox mode helps developers to test their integration against simulated results. Requesting against sandbox endpoint is totally free and no credits will be deducted from actual credit quota. | ||
|
||
Please refer our [knowledge base](http://docs.quickemailverification.com/email-verification-api/sandbox-mode) to learn more about sandbox mode. | ||
|
||
## License | ||
MIT | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters