Last active
October 15, 2015 18:53
-
-
Save rel/5602c576b048d49d009a to your computer and use it in GitHub Desktop.
This file contains hidden or 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
// GET /ratings | |
[ | |
{ | |
"product": 58582881, | |
"region": "US", | |
"date": "2015-09-07T00:00:00", | |
"stars": [ | |
316, | |
277, | |
332, | |
188, | |
342 | |
] | |
}, | |
{ | |
"product": 2091143, | |
"region": "US", | |
"date": "2015-09-08T00:00:00", | |
"stars": [ | |
316, | |
277, | |
332, | |
188, | |
342 | |
] | |
}, | |
... | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment