Skip to content

Instantly share code, notes, and snippets.

@EricWarnke
Created November 1, 2012 22:40
Show Gist options
  • Save EricWarnke/3997172 to your computer and use it in GitHub Desktop.
Save EricWarnke/3997172 to your computer and use it in GitHub Desktop.
http://mover.io/docs#connectors - Available Types of Connectors
curl https://api.mover.io/connectors/available \
-X GET
[
{
"type" : "Dropbox",
"url" : "https://www.dropbox.com/developers",
"support_level" : "standard"
},
{
"type" : "GoogleDrive",
"url" : "https://developers.google.com/drive/v1/reference/",
"support_level" : "beta"
},
{
"type" : "FTP",
"url" : "http://www.w3.org/Protocols/rfc959/",
"support_level" : "standard"
},
{
"type" : "SugarSync",
"url" : "https://www.sugarsync.com/developer",
"support_level" : "alpha"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment