-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial Kometa Radarr/Sonarr & Prowlarr Radarr/Sonarr templates (#24)
* Initial Kometa radar template * Initial kometa sonarr template * Initial Prowlarr Radarr template * Initial Prowlarr Sonarr template
- Loading branch information
Showing
4 changed files
with
105 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"/api/v3/exclusions": [ | ||
"get" | ||
], | ||
"/api/v3/rootfolder": [ | ||
"get" | ||
], | ||
"/api/v3/rootfolder/{id}": [ | ||
"get" | ||
], | ||
"/api/v3/system/status": [ | ||
"get" | ||
], | ||
"/api/v3/qualityprofile": [ | ||
"get" | ||
], | ||
"/api/v3/movie": [ | ||
"get" | ||
], | ||
"/api/v3/movie/lookup": [ | ||
"get" | ||
], | ||
"/api/v3/tag": [ | ||
"get" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"/api/v3/indexer": [ | ||
"get", | ||
"post" | ||
], | ||
"/api/v3/indexer/{id}": [ | ||
"put", | ||
"get", | ||
"post" | ||
], | ||
"/api/v3/indexer/schema": [ | ||
"get" | ||
], | ||
"/api/v3/indexer/test": [ | ||
"post" | ||
], | ||
"/api/v3/indexer/testall": [ | ||
"post" | ||
], | ||
"/api/v3/indexer/action/{name}": [ | ||
"post" | ||
], | ||
"/api/v3/config/indexer": [ | ||
"get" | ||
], | ||
"/api/v3/config/indexer/{id}": [ | ||
"put", | ||
"get" | ||
], | ||
"/api/v3/indexerflag": [ | ||
"get" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"/api/v3/importlistexclusion": [ | ||
"get" | ||
], | ||
"/api/v3/rootfolder": [ | ||
"get" | ||
], | ||
"/api/v3/rootfolder/{id}": [ | ||
"get" | ||
], | ||
"/api/v3/system/status": [ | ||
"get" | ||
], | ||
"/api/v3/qualityprofile": [ | ||
"get" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"/api/v3/indexer": [ | ||
"get", | ||
"post" | ||
], | ||
"/api/v3/indexer/{id}": [ | ||
"put", | ||
"get" | ||
], | ||
"/api/v3/indexer/schema": [ | ||
"get" | ||
], | ||
"/api/v3/indexer/test": [ | ||
"post" | ||
], | ||
"/api/v3/indexer/testall": [ | ||
"post" | ||
], | ||
"/api/v3/config/indexer": [ | ||
"get" | ||
], | ||
"/api/v3/config/indexer/{id}": [ | ||
"put", | ||
"get" | ||
], | ||
"/api/v3/indexerflag": [ | ||
"get" | ||
] | ||
} |