Is there any API to "like" a track? Something similar to the native beats application. I would like the same ability. I couldn't find any such API in https://developer.beatsmusic.com/docs.
Is there any API to "like" a track? Something similar to the native beats application. I would like the same ability. I couldn't find any such API in https://developer.beatsmusic.com/docs.
Yes, you can allow users to "like" and "hate" tracks and albums with the API. On the developer portal, you will find this information under docs/read/users/Ratings, Ratings_Lookup, Ratings_Update, Ratings_Delete.
Links to individual sections:
Ratings
Ratings lookup
Ratings Update
Ratings Delete
The parameters under users/Ratings_Update may be the exact parameters you are looking for:
Name: rating
Description: Rating value. Pass in 1 to indicate a “like”. Pass in 0 to indicate a “hate”. (Allowed Values: 1, 0)
Example Request: