Add multiple Page capability #19
Reference in New Issue
Block a user
Delete Branch "feat/multi-page"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR adds the following endpoints:
POST /svg/{id}/page
-->
multipart/form-data
files: svg files to add as pages
<--
DELETE /svg/{id}/page/{page} (deletes the specified page)
This also changes some existing endpoints
GET /svg
<--
GET /svg/{id}
<--
POST /svg
-->
multipart/form-data
files: svg files to add
<--
closes #12