> I am just starting off at this and any help from any life form would be > greatly appreciated, as the API specifications have stumped me. It has > left me clueless on where to start, and when to end..
I haven't implemented much based on the DNS API, as a general comment I'll mention that I personally have a lot of trouble following the OpenSRS specs without also reading the client code. That is, consider the OpenSRS-provided client code to be a sample implementation of the API, and read the two alongside. This gives you a clear example of how the API functions in the real world, and you can use that understanding to write your own code (or modify theirs). > Ok lets say I want to add a new A record, a host name. What > would be the run down process of doing this. if the service already > exists for a given domain name.? In particular, look at the subs "build_add_records" and "dns_do_update_zone" in manage_dns.cgi. David
