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.
611 B
611 B
| title | status | type | created_at | updated_at | parent | blocked_by | |
|---|---|---|---|---|---|---|---|
| Add API response types | todo | task | 2026-04-11T22:35:02Z | 2026-04-11T22:35:02Z | vibed-f05l |
|
Implement SearchResponse and GameResult deserialization types.
Todo
SearchResponse { count: u32, data: Vec<GameResult> }withDeserializeGameResultwith game_id, game_name, comp_main, comp_plus, comp_100, profile_steam, similarity — derive bothDeserializeandSerialize(needed for --json output)- Note: comp_main/plus/100 are in seconds; 0 means N/A
cargo checkpasses