microdraw
microdraw copied to clipboard
tests for /upload endpoint, allow for memory storage over fs by configuration
On some systems, fs write may not be possible. We should allow for in memory storage, and parsing of the uploaded data.
@r03ert0 do you have an example of a valid json file for the purpose of uploading? I am writing tests for the end point at the moment, and it would be very helpful.
I see an example here: https://github.com/r03ert0/microdraw/issues/186#issuecomment-484163167 I will use this for now
Hello! I uploaded another example to #186