Skip to content

Instantly share code, notes, and snippets.

@bharathreddys77
Last active February 10, 2020 10:54
Show Gist options
  • Save bharathreddys77/379acb3cdf7a21419c9759339b222a1e to your computer and use it in GitHub Desktop.
Save bharathreddys77/379acb3cdf7a21419c9759339b222a1e to your computer and use it in GitHub Desktop.
API Request
struct LoginRequest:Encodable {
var username:String?
var password:String?
}
struct LoginResponse:Decodable {
var status:Bool?
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment