Top Level Namespace

Defined Under Namespace

Modules: Hunter

Constant Summary collapse

API_URL =
'https://api.hunter.io/v2/'
API_COUNT_URL =
"#{API_URL}email-count?"
API_GENERATE_URL =
"#{API_URL}email-finder?"
API_SEARCH_URL =
"#{API_URL}domain-search?"
API_VERIFY_URL =
"#{API_URL}email-verifier?"