Ratings - danopia/deviantart-difi GitHub Wiki
RegisterRating
Stores your approval/rejection of an article.
Params
id
: number (i.e. 153495)type
: number (0 to fav the article; any(?) other integer to reject it.)???
: number (1)
Response
Returns null on success.
UnregisterRating
Deletes a rating, i.e. unfavs/unrejects a news article.
Params
id
: number (i.e. 153495)???
: number (1)
Response
Returns null on success.