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.
vibed/.beans/vibed-mn9a--add-api-respons...

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
vibed-ca4q

Implement SearchResponse and GameResult deserialization types.

Todo

  • SearchResponse { count: u32, data: Vec<GameResult> } with Deserialize
  • GameResult with game_id, game_name, comp_main, comp_plus, comp_100, profile_steam, similarity — derive both Deserialize and Serialize (needed for --json output)
  • Note: comp_main/plus/100 are in seconds; 0 means N/A
  • cargo check passes