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.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 🙌