Skip to content

Commit cddcef0

Browse files
authored
Adding Huntarr for Radarr and Sonarr (#66)
1 parent c667c8f commit cddcef0

File tree

2 files changed

+60
-0
lines changed

2 files changed

+60
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"/api/v3/system/status": [
3+
"get"
4+
],
5+
"/api/v3/wanted/cutoff": [
6+
"get",
7+
"get"
8+
],
9+
"/api/v3/wanted/missing": [
10+
"get",
11+
"get"
12+
],
13+
"/api/v3/command": [
14+
"post"
15+
],
16+
"/api/v3/tag": [
17+
"post",
18+
"get"
19+
],
20+
"/api/v3/movie/{id}": [
21+
"get",
22+
"put"
23+
]
24+
}
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"/api/v3/system/status": [
3+
"get"
4+
],
5+
"/api/v3/wanted/missing": [
6+
"get"
7+
],
8+
"/api/v3/wanted/cutoff": [
9+
"get"
10+
],
11+
"/api/v3/command/none": [
12+
"get"
13+
],
14+
"/api/v3/tag": [
15+
"post",
16+
"get"
17+
],
18+
"/api/v3/command": [
19+
"post"
20+
],
21+
"/api/v3/command/{id}": [
22+
"get"
23+
],
24+
"/api/v3/series/{id}": [
25+
"get",
26+
"put"
27+
],
28+
"/api/v3/episode/{id}": {
29+
"1": "get",
30+
"2": "get",
31+
"3": "get",
32+
"4": "get",
33+
"5": "get",
34+
"6": "get"
35+
}
36+
}

0 commit comments

Comments
 (0)