civisanalytics / civis-python

Civis API Python Client
BSD 3-Clause "New" or "Revised" License
34 stars 26 forks source link

ENH last_response attribute for the APIClient #302

Closed stephen-hoover closed 5 years ago

stephen-hoover commented 5 years ago

As a convenience, keep track of the last response received from the Civis API.

Closes #153 .

keithing commented 5 years ago

Since this is touch the root Endpoint class, would you mind running tools/smoke_test.py?

stephen-hoover commented 5 years ago

@keithing , the smoke test completes successfully (and I merged in master and fixed the CHANGELOG conflicts).