]> git.mxchange.org Git - friendica.git/commit
Move Mastodon API entities to src/Object
authorHypolite Petovan <hypolite@mrpetovan.com>
Tue, 28 Jan 2020 01:01:32 +0000 (20:01 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Tue, 28 Jan 2020 01:01:32 +0000 (20:01 -0500)
commit0de8e4db080b5739d77d6394eb5c2904e5d1b66f
treeb88621bf7c65fbddbe5ee1c48acbe39528faeb92
parent74a25eb6702dd2c1f17df71a8282495317fba4c0
Move Mastodon API entities to src/Object
21 files changed:
src/Api/BaseEntity.php [deleted file]
src/Api/Entity/Mastodon/Account.php [deleted file]
src/Api/Entity/Mastodon/Emoji.php [deleted file]
src/Api/Entity/Mastodon/Field.php [deleted file]
src/Api/Entity/Mastodon/FollowRequest.php [deleted file]
src/Api/Entity/Mastodon/Instance.php [deleted file]
src/Api/Entity/Mastodon/Relationship.php [deleted file]
src/Api/Entity/Mastodon/Stats.php [deleted file]
src/BaseEntity.php [new file with mode: 0644]
src/Factory/Mastodon/Account.php
src/Factory/Mastodon/FollowRequest.php
src/Factory/Mastodon/Relationship.php
src/Module/Api/Mastodon/FollowRequests.php
src/Module/Api/Mastodon/Instance.php
src/Object/Api/Mastodon/Account.php [new file with mode: 0644]
src/Object/Api/Mastodon/Emoji.php [new file with mode: 0644]
src/Object/Api/Mastodon/Field.php [new file with mode: 0644]
src/Object/Api/Mastodon/FollowRequest.php [new file with mode: 0644]
src/Object/Api/Mastodon/Instance.php [new file with mode: 0644]
src/Object/Api/Mastodon/Relationship.php [new file with mode: 0644]
src/Object/Api/Mastodon/Stats.php [new file with mode: 0644]