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

https://github.com/lesterrry/constellation

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

macos package spm swift

Last synced: about 2 months 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
}
```