Function api

  • Decorator for a controller class to describe it in any generated OpenAPI specification.

    Parameters

    • name: string

      Name of the API used to categorise endpoints in this controller.

    • Optional description: string

    Returns ((classDefinition) => void)

      • (classDefinition): void
      • Parameters

        • classDefinition: Function

        Returns void

Generated using TypeDoc