# 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](ENDPOINTS.md) a list of all currently available endpoints.

## Setup

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

```toml
[dependencies]

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

## Usage

- API
- Websocket
- Discovery