https://share.turbowarp.org/
Note that each project token is specific to each project. We could try saving these in Appdata. They normally live in the browser local storage
Should the following be added?
{
"projectId": "44c35afc-fe00-49d8-afe7-d71f4430c121",
"missingMd5exts": [
"68798165d5ac9444f3aa8bb7f1305a65.svg"
],
"ownershipToken": "aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa"
}
https://share.turbowarp.org/
Note that each project token is specific to each project. We could try saving these in Appdata. They normally live in the browser local storage
https://share.turbowarp.org/api/projects/44c35afc-fe00-49d8-afe7-d71f4430c121https://share.turbowarp.org/api/assets/1fe9a438ba172732ba27029d767e46160beefe96d1b332854cba8647ef12079cShould the following be added?
Project creation: POST
https://share.turbowarp.org/api/projects/newForm data:
(binary sb3){"68798165d5ac9444f3aa8bb7f1305a65.svg":{"sha256":"1fe9a438ba172732ba27029d767e46160beefe96d1b332854cba8647ef12079c","size":176}}stringResponse:
{ "projectId": "44c35afc-fe00-49d8-afe7-d71f4430c121", "missingMd5exts": [ "68798165d5ac9444f3aa8bb7f1305a65.svg" ], "ownershipToken": "aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa" }Asset uploading (do this for every missing md5 ext POST
https://share.turbowarp.org/api/projects/44c35afc-fe00-49d8-afe7-d71f4430c121/assets/68798165d5ac9444f3aa8bb7f1305a65.svgForm data:
aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaaResponse:
{}Send complete request POST
https://share.turbowarp.org/api/projects/44c35afc-fe00-49d8-afe7-d71f4430c121/completeForm data:
aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaaResponse:
{}Project deletion: DELETE
https://share.turbowarp.org/api/projects/70ebe726-4f58-4a2c-85b1-ab95b595364eForm data:
aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa