-
Follow up to https://github.com/TootSDK/TootSDK/pull/310
This is consistent to what the WebSocket fetch already did, but maybe the User-Agent should be different to clientName? The clientName is th…
-
I just noticed my code is breaking on reading instance.stats because the status_count is returned as a string instead of an int (per the mastodon spec). I'm guessing it's due to the new call to total…
-
would be cool to have a list of apps that use tootsdk, perhaps in the readme (I can think of three apps, but surely there are more)
-
I would like to add support for GoToSocial but unfortunately I encountered issue with how TootSDK detects flavors. Right now it's based on `/api/v1/instance` endpoint and version property. This works …
-
everything else is a struct, these are the only classes
-
I'm playing w/ the WebSocket support. Along those lines:
```swift
let socket = try await client.beginStreaming()
try await socket.sendQuery(.init(.subscribe, timeline: .user))
tr…
-
I try to instantiate a client on Ubuntu 22.4 and get a Program crashed error
This is my code:
```
import Foundation
import TootSDK
guard let instanceURL = URL(string: "https://troet.cafe") e…
-
Pixelfed server is running latest version (0.12.3 as of this bug).
Attempting to call `client.getInstanceInfo()` throws a decoding error:
> decodingError("Type \'Int\' mismatch:Expected to decode …
-
-