File tree Expand file tree Collapse file tree 3 files changed +417
-3
lines changed Expand file tree Collapse file tree 3 files changed +417
-3
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,17 @@ class ApiEndpoints {
15
15
static String addTorrentFile = '/api/torrents/add-files' ;
16
16
static String deleteTorrent = '/api/torrents/delete' ;
17
17
static String setTags = '/api/torrents/tags' ;
18
+ static String setTrackers = '/api/torrents/trackers' ;
19
+ static String updateInitialSeeding = '/api/torrents/initial-seeding' ;
20
+ static String updateSequential = '/api/torrents/sequential' ;
21
+ static String reannouncesTorrents = '/api/torrents/reannounce' ;
22
+ static String updatePriority = '/api/torrents/priority' ;
23
+ static String getTrackersList = '/api/torrents/' ;
18
24
19
25
// Client settings endpoints
20
26
static String getClientSettingsUrl = '/api/client/settings' ;
21
27
static String setClientSettingsUrl = '/api/client/settings' ;
28
+ static String checkClientConeection = '/api/client/connection-test' ;
22
29
23
30
// Torrent content endpoint
24
31
// api/torrents/{hash}/contents
You can’t perform that action at this time.
0 commit comments