mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
GITBOOK-26: No subject
This commit is contained in:
parent
36fa270cdb
commit
3cd02f1453
@ -28,7 +28,6 @@
|
|||||||
* [Ocean Node](developers/ocean-node/README.md)
|
* [Ocean Node](developers/ocean-node/README.md)
|
||||||
* [Node Architecture](developers/ocean-node/node-architecture.md)
|
* [Node Architecture](developers/ocean-node/node-architecture.md)
|
||||||
* [Compute-to-data (C2D)](developers/ocean-node/compute-to-data-c2d.md)
|
* [Compute-to-data (C2D)](developers/ocean-node/compute-to-data-c2d.md)
|
||||||
* [HTTP Endpoints](developers/ocean-node/http-endpoints.md)
|
|
||||||
* [Contracts](developers/contracts/README.md)
|
* [Contracts](developers/contracts/README.md)
|
||||||
* [Data NFTs](developers/contracts/data-nfts.md)
|
* [Data NFTs](developers/contracts/data-nfts.md)
|
||||||
* [Datatokens](developers/contracts/datatokens.md)
|
* [Datatokens](developers/contracts/datatokens.md)
|
||||||
|
@ -38,3 +38,13 @@ For details on how to run a node see the [readme](https://github.com/oceanprotoc
|
|||||||
* The data is indexed and updated in real-time. 
|
* The data is indexed and updated in real-time. 
|
||||||
* Providing an API which receives and responds to queries.
|
* Providing an API which receives and responds to queries.
|
||||||
* Simplifying the development experience for anyone building on Ocean. 
|
* Simplifying the development experience for anyone building on Ocean. 
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### API
|
||||||
|
|
||||||
|
For details on all of the HTTP endpoints exposed by the Ocean Node API, refer to the API.md file in the github repository.
|
||||||
|
|
||||||
|
{% embed url="https://github.com/oceanprotocol/ocean-node/blob/develop/API.md" %}
|
||||||
|
|
||||||
|
 
|
||||||
|
@ -1,11 +0,0 @@
|
|||||||
---
|
|
||||||
description: An overview of the available HTTP endpoints
|
|
||||||
---
|
|
||||||
|
|
||||||
# HTTP Endpoints
|
|
||||||
|
|
||||||
Ocean Node is a core component of the Ocean Protocol ecosystem, enabling decentralized data exchange and management. Below is an overview of the available HTTP endpoints that provide various functionalities within the Ocean Node.
|
|
||||||
|
|
||||||
|
|
||||||
{% include "git+https://github.com/oceanprotocol/ocean-node/blob/develop/API.md" %}
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user