Created
November 1, 2012 05:18
-
-
Save EricWarnke/3992000 to your computer and use it in GitHub Desktop.
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
$ curl --version curl 7.24.0 (x86_64-apple-darwin12.0) libcurl/7.24.0 OpenSSL/0.9.8r zlib/1.2.5 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp smtp smtps telnet tftp Features: AsynchDNS GSS-Negotiate IPv6 Largefile NTLM NTLM_WB SSL libz |
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
curl https://api.mover.io/connectors/lzdyvexxrfxup1xropjbhseegn1dbwwn/collections \ | |
-X GET \ | |
-H "Authorization: MoverAPI app_id=<app_id> app_secret=<app_secret>" |
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