Function: getDomainInfo()
getDomainInfo(
domain:string,apiKey:string):Promise<PhishermanInfo>
Defined in: Phisherman.ts:71
Returns information for a domain.
Parameters
| Parameter | Type | Default value | Description | 
|---|---|---|---|
| domain | string | undefined | The domain to get info about. | 
| apiKey | string | storedApiKey | optionally pass a Phiserman API key for making this request. This will default to storedApiKey, which can be configured through setApiKey. | 
Returns
Since
1.1.0