Implemented API Key creation/usage and changed layout of audio requests
This commit is contained in:
@@ -5,13 +5,7 @@ meta {
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{baseUrl}}/audio/pause
|
||||
url: {{baseUrl}}/audio/1061092965579235398/pause
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"guild_id": 1061092965579235398
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,13 +5,7 @@ meta {
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{baseUrl}}/audio/resume
|
||||
url: {{baseUrl}}/audio/1061092965579235398/resume
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"guild_id": 1061092965579235398
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user