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
initimplementation to take a key/value and convert it to a proper structDeclaration
Swift
public init(key: String, value: String)
View on GitHub
MDExternalLink Structure Reference