It’s been a fun couple of days playing with the directi API. I started off totally confused unable to figureout anything. But that always happens when you encounter a new API which you have never used before. Lack of examples on how to use the API on google didn’t help either.
The API documentation is quite complete, it’s written with javadocs (if i’m not mistaken). It lists out all the classes and the methods with decent explanations for all of them. There is a sever lack of exceptions though. Considering the number of errors that can popup while trying to do something that involves registering of domain names, managing contacts, customers, transferring of domains, changing nameservers and what not, ther API could have definitely used more (more…)