Returns the Repository-object with the specified id.
import { Repository, getRepository } from "@dvelop-sdk/dms";
const repo: Repository = await getRepository({
systemBaseUri: "https://steamwheedle-cartel.d-velop.cloud",
authSessionId: "dQw4w9WgXcQ"
}, {
repositoryId: "qnydFmqHuVo",
});
console.log(repo.name);
Returns the Repository-object with the specified id.