Options
All
  • Public
  • Public/Protected
  • All
Menu

Class HunterClient

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Protected apiKey

apiKey: string

endpoint

endpoint: string = "https://api.hunter.io/v2"

Protected instance

instance: AxiosInstance

Methods

Protected run

  • run(__namedParameters: object): Promise<any>
  • Call the Hunter.io api internally with specified options. This method is not supposed to use directly.

    Parameters

    • __namedParameters: object
      • action: string
      • callback: any
      • id: undefined | string | number
      • options: any
      • type: string

    Returns Promise<any>

Generated using TypeDoc