1
0
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:
Jamie Hewitt 2024-07-25 12:02:07 +00:00 committed by gitbook-bot
parent 36fa270cdb
commit 3cd02f1453
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF
3 changed files with 10 additions and 12 deletions

View File

@ -28,7 +28,6 @@
* [Ocean Node](developers/ocean-node/README.md)
* [Node Architecture](developers/ocean-node/node-architecture.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)
* [Data NFTs](developers/contracts/data-nfts.md)
* [Datatokens](developers/contracts/datatokens.md)

View File

@ -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. 
* Providing an API which receives and responds to queries.
* 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" %}
 

View File

@ -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" %}