From fa73077e9c476719556082fd5a992e5422efe6ad Mon Sep 17 00:00:00 2001 From: Mayank Chhabra Date: Sat, 5 Oct 2019 16:48:50 +0530 Subject: [PATCH] API doc Links --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index adeda9c..8e87811 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,9 @@ The core component of cyphernode is a request handler which exposes HTTP endpoin ## Documentation -* Read the API docs here: https://github.com/SatoshiPortal/cyphernode/blob/master/doc/API.md +* Read the API docs here: + * API v0 (Current): https://github.com/SatoshiPortal/cyphernode/blob/master/doc/API.v0.md + * API v1 (RESTful): https://github.com/SatoshiPortal/cyphernode/blob/master/doc/API.v1.md * Installation documentation: https://github.com/SatoshiPortal/cyphernode/blob/master/doc/INSTALL.md * Step-by-step manual install (deprecated): https://github.com/SatoshiPortal/cyphernode/blob/master/doc/INSTALL-MANUAL-STEPS.md