Enumerations
The following enumerations are available globally.
-
Demographic a manga appeals to
See moreDeclaration
Swift
public enum MDDemographic : String, Codable
-
Publication status of a manga
See moreDeclaration
Swift
public enum MDPublicationStatus : String, Codable
-
User-defined status of a manga
See moreDeclaration
Swift
public enum MDReadingStatus : String, Codable
-
Rating of a manga’s content
See moreDeclaration
Swift
public enum MDContentRating : String, Codable
-
Visibility of a user’s custom list
See moreDeclaration
Swift
public enum MDCustomListVisibility : String, Codable
-
Type of object which exists in the MangaDex API
See moreDeclaration
Swift
public enum MDObjectType : String, Codable
-
Tag filtering mode (used to include or exclude tags during search)
See moreDeclaration
Swift
public enum MDTagFilteringMode : String, Codable
-
Criteria to use when sorting objects
Note
Not all sort criterias may be available for all kinds of objectsDeclaration
Swift
public enum MDSortCriteria : String, Codable
-
Sort order for lists of objects
See moreDeclaration
Swift
public enum MDSortOrder : String, Codable
-
Types of external links provided by MangaDex
See moreDeclaration
Swift
public enum MDExternalLinkType : String, Codable
-
Types of result status the MangaDex API may return
See moreDeclaration
Swift
public enum MDResultStatus : String, Codable
-
Roles returned by the MangaDex API in token information
TODO: This list might not be accurate as it is not described in the API documentation
See moreDeclaration
Swift
public enum MDRole : String, Codable
-
Permissions returned by the MangaDex API in token information
TODO: This list might not be accurate as it is not described in the API documentation
See moreDeclaration
Swift
public enum MDPermission : String, Codable
-
Known “official” MangaDex image servers
These can be useful if you do not want to use a MD@Home node
See moreDeclaration
Swift
public enum MDImageServer : String, Codable
-
Sizes/Resolutions available for covers
See moreDeclaration
Swift
public enum MDCoverSize : String, Codable