Author
public struct Author : Hashable, Codable
A single parsed author element from arXiv API reponse.
-
Returns author’s name.
Declaration
Swift
public internal(set) var name: String { get } -
Returns author’s affiliation.
Declaration
Swift
public internal(set) var affiliation: String { get }
Author Structure Reference