all DNS functions are now working and tested.
any functions that have optional parameters can now accept these
comments cleaned up
note, no mocks or test cases. will speak to geemus to learn more about how these work.
can now add/edit/delete zones in the Slicehost DNS service. Includes the methods create_zone, delete_zone, get_zones, get_zone. Note, there are no mocks or test cases.
debugged issues with get_zones. still no test cases though. once get rest of DNS functions working will contact geemus and find out more about how to add test cases
have added new parser and request for get_zones. As slicehost docs are sparse, parser has not been updated. Will do so once I analyze xml that comes back from request (ie next checkin should have working parser)