diff --git a/root/app/www/public/templates/radarr/huntarr.json b/root/app/www/public/templates/radarr/huntarr.json new file mode 100644 index 0000000..c740412 --- /dev/null +++ b/root/app/www/public/templates/radarr/huntarr.json @@ -0,0 +1,24 @@ +{ + "/api/v3/system/status": [ + "get" + ], + "/api/v3/wanted/cutoff": [ + "get", + "get" + ], + "/api/v3/wanted/missing": [ + "get", + "get" + ], + "/api/v3/command": [ + "post" + ], + "/api/v3/tag": [ + "post", + "get" + ], + "/api/v3/movie/{id}": [ + "get", + "put" + ] +} \ No newline at end of file diff --git a/root/app/www/public/templates/sonarr/huntarr.json b/root/app/www/public/templates/sonarr/huntarr.json new file mode 100644 index 0000000..54b4a61 --- /dev/null +++ b/root/app/www/public/templates/sonarr/huntarr.json @@ -0,0 +1,36 @@ +{ + "/api/v3/system/status": [ + "get" + ], + "/api/v3/wanted/missing": [ + "get" + ], + "/api/v3/wanted/cutoff": [ + "get" + ], + "/api/v3/command/none": [ + "get" + ], + "/api/v3/tag": [ + "post", + "get" + ], + "/api/v3/command": [ + "post" + ], + "/api/v3/command/{id}": [ + "get" + ], + "/api/v3/series/{id}": [ + "get", + "put" + ], + "/api/v3/episode/{id}": { + "1": "get", + "2": "get", + "3": "get", + "4": "get", + "5": "get", + "6": "get" + } +} \ No newline at end of file