kpmg-agile / ca-pqvp

KPMG submission for CA PQVP
https://www.calproc.website
7 stars 3 forks source link

POST /images needs to save the image to the filesystem #212

Closed mattkwong-kpmg closed 7 years ago

mattkwong-kpmg commented 7 years ago

Per @robertlevy, we want the ability to upload images via the post request.

bhaveshmjain commented 7 years ago

@robertlevy in api.v1.raml, the mediatype is set to appliction/json so it will not be possible to post any image as it is of type multipart/form-data

robertlevy commented 7 years ago

the RAML is changeable. please don't focus on this yet though. let's get the other PR wrapped up