Created
October 31, 2012 18:17
-
-
Save EricWarnke/3988815 to your computer and use it in GitHub Desktop.
This code displays a sample response from a collection listing request.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id" : "Lw9dk4cJDhnd9d22", | |
"type" : "folder", | |
"name" : "", | |
"parent_id" : null, | |
"writable" : true, | |
"contents" : [ | |
{ | |
"id" : "L0NhdCBQaWN0dXJlcw", | |
"name" : "Cat Pictures", | |
"type" : "folder", | |
"size" : -1 | |
}, | |
{ | |
"id" : "L0dldHRpbmcgU3RhcnRlZC5wZGY", | |
"name" : "Getting Started.pdf", | |
"type" : "file", | |
"size" : 246000 | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment