Add Jellyfin OpenAPI spec and configure generator
This commit is contained in:
parent
274596b58f
commit
8f7d5870bd
4 changed files with 68660 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue