mirror of
https://github.com/idanoo/autobrr
synced 2025-07-25 09:49:13 +00:00
feat(indexers): test API from settings (#829)
* refactor(indexers): test api clients * feat(indexers): test api connection * fix(indexers): api client tests * refactor: indexer api clients * feat: add Toasts for indexer api tests * fix: failing red tests
This commit is contained in:
parent
fb9dcc23a0
commit
f3cfeed8cd
19 changed files with 475 additions and 191 deletions
7
web/src/types/Indexer.d.ts
vendored
7
web/src/types/Indexer.d.ts
vendored
|
@ -78,3 +78,10 @@ interface IndexerParseMatch {
|
|||
torrentUrl: string;
|
||||
encode: string[];
|
||||
}
|
||||
|
||||
interface IndexerTestApiReq {
|
||||
id?: number;
|
||||
identifier?: string;
|
||||
api_user?: string;
|
||||
api_key: string;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue