Canvasser API
GET
all files in all projects ./api/v1/files
GET
all of a type in all projects ./api/v1/files?type=
GET
all projects ./api/v1/projects/
GET
all files in a project ./api/v1/projects//files
GET
all of a type in a project ./api/v1/projects//files?type=
POST
Create a project ./api/v1/projects/
POST
file to project ./api/v1/projects//files/
DELETE
a project ./api/v1/projects/
DELETE
a file in a project ./api/v1/projects//files/
COPY
a project ./api/v1/projects//copy/