mirror of
https://github.com/davidallendj/gdpm.git
synced 2025-12-20 03:27:02 -07:00
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:
parent
d9a9ea6426
commit
d2a77fe28f
6 changed files with 46 additions and 15 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue