Created
April 15, 2013 10:04
-
-
Save IamSmith/5387094 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
create : { | |
contentId: 'fefewfew', | |
userId: [optional] | |
} | |
get : contentId, userId | |
[{ | |
contentId: 'blah' | |
count: 10, | |
userLiked: true | |
}] | |
get : [contentId, contentId], userId | |
[{ | |
contentId: 'blah' | |
count: 10, | |
userLiked: true | |
}, | |
{ | |
contentId: 'blah' | |
count: 10, | |
userLiked: true | |
}, | |
{ | |
contentId: 'blah' | |
count: 10, | |
userLiked: true | |
}, | |
{ | |
contentId: 'blah' | |
count: 10, | |
userLiked: true | |
}] | |
User cant like content more than once | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment