HuntListData
public struct HuntListData : Content
Used to return a list of hunts. We probably don’t have enough of them to require a paginator for now. Returned by:
GET /api/v3/hunts
-
Declaration
Swift
var hunts: [HuntListItemData]
-
Declaration
Swift
init(_ hunts: [Hunt]) throws