Placeholder while updating query

This commit is contained in:
2024-12-21 21:36:05 -05:00
parent ceea975836
commit 7718cf19c3
17 changed files with 298 additions and 33 deletions

View File

@@ -5,7 +5,7 @@ meta {
}
post {
url: {{baseUrl}}/audio/1061092965579235398/pause
url: {{baseUrl}}/audio/{{server}}/pause
body: json
auth: inherit
}

View File

@@ -5,7 +5,7 @@ meta {
}
post {
url: {{baseUrl}}/audio/1061092965579235398/play
url: {{baseUrl}}/audio/{{server}}/play
body: json
auth: inherit
}

View File

@@ -5,7 +5,7 @@ meta {
}
post {
url: {{baseUrl}}/audio/1061092965579235398/resume
url: {{baseUrl}}/audio/{{server}}/resume
body: json
auth: inherit
}

View File

@@ -4,9 +4,6 @@ auth {
auth:apikey {
key: X-API-Key
value: rwOS4yMmNpQvL0vLHc1jWQoefJB1bvKvOvBSswiYh0mkhZDc1lsgFZmpXaSUXAa5ZjpRWR117hLQ1l0VPPSGkRXZl7dPRVCc
value: {{apiKey}}
placement: header
}
vars:pre-request {
baseUrl: http://localhost:3000/api
}
}

17
bruno/dice/Track.bru Normal file
View File

@@ -0,0 +1,17 @@
meta {
name: Track
type: http
seq: 1
}
post {
url: {{baseUrl}}/dice/{{server}}/track
body: json
auth: inherit
}
body:json {
{
"dice": "1d4"
}
}

View File

@@ -0,0 +1,7 @@
vars {
baseUrl: http://localhost:3000/api
server: 1061092965579235398
}
vars:secret [
apiKey
]

View File

@@ -7,5 +7,9 @@ meta {
post {
url: {{baseUrl}}/api-key
body: none
auth: inherit
auth: bearer
}
auth:bearer {
token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOjI1MDg0MjI2MTIyMTI3NzY5NywibmFtZSI6ImJzaGVycmlmZiIsImlhdCI6MTczNDgwODA5MiwiZXhwIjoxNzM0ODk0NDkyLCJqdGkiOiJsSWFHaU15Wll5cnFVYmFJTGs2dzAyZTY4YkFPZjFZWSJ9.fCeooH2IdtXiy2s23WykXtOaR8dvnUinmSGFcV-fOwQ
}