Skip to content

Instantly share code, notes, and snippets.

@joshparkerj
Created March 9, 2021 03:04
Show Gist options
  • Save joshparkerj/15061bec81ab8176e2f44b1d1c9523c4 to your computer and use it in GitHub Desktop.
Save joshparkerj/15061bec81ab8176e2f44b1d1c9523c4 to your computer and use it in GitHub Desktop.
show url and sample json output
GET /api/reviews/11,22,38
[
{
"itemID": 11,
"number": 3,
"average": 4.7
},
{
"itemID": 22,
"number": 8,
"average": 3.9
},
{
"itemID": 38,
"number": 73,
"average": 4.8
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment