Domain blocks
Summary
Functions
@spec block_domain(Hunter.Client.t(), String.t()) :: boolean()
Block a domain
Parameters
conn- connection credentialsdomain- domain to block
@spec blocked_domains(Hunter.Client.t(), Keyword.t()) :: list()
Fetch user's blocked domains
Parameters
conn- connection credentialsoptions- option list
Options
max_id- get a list of blocks with id less than or equal this valuesince_id- get a list of blocks with id greater than this valuelimit- maximum number of blocks to get, default: 40, max: 80
@spec unblock_domain(Hunter.Client.t(), String.t()) :: boolean()
Unblock a domain
Parameters
conn- connection credentialsdomain- domain to unblock