path: string,
config: Config
): Promise<any | null> {
if (path === "/") {
path = "";
}
return api.get(`projects/${urn}/tree/${commit}/${path}`, config);