From 3cd02f1453b70661ef4b611122dd4994052641e4 Mon Sep 17 00:00:00 2001 From: Jamie Hewitt Date: Thu, 25 Jul 2024 12:02:07 +0000 Subject: [PATCH] GITBOOK-26: No subject --- SUMMARY.md | 1 - developers/ocean-node/README.md | 10 ++++++++++ developers/ocean-node/http-endpoints.md | 11 ----------- 3 files changed, 10 insertions(+), 12 deletions(-) delete mode 100644 developers/ocean-node/http-endpoints.md diff --git a/SUMMARY.md b/SUMMARY.md index 49d9265f..44097ea6 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -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) diff --git a/developers/ocean-node/README.md b/developers/ocean-node/README.md index 9852df49..964ab147 100644 --- a/developers/ocean-node/README.md +++ b/developers/ocean-node/README.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. * 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" %} + + diff --git a/developers/ocean-node/http-endpoints.md b/developers/ocean-node/http-endpoints.md deleted file mode 100644 index 6bcfa218..00000000 --- a/developers/ocean-node/http-endpoints.md +++ /dev/null @@ -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" %} -