jellyfin-sdk-rust

Crates.iojellyfin-sdk-rust
lib.rsjellyfin-sdk-rust
version0.1.2
sourcesrc
created_at2021-09-20 18:08:28.336737
updated_at2021-10-09 19:19:47.461028
descriptionJellyfin Rust SDK
homepage
repositoryhttps://github.com/cocool97/jellyfin-sdk-rust
max_upload_size
id454100
size30,858
(cocool97)

documentation

README

Jellyfin Rust SDK

This SDK isn't provided and maintained by Jellyfin's Core team.

Documentation location

API documentation can be found at https://api.jellyfin.org/. Badges to generate here: https://shields.io/.

Currently available API endpoints

You can find here a list of all currently available endpoints.

Setup

This SDK can be easily added to your project by adding it as dependency:

[dependencies]

jellyfin-sdk-rust = { version = "*" }

Usage

  • API
  • Websocket
  • Discovery
Commit count: 0

cargo fmt