Skip to content

everapihq/emailvalidation-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

emailvalidation-go: Golang Email Validation API

This package is a Golang wrapper for emailvalidation.io that aims to make the usage of the API as easy as possible in your project. emailvalidation.io is a simply and easy-to-use email validation & verification API that provides useful information about any email address.

Usage

Initialize the API with your API Key (get one for free at emailvalidation.io):

emailivalidation.Init("YOUR-API-KEY")

Afterwards you can make calls to the API like this:

Status Endpoint

emailivalidation.Status()

Info Endpoint

emailivalidation.Info({
    "email": "john@doe.com",
    "catch_all": 1
})

Find out more about our endpoints, parameters and response data structure in the docs

License

The MIT License (MIT). Please see License File for more information.

About

A go wrapper for emailvalidation.io

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages