Adds login ability, error handling, and logging (#1)
Reviewed-on: #1 Co-authored-by: aarbit <aarbit@gmail.com> Co-committed-by: aarbit <aarbit@gmail.com>
This commit was merged in pull request #1.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package net.halfbinary.scavengerhuntapi.model.response
|
||||
|
||||
data class LoginResponse(
|
||||
val email: String,
|
||||
val name: String
|
||||
)
|
||||
Reference in New Issue
Block a user