From 5073679bd5b6a0aed2bd6f39065ae5822f0623b4 Mon Sep 17 00:00:00 2001 From: siiky Date: Fri, 22 Sep 2023 20:13:01 +0100 Subject: [PATCH 1/2] Add Scheme client library --- docs/reference/kubo-rpc-cli.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/reference/kubo-rpc-cli.md b/docs/reference/kubo-rpc-cli.md index d4353f75d..950e79943 100644 --- a/docs/reference/kubo-rpc-cli.md +++ b/docs/reference/kubo-rpc-cli.md @@ -36,3 +36,4 @@ RPC API clients are available in multiple languages, and are listed below. You c | | [richardschneider/net-ipfs-http-client](https://github.com/richardschneider/net-ipfs-http-client) | Active | | 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 | From bc9c2ce37f9d4694a4f87923092865b7a1649f4f Mon Sep 17 00:00:00 2001 From: siiky Date: Fri, 22 Sep 2023 20:13:09 +0100 Subject: [PATCH 2/2] Add Lua client library --- docs/reference/kubo-rpc-cli.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/reference/kubo-rpc-cli.md b/docs/reference/kubo-rpc-cli.md index 950e79943..12c952479 100644 --- a/docs/reference/kubo-rpc-cli.md +++ b/docs/reference/kubo-rpc-cli.md @@ -37,3 +37,4 @@ RPC API clients are available in multiple languages, and are listed below. You c | 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 | +| Lua | [siiky/ipfs.lua](https://git.sr.ht/~siiky/ipfs.lua) | Active |