QuartermasterURLQueryStruct
struct QuartermasterURLQueryStruct : Content
URL query parameters accepted by listHandler.
-
Filter to items in this category. Case-insensitive;
"have"or"need".Declaration
Swift
var category: String? -
Full-text search string. Matches item name, description, and location via a tsvector index.
Declaration
Swift
var search: String? -
If
true, return only items owned by the authenticated user.Declaration
Swift
var mine: Bool? -
Declaration
Swift
var start: Int? -
Declaration
Swift
var limit: Int? -
Parses the optional
categorystring into aQuartermasterCategory. Returnsnilwhen the parameter was not supplied; throws 400 on unknown values.Declaration
Swift
func getCategory() throws -> QuartermasterCategory? -
Declaration
Swift
var pagination: Pagination { get }
View on GitHub