Closed domwong closed 3 years ago
Rather than base64 or URL
Reequires changes for multipart form input per https://github.com/micro/micro/pull/1860
This would be the first endpoint that isn't POST with JSON body, rather a multipart form e.g.
POST
curl https://api.m3o.com/v1/image/upload -H "Authorization: Bearer XXX" -F name=rome.jpg -F file=@rome10.jpg
Rather than base64 or URL
Reequires changes for multipart form input per https://github.com/micro/micro/pull/1860
This would be the first endpoint that isn't
POST
with JSON body, rather a multipart form e.g.