trim21 / transmission-rpc

https://transmission-rpc.readthedocs.io/en/stable/
MIT License
139 stars 34 forks source link

feat(client): add URL parameter and support for Unix sockets #445

Closed dechamps closed 2 months ago

dechamps commented 2 months ago

This commit makes it possible to pass the full URL to Client() in one go, and also enables support for connecting to a Transmission daemon that listens on a Unix socket instead of an IP:port.

trim21 commented 2 months ago

I plan to replace requests with urllib3 directly https://github.com/trim21/transmission-rpc/pull/443

trim21 commented 2 months ago

I'll close this, would you mind add this to build/requests branch?

dechamps commented 2 months ago

I'll close this, would you mind add this to build/requests branch?

Done, see #447