Adds Team members list endpoint and Hunt details update endpoint
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package net.halfbinary.scavengerhuntapi.model.response
|
||||
|
||||
import net.halfbinary.scavengerhuntapi.model.HunterId
|
||||
|
||||
data class HunterSummaryResponse(
|
||||
val id: HunterId,
|
||||
val name: String
|
||||
)
|
||||
Reference in New Issue
Block a user