MDResultList
public struct MDResultList<T> : Decodable where T : Decodable
Structure representing a list of results returned by the MangaDex API
-
The status of the result returned by the MangaDex API
Declaration
Swift
public let results: [MDResult<T>]
-
The maximum number of results returned by the MangaDex API
Declaration
Swift
public let limit: Int
-
The offset of the first returned result
This is used for paging when there are too many results to return in one response
Declaration
Swift
public let offset: Int
-
The total number of available results
Declaration
Swift
public let total: Int