Likes - GuiguiWeb/IIM_A2_GIT GitHub Wiki
Get the likes for a music using the music id.
ENDPOINT DEFINITION
GET http://localhost/api/likes.php?musicid=MUSICID
RESPONSE HEADER
Cache-Control: no-store, no-cache, must-revalidate
Connection: close
Content-Type: application/json
Date: Sat, 21 Apr 2018 16:02:50 +0000
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Host: localhost
Pragma: no-cache
X-Powered-By: PHP/7.2.4
RESPONSE BODY
{
"Likes": 1
}