strapi-sdk-javascript icon indicating copy to clipboard operation
strapi-sdk-javascript copied to clipboard

Be able to upload and retrieve files

Open Aurelsicoko opened this issue 6 years ago • 12 comments

The upload is one of the central pieces of Strapi. It would be interesting to handle it easily using the SDK.

  • uploadFile
  • uploadFiles
  • getFiles
  • getFile
  • attachFileToEntry (a file can be attached to any kind of entry)
  • removeFileToEntry

Aurelsicoko avatar Mar 29 '18 09:03 Aurelsicoko