mirror of
https://github.com/Ellpeck/ObsidianJustSharePlease.git
synced 2024-11-23 10:58:36 +01:00
8 lines
374 B
PHP
8 lines
374 B
PHP
// TODO request content using GET
|
|
|
|
// TODO upload using POST
|
|
// TODO when uploading, generate and send back Guid and store in meta file alongside data
|
|
// TODO when uploading, also generate and return a deletion password that is also stored in meta file
|
|
|
|
// TODO delete using DELETE
|
|
// TODO only accept deletions if the password matches the deletion password from the upload
|