Swift-based interface for the Seerr API, built using OpenAPI
Warning: This project is under active development, and is not yet intended for public use.
import SeerrAPI
let client = SeerrAPI()
let version = try? await client.getVersion()
print(version ?? "Invalid Response")