Domain Documentation

Structure New​Article​Request

public struct NewArticleRequest: Codable  

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

NewArticleRequest NewArticleRequest Codable Codable NewArticleRequest->Codable

Conforms To

Codable

Initializers

init(article:​)

public init(article: NewArticle)  

Properties

article

public var article: NewArticle