feat: add rating

This commit is contained in:
2026-05-20 12:22:04 +03:30
parent 445d2ac99e
commit 3b14752f2f
4 changed files with 74 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
meta {
name: get all ratings
type: http
seq: 3
}
get {
url: {{baseUrl}}/ratings/:type/:id
body: none
auth: inherit
}
params:path {
type: music
id: 1
}
settings {
encodeUrl: true
timeout: 0
}