Ivan Vasić

Results 7 comments of Ivan Vasić

Hey Ola, Haven't tried your example but it looks cool on the first look. You say only 1 param gets through, which one? Can you try setting a breakpoint here:...

For multi-part form data it is required to add separators/boundaries so the output looks correct to me afaics. Are you sure your server is expecting a request with body type...

Really can't see what could be wrong (if anything)... What I can suggest is that you try stepping through code on your server endpoint and try figuring out where it...

You'll just need to check RFResponse's error property: /*! - @property error - @abstract This propery will hold NSError if one occurs during request. NULL if there's no error _/...

I'll update the README file with some examples and close this issue when I do...

Yeah, just use additionalHTTPHeaders property of RFRequest. /*! - @property additionalHTTPHeaders - @abstract Additional HTTP headers in form of key/value dictionary to include with the HTTP request _/ @property (nonatomic,...

@charanjit-singh did you manage to make this work with normal Django views, without DRF? I tried inheriting your `PostgresFieldFilterSet` but no luck.