Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • NotificationsApi

Index

Constructors

constructor

Properties

Protected _basePath

_basePath: string = defaultBasePath

Protected _defaultHeaders

_defaultHeaders: any

Protected _useQuerystring

_useQuerystring: boolean = false

Protected interceptors

interceptors: Interceptor[] = []

Accessors

basePath

  • get basePath(): string
  • set basePath(basePath: string): void

defaultHeaders

  • get defaultHeaders(): any
  • set defaultHeaders(defaultHeaders: any): void

useQuerystring

  • set useQuerystring(value: boolean): void

Methods

addInterceptor

notificationsJsonGet

  • notificationsJsonGet(options?: { headers: {} }): Promise<{ body: InlineResponse20014; response: IncomingMessage }>
  • summary

    Get the notifications that belong to the current user

    Parameters

    • Default value options: { headers: {} } = {headers: {}}
      • headers: {}
        • [name: string]: string

    Returns Promise<{ body: InlineResponse20014; response: IncomingMessage }>

notificationsMarkReadJsonPut

setApiKey

setDefaultAuthentication

Object literals

Protected authentications

authentications: object

default

default: Authentication = <Authentication>new VoidAuth()

Generated using TypeDoc