Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 386 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 386 Bytes

Miru BT server

A simple BT server for Miru.

Usage

From release page, download the latest version and run.

Add torrent

Post torrent file to /torrent endpoint.

List torrents

Get /torrent endpoint.

Get torrent

Get /torrent/{hash} endpoint.

Delete torrent

Delete /torrent/{hash} endpoint.

Get torrent file

Get /torrent/{hash}/file endpoint.