MDExternalLinkType

public enum MDExternalLinkType : String, Codable

Types of external links provided by MangaDex

  • Links to anilist.co

    Declaration

    Swift

    case aniList = "al"
  • Links to anime-planet.com

    Declaration

    Swift

    case animePlanet = "ap"
  • Links to bookwalker.jp to purchase the manga

    Declaration

    Swift

    case bookWalker = "bw"
  • Links to mangaupdates.com

    Declaration

    Swift

    case mangaUpdates = "mu"
  • Links to novelupdates.com

    Declaration

    Swift

    case novelUpdates = "nu"
  • Links to kitsu.io

    Declaration

    Swift

    case kitsu = "kt"
  • Links to Amazon to purchase the mange

    Declaration

    Swift

    case amazon = "amz"
  • Links to eBookJapan to purchase the manga

    Declaration

    Swift

    case eBookJapan = "ebj"
  • Links to myanimelist.net

    Declaration

    Swift

    case myAnimeList = "mal"
  • raw

    Links to the original work

    Declaration

    Swift

    case raw = "raw"
  • Links to the official english translation

    Declaration

    Swift

    case officialTranslation = "engtl"