mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Restrutured docs for HTTP and Python driver APIs
This commit is contained in:
5
docs/source/http-client-server-api.md
Normal file
5
docs/source/http-client-server-api.md
Normal 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/).
|
||||
Reference in New Issue
Block a user