#api #api-key #run #zero-bounce #indian #india

zero-bounce-india

Wrapper library over the indian ZeroBounce API v2

2 stable releases

1.1.0 Sep 4, 2023
1.0.0 May 4, 2023

#146 in Email

32 downloads per month

Custom license

51KB
1K SLoC

Rust ZeroBounce API India

This library is a wrapper for the ZeroBounce API v2.

For more information about the API, visit https://www.zerobounce.in/docs/.

How to use

This crate uses Indian version of the zero-bounce API which requires an API key. Check this guide to see how to grab yours.

Check the example snippets to see how this library can be integrated in your own project.

Example snippets

To run the example code, run the following command:

cargo run --package zero-bounce-india --example MODULE_NAME

Where MODULE_NAME represents the script you want to run from the examples/ directory. Example:

cargo run --package zero-bounce-india --example get_credits

Dependencies

~5–20MB
~280K SLoC