MDExternalLink

public struct MDExternalLink

Structure representing external links that MangaDex provides

  • The type of link that this is

    Declaration

    Swift

    public let linkType: MDExternalLinkType
  • The name of this type of external link

    Declaration

    Swift

    public let name: String?
  • The URL for this external link

    Declaration

    Swift

    public let linkURL: URL?
  • Custom init implementation to take a key/value and convert it to a proper struct

    Declaration

    Swift

    public init(key: String, value: String)