Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 768 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 768 Bytes

TestTaskApi

  • api/login takes

    {
    	"password" : "password",
    	"login" : "login"
    }

    returns token for 200 seconds

  • api/files/upload takes token in header and file in form

  • api/files/download takes token in header and file id in body returns file

  • api/myfiles takes token in header returns list of files for that users