adding working mylar

This commit is contained in:
KillahBee 2023-02-03 15:51:52 -05:00
parent aee8ba1e1d
commit 58e8109856
5 changed files with 68 additions and 0 deletions

View file

@ -0,0 +1,20 @@
import genericProxyHandler from "utils/proxy/handlers/generic";
const widget = {
api: "{url}/api?cmd={endpoint}&apikey={key}",
proxyHandler: genericProxyHandler,
mappings: {
issues: {
endpoint: "getIndex"
},
series: {
endpoint: "seriesjsonListing"
},
wanted: {
endpoint: "getWanted"
},
},
};
export default widget;