Ecosyste.ms: Awesome
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: 5 days ago
JSON representation
Starline API wrapper in Swift
- Host: GitHub
- URL: https://github.com/lesterrry/constellation
- Owner: lesterrry
- Created: 2023-07-24T10:31:57.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-29T21:40:01.000Z (about 1 year ago)
- Last Synced: 2024-04-20T16:53:46.710Z (7 months ago)
- Topics: macos, package, spm, swift
- Language: Swift
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
}
```