Open
Description
There are 3 types of repository.
- remote (old legacy for v1.x)
- manged
- local
Customer uses "managed" or "local" by installation guide.
It failed to fetch plugin list of webhook.
/* api */
const getRepositoryID = async () => {
const res = await SpaceConnector.clientV2.repository.repository.list<RepositoryListParameters, ListResponse>({
repository_type: 'remote',
});
const repositoryId = res.results ? res.results[0].repository_id : '';
return repositoryId;
};
Metadata
Metadata
Assignees
Labels
No labels