MoveDigital API
From MoveDigital Docs
The MoveDigital API is an interface for programmers to gain access into the MoveDigital Service. It allows the possibility of designing new MoveDigital interfaces and making MoveDigital a part of other services.
If you are interested in demoing the API, at the bottom of each of the function documentation pages is a link to a web form which will POST to the specified method (or you can go to our test_rest (http://www.movedigital.com/services/test_rest.html) page to see the full thing).
MoveDigital API REST Functions
The MoveDigital API works via REST over HTTP and HTTPS (SSL). All method calls except movedigital.auth.startSession and movedigital.accounts.createAccount should be POSTed to http://www.movedigital.com/services/rest/. The startSession and createAccount method calls should be POSTed securely to https://secure.movedigital.com/services/rest/.
- Authentication
- File Upload
- File Management
- Folder Management
- Torrents
- Mobiles
- Licenses
- Categories
- Accounts
Additional Documentation
- MoveDigital API REST Errors - A master listing of all errors returned by REST functions.
- http://en.wikipedia.org/wiki/Representational_State_Transfer - More information on REST from Wikipedia.