Swinub is simple mastodon api library.
let authorization = ...
let request = GetV1TimelinesHome(authorization: authorization)
let (statuses, httpResponse) = try await URLSession.shared.response(request)let package = Package(
dependencies: [
.package(url: "https://github.com/noppefoxwolf/Swinub", from: "0.0.x")
],
)Swinub is available under the MIT license. See the LICENSE file for more info.