21 lines
206 B
Plaintext
21 lines
206 B
Plaintext
meta {
|
|
name: get ratings of user
|
|
type: http
|
|
seq: 2
|
|
}
|
|
|
|
get {
|
|
url: {{baseUrl}}/ratings/:music/:id/user
|
|
body: none
|
|
auth: inherit
|
|
}
|
|
|
|
params:path {
|
|
music:
|
|
id:
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
}
|