- Added test to ensure the session can be manipulated in get_request_kwargs - Added test to ensure the method can be manipulated in get_request_kwargs - Cleanup repetition of content-type headers in test_http - Allow the URL used to make the API request to be manipulated in get_request_kwargs (5)
0.3.2
- Fixed issue where request_model was incorrectly included in signature to request method. (4) - Cleanup internals of the request method - method and session can now be supplied as kwargs to __call__ or returned by get_request_kwargs.
0.3.1
- Fixed issue with request data not being sent correctly. (3)
0.3.0
- Breaking API change: __init__ takes arguments for call to create request_cls instance rather than __call__. - Increase coverage of HTTPEater (2)
0.2.0
- Lots of documentation updates. - HTTPEater.request_cls now defaults to None - Added dynamic URL formatting. - Use conda to build Python 3.5 in readthedocs