Denis Shevchenko

Results 2 issues of Denis Shevchenko

At the moment the method `BaseRequest toHttpRequest(String baseUrl)` generates only simple http-requests: `final baseRequest = new http.Request(_getMethod(method), uri);`. It would be nice to be able to create a multipart http-request....

enhancement

I try to deserialize json like this: `deserialize(Event, json);` but get the follow error: > Error: Cannot resolve all parameters for 'Parser'(?). Make sure that all the parameters are decorated...