sketch-hq/SketchAPI

Lightweight API for Cloud Documents Metadata

irlabs opened this issue · 3 comments

If we want to build tools on top of the Sketch Cloud workspaces / projects & documents, we need some fast API's to get info on the Cloud hosted documents (without having to download them first).

  • List of documents the user has access to
  • Metadata per document:
    • Name
    • Team / Workspace
    • Project
    • ObjectID
    • Last Modified Date
    • isLibary
  • Less required, but nice to have:
    • List of users currently editing
    • Preview image

Yes, we really need it.

I would also like to be able to upload to the cloud via api.
Background: I want to write a script that changes all files in a folder and then pushes the result to the cloud.

Would love to be able to get a download link for a specific version of a document.