Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "api/warmup"

Index

Variables

Let apiHome

apiHome: string = ""

Functions

getAccessToken

  • getAccessToken(username: string, password: string): RequestPromise
  • Endpoint on success returns { "authToken" : "" }

    Parameters

    • username: string
    • password: string

    Returns RequestPromise

process

  • process(processChain: string[], data: any, authToken: string, username: string): RequestPromise
  • Parameters

    • processChain: string[]
    • data: any
    • authToken: string
    • username: string

    Returns RequestPromise

processesByType

  • processesByType(type: string): RequestPromise

test

  • test(): any

Generated using TypeDoc