mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 18:56:05 +02:00
Add registry lock documentation
This commit is contained in:
parent
e2d2768b6e
commit
270444b2e8
3 changed files with 173 additions and 17 deletions
|
@ -1,22 +1,11 @@
|
|||
# Registrant API integration specification
|
||||
|
||||
REPP uses HTTP/1.1 protocol (http://tools.ietf.org/html/rfc2616) and
|
||||
Basic Authentication (http://tools.ietf.org/html/rfc2617#section-2) using
|
||||
Secure Transport (https://tools.ietf.org/html/rfc5246) with certificate and key
|
||||
(https://tools.ietf.org/html/rfc5280).
|
||||
|
||||
Credentials and certificate are issued by EIS (in an exchange for desired API
|
||||
username, CSR and IP).
|
||||
|
||||
To quickly test the API, use curl:
|
||||
|
||||
curl -q -k --cert user.crt.pem --key user.key.pem https://TBA/repp/v1/accounts/balance -u username:password
|
||||
|
||||
Test API endpoint: https://testepp.internet.ee/repp/v1
|
||||
Test API endpoint: TBA
|
||||
Production API endpoint: TBA
|
||||
|
||||
Main communication specification through Restful EPP (REPP):
|
||||
Main communication specification through Registrant API:
|
||||
|
||||
[Authentication](registrant-api/v1/authentication.md)
|
||||
[Domain related functions](registrant-api/v1/domain.md)
|
||||
[Contact related functions](registrant-api/v1/contact.md)
|
||||
[Domains](registrant-api/v1/domain.md)
|
||||
[Domain Lock](registrant-api/v1/domain_lock.md)
|
||||
[Contacts](registrant-api/v1/contact.md)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue