Closed elyobo closed 9 years ago
Resolved merge conflicts resulting from updates to master.
Can you make this against develop branch instead? I can't do it myself...
Repository health increased by 0.36% when pulling 393c402 on elyobo:implement-transactions-api into 4edaa78 on toloco:master.
Replaced by PR #22
@toloco Note that some changes were made to reduce the duplication in call and call_stream by using a third method, __call_raw, to handle the common parts and return the response. Access to the response was required by the implementation of the request_transaction_history method, as it needs to access the response headers not the response body, but it seemed like a more DRY approach as well.