From ffe307ac1b2812d1ad72526a79c1222f5f03d363 Mon Sep 17 00:00:00 2001 From: Petrprogs <76732207+Petrprogs@users.noreply.github.com> Date: Mon, 18 Jul 2022 02:58:43 +0300 Subject: [PATCH] Add ready-made RPC wrappers (#3456) --- docs/rpc-spec.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/rpc-spec.md b/docs/rpc-spec.md index 50732bbdf..89a98ce80 100644 --- a/docs/rpc-spec.md +++ b/docs/rpc-spec.md @@ -12,6 +12,16 @@ If `transmission-qt` is run with an environment variable `TR_RPC_VERBOSE` set, i Lastly, using devtools in the Transmission web client is always an option. +### 1.3 Libraries of ready-made wrappers +In order not to waste time and effort on parsing RPC calls, we offer the following ready-made wrappers for transmission: + +For C#: +https://www.nuget.org/packages/Transmission.API.RPC + +For Python: +https://github.com/Trim21/transmission-rpc + + ## 2 Message format Messages are formatted as objects. There are two types: requests (described in 2.1) and responses (described in 2.2).