pofallon / node-bluesky

A lightweight, simplified node.js library for accessing Windows Azure
15 stars 4 forks source link

Support multi-page results in rs.all() #3

Closed pofallon closed 13 years ago

pofallon commented 13 years ago

Currently .all() will only return one REST page of results. However, it should be smart enough to iterate over all pages to return the entire result set. (Admittedly, you shouldn't want to do this but that's what 'all' means...)

pofallon commented 13 years ago

Done!