From 5cce9ae6c73d9316b58a583863944b516e7dee63 Mon Sep 17 00:00:00 2001 From: Alex Sherman Date: Tue, 13 Apr 2021 17:02:22 +0500 Subject: [PATCH] Changed integrated docs to the link to Github Pages doc --- doc/repp_doc.md | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/doc/repp_doc.md b/doc/repp_doc.md index 1ffbf669c..f2c8ecb8e 100644 --- a/doc/repp_doc.md +++ b/doc/repp_doc.md @@ -1,24 +1,3 @@ # REPP 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 -Production API endpoint: TBA - -Main communication specification through Restful EPP (REPP): - -[Contact related functions](repp/v1/contact.md) -[Domain related functions](repp/v1/domain.md) -[Domain transfers](repp/v1/domain_transfers.md) -[Account related functions](repp/v1/account.md) -[Nameservers](repp/v1/nameservers.md) -[Retained domains](repp/v1/retained_domains.md) -[Auctions](repp/v1/auctions.md) +REST EPP API documentation is available on a [REPP GitHub page](https://internetee.github.io/repp-apidoc/).