From 28e554a793fb7cc77ea7937b1665e09e1c4f6efe Mon Sep 17 00:00:00 2001 From: Leopith <113810806+leopith@users.noreply.github.com> Date: Mon, 19 Sep 2022 11:56:45 +1000 Subject: [PATCH] Update readme to show torrent-set support --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b9ab209..30449d2 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,12 @@ Library to communicate with transmission rpc **WARNING:** -It is highly encouraged to use HTTPS since the Transmission authentication is using BasicAuth which could be easily intercepted +It is highly encouraged to use HTTPS since the Transmission authentication is +using BasicAuth which could be easily intercepted. -spec: https://github.com/transmission/transmission/blob/main/docs/rpc-spec.md +#### Transmission RPC Spec + +https://github.com/transmission/transmission/blob/main/docs/rpc-spec.md #### Supported Methods @@ -20,8 +23,8 @@ spec: https://github.com/transmission/transmission/blob/main/docs/rpc-spec.md ##### Torrent Mutators -- [ ] torrent-set -- [X] torrent-get +- [X] torrent-set (some) +- [X] torrent-get (most fields) - [X] torrent-add - [X] torrent-remove - [X] torrent-set-location