UNPKG

transmission-rpc-client

Version:
13 lines (12 loc) 403 B
export 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', }