Hierarchy

  • IApp

Implemented by

Methods

  • Gets the username of this App's app user.

    Returns string

    the username of the app user

    Deprecated

    This method will be removed in the next major version. Please use read.getAppUser instead.

  • Get the description of this App, mostly used to show to the clients/administrators.

    Returns string

    the description

  • Get the ID of this App, please see for how to obtain an ID for your App.

    Returns string

    the ID

  • Gets the sluggified name of this App.

    Returns string

    the name slugged

  • Gets the API Version which this App depends on (http://semver.org/). This property is used for the dependency injections.

    Returns string

    the required api version

Generated using TypeDoc