https://github.com/noppefoxwolf/swinub
A mastodon api library written in swift.
https://github.com/noppefoxwolf/swinub
mastodon swift
Last synced: 14 days ago
JSON representation
A mastodon api library written in swift.
- Host: GitHub
- URL: https://github.com/noppefoxwolf/swinub
- Owner: noppefoxwolf
- License: mit
- Created: 2023-12-10T03:15:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-17T18:51:15.000Z (about 1 month ago)
- Last Synced: 2025-03-27T05:41:26.858Z (about 1 month ago)
- Topics: mastodon, swift
- Language: Swift
- Homepage:
- Size: 206 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Swinub
[](https://github.com/noppefoxwolf/Swinub/actions/workflows/workflow.yml)
Swinub is simple mastodon api library.
```swift
let authorization = ...
let request = GetV1TimelinesHome(authorization: authorization)
let (statuses, httpResponse) = try await URLSession.shared.response(request)
```# Install
```swift
let package = Package(
dependencies: [
.package(url: "https://github.com/noppefoxwolf/Swinub", from: "0.0.x")
],
)
```# Apps Using
# License
Swinub is available under the MIT license. See the LICENSE file for more info.