From d17e092b9c55235a6ec8de29c0425a0ae9ccb849 Mon Sep 17 00:00:00 2001 From: troymc Date: Tue, 8 Mar 2016 14:01:15 +0100 Subject: [PATCH] Add HTTP Client-Server API stuff to ROADMAP.md --- ROADMAP.md | 7 +++++++ ...ython-api-tutorial.md => python-driver-api-examples.md} | 0 2 files changed, 7 insertions(+) rename docs/source/{python-api-tutorial.md => python-driver-api-examples.md} (100%) diff --git a/ROADMAP.md b/ROADMAP.md index ef6c974f..60fdf513 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -6,6 +6,13 @@ * Permissions framework * Protocol audits including security audits +## HTTP Client-Server API +* Validate the structure of the transaction +* Return the correct error code if something goes wrong +* Add an endpoint to query unspents for a given public key +* More endpoints +* See [the relevant open issues](https://github.com/bigchaindb/bigchaindb/issues?q=is%3Aissue+is%3Aopen+label%3Arest-api) + ## Implementation/Code * Node validation framework (inspect and agree or not with what the other nodes are doing) * Open public testing cluster (for people to try out a BigchainDB cluster and to test client software) diff --git a/docs/source/python-api-tutorial.md b/docs/source/python-driver-api-examples.md similarity index 100% rename from docs/source/python-api-tutorial.md rename to docs/source/python-driver-api-examples.md