jellyfin_api

Crates.iojellyfin_api
lib.rsjellyfin_api
version10.9.2-1
sourcesrc
created_at2023-09-22 22:23:11.382614
updated_at2024-05-23 14:22:49.967519
descriptionIncomplete Rust client for the Jellyfin API.
homepagehttps://codeberg.org/avery42/jellyfin-api-rust
repositoryhttps://codeberg.org/avery42/jellyfin-api-rust
max_upload_size
id980898
size2,616,580
Avery (coolavery)

documentation

README

jellyfin-api-rust

A Rust client for the Jellyfin API, auto-generated from Jellyfin's OpenAPI specification.

Currently, this package only exposes models from the Jellyfin API. The tool used to generate the client doesn't support generating a lot of the API methods.

Generating the bindings

Dependencies:

  • cargo-progenitor fork: cargo install cargo-progenitor --git https://github.com/coolavery/progenitor.git
  • jq

To generate the bindings, run the generation script: ./generate

Commit count: 0

cargo fmt