Update info for the api

This commit is contained in:
Thomas 2020-05-03 11:54:47 +02:00
parent 6a443adf08
commit 1d9cabc893

View file

@ -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 <middleyks@hanmail.net>
* @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
{