mirror of
https://framagit.org/tom79/fediplan.git
synced 2025-04-05 13:41:51 +02:00
Update info for the api
This commit is contained in:
parent
6a443adf08
commit
1d9cabc893
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue