Whisparr

Note

An asynchronous version of this client is available as AsyncWhisparr. The API is identical, but all methods are coroutines and must be awaited.

class pyarr._sync.whisparr.Whisparr(host: str, api_key: str, port: int = 6969, tls: bool = True, base_path: str = '', request_timeout: int | None = None, api_ver: str | None = None)[source]

Whisparr API client (Radarr fork).