I am working on a DNS service that can be managed with a simple REST API. I am looking to get feedback on the API. So if you would, please take a look at the API documentation and share your thoughts. Any sort of feedback is welcome.<p>REST API documentation is at http://wiki.burningbay.com/dns/rest-api<p>I am currently doing a private beta of the service with a few friends, with the plan to do a public beta in the near future. If anyone would like to use the service before the public beta, please e-mail me.<p>Thanks!
The api looks cool. I'd like to test it out before the beta if you need more people.<p>I have a question though. You've already described the exact format for all of the record types. So why not implement record creation with PUT and have the sender put the JSON for the record in the request body? You want idempotency for record creation so why not use the idempotent HTTP verb?