getProject

open fun getProject(userId: String, projectId: String): Project

Method to get a project

Return

the project, if exists and the user is authorized, as Project

Parameters

userId

: the user identifier

projectId

: the project identifier