From a83cc8e300cbd09421c776e1d9910c126c4e7b38 Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Mon, 4 Mar 2024 22:29:44 +0100 Subject: [PATCH] chore: update kubo-rpc-cli.md --- docs/reference/kubo-rpc-cli.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/reference/kubo-rpc-cli.md b/docs/reference/kubo-rpc-cli.md index 355d1d942..d367adcde 100644 --- a/docs/reference/kubo-rpc-cli.md +++ b/docs/reference/kubo-rpc-cli.md @@ -13,8 +13,8 @@ RPC API clients are available in multiple languages, and are listed below. You c | Language | Client library | Status | |---------------|-----------------------------------------------------------|---------------------| | Go | [ipfs/kubo/client/rpc](https://pkg.go.dev/github.com/ipfs/kubo/client/rpc) | Active | +| JavaScript | [ipfs/js-kubo-rpc-client](https://www.npmjs.com/package/kubo-rpc-client) | Active | | Java | [ipfs-shipyard/java-ipfs-http-client](https://github.com/ipfs-shipyard/java-ipfs-http-client) | Active | -| JavaScript | [ipfs/js-ipfs/tree/master/packages/ipfs-http-client](https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-http-client) | Active | | Python | [ipfs-shipyard/py-ipfs-http-client](https://github.com/ipfs-shipyard/py-ipfs-http-client) | Active | | Scala | [ipfs-shipyard/scala-ipfs-api](https://github.com/ipfs-shipyard/scala-ipfs-api) | Inactive | | Clojure | [keorn/clj-ipfs-http-client](https://github.com/keorn/clj-ipfs-http-client) | Active | @@ -32,8 +32,9 @@ RPC API clients are available in multiple languages, and are listed below. You c | Pharo | [khinsen/ipfs-pharo](https://github.com/khinsen/ipfs-pharo) | Active | | PHP | [cloutier/php-ipfs-api](https://github.com/cloutier/php-ipfs-api) | Inactive | | | [digitalkaoz/php-ipfs-api](https://github.com/digitalkaoz/php-ipfs-api) | Inactive | -| C# | [jeremy-ellis-tech/net-ipfs-http-client](https://github.com/jeremy-ellis-tech/net-ipfs-http-client) | Inactive | -| | [richardschneider/net-ipfs-http-client](https://github.com/richardschneider/net-ipfs-http-client) | Active | +| C# | [ipfs-shipyard/net-ipfs-http-client](https://github.com/ipfs-shipyard/net-ipfs-http-client) +| | [jeremy-ellis-tech/net-ipfs-http-client](https://github.com/jeremy-ellis-tech/net-ipfs-http-client) | Inactive | +| | [richardschneider/net-ipfs-http-client](https://github.com/richardschneider/net-ipfs-http-client) | Inactive | | C++ | [vasild/cpp-ipfs-api](https://github.com/vasild/cpp-ipfs-api) | Active | | Erlang | [hendry19901990/erlang-ipfs-http-client](https://github.com/hendry19901990/erlang-ipfs-http-client) | Inactive | | Scheme | [siiky/ipfs.scm](https://git.sr.ht/~siiky/ipfs.scm) | Active |