[Release 2.1 RC2] API Tests
API documents :
GET /api/documents/deleted_documents/ Returns a list of all the deleted documents : OK
GET /api/documents/deleted_documents/{pk}/ Returns the selected deleted document details : OK (But it's the trashed document and not the deleted ?)
DELETE /api/documents/deleted_documents/{pk}/ Delete the selected document : OK (Delete trashed docuement)
POST /api/documents/deleted_documents/{pk}/restore/ Restore a deleted document : OK
GET /api/documents/documents/ Returns a list of all the documents : OK
GET /api/documents/documents/recent/ Return a list of the recent documents for the current user : OK
GET /api/documents/documents/{pk}/ Return the details of the selected document : OK (No metadata May be after)
POST /api/documents/documents/ Create a new document : Can't find how it's work ? Where I have to put the file ?