Add ChangeDetection.io widget

This commit is contained in:
Bruno Rossetto 2022-10-13 18:40:26 -03:00
parent 4ea279856f
commit 86d1f5c6c3
5 changed files with 270 additions and 215 deletions

View file

@ -0,0 +1,15 @@
import credentialedProxyHandler from "utils/proxy/handlers/credentialed";
const widget = {
api: "{url}/api/v1/{endpoint}",
proxyHandler: credentialedProxyHandler,
mappings: {
info: {
method: "GET",
endpoint: "watch",
},
},
};
export default widget;