Added Importer to import the catalog from Shaggy into the Database for future use for the other endpoints like managing inventory and stuff.

This commit is contained in:
Vari
2024-02-18 18:52:43 +01:00
parent 62fc4580a2
commit eeb29a6f46
12 changed files with 404 additions and 17 deletions

View File

@@ -77,6 +77,8 @@ public function initOrGetGroups(InitOrGetGroupsRequest $request)
$response->MetadataGroups = [$runnerMetadata, $hunterMetadata, $playerMetadata];
}
return json_encode($response);
}
}