Implemented API Key creation/usage and changed layout of audio requests

This commit is contained in:
2024-12-21 12:03:02 -05:00
parent 4d9ee81ecf
commit ceea975836
16 changed files with 186 additions and 76 deletions

View File

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

View File

@@ -5,14 +5,13 @@ meta {
}
post {
url: {{baseUrl}}/audio/play
url: {{baseUrl}}/audio/1061092965579235398/play
body: json
auth: inherit
}
body:json {
{
"url": "https://www.youtube.com/watch?v=V-QDxuknK-Q",
"guild_id": 1061092965579235398
"url": "https://www.youtube.com/watch?v=V-QDxuknK-Q"
}
}

View File

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