diff --git a/src/Services/Mastodon_api.php b/src/Services/Mastodon_api.php index c9551ee..47a5c83 100644 --- a/src/Services/Mastodon_api.php +++ b/src/Services/Mastodon_api.php @@ -34,12 +34,15 @@ use function json_decode; * PHP version 7.1 * * Mastodon https://mastodon.social/ - * API LIST https://github.com/tootsuite/documentation/blob/master/Using-the-API/API.md + * API LIST https://docs.joinmastodon.org/api/ * * @author KwangSeon Yun * @copyright KwangSeon Yun * @license https://raw.githubusercontent.com/yks118/Mastodon-api-php/master/LICENSE MIT License * @link https://github.com/yks118/Mastodon-api-php + * @link https://framagit.org/tom79/fediplan/-/blob/master/src/Services/Mastodon_api.php + * + * This api code is now maintained for Fediplan - It can be used separately but it needs entity classes in SocialEntity for working */ class Mastodon_api {