Structures
The following structures are available globally.
-
Structure to store information when creating an account
See moreDeclaration
Swift
public struct MDAccountInfo : Encodable
-
Structure representing an aggregation of volumes and chapters returned by MangaDex
See moreDeclaration
Swift
public struct MDAggregate : Decodable
-
Structure representing a volume and its chapters returned by MangaDex
See moreDeclaration
Swift
public struct MDAggregatedVolume : Decodable
-
Structure representing a volume and its chapters returned by MangaDex
See moreDeclaration
Swift
public struct MDAggregatedChapter : Decodable
-
Structure representing an MD@Home node
See moreDeclaration
Swift
public struct MDAtHomeNode : Decodable
-
Structure representing a report which must be sent after loading an image using the API
See moreDeclaration
Swift
public struct MDAtHomeReport : Encodable
-
Structure to store credentials when attempting to login
See moreDeclaration
Swift
public struct MDAuthCredentials : Encodable
-
Structure representing the result of a
See more/auth/check
request returned by the MangaDex APIDeclaration
Swift
public struct MDAuthInfo : Decodable
-
Structure representing an error returned by the MangaDex API
See moreDeclaration
Swift
public struct MDError : Decodable
-
Structure representing external links that MangaDex provides
See moreDeclaration
Swift
public struct MDExternalLink
-
Structure representing a string in a given language returned by MangaDex
See moreDeclaration
Swift
public struct MDLocalizedString
extension MDLocalizedString: Decodable
extension MDLocalizedString: Encodable
-
Structure representing a query for the API to convert legacy IDs into new IDs
See moreDeclaration
Swift
public struct MDMappingQuery : Encodable
-
Structure representing an object returned by the MangaDex API
See moreDeclaration
Swift
public struct MDObject<T> : Decodable where T : Decodable
-
Structure representing a result with a list of chapters read by the logged-in user
See moreDeclaration
Swift
public struct MDReadMarkers : Decodable
-
Structure representing a result with a list of manga reading statuses for the logged-in user
See moreDeclaration
Swift
public struct MDReadingStatuses : Decodable
-
Structure representing an relationship info returned by the MangaDex API
See moreDeclaration
Swift
public struct MDRelationship : Decodable
-
Structure representing a result returned by the MangaDex API
See moreDeclaration
Swift
public struct MDResult<T> : Decodable where T : Decodable
-
Structure representing a list of results returned by the MangaDex API
See moreDeclaration
Swift
public struct MDResultList<T> : Decodable where T : Decodable
-
Structure representing a token returned by MangaDex
Declaration
Swift
public struct MDToken : Decodable