Skip to content

Instantly share code, notes, and snippets.

@nettofarah
Created November 12, 2012 13:36
Show Gist options
  • Save nettofarah/4059429 to your computer and use it in GitHub Desktop.
Save nettofarah/4059429 to your computer and use it in GitHub Desktop.
using 8tracks api
curl http://8tracks.com/mixes.xml?api_key=c7a7a9bf65499f2adb75cc9620ad7364106b86fa
- or -
curl --header "X-Api-Key=c7a7a9bf65499f2adb75cc9620ad7364106b86fa" http://8tracks.com/mixes.xml
@nicksspirit
Copy link

If I want to use this api call in android how do I do that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment