Skip to content

Commit

Permalink
Initital commit for nzb360 (#39)
Browse files Browse the repository at this point in the history
* Initital commit for nzb360

* Initital commit for nzb360

* Initital commit for nzb360

* Update README.md to add nzb360
  • Loading branch information
genomez authored Nov 28, 2024
1 parent f9861db commit 0f4c1b8
Show file tree
Hide file tree
Showing 4 changed files with 101 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ There are some pre-built templates that enable just the api access the app actua
- LunaSea
- Nabarr
- Notifiarr
- Nzb360
- Omegabrr
- Overseerr
- Recyclarr\*
Expand Down
8 changes: 8 additions & 0 deletions root/app/www/public/templates/prowlarr/nzb360.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"/api/v1/indexer/categories": [
"get"
],
"/api/v1/search": [
"get"
]
}
40 changes: 40 additions & 0 deletions root/app/www/public/templates/radarr/nzb360.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"/api/v3/history": [
"get"
],
"/api/v3/mediacover/{movieId}/{filename}": [
"get"
],
"/api/v3/movie": [
"get",
"put"
],
"/api/v3/qualityprofile": [
"get"
],
"/api/v3/queue/status": [
"get"
],
"/api/v3/system/status": [
"get"
],
"/api/v3/credit": [
"get"
],
"/api/v3/rootfolder": [
"get"
],
"/api/v3/command": [
"post"
],
"/api/v3/release": [
"get"
],
"/api/v3/movie/{id}": [
"get",
"put"
],
"/api/v3/tag": [
"get"
]
}
52 changes: 52 additions & 0 deletions root/app/www/public/templates/sonarr/nzb360.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"/api/v3/calendar": [
"get"
],
"/api/v3/mediacover/{seriesId}/{filename}": [
"get"
],
"/api/v3/wanted/missing": [
"get"
],
"/api/v3/queue/status": [
"get"
],
"/api/v3/series": [
"get",
"put"
],
"/api/v3/system/status": [
"get"
],
"/api/v3/series/{id}": [
"get",
"put"
],
"/api/v3/qualityprofile": [
"get"
],
"/api/v3/episode": [
"get"
],
"/api/v3/rootfolder": [
"get"
],
"/api/v3/queue": [
"get"
],
"/api/v3/episodefile": [
"get"
],
"/api/v3/tag": [
"get"
],
"/api/v3/languageprofile": [
"get"
],
"/api/v3/command": [
"post"
],
"/api/v3/episode/{id}": [
"put"
]
}

0 comments on commit 0f4c1b8

Please sign in to comment.