agility
agility copied to clipboard
.gather() should support pagination
trafficstars
Backbone uses an argument to .fetch() to specify page:
http://documentcloud.github.com/backbone/#Collection-fetch
Should we do the same?
Maybe this can be part of a bigger feature - passing arguments (e.g. HTTP queries) to all persist methods...