mirror of
https://github.com/SeanOMik/qbittorrent-rs.git
synced 2025-04-12 17:20:37 +00:00
Add info about the crate and its current state.
This commit is contained in:
parent
7f5d42e334
commit
c14017869a
1 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,9 @@
|
|||
# A qBittorrent API library implemented in pure rust
|
||||
## Rust qBitorrent WebUI API implementation
|
||||
This crate is pretty bare bones. Its used in another one of my projects so I only implemented what I needed and nothing else. Although it was a bit rushed, I feel like its a good starting point in the case that it might be expanded on further. Feel free to submit PRs.
|
||||
|
||||
## TODO:
|
||||
<br>
|
||||
|
||||
### TODO: ([qBittorrent API wiki](https://github.com/qbittorrent/qBittorrent/wiki/WebUI-API-(qBittorrent-4.1)))
|
||||
Authentication
|
||||
- [x] Login
|
||||
- [ ] Logout
|
||||
|
|
Loading…
Add table
Reference in a new issue