From 354628e3ef2ff6a6ee1936497866d21a09ebb3ca Mon Sep 17 00:00:00 2001 From: Daniel Norman <1992255+2color@users.noreply.github.com> Date: Fri, 13 Jan 2023 15:09:33 +0100 Subject: [PATCH] update-ipfs-http-client --- packages/ipfs-http-client/README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/packages/ipfs-http-client/README.md b/packages/ipfs-http-client/README.md index 0b4d457a45..01e2527dd0 100644 --- a/packages/ipfs-http-client/README.md +++ b/packages/ipfs-http-client/README.md @@ -6,7 +6,10 @@ [![codecov](https://img.shields.io/codecov/c/github/ipfs/js-ipfs.svg?style=flat-square)](https://codecov.io/gh/ipfs/js-ipfs) [![CI](https://img.shields.io/github/workflow/status/ipfs/js-ipfs/test%20&%20maybe%20release/master?style=flat-square)](https://github.com/ipfs/js-ipfs/actions/workflows/js-test-and-release.yml) -> A client library for the IPFS HTTP API +> A client library for the [IPFS HTTP API](https://github.com/ipfs/js-ipfs/tree/master/docs/core-api) exposed by js-ipfs. + + +> Note: The client library for the [Kubo RPC API](https://docs.ipfs.tech/reference/kubo/rpc/) has moved into [js-kubo-rpc-client](https://github.com/ipfs/js-kubo-rpc-client). ## Table of contents @@ -51,7 +54,7 @@ $ npm i ipfs-http-client IPFS http client lib logo -

The JavaScript HTTP RPC API client library for IPFS implementations.

+

The JavaScript HTTP RPC API client library for js-ipfs.