Skip to content

Instantly share code, notes, and snippets.

@EricWarnke
Forked from Oddman/response.json
Created November 2, 2012 20:03
Show Gist options
  • Save EricWarnke/4003992 to your computer and use it in GitHub Desktop.
Save EricWarnke/4003992 to your computer and use it in GitHub Desktop.
http://mover.io/docs#collections - Show a Collection
curl https://api.mover.io/connectors/AOG06La095pHG/collections/DKLsd898sdKj \
-X GET \
-H "Authorization: MoverAPI app_id=2tsc0f9n9l4v209oara0mb2j5ur9my8v app_secret=65oow347p1q7d0loj45oje2u3sol99xd"
{
"id" : "DKLsd898sdKj",
"type" : "folder",
"name" : "/Shared Pictures",
"parent_id" : "ASFwerg290dCaFLJ",
"writable" : true,
"contents" : [
{
"id" : "AKNH56kvS7WKkNiWQMct",
"name" : "Mexico",
"type" : "folder",
"size" : -1
},
{
"id" : "iEL8dvSAak68JyOaX4EI",
"name" : "furry_bunny.jpg",
"type" : "file",
"size" : 257869234
},
{
"id" : "q9kmTIR0X4tRiKOWgOXe",
"name" : "beer_pong.png",
"type" : "file",
"size" : 3234235
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment