Closed pswaminathan closed 9 years ago
Fixes #12
Fixes #14
T1.get
get_all
T1
T1.find
Fixes #15
if not response.ok
error
Python 3 support:
six
Fixes #12
Fixes #14
T1.get
return a generator by default when requesting a collectionget_all
as method forT1
as well as keyword argument forT1.get
that iterates over pages of 100T1.find
with filters that constructs query parameterFixes #15
if not response.ok
error
status code to checksPython 3 support:
six
with librarysix
iterators everywhere