Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "api/helpers/createChainableApi"

Index

Variables

Functions

Variables

Const baseProperties

baseProperties: string[] = Object.getOwnPropertyNames(BaseApi.prototype)

Functions

createChainableApi

  • createChainableApi(name: string, Type: any, requestPromise: function, chainCallPromise: function): any
  • Parameters

    • name: string
    • Type: any
    • requestPromise: function
        • (): Promise<any>
        • Returns Promise<any>

    • chainCallPromise: function
        • (): Promise<any>
        • Returns Promise<any>

    Returns any

Generated using TypeDoc