You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
886 B
886 B
| title | status | type | created_at | updated_at | parent | blocked_by | |
|---|---|---|---|---|---|---|---|
| Add API request types | todo | task | 2026-04-11T22:34:39Z | 2026-04-11T22:34:39Z | vibed-f05l |
|
Implement the full SearchRequest struct tree for the HLTB POST body.
Todo
SearchRequestwith searchType, searchTerms, searchPage, size, searchOptions, useCacheSearchOptionswith games, users, lists, filter, sort, randomizerGamesOptionswith userId, platform, sortCategory, rangeCategory, rangeTime, gameplay, rangeYear, modifierRangeTime { min: Option<u32>, max: Option<u32> }Gameplaywith perspective, flow, genre, subGenreRangeYear { min: &str, max: &str }UsersOptionsandListsOptionswith sortCategory- All structs derive
serde::Serializewith correct#[serde(rename = ...)]annotations cargo checkpasses