Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/noppefoxwolf/swinub

A mastodon api library written in swift.
https://github.com/noppefoxwolf/swinub

mastodon swift

Last synced: 29 days ago
JSON representation

A mastodon api library written in swift.

Awesome Lists containing this project

README

        

# Swinub

[![Swift Package Manager Test](https://github.com/noppefoxwolf/Swinub/actions/workflows/workflow.yml/badge.svg)](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.