Mastodon.swift
Mastodon.swift copied to clipboard
A Mastodon API client written in Swift for iOS, iPadOS and macOS.
Hi there—there have been a number of changes since the last tagged version, which means projects which depend on Mastodon.swift via `.upToNextMajor()` are drifting out of date. Separately, there is...
I added tvOS 15 as the minimum supported version, which allows it to build and work in a tvOS app (I was getting the error `'data(for:delegate:)' is only available in...
I noticed that `replies_count` is in the response but not a property. I added it in and unit tested.