Added a new function results which returns an iterator that will yield all hits by default. Optional parameters for controlling the limit and page size are also available.
Deprecated the get_all in favor of results.
Deprecated get in favor of results.
Updated the unit tests to have equivalent tests for the new results function. Also updated the usage of vcrpy so that cassettes are named for the test function.
Closes #37
Reopened accidental merge from #89
Added a new function
results
which returns an iterator that will yield all hits by default. Optional parameters for controlling the limit and page size are also available.Deprecated the
get_all
in favor ofresults
.Deprecated
get
in favor ofresults
.Updated the unit tests to have equivalent tests for the new
results
function. Also updated the usage of vcrpy so that cassettes are named for the test function.