MDObjectType

public enum MDObjectType : String, Codable

Type of object which exists in the MangaDex API

  • The resource is a manga

    Declaration

    Swift

    case manga = "manga"
  • The resource is a chapter

    Declaration

    Swift

    case chapter = "chapter"
  • A cover art for a manga

    Declaration

    Swift

    case cover_art = "cover_art"
  • The resource is an author

    Declaration

    Swift

    case author = "author"
  • The resource is an artist (drawers only)

    Declaration

    Swift

    case artist = "artist"
  • The resource is a scanlation group

    Declaration

    Swift

    case scanlationGroup = "scanlation_group"
  • tag

    The resource is a tag

    Declaration

    Swift

    case tag = "tag"
  • The resource is a user

    Declaration

    Swift

    case user = "user"
  • The resource is a user’s custom list

    Declaration

    Swift

    case customList = "custom_list"
  • The resource is a mapping between a legacy ID and a new ID

    Declaration

    Swift

    case legacyMapping = "mapping_id"
  • The resource is a string

    Declaration

    Swift

    case string = "string"