Feature: gitlab service widget (#4317)

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
Urs Kröll 2024-11-22 16:07:17 +01:00 committed by GitHub
parent 94bbcbe1fb
commit 2b8647b2ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 82 additions and 0 deletions

View file

@ -0,0 +1,13 @@
import credentialedProxyHandler from "utils/proxy/handlers/credentialed";
const widget = {
api: "{url}/api/v4/{endpoint}",
proxyHandler: credentialedProxyHandler,
mappings: {
counts: {
endpoint: "users/{user_id}/associations_count",
},
},
};
export default widget;