Options
All
  • Public
  • Public/Protected
  • All
Menu

Class to manage all common methods

Hierarchy

  • CommonService

Index

Constructors

  • get instance for initialize common service

    example
    new CommonService();
    

    Returns CommonService

Properties

auth: CXoneAuth
logger: Logger = ...
utilService: HttpUtilService = ...
GET_TIMEZONES: string = '/incontactapi/services/v25.0/timezones'

Methods

  • This method is to get all the timezones

    example
    getTimezones();
    

    Returns Promise<HttpResponse>

Generated using TypeDoc