From 03828b093b0168cc8b1f81b0dd4da41d38c35d05 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Tue, 5 Mar 2024 09:10:43 +0100 Subject: [PATCH] docs: mark inactive kubo rpc api clients --- docs/reference/kubo-rpc-cli.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/reference/kubo-rpc-cli.md b/docs/reference/kubo-rpc-cli.md index 355d1d942..38ad9de7d 100644 --- a/docs/reference/kubo-rpc-cli.md +++ b/docs/reference/kubo-rpc-cli.md @@ -17,23 +17,23 @@ RPC API clients are available in multiple languages, and are listed below. You c | 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 | -| Clojurescript | [district0x/cljs-ipfs-http-client](https://github.com/district0x/cljs-ipfs-http-client) | Active | +| Clojure | [keorn/clj-ipfs-http-client](https://github.com/keorn/clj-ipfs-http-client) | Inactive | +| Clojurescript | [district0x/cljs-ipfs-http-client](https://github.com/district0x/cljs-ipfs-http-client) | Inactive | | Haskell | [davidar/hs-ipfs-api](https://github.com/davidar/hs-ipfs-api) | Inactive | -| Swift | [ipfs-shipyard/swift-ipfs-http-client](https://github.com/ipfs-shipyard/swift-ipfs-http-client) | Active | +| Swift | [ipfs-shipyard/swift-ipfs-http-client](https://github.com/ipfs-shipyard/swift-ipfs-http-client) | Inactive | | CommonLisp | [WeMeetAgain/cl-ipfs-api](https://github.com/WeMeetAgain/cl-ipfs-api) | Inactive | | Rust | [ferristseng/rust-ipfs-api](https://github.com/ferristseng/rust-ipfs-api) | Active | | | [gkbrk/rust-ipfs-api](https://github.com/gkbrk/rust-ipfs-api) | Inactive | | | [rmnoff/rust-ipfs-api](https://github.com/rmnoff/rust-ipfs-api) | Inactive | | | [rschulman/rust-ipfs-api](https://github.com/rschulman/rust-ipfs-api) | Inactive | | Ruby | [Fryie/ipfs-ruby](https://github.com/Fryie/ipfs-ruby) | Inactive | -| | [tbenett/ruby-ipfs-http-client](https://github.com/tbenett/ruby-ipfs-http-client) | Active | +| | [tbenett/ruby-ipfs-http-client](https://github.com/tbenett/ruby-ipfs-http-client) | Inactive | | Mac Automator | [NeoTeo/ipfs-osx-service](https://github.com/NeoTeo/ipfs-osx-service) | Inactive | -| Pharo | [khinsen/ipfs-pharo](https://github.com/khinsen/ipfs-pharo) | Active | +| Pharo | [khinsen/ipfs-pharo](https://github.com/khinsen/ipfs-pharo) | Inactive | | 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 | +| | [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 |