* Add PaginatedAPIIterator, helper utility for paginated service methods
1.2.0
* Allow the user to customise the definition of an acceptable response by overriding `is_acceptable`. * Exceptions are now raised directly by `request` if `is_acceptable()` returns `False` instead of in the default `post_send`.
1.1.5
* No change: a broken version of 1.1.4 was released accidentally (files were missing from the package).
1.1.4
* Stop logging an error for unsuccessful responses. Move the information from the logging statement to the exception message.
1.1.3
* Make Demands work correctly if `path` param is empty. Don't add slash to the base URL in this case.