Building a Mastodon app?
https://github.com/TootSDK/TootSDK has been designed to handle the quirks of the many different servers across the fediverse. It’s been growing fast to support more APIs and edge cases, so you can focus on building your app instead. Also mirrored on https://codeberg.org/TootSDK/TootSDK 🚀
swift
A new release of TootSDK - 19.1.0 📣
https://github.com/TootSDK/TootSDK/releases/tag/19.1.0
What's changed:
- AES-128-GCM encoding support for webpush messages @luckkerr
Community contributions are greatly appreciated 🙌
A new release of TootSDK - 19.2.1 📣
https://github.com/TootSDK/TootSDK/releases/tag/19.2.1
What's changed:
- Workflow should use macOS-26 @konstantin
Community contributions are greatly appreciated 🙌
We are trying something new:
A new series of live streams integrating @tuist into existing OSS project.
The first one will be the #Mastodon iOS app. Join me on Friday at 10:00 CEST for a bit of Xcoding
https://videos.tuist.dev/w/vSPYwS2XBBro2MZuNiDBLo
#iOS #Swift
A new release of TootSDK - 19.3.0 📣
https://github.com/TootSDK/TootSDK/releases/tag/19.3.0
What's changed:
- Handle sharkey reaction notifications @luckkerr
- UI sharing grdb example @tjadejong
Community contributions are greatly appreciated 🙌
A new release of TootSDK - 19.4.0 📣
https://github.com/TootSDK/TootSDK/releases/tag/19.4.0
What's changed:
- Add methods to get available custom emoji for a server @dale_price
Community contributions are greatly appreciated 🙌
A new release of TootSDK - 19.5.0 📣
https://github.com/TootSDK/TootSDK/releases/tag/19.5.0
What's changed:
- add public init for PagedResult for better testability by @omich
Community contributions are greatly appreciated 🙌
A new release of TootSDK - 20.0.0 📣
https://github.com/TootSDK/TootSDK/releases/tag/20.0.0
What's changed:
- Update lint rules, use swift format instead of swift-format @konstantin
Community contributions are greatly appreciated 🙌
A new release of TootSDK - 20.1.0 📣
https://github.com/TootSDK/TootSDK/releases/tag/20.1.0
What's changed:
- Make TootResponse Sendable when its decoded data is sendable @dale_price
Community contributions are greatly appreciated 🙌
I wrote about solving a problem I kept running into: how to handle Bearer token authentication safely in Swift OpenAPI clients without fighting the concurrency
system.
Mostly sharing this because the actor-based approach worked out cleaner than I expected, and might be useful if you're dealing with similar problems.
Article: https://aleahim.com/TokenMiddeware/
Code: https://github.com/mihaelamj/BearerTokenAuthMiddleware
A new release of TootSDK - 20.2.0 📣
https://github.com/TootSDK/TootSDK/releases/tag/20.2.0
What's changed:
- Add support for current trending link properties and link timelines @dale_price
- Support additional quote states from Mastodon 4.5 @dale_price
- TootResponse header properties should be case-insensitive @konstantin
Community contributions are greatly appreciated 🙌
A new release of TootSDK - 20.3.0 📣
https://github.com/TootSDK/TootSDK/releases/tag/20.3.0
What's changed:
- Support mastodon 4.5's public timeline access restrictions @dale_price
Community contributions are greatly appreciated 🙌