1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
Commit graph

9 commits

Author SHA1 Message Date
Eric Hankins
6bd0604aa4 Update docs for Zerigo DNS list_zones request. 2013-05-14 16:05:15 -05:00
Eric Hankins
abe7c5dafe Simplify Zerigo DNS list_zones request. 2013-05-14 16:02:12 -05:00
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
Kevin Menard
8f28a85c07 Fixed #673: Zerigo DNS - update_host fails with some options 2011-12-22 15:38:08 -05:00
Kevin Menard
25562a42b4 Implemented mocks for Zerigo. 2011-10-08 20:19:32 -04:00
geemus
0763c6370a [dns|zerigo] move zerigo dns to its own shared area (namespacing should probably be corrected) 2011-08-24 14:40:47 -05:00
geemus
39b5899163 [dns] consolidate 2011-01-07 16:12:04 -08:00
geemus
a641545902 [zerigo|dns] first rough pass at models 2010-12-22 20:36:53 -08:00
geemus
8c5b57cf0e [zerigo|dns] move compute to dns namespace 2010-12-21 13:45:53 -08:00