From c974d49419feb6fa5237c957ba5e42154ddf91db Mon Sep 17 00:00:00 2001 From: "K.Takeuchi" Date: Wed, 19 Sep 2018 01:15:53 +0900 Subject: [PATCH] Add oauth2-mastodon to list of libraries (#712) --- 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 e25e2283..c4916e9e 100644 --- a/Using-the-API/Libraries.md +++ b/Using-the-API/Libraries.md @@ -30,6 +30,7 @@ Below, a list of libraries to interact with the Mastodon API, sorted by programm | PHP | [MastodonOAuthPHP](https://github.com/TheCodingCompany/MastodonOAuthPHP) | | | PHP | [Phediverse Mastodon REST Client](https://github.com/phediverse/mastodon-rest) | | | PHP | [TootoPHP](https://framagit.org/MaxKoder/TootoPHP) | | +| PHP | [oauth2-mastodon](https://github.com/lrf141/oauth2-mastodon) | | | Wordpress | [Mastodon Wordpress API](https://github.com/L1am0/mastodon_wordpress_api) | | | Python | [Mastodon.py](https://github.com/halcy/Mastodon.py) | [@halcy@icosahedron.website](https://icosahedron.website/@halcy) | | R | [mastodon](https://github.com/ThomasChln/mastodon) | |