Skip to content

Instantly share code, notes, and snippets.

@masonforest
Created April 2, 2012 16:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save masonforest/2284680 to your computer and use it in GitHub Desktop.
Save masonforest/2284680 to your computer and use it in GitHub Desktop.
Demo API Call: Media URl
$ curl "https://murfie2-staging.herokuapp.com/api/discs.json?auth_token=XXX"
$ curl "https://murfie2-staging.herokuapp.com/api/discs/1631/tracks/95945.json?auth_token=XXX"
=> {"track":{"id":95945,"url":"https://murfie-streaming-test.s3.amazonaws.com/2/1.mp3?key=XXX"}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment