Torlink
@funsaized/torlinkv2026.08.30.2
01README
Typed Torlink search, download, seed, and control operations
02Models
@funsaized/torlinkv2026.08.30.2torlink.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| binary | string | |
| baseUrl | string | |
| token? | string | |
| allowInsecureRemote | boolean |
fn health()
Verify the Torlink CLI version and server health endpoint.
fn search(key: string, query: string)
Run one or more headless Torlink searches in a single model method.
| Argument | Type | Description |
|---|---|---|
| key | string | |
| query | string |
fn add(key: string, input: string)
Add one or more magnets or info hashes in a single model method.
| Argument | Type | Description |
|---|---|---|
| key | string | |
| input | string |
fn sync()
Snapshot downloads and seeds and mark disappeared prior torrents absent.
fn wait(until: enum, pollSeconds: number, timeoutSeconds: number)
Poll Torlink until multiple torrent IDs reach a target lifecycle state.
| Argument | Type | Description |
|---|---|---|
| until | enum | |
| pollSeconds | number | |
| timeoutSeconds | number |
fn control(confirmDeleteFiles: boolean)
Apply one control action to multiple Torlink torrent IDs.
| Argument | Type | Description |
|---|---|---|
| confirmDeleteFiles | boolean |
Resources
instance(1h)— Torlink CLI and server health.
search(30d)— Latest batch of headless Torlink search results and source outcomes.
snapshot(7d)— Current Torlink download and seed snapshot.
torrent(infinite)— Observed lifecycle state for one torrent info hash.
operation(30d)— Latest batch outcome for a Torlink model method.
03Previous Versions
2026.08.30.1
04Stats
A
100 / 100
Downloads
0
Archive size
20.7 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types (deprecated)1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned
05Platforms
06Labels