Damian

Results 6 issues of Damian

1) What version of the module is the issue happening on? Does the issue happen on latest version? Latest version 2) What platform and Node.js version? (For example Node.js 6.9.1...

Hi, I have the following dependencies: ``` "io.swagger" % "swagger-play2_2.11" % "1.5.3", "io.swagger" % "swagger-parser" % "1.0.16" ``` I have Scala 2.11.7 and Play 2.4.8 in my project. Most of...

- setting Content-Type:'application/json' is confusing when there is no body in the request According to W3: > The purpose of the Content-Type field is to describe the data contained in...

POST with empty body is not forbidden by the HTTP spec. However I cannot do it using fetchival. Probably the problem is caused by the _Content-Type_ header (set to "application/json")...

Hi, to upload large videos I guess `uploadLargeRaw` function should be used. However, it uploads the file as a file, not the video. How can I specify a folder name...

enhancement

It will allow uploading large videos/images. At the moment only uploading large RAW files is supported. I really need this feature in my project. I also tested it locally and...