Namespace TorBoxSDK.Models.Common
Classes
- CheckCachedOptions
Represents the query parameters for checking whether hashes are cached (GET endpoint). Shared by torrents, usenet, and web download cache check endpoints.
- DownloadFile
Represents a file within a download item (torrent, usenet, or web download).
- GetMyListOptions
Represents the query parameters shared by list endpoints (torrents, usenet, web downloads).
- TorBoxException
Represents an error returned by the TorBox API.
- TorBoxResponse
Represents a standard TorBox API response without a typed data payload.
- TorBoxResponse<T>
Represents a standard TorBox API response with a typed data payload.
Enums
- ControlOperation
Enumerates the control operations that can be performed on a download item.
- DownloadStatus
Enumerates the possible states of a download item.
- DownloadType
Enumerates the supported download types in TorBox.
- TorBoxErrorCode
Enumerates the known error codes returned by the TorBox API.