Skip to content

Instantly share code, notes, and snippets.

@nettofarah
Created November 12, 2012 19:34
Show Gist options
  • Save nettofarah/4061400 to your computer and use it in GitHub Desktop.
Save nettofarah/4061400 to your computer and use it in GitHub Desktop.
8tracks developer authentication
curl http://8tracks.com/mixes.xml?api_key=1234567890
- or -
curl --header "X-Api-Key: 1234567890" http://8tracks.com/mixes.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment