Bump default godot version for search

- Change error code from `NONE` TO `IGNORE`
- Added format function to utils
- Implement version functions
This commit is contained in:
David Allen 2024-01-27 14:34:17 -07:00
parent d9a9ea6426
commit d2a77fe28f
6 changed files with 46 additions and 15 deletions

View file

@ -53,7 +53,7 @@ namespace gdpm::rest_api{
int support;
string user = "";
string cost = "";
string godot_version = "4.0";
string godot_version = "4.3";
int max_results = 500;
int page;
int offset;