A new API about to be released
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 API is developed in Python and is built on open source platform Twisted Matrix (http://twistedmatrix.com).
The 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

