mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
migrate
This commit is contained in:
34
src/server/web/api/doc.go
Normal file
34
src/server/web/api/doc.go
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
package api
|
||||||
|
|
||||||
|
/*
|
||||||
|
API
|
||||||
|
|
||||||
|
echo version
|
||||||
|
|
||||||
|
{
|
||||||
|
add torrent
|
||||||
|
remove torrent
|
||||||
|
list all torrents
|
||||||
|
get torrent
|
||||||
|
stream torrent
|
||||||
|
} all in one function
|
||||||
|
|
||||||
|
{
|
||||||
|
get viewed files mark in torrent
|
||||||
|
set viewed files mark in torrent
|
||||||
|
rem viewed files mark in torrent
|
||||||
|
} all in one
|
||||||
|
|
||||||
|
{
|
||||||
|
get m3u list of one torrent
|
||||||
|
get m3u list of one torrent and resume play
|
||||||
|
get m3u list of all torrent
|
||||||
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
get settings
|
||||||
|
set settings
|
||||||
|
}
|
||||||
|
|
||||||
|
???
|
||||||
|
*/
|
||||||
Reference in New Issue
Block a user