Options
All
  • Public
  • Public/Protected
  • All
Menu

Class URL

Hierarchy

  • URL

Index

Constructors

Properties

Methods

Constructors

constructor

  • new URL(username: string, password: string): URL
  • Creates an URL object

    Parameters

    • username: string

      XFE API Username

    • password: string

      XFE API Password

    Returns URL

Properties

request

request: any

Methods

get

  • get(url: string): Promise<Object>
  • Get URL Threat Intelligence

    Parameters

    • url: string

      URL to search for

    Returns Promise<Object>

    Returns a promise with the response

Generated using TypeDoc