Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lesterrry/constellation

Starline API wrapper in Swift
https://github.com/lesterrry/constellation

macos package spm swift

Last synced: 5 days ago
JSON representation

Starline API wrapper in Swift

Awesome Lists containing this project

README

        

# 🌌 Constellation

Starline security system API wrapper

```swift
var client = ApiClient(appId: appId, appSecret: appSecret, userLogin: userLogin, userPassword: userPassword)
await client.auth() { result in
// Handle result
}
```