Domain Documentation

Structure New​User

public struct NewUser: Codable  

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

NewUser NewUser Codable Codable NewUser->Codable

Conforms To

Codable

Initializers

init(username:​email:​password:​)

public init(username: String, email: String, password: String)  

Properties

username

public var username: String

email

public var email: String

password

public var password: String