TootSDKFlavour
public enum TootSDKFlavour : String, Codable, Sendable, CaseIterable
Undocumented
-
Mastodon server. API Documentation can be found at https://docs.joinmastodon.org/api/
Declaration
Swift
case mastodon
-
Pleroma server. API Documentation can be found at https://docs-develop.pleroma.social/backend/development/API/differences_in_mastoapi_responses/
Declaration
Swift
case pleroma
-
Pixelfed server. API Documentation can be found at https://docs.pixelfed.org/technical-documentation/api/
Declaration
Swift
case pixelfed
-
Friendica server. API Documentation can be found at https://github.com/friendica/friendica/blob/stable/doc/API-Mastodon.md
Declaration
Swift
case friendica
-
Akkoma server. API Documentation can be found at https://docs.akkoma.dev/stable/development/API/differences_in_mastoapi_responses/
Declaration
Swift
case akkoma