ggst-api-rs
ggst-api-rs copied to clipboard
fix: Update the API to handle the newest game release
Added an injection point for the API_VERSION so the crate itself does not need updating immediately on a new version. Might want to add an "Unknown" variant for character to more gracefully handle new characters but for now I just added Testament.
Looks good, can you simplify the query builder as well as in https://github.com/xynxynxyn/ggst-api-rs/issues/4#issuecomment-1097233717 ? It does appear a bit overengineered.