update README
This commit is contained in:
parent
ccac5b9842
commit
cf7a3b7d53
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ A safe, multi-threaded toolkit for adding Torznab APIs to programs. You just foc
|
||||||
|
|
||||||
Just fill in your own relevant functions and config, and torznab-toolkit will run the API for you
|
Just fill in your own relevant functions and config, and torznab-toolkit will run the API for you
|
||||||
|
|
||||||
```rs
|
```rust
|
||||||
use torznab_toolkit;
|
use torznab_toolkit;
|
||||||
let config: torznab_toolkit::config::Config = /* config goes here */
|
let config: torznab_toolkit::config::Config = /* config goes here */
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ Note: I wrote the line above when I was tired. Don't ask me what *literal* truck
|
||||||
|
|
||||||
| API call | Explanation | Implemented |
|
| API call | Explanation | Implemented |
|
||||||
| -------- | ------------------------------------------------------------ | ----------- |
|
| -------- | ------------------------------------------------------------ | ----------- |
|
||||||
| caps | Returns the capabilities of the api. | ❌ |
|
| caps | Returns the capabilities of the api. | ✅ |
|
||||||
| search | Free text search query. | ❌ |
|
| search | Free text search query. | ❌ |
|
||||||
| tvsearch | Search query with tv specific query params and filtering. | ❌ |
|
| tvsearch | Search query with tv specific query params and filtering. | ❌ |
|
||||||
| movie | Search query with movie specific query params and filtering. | ❌ |
|
| movie | Search query with movie specific query params and filtering. | ❌ |
|
||||||
|
|
Loading…
Reference in a new issue