Skip to content

Instantly share code, notes, and snippets.

@enothereska
Created October 3, 2016 14:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save enothereska/0f519ab2a5dab7350c2fd7e0fe79cdc1 to your computer and use it in GitHub Desktop.
Save enothereska/0f519ab2a5dab7350c2fd7e0fe79cdc1 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