php-cloudDNS
php-cloudDNS copied to clipboard
A PHP Binding to the Rackspace Cloud DNS API Created for my own use, since no public php API lib was out at that time available
Hello, I need to get records for 3600 domains. The problem I am running into is the limit of 100. If I change that to saw 200 It seems to...
== new details == please see coments below, this is now dealing with a libcurl ssl issue original title: list_domain_details() should have limit and offset arguments There might be other...
curl is just lazy, and a lil slow. by removing curl usage the api would work for more people and run faster. there might be some issues stopping this but...
allow a auth token to be provided to the class so that it can use the RS more efficiently maybe a public property that the developer can set prior to...