TOC formatting

Mike Tzou 2017-05-27 19:16:46 +08:00
parent 7066b74e67
commit 4527b509c9

@ -2,55 +2,55 @@
1. [Changes](#changes)
1. [Authorization](#authorization)
1. [Login](#login)
1. [Logout](#logout)
1. [Login](#login)
1. [Logout](#logout)
1. [GET methods](#get-methods)
1. [Get API version](#get-api-version)
1. [Get minimum API version](#get-minimum-api-version)
1. [Get qBittorrent version](#get-qbittorrent-version)
1. [Shutdown qBittorrent](#shutdown-qbittorrent)
1. [Get torrent list](#get-torrent-list)
1. [Get torrent generic properties](#get-torrent-generic-properties)
1. [Get torrent trackers](#get-torrent-trackers)
1. [Get torrent web seeds](#get-torrent-web-seeds)
1. [Get torrent contents](#get-torrent-contents)
1. [Get torrent pieces' states](#get-torrent-pieces-states)
1. [Get torrent pieces' hashes](#get-torrent-pieces-hashes)
1. [Get global transfer info](#get-global-transfer-info)
1. [Get qBittorrent preferences](#get-qbittorrent-preferences)
1. [Get partial data](#get-partial-data)
1. [Get API version](#get-api-version)
1. [Get minimum API version](#get-minimum-api-version)
1. [Get qBittorrent version](#get-qbittorrent-version)
1. [Shutdown qBittorrent](#shutdown-qbittorrent)
1. [Get torrent list](#get-torrent-list)
1. [Get torrent generic properties](#get-torrent-generic-properties)
1. [Get torrent trackers](#get-torrent-trackers)
1. [Get torrent web seeds](#get-torrent-web-seeds)
1. [Get torrent contents](#get-torrent-contents)
1. [Get torrent pieces' states](#get-torrent-pieces-states)
1. [Get torrent pieces' hashes](#get-torrent-pieces-hashes)
1. [Get global transfer info](#get-global-transfer-info)
1. [Get qBittorrent preferences](#get-qbittorrent-preferences)
1. [Get partial data](#get-partial-data)
1. [POST methods](#post-methods)
1. [Download torrent from URL](#download-torrent-from-url)
1. [Upload torrent from disk](#upload-torrent-from-disk)
1. [Add trackers to torrent](#add-trackers-to-torrent)
1. [Pause torrent](#pause-torrent)
1. [Pause all torrents](#pause-all-torrents)
1. [Resume torrent](#resume-torrent)
1. [Resume all torrents](#resume-all-torrents)
1. [Delete torrent](#delete-torrent)
1. [Delete torrent with downloaded data](#delete-torrent-with-downloaded-data)
1. [Recheck torrent](#recheck-torrent)
1. [Increase torrent priority](#increase-torrent-priority)
1. [Decrease torrent priority](#decrease-torrent-priority)
1. [Maximal torrent priority](#maximal-torrent-priority)
1. [Minimal torrent priority](#minimal-torrent-priority)
1. [Set file priority](#set-file-priority)
1. [Get global download limit](#get-global-download-limit)
1. [Set global download limit](#set-global-download-limit)
1. [Get global upload limit](#get-global-upload-limit)
1. [Set global upload limit](#set-global-upload-limit)
1. [Get torrent download limit](#get-torrent-download-limit)
1. [Set torrent download limit](#set-torrent-download-limit)
1. [Get torrent upload limit](#get-torrent-upload-limit)
1. [Set torrent upload limit](#set-torrent-upload-limit)
1. [Set torrent category](#set-torrent-category)
1. [Set qBittorrent preferences](#set-qbittorrent-preferences)
1. [Get alternative speed limits state](#get-alternative-speed-limits-state)
1. [Toggle alternative speed limits](#toggle-alternative-speed-limits)
1. [Toggle sequential download](#toggle-sequential-download)
1. [Set first/last piece priority](#set-firstlast-piece-priority)
1. [Pause all the torrents](#pause-all-the-torrents)
1. [Resume all the torrents](#resume-all-the-torrents)
1. [Download torrent from URL](#download-torrent-from-url)
1. [Upload torrent from disk](#upload-torrent-from-disk)
1. [Add trackers to torrent](#add-trackers-to-torrent)
1. [Pause torrent](#pause-torrent)
1. [Pause all torrents](#pause-all-torrents)
1. [Resume torrent](#resume-torrent)
1. [Resume all torrents](#resume-all-torrents)
1. [Delete torrent](#delete-torrent)
1. [Delete torrent with downloaded data](#delete-torrent-with-downloaded-data)
1. [Recheck torrent](#recheck-torrent)
1. [Increase torrent priority](#increase-torrent-priority)
1. [Decrease torrent priority](#decrease-torrent-priority)
1. [Maximal torrent priority](#maximal-torrent-priority)
1. [Minimal torrent priority](#minimal-torrent-priority)
1. [Set file priority](#set-file-priority)
1. [Get global download limit](#get-global-download-limit)
1. [Set global download limit](#set-global-download-limit)
1. [Get global upload limit](#get-global-upload-limit)
1. [Set global upload limit](#set-global-upload-limit)
1. [Get torrent download limit](#get-torrent-download-limit)
1. [Set torrent download limit](#set-torrent-download-limit)
1. [Get torrent upload limit](#get-torrent-upload-limit)
1. [Set torrent upload limit](#set-torrent-upload-limit)
1. [Set torrent category](#set-torrent-category)
1. [Set qBittorrent preferences](#set-qbittorrent-preferences)
1. [Get alternative speed limits state](#get-alternative-speed-limits-state)
1. [Toggle alternative speed limits](#toggle-alternative-speed-limits)
1. [Toggle sequential download](#toggle-sequential-download)
1. [Set first/last piece priority](#set-firstlast-piece-priority)
1. [Pause all the torrents](#pause-all-the-torrents)
1. [Resume all the torrents](#resume-all-the-torrents)
***