slon/Slon/Api/V1
Alec Murphy 0d19f9fa33 Slon/Api/V1/Accounts: Handle badly-behaved JSON API clients
An array of String is still an array, even if it contains a single
element. I'm looking at you,
[Tuba](https://github.com/GeopJr/Tuba/blob/main/src/API/Relationship.vala#L48).

Ref: https://docs.joinmastodon.org/methods/accounts/#relationships

It shouldn't be our responsibility to handle this, but life isn't fair,
so we'll begrudgingly handle it anyway.
2025-03-21 16:34:55 -04:00
..
Accounts.HC Slon/Api/V1/Accounts: Handle badly-behaved JSON API clients 2025-03-21 16:34:55 -04:00
Announcements.HC Meta: Suppress compiler warnings 2025-03-12 20:49:05 -04:00
Apps.HC Everywhere: Update JSON API 2025-03-09 19:39:44 -04:00
Blocks.HC Everywhere: Make session->send() callable 2025-02-20 08:24:04 -05:00
Bookmarks.HC Slon/Api/V1/Bookmarks: Implement Bookmarks 2025-03-14 18:24:10 -04:00
Conversations.HC Everywhere: Make session->send() callable 2025-02-20 08:24:04 -05:00
CustomEmojis.HC Slon/Api/V1/CustomEmojis: Implement Custom Emojis 2025-03-13 15:50:48 -04:00
Favourites.HC Slon/Api/V1/Favourites: Implement Favourites 2025-03-12 20:33:39 -04:00
Filters.HC Everywhere: Make session->send() callable 2025-02-20 08:24:04 -05:00
FollowedTags.HC Everywhere: Make session->send() callable 2025-02-20 08:24:04 -05:00
FollowRequests.HC Everywhere: Make session->send() callable 2025-02-20 08:24:04 -05:00
Markers.HC Slon/Api/V1/Markers: Implement /api/v1/markers 2025-02-28 18:39:20 -05:00
Media.HC Everywhere: Use Catbox API asynchronously 2025-03-04 13:26:35 -05:00
Notifications.HC Slon/Api/V1/Notifications: Add initial support for Notifications 2025-03-20 09:54:24 -04:00
Polls.HC Slon/Api/V1/Polls: Implement Polls 2025-03-16 19:21:44 -04:00
Statuses.HC Slon/Api/V1/Statuses: Don't require authorization for 'context' endpoint 2025-03-21 09:18:51 -04:00
Timelines.HC Everywhere: Store statuses by account id, generate timelines as array of object:account_id,status_id 2025-03-05 13:43:35 -05:00