This accessor provides methods for adding a custom api. It is provided during the initialization of your App

Hierarchy

  • IApiExtend

Methods

Methods

  • Adds an api which can be called by external services lateron. Should an api already exists an error will be thrown.

    Parameters

    • api: IApi

      the command information

    Returns Promise<void>

Generated using TypeDoc