silkapp / rest

Packages for defining APIs, running them, generating client code and documentation.
http://silkapp.github.io/rest
390 stars 52 forks source link

support form multipartI #102

Open ryskajakub opened 9 years ago

ryskajakub commented 9 years ago

It would be nice to support the multipart/form-data content type, so one can send the files with the metadata to the server. It looks like that now one need to send the bytes with the fileI and then the metadata with some other method, or encode it all somehow in bytestring and send it with fileI.

bergmark commented 9 years ago

We have discussed this in the past, but I can't find any paper trail of it now...

From what I remember we want this :-)

bergmark commented 9 years ago

oh here it is! https://github.com/silkapp/rest/pull/68

ryskajakub commented 9 years ago

Ok, thanks! I'll watch that thread.

hesselink commented 9 years ago

I'll close this one as a duplicate then.

bergmark commented 9 years ago

68 is a pull request so i don't think that warrants closing the issue. Especially with how confusing github has gotten after splitting up the views :-)