Swiftpack.co - jellyfin/jellyfin-sdk-swift as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by jellyfin.
jellyfin/jellyfin-sdk-swift 0.2.2
Swift SDK for Jellyfin
⭐️ 18
🕓 16 weeks ago
iOS macOS watchOS tvOS macCatalyst
.package(url: "https://github.com/jellyfin/jellyfin-sdk-swift.git", from: "0.2.2")

Swift SDK Jellyfin

Swift SDK to work with Jellyfin servers.

Generated using CreateAPI

Usage

The provided JellyfinClient uses an underlying Get APIClient to provide basic functionality for interfacing with a Jellyfin server:

  • inject required headers for every request
  • encoding/decoding of all Date values to expected
  • signIn for generating a session access token
  • signOut for revoking the current access token
// Create 
let jellyfinClient = JellyfinClient(configuration: configuration)

// Provided by JellyfinClient
let response = jellyfinClient.signIn(username: "jelly", password: "fin")

You can forego JellyfinClient and use your own network stack, using the provided Entities and Paths.

Generation

The mechanism for generating Entities, Extensions, and Paths with CreateAPI is provided as an Xcode command plugin.

  1. Download the latest Jellyfin schema
  2. Move the schema to Sources
  3. Delete the current Entities, Extensions, and Paths directories
  4. Run the following command in the package directory:
# runs the CreateAPI Xcode command plugin
$ swift package --allow-writing-to-package-directory generate-api
  1. New Entities, Extensions, and Paths directories should be available within the package

Alternatively, you can generate your own Swift Jellyfin SDK using CreateAPI or any other OpenAPI generator.

GitHub

link
Stars: 18
Last commit: 3 weeks ago
jonrohan Something's broken? Yell at me @ptrpavlik. Praise and feedback (and money) is also welcome.

Release Notes

0.2.2
16 weeks ago

Updates schema to 10.8.8

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics