Class ProjectService<ProjectType>

An implementation of the FIN project service.

Type Parameters

Constructors

Methods

  • Read a project via its name.

    Parameters

    • name: string

      The name of the project to read.

    Returns Promise<ProjectType>

    The project record.

    An error if the project can't be found.