* Address issue 37 and add other enhancements to ``iter_all``:
* Stop iteration in ``iter_all`` if the iteration limit (10000) is encountered, versus erroring out (because exceeding it will elicit a 400 response)
* Add the ability to set an initial offset via ``params`` versus always starting from ``offset=0`` in ``iter_all``
* Capitalize "constants"