Merge pull request #38 from jgorset/requests
authorKenneth Reitz <me@kennethreitz.com>
Sun, 22 May 2011 21:54:10 +0000 (17:54 -0400)
committerKenneth Reitz <me@kennethreitz.com>
Sun, 22 May 2011 21:54:10 +0000 (17:54 -0400)
commitb51e042e735a18b1301aad637c0aecd089d52dee
tree784ab826cc860c08a7b163be19aec79dc1d5e72a
parent670c4aecdde6232f2f487564a4ccac70f9cc7002
parent82f1320ed54abd2676a2c09abb6d4c6e7723794d
Merge pull request #38 from jgorset/requests

---

Ive refactored `api.request`. I think. The new version is more robust in that it no longer accepts arbitrary arguments and raises an exception if one attempts to call it with both `params` and `data` (that should probably be supported, though, but thats a topic for another issue).

Conflicts:
requests/api.py