From 66e0d5ab5746e191bb6118ed4cd6e1deaf23fc0e Mon Sep 17 00:00:00 2001 From: Nicolas Hafner Date: Tue, 28 Aug 2018 02:28:18 +0200 Subject: [PATCH] Add tooter as a Mastodon client library. (#634) --- Using-the-API/Libraries.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Using-the-API/Libraries.md b/Using-the-API/Libraries.md index 6053f0ac..7092b961 100644 --- a/Using-the-API/Libraries.md +++ b/Using-the-API/Libraries.md @@ -13,6 +13,7 @@ Below, a list of libraries to interact with the Mastodon API, sorted by programm | C# (.NET) | [Mastodon.Net](https://github.com/Tlaster/Mastodon.Net) | | | C++ | [mastodon-cpp](https://github.com/tastytea/mastodon-cpp) | [@tastytea@soc.ialis.me](https://soc.ialis.me/@tastytea) | | Crystal | [mastodon.cr](https://github.com/decors/mastodon.cr) | | +| Common Lisp | [tooter](https://github.com/Shinmera/tooter) | [@shinmera@tymoon.eu](https://mastodon.tymoon.eu/@shinmera) | | Elixir | [hunter](https://github.com/milmazz/hunter) | | | Go | [go-mastodon](https://github.com/mattn/go-mastodon) | | | Go | [madon](https://github.com/McKael/madon) | |