transmission-rpc-client
Version:
Transmission client for V3. More info in Git Repo
13 lines (12 loc) • 430 B
TypeScript
export declare enum TorrentMethods {
TORRENT_START = "torrent-start",
TORRENT_START_NOW = "torrent-start-now",
TORRENT_STOP = "torrent-stop",
TORRENT_VERIFY = "torrent-verify",
TORRENT_REANNOUNCE = "torrent-reannounce",
TORRENT_REMOVE = "torrent-remove",
TORRENT_SET_LOCATION = "torrent-set-location",
TORRENT_GET = "torrent-get",
TORRENT_ADD = "torrent-add",
TORRENT_SET = "torrent-set"
}