Options
All
  • Public
  • Public/Protected
  • All
Menu

Freshservice API client

Hierarchy

  • Freshservice

Index

Constructors

Properties

Constructors

  • new Freshservice(domain: string, apiKey: string): Freshservice
  • Create a new instance of Freshservice API client

    Parameters

    • domain: string

      Domain of the Freshservice instance

    • apiKey: string

      API key for the domain

      const { Freshservice } = require("@freshworks/api-sdk");
      const FS = new Freshservice(domain, apiKey);

    Returns Freshservice

Properties

tickets: TicketUtil

Generated using TypeDoc