Domain Documentation

Structure Single​Article​Response

public struct SingleArticleResponse: Codable  

see https://github.com/gothinkster/realworld/blob/master/api/swagger.json

SingleArticleResponse SingleArticleResponse Codable Codable SingleArticleResponse->Codable

Conforms To

Codable

Initializers

init(article:​)

public init(article: Article)  

Properties

article

public var article: Article