mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2026-01-26 12:52:00 +01:00
refactor(bruno): move API key headers to folder.bru
This commit is contained in:
@@ -10,10 +10,6 @@ post {
|
||||
auth: none
|
||||
}
|
||||
|
||||
headers {
|
||||
X-Api-Key: {{radarrApiKey}}
|
||||
Content-Type: application/json
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
|
||||
7
bruno/radarr/folder.bru
Normal file
7
bruno/radarr/folder.bru
Normal file
@@ -0,0 +1,7 @@
|
||||
meta {
|
||||
name: Radarr
|
||||
}
|
||||
|
||||
headers {
|
||||
X-Api-Key: {{radarrApiKey}}
|
||||
}
|
||||
@@ -10,6 +10,3 @@ get {
|
||||
auth: none
|
||||
}
|
||||
|
||||
headers {
|
||||
X-Api-Key: {{radarrApiKey}}
|
||||
}
|
||||
|
||||
@@ -10,6 +10,3 @@ get {
|
||||
auth: none
|
||||
}
|
||||
|
||||
headers {
|
||||
X-Api-Key: {{radarrApiKey}}
|
||||
}
|
||||
|
||||
@@ -10,6 +10,3 @@ get {
|
||||
auth: none
|
||||
}
|
||||
|
||||
headers {
|
||||
X-Api-Key: {{radarrApiKey}}
|
||||
}
|
||||
|
||||
@@ -10,6 +10,3 @@ get {
|
||||
auth: none
|
||||
}
|
||||
|
||||
headers {
|
||||
X-Api-Key: {{radarrApiKey}}
|
||||
}
|
||||
|
||||
@@ -10,6 +10,3 @@ get {
|
||||
auth: none
|
||||
}
|
||||
|
||||
headers {
|
||||
X-Api-Key: {{radarrApiKey}}
|
||||
}
|
||||
|
||||
@@ -10,6 +10,3 @@ get {
|
||||
auth: none
|
||||
}
|
||||
|
||||
headers {
|
||||
X-Api-Key: {{radarrApiKey}}
|
||||
}
|
||||
|
||||
@@ -10,10 +10,6 @@ put {
|
||||
auth: none
|
||||
}
|
||||
|
||||
headers {
|
||||
X-Api-Key: {{radarrApiKey}}
|
||||
Content-Type: application/json
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
|
||||
@@ -10,10 +10,6 @@ put {
|
||||
auth: none
|
||||
}
|
||||
|
||||
headers {
|
||||
X-Api-Key: {{radarrApiKey}}
|
||||
Content-Type: application/json
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
|
||||
@@ -10,10 +10,6 @@ put {
|
||||
auth: none
|
||||
}
|
||||
|
||||
headers {
|
||||
X-Api-Key: {{radarrApiKey}}
|
||||
Content-Type: application/json
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
|
||||
@@ -10,10 +10,6 @@ put {
|
||||
auth: none
|
||||
}
|
||||
|
||||
headers {
|
||||
X-Api-Key: {{radarrApiKey}}
|
||||
Content-Type: application/json
|
||||
}
|
||||
|
||||
body:json {
|
||||
[
|
||||
|
||||
7
bruno/sonarr/folder.bru
Normal file
7
bruno/sonarr/folder.bru
Normal file
@@ -0,0 +1,7 @@
|
||||
meta {
|
||||
name: Sonarr
|
||||
}
|
||||
|
||||
headers {
|
||||
X-Api-Key: {{sonarrApiKey}}
|
||||
}
|
||||
@@ -10,6 +10,3 @@ get {
|
||||
auth: none
|
||||
}
|
||||
|
||||
headers {
|
||||
X-Api-Key: {{sonarrApiKey}}
|
||||
}
|
||||
|
||||
@@ -10,6 +10,3 @@ get {
|
||||
auth: none
|
||||
}
|
||||
|
||||
headers {
|
||||
X-Api-Key: {{sonarrApiKey}}
|
||||
}
|
||||
|
||||
@@ -10,6 +10,3 @@ get {
|
||||
auth: none
|
||||
}
|
||||
|
||||
headers {
|
||||
X-Api-Key: {{sonarrApiKey}}
|
||||
}
|
||||
|
||||
@@ -10,6 +10,3 @@ get {
|
||||
auth: none
|
||||
}
|
||||
|
||||
headers {
|
||||
X-Api-Key: {{sonarrApiKey}}
|
||||
}
|
||||
|
||||
@@ -10,10 +10,6 @@ put {
|
||||
auth: none
|
||||
}
|
||||
|
||||
headers {
|
||||
X-Api-Key: {{sonarrApiKey}}
|
||||
Content-Type: application/json
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
|
||||
@@ -10,10 +10,6 @@ put {
|
||||
auth: none
|
||||
}
|
||||
|
||||
headers {
|
||||
X-Api-Key: {{sonarrApiKey}}
|
||||
Content-Type: application/json
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
|
||||
@@ -10,10 +10,6 @@ put {
|
||||
auth: none
|
||||
}
|
||||
|
||||
headers {
|
||||
X-Api-Key: {{sonarrApiKey}}
|
||||
Content-Type: application/json
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
|
||||
@@ -10,10 +10,6 @@ put {
|
||||
auth: none
|
||||
}
|
||||
|
||||
headers {
|
||||
X-Api-Key: {{sonarrApiKey}}
|
||||
Content-Type: application/json
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user