REST API
The REST
API is a web service in accordance with the principles of REST (Representation
State Transfer) and accessible using the http(s) protocol.
The service is secured and requires TLS authentication. Authentication is based on HTTP Digest with a RSA key generated on 1024 bits. The certificate is
self issued and its main purpose is to provide encryption and decryption of the
data transmitted on the http connection.
The REST API is developed on top of Twisted Matrix open
source platform (http://twistedmatrix.com).
The REST API accepts only POST requests. Other methods are not accepted.
We are providing a testing server at https://dev.rotld.ro:6080
If you are already are a .ro registrar please use your current regid and password for testing.
If you are not a .ro registrar please ask for a regid and password at http://dev.rotld.ro/rest-api/cerere-acces-la-api
Documentation site is http://dev.rotld.ro/rest-api/
We also opened a group of discussion at http://groups.google.com/group/rotldapi where we will answer your questions.
Latest documentation can be found at http://dev.rotld.ro/rest-api/RESTAPI%20DOCUMENTATION.pdf/at_download/file
Testing registrar web control panel can be found at https://registrar.dev.rotld.ro
A PHP client for the REST API service can be found at http://dev.rotld.ro/rest-api/PHP_Rest_Client.tgz/at_download/file

