🐘Mastodon's Unofficial Swift Framework
This is yet another attempt to create a Swift
framework for Mastodon
's social network.
I decided to build this because I wanted to create a very specific iOS
application and at the same time I decided that creating the building blocks for the client should be OSS
so that everyone can benefit and contribute to it.
🚧 The project is still a WIP. I'll be adding a TODO
down on this file to keep track of what the API
is capable ATM and thus be able to be used 🚧
Since I first thought about creating the API
for Mastodon
I always considered making it compatible with SwiftPackageManager
and Linux
🐧 environments.
Because of this the project is being tested on TravisCI
using a Linux
image and with:
swift build
swift test
There's a TODO
file detailing what endpoints and methods are already covered by this framework