Returns an array of all Repository-objects for a tenant.
import { Repository, getRepositories } from "@dvelop-sdk/dms";
const repos: Repository[] = await getRepositories({
systemBaseUri: "https://steamwheedle-cartel.d-velop.cloud",
authSessionId: "dQw4w9WgXcQ"
});
Returns an array of all Repository-objects for a tenant.