Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@masonforest
Created March 26, 2012 18:21
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/2208472 to your computer and use it in GitHub Desktop.
Save masonforest/2208472 to your computer and use it in GitHub Desktop.
Demo API Call: Discs
curl "localhost:3000/api/discs.json?auth_token=U4gdadgu2jFpdfG5Bhue"
[{
"disc": {
"id": 485,
"tracks": [{
"id": 276,
"title": "implement 24/365 initiatives"
}],
"album": {
"title": "Synergize Cross Platform eTailers"
}
}
}, {
"disc": {
"id": 436,
"tracks": [],
"album": {
"title": "Iterate Transparent Portals (tradable)"
}
}
}, {
"disc": {
"id": 484,
"tracks": [],
"album": {
"title": "Morph eBusiness Web Readiness (neither)"
}
}
}, {
"disc": {
"id": 483,
"tracks": [],
"album": {
"title": "Transition Turn Key Deliverables (tradable & salable)"
}
}
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment