dmcquay / node-apac

node-apac - Node.js client for the Amazon Product Advertising API, including support of Request Signatures
MIT License
499 stars 111 forks source link

Return results from all pages? #79

Closed greghesp closed 7 years ago

greghesp commented 7 years ago

I can see that in your results, you return the total number of pages that a result contains.

Does this lib offer anyway to automatically return the results of all the pages in one call, or should I implement a counter in my code?

dmcquay commented 7 years ago

No, this is not implemented.