CLI Client and Go API - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Development (https://forum.jellyfin.org/f-development) +--- Forum: Client Development (https://forum.jellyfin.org/f-client-development) +--- Thread: CLI Client and Go API (/t-cli-client-and-go-api) |
CLI Client and Go API - sj14 - 2024-04-28 Hello everyone, I've started building a CLI client for managing Jellyfin: https://github.com/sj14/jellyctl Iit ain't much (yet), but it's honest work (insert meme). Contributions are welcome. As I didn't want to implement each API call myself, I've generated the Go API based on the OpenAPI definition: https://github.com/sj14/jellyfin-go Maybe it's useful for some people. |