mirror of
https://gitlab.com/octtspacc/Friendiiverse
synced 2025-06-05 21:49:22 +02:00
New JSON transformations; Upd FakeApi
This commit is contained in:
@@ -4,3 +4,15 @@ var FakeApi = {
|
||||
//"timelines/public":
|
||||
},
|
||||
};
|
||||
|
||||
FakeApi.Mastodon.Account = {
|
||||
"avatar": "https://picsum.photos/64",
|
||||
"url": "https://mastodon.example.com/@Tester",
|
||||
};
|
||||
|
||||
FakeApi.Mastodon.Status = {
|
||||
"account": FakeApi.Mastodon.Account,
|
||||
"content": "<p>Lorem ipsum dolor sit amet...</p>",
|
||||
"created_at": "2023-01-01T13:00:00.123Z",
|
||||
"url": "https://mastodon.example.com/@Tester/1234567890",
|
||||
};
|
||||
|
Reference in New Issue
Block a user