From 02872ce7e1d34f38a59becfe80ce2985e63d2cd2 Mon Sep 17 00:00:00 2001 From: "A. F. Dudley" Date: Fri, 17 Apr 2020 16:53:22 -0700 Subject: [PATCH] Update apis.md Typo fix and clarification. --- documentation/super_node/apis.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/super_node/apis.md b/documentation/super_node/apis.md index 3d5e7ce7..c6a00701 100644 --- a/documentation/super_node/apis.md +++ b/documentation/super_node/apis.md @@ -9,7 +9,7 @@ The super node exposes a number of different APIs for remote access to the under ### Postgraphile -The super node stores all processed data a Postgres DB using PG-IPFS, this includes all of the IPLD objects. +The super node stores all processed data in Postgres using PG-IPFS, this includes all of the IPLD objects. [Postgraphile](https://www.graphile.org/postgraphile/) can be used to expose GraphQL endpoints for the Postgres tables. e.g. @@ -256,7 +256,7 @@ The currently supported endpoints include: `eth_getBlockByHash` `eth_getTransactionByHash` -Additional endpoints will be added in the near future, with the immediate goal of recapitulating the entire "eth_" set of endpoints. +Additional endpoints will be added in the near future, with the immediate goal of recapitulating the largest set of "eth_" endpoints which can be provided as a service. #### Bitcoin JSON-RPC API: In the near future, the standard Bitcoin JSON-RPC interfaces will be implemented.