Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miguno/39397d097a7f57e42ffafc9523c5cb47 to your computer and use it in GitHub Desktop.
Save miguno/39397d097a7f57e42ffafc9523c5cb47 to your computer and use it in GitHub Desktop.
Get details for a particular song
# Get all the top-5 charts across all instances
$ http://localhost:7070/kafka-music/song/9
{
  "artist":"N.W.A",
  "album":"Straight Outta Compton",
  "name":"Gangsta Gangsta"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment