]> git.mxchange.org Git - friendica.git/commit
Introduce Mastodon entity factories and API\Entity
authorHypolite Petovan <hypolite@mrpetovan.com>
Sun, 5 Jan 2020 22:29:54 +0000 (17:29 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Tue, 7 Jan 2020 02:39:05 +0000 (21:39 -0500)
commit5a1abb8c7dd467f835937739819f32fb397f6314
tree1ec69f1b1c7a0144b0d8817d1f045926ddc7258c
parentc748a82e8f829a699a8e9368cb93b4842334ec22
Introduce Mastodon entity factories and API\Entity
19 files changed:
src/Api/BaseEntity.php [new file with mode: 0644]
src/Api/Entity/Mastodon/Account.php [new file with mode: 0644]
src/Api/Entity/Mastodon/Emoji.php [new file with mode: 0644]
src/Api/Entity/Mastodon/Field.php [new file with mode: 0644]
src/Api/Entity/Mastodon/FollowRequest.php [new file with mode: 0644]
src/Api/Entity/Mastodon/Instance.php [new file with mode: 0644]
src/Api/Entity/Mastodon/Relationship.php [new file with mode: 0644]
src/Api/Entity/Mastodon/Stats.php [new file with mode: 0644]
src/Api/Mastodon/Account.php [deleted file]
src/Api/Mastodon/Emoji.php [deleted file]
src/Api/Mastodon/Field.php [deleted file]
src/Api/Mastodon/Instance.php [deleted file]
src/Api/Mastodon/Relationship.php [deleted file]
src/Api/Mastodon/Stats.php [deleted file]
src/DI.php
src/Factory/Mastodon/Account.php [new file with mode: 0644]
src/Factory/Mastodon/FollowRequest.php [new file with mode: 0644]
src/Factory/Mastodon/Relationship.php [new file with mode: 0644]
src/Module/Api/Mastodon/Instance.php