mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Moved HTTP API docs to a top-level section
This commit is contained in:
parent
c64a35c362
commit
b4988b29e3
2
.gitignore
vendored
2
.gitignore
vendored
@ -78,7 +78,7 @@ ntools/one-m/ansible/ansible.cfg
|
|||||||
|
|
||||||
# Just in time documentation
|
# Just in time documentation
|
||||||
docs/server/source/schema
|
docs/server/source/schema
|
||||||
docs/server/source/drivers-clients/samples
|
docs/server/source/http-samples
|
||||||
|
|
||||||
# Terraform state files
|
# Terraform state files
|
||||||
# See https://stackoverflow.com/a/41482391
|
# See https://stackoverflow.com/a/41482391
|
||||||
|
@ -269,7 +269,7 @@ def main():
|
|||||||
ctx['block_list'] = pretty_json(block_list)
|
ctx['block_list'] = pretty_json(block_list)
|
||||||
|
|
||||||
base_path = os.path.join(os.path.dirname(__file__),
|
base_path = os.path.join(os.path.dirname(__file__),
|
||||||
'source/drivers-clients/samples')
|
'source/http-samples')
|
||||||
if not os.path.exists(base_path):
|
if not os.path.exists(base_path):
|
||||||
os.makedirs(base_path)
|
os.makedirs(base_path)
|
||||||
|
|
||||||
|
@ -14,13 +14,12 @@ community projects listed below.
|
|||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
http-client-server-api
|
|
||||||
websocket-event-stream-api
|
websocket-event-stream-api
|
||||||
The Python Driver <https://docs.bigchaindb.com/projects/py-driver/en/latest/index.html>
|
The Python Driver <https://docs.bigchaindb.com/projects/py-driver/en/latest/index.html>
|
||||||
Transaction CLI <https://docs.bigchaindb.com/projects/cli/en/latest/>
|
Transaction CLI <https://docs.bigchaindb.com/projects/cli/en/latest/>
|
||||||
|
|
||||||
|
|
||||||
Community Driven Libraries and Tools
|
Community-Driven Libraries and Tools
|
||||||
------------------------------------
|
------------------------------------
|
||||||
Please note that some of these projects may be work in progress, but may
|
Please note that some of these projects may be work in progress, but may
|
||||||
nevertheless be very useful.
|
nevertheless be very useful.
|
||||||
|
@ -22,7 +22,7 @@ or ``https://example.com:9984``
|
|||||||
then you should get an HTTP response
|
then you should get an HTTP response
|
||||||
with something like the following in the body:
|
with something like the following in the body:
|
||||||
|
|
||||||
.. literalinclude:: samples/index-response.http
|
.. literalinclude:: http-samples/index-response.http
|
||||||
:language: http
|
:language: http
|
||||||
|
|
||||||
|
|
||||||
@ -35,7 +35,7 @@ or ``https://example.com:9984/api/v1/``,
|
|||||||
then you should get an HTTP response
|
then you should get an HTTP response
|
||||||
that allows you to discover the BigchainDB API endpoints:
|
that allows you to discover the BigchainDB API endpoints:
|
||||||
|
|
||||||
.. literalinclude:: samples/api-index-response.http
|
.. literalinclude:: http-samples/api-index-response.http
|
||||||
:language: http
|
:language: http
|
||||||
|
|
||||||
|
|
||||||
@ -58,12 +58,12 @@ Transactions
|
|||||||
|
|
||||||
**Example request**:
|
**Example request**:
|
||||||
|
|
||||||
.. literalinclude:: samples/get-tx-id-request.http
|
.. literalinclude:: http-samples/get-tx-id-request.http
|
||||||
:language: http
|
:language: http
|
||||||
|
|
||||||
**Example response**:
|
**Example response**:
|
||||||
|
|
||||||
.. literalinclude:: samples/get-tx-id-response.http
|
.. literalinclude:: http-samples/get-tx-id-response.http
|
||||||
:language: http
|
:language: http
|
||||||
|
|
||||||
:resheader Content-Type: ``application/json``
|
:resheader Content-Type: ``application/json``
|
||||||
@ -110,12 +110,12 @@ Transactions
|
|||||||
|
|
||||||
**Example request**:
|
**Example request**:
|
||||||
|
|
||||||
.. literalinclude:: samples/get-tx-by-asset-request.http
|
.. literalinclude:: http-samples/get-tx-by-asset-request.http
|
||||||
:language: http
|
:language: http
|
||||||
|
|
||||||
**Example response**:
|
**Example response**:
|
||||||
|
|
||||||
.. literalinclude:: samples/get-tx-by-asset-response.http
|
.. literalinclude:: http-samples/get-tx-by-asset-response.http
|
||||||
:language: http
|
:language: http
|
||||||
|
|
||||||
:resheader Content-Type: ``application/json``
|
:resheader Content-Type: ``application/json``
|
||||||
@ -139,12 +139,12 @@ Transactions
|
|||||||
|
|
||||||
**Example request**:
|
**Example request**:
|
||||||
|
|
||||||
.. literalinclude:: samples/post-tx-request.http
|
.. literalinclude:: http-samples/post-tx-request.http
|
||||||
:language: http
|
:language: http
|
||||||
|
|
||||||
**Example response**:
|
**Example response**:
|
||||||
|
|
||||||
.. literalinclude:: samples/post-tx-response.http
|
.. literalinclude:: http-samples/post-tx-response.http
|
||||||
:language: http
|
:language: http
|
||||||
|
|
||||||
:resheader Content-Type: ``application/json``
|
:resheader Content-Type: ``application/json``
|
||||||
@ -227,12 +227,12 @@ Statuses
|
|||||||
|
|
||||||
**Example request**:
|
**Example request**:
|
||||||
|
|
||||||
.. literalinclude:: samples/get-statuses-tx-request.http
|
.. literalinclude:: http-samples/get-statuses-tx-request.http
|
||||||
:language: http
|
:language: http
|
||||||
|
|
||||||
**Example response**:
|
**Example response**:
|
||||||
|
|
||||||
.. literalinclude:: samples/get-statuses-tx-valid-response.http
|
.. literalinclude:: http-samples/get-statuses-tx-valid-response.http
|
||||||
:language: http
|
:language: http
|
||||||
|
|
||||||
:resheader Content-Type: ``application/json``
|
:resheader Content-Type: ``application/json``
|
||||||
@ -250,17 +250,17 @@ Statuses
|
|||||||
|
|
||||||
**Example request**:
|
**Example request**:
|
||||||
|
|
||||||
.. literalinclude:: samples/get-statuses-block-request.http
|
.. literalinclude:: http-samples/get-statuses-block-request.http
|
||||||
:language: http
|
:language: http
|
||||||
|
|
||||||
**Example response**:
|
**Example response**:
|
||||||
|
|
||||||
.. literalinclude:: samples/get-statuses-block-invalid-response.http
|
.. literalinclude:: http-samples/get-statuses-block-invalid-response.http
|
||||||
:language: http
|
:language: http
|
||||||
|
|
||||||
**Example response**:
|
**Example response**:
|
||||||
|
|
||||||
.. literalinclude:: samples/get-statuses-block-valid-response.http
|
.. literalinclude:: http-samples/get-statuses-block-valid-response.http
|
||||||
:language: http
|
:language: http
|
||||||
|
|
||||||
:resheader Content-Type: ``application/json``
|
:resheader Content-Type: ``application/json``
|
||||||
@ -298,12 +298,12 @@ Blocks
|
|||||||
|
|
||||||
**Example request**:
|
**Example request**:
|
||||||
|
|
||||||
.. literalinclude:: samples/get-block-request.http
|
.. literalinclude:: http-samples/get-block-request.http
|
||||||
:language: http
|
:language: http
|
||||||
|
|
||||||
**Example response**:
|
**Example response**:
|
||||||
|
|
||||||
.. literalinclude:: samples/get-block-response.http
|
.. literalinclude:: http-samples/get-block-response.http
|
||||||
:language: http
|
:language: http
|
||||||
|
|
||||||
|
|
||||||
@ -353,12 +353,12 @@ Blocks
|
|||||||
|
|
||||||
**Example request**:
|
**Example request**:
|
||||||
|
|
||||||
.. literalinclude:: samples/get-block-txid-request.http
|
.. literalinclude:: http-samples/get-block-txid-request.http
|
||||||
:language: http
|
:language: http
|
||||||
|
|
||||||
**Example response**:
|
**Example response**:
|
||||||
|
|
||||||
.. literalinclude:: samples/get-block-txid-response.http
|
.. literalinclude:: http-samples/get-block-txid-response.http
|
||||||
:language: http
|
:language: http
|
||||||
|
|
||||||
:resheader Content-Type: ``application/json``
|
:resheader Content-Type: ``application/json``
|
||||||
@ -384,12 +384,12 @@ Votes
|
|||||||
|
|
||||||
**Example request**:
|
**Example request**:
|
||||||
|
|
||||||
.. literalinclude:: samples/get-vote-request.http
|
.. literalinclude:: http-samples/get-vote-request.http
|
||||||
:language: http
|
:language: http
|
||||||
|
|
||||||
**Example response**:
|
**Example response**:
|
||||||
|
|
||||||
.. literalinclude:: samples/get-vote-response.http
|
.. literalinclude:: http-samples/get-vote-response.http
|
||||||
:language: http
|
:language: http
|
||||||
|
|
||||||
:resheader Content-Type: ``application/json``
|
:resheader Content-Type: ``application/json``
|
@ -11,6 +11,7 @@ BigchainDB Server Documentation
|
|||||||
nodes/index
|
nodes/index
|
||||||
dev-and-test/index
|
dev-and-test/index
|
||||||
server-reference/index
|
server-reference/index
|
||||||
|
http-client-server-api
|
||||||
drivers-clients/index
|
drivers-clients/index
|
||||||
clusters-feds/index
|
clusters-feds/index
|
||||||
data-models/index
|
data-models/index
|
||||||
|
Loading…
x
Reference in New Issue
Block a user