Closed mgmarino closed 10 years ago
Hey! Happy to merge this, once the test suite passes :)
Hey, yeah, I just saw recently that it was failing the build tests. I will fix those and come back to you. Thanks!
Wahoo! I look forward to it :)
Hi!
Ok, I think this solution is better, or at least much "lighter" and doesn't break previous functionality. Now, if the user sends both 'data' and 'params' to a 'put'/'post' request,_make_request
simply assumes the user knows what she's doing and doesn't overwrite 'data'. I've also added a unit test for post-to-view (multi-key fetch).
LGTM! Thanks :D
Addresses cloudant-labs/cloudant-python#45