Add Jellyfin OpenAPI spec and configure generator

This commit is contained in:
Brendan Szymanski 2026-06-05 00:58:17 -04:00
parent 274596b58f
commit 8f7d5870bd
4 changed files with 68660 additions and 1 deletions

View file

@ -17,6 +17,9 @@ let package = Package(
dependencies: [
.product(name: "OpenAPIRuntime", package: "swift-openapi-runtime"),
.product(name: "OpenAPIURLSession", package: "swift-openapi-urlsession"),
],
plugins: [
.plugin(name: "OpenAPIGenerator", package: "swift-openapi-generator")
]
),
.target(

View file

@ -1 +1,5 @@
public struct LuminateCore {}
import OpenAPIURLSession
public struct LuminateCore {
public static let version = "0.1.0"
}

View file

@ -0,0 +1,3 @@
generate:
- types
- client

File diff suppressed because it is too large Load diff