I don't know if I'm just completely blind, but I can't find the documentation for the Python API. The only page I can find is this: https://deluge-torrent.org/development/uiclient/
But where is the reference page for all the possible functions/callbacks I can use as a client that wishes to interact with the Deluge daemon?
Thanks!
Documentation for the Deluge Python API
Re: Documentation for the Deluge Python API
The official docs for rpc api, has in latest versions on readthedocs site an issue where lists only the actual rpc implementation under the rpc api section, instead of the user-friendly rpc api, like as under the web api section. So need check under an older working version i.e. 2.0.5 here: https://deluge.readthedocs.io/en/deluge ... e/api.html
Source code is very helpful too of-course.
Sorry late btw.
Source code is very helpful too of-course.
Sorry late btw.