Commit Graph

4 Commits

Author SHA1 Message Date
Eric Hankins 6f8c0e6120 Support pagination on Zerigo DNS zones
For Zerigo accounts with more than 100 domains, the previous zones.all
method was unable to get to records beyond 100. This adds pagination per
the Zerigo API doc with :per_page and :page parameters. You can then use
count_zones to get the total zone count, divide by your :per_page, and
iterate over all pages to fetch all your zones.

https://www.zerigo.com/docs/apis/dns/1.1/zones/index
2013-05-09 13:57:33 -05:00
geemus fcc5a1c224 [tests] rearrange to match new lib structure 2011-09-08 16:37:58 -05:00
geemus d3872679b8 [dns] consolidate tests 2010-12-29 18:13:36 -08:00
geemus 8c5b57cf0e [zerigo|dns] move compute to dns namespace 2010-12-21 13:45:53 -08:00
Renamed from tests/zerigo/requests/compute/dns_tests.rb (Browse further)