Restrutured docs for HTTP and Python driver APIs

This commit is contained in:
troymc
2016-03-08 14:03:04 +01:00
parent d17e092b9c
commit 79194d4d34
4 changed files with 11 additions and 22 deletions

View File

@@ -0,0 +1,5 @@
# The HTTP Client-Server API
The preferred way to communicate with a node in a BigchainDB cluster is via HTTP requests. Each node exposes a simple HTTP API (the HTTP Client-Server API) that provides, right now, two endpoints, one to get information about a specific transaction id, and one to push a transaction to the BigchainDB cluster.
The endpoints are documented using [Apiary](http://docs.bigchaindb.apiary.io/).