Skip to content

bouncer-admin/bouncer-java-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java SDK to interact with Bouncer's API.

https://www.usebouncer.com

API documentation can be found at https://docs.usebouncer.com/

private BouncerClient client = BouncerClient.getInstance()
    .withApiKey("<YOUR_API_KEY>");

try {

  EmailRecord result = client.verifyEmail("hello@usebouncer.com");

  System.out.println(result);

} catch (BouncerException e) {
  System.out.println(e.getMessage());
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages