Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Levels

Index

Methods

Methods

  • get(id: number): Promise<any>
  • Get the details of a level

    Parameters

    • id: number

      Identifier of the level

    Returns Promise<any>

    • Response with level object in the response body
  • list(): Promise<any>
  • Fetches the list of levels

    Returns Promise<any>

    • Response with levels list in the response body

Generated using TypeDoc