This section describes the REST-interface named: auth. There is a document about the REST interface in general: REST Server
This section describes the REST-interface named: explorer. This gives you acces to user's virtual file system.
GET /explorerResponse:
A simple HTTP GET /explorer reports general information of current user's virtual file system (VFS). The tag <usage> tells how many files and bytes are in use, what's free and the user's quota limits. Also there is a tag <upload>, which reports server's upload limits. The default is a filesize of 100 MByte and each upload chunk must not exceed 2 MByte.
GET /explorer/dirResponse:
Lorem ipsum
GET /explorer/uploadResponse:
Lorem ipsum: - quota aware file upload - chuncked file upload - check MD5 for each upload file (multiple uploads of same file are not allowed)