Closed lili7h closed 1 year ago
Add an API endpoint to dump the PlayerRecords object, useful for verifying if a player exists in the on-disk data store.
PlayerRecords
Test on Windows with:
Invoke-RestMethod -Uri http://127.0.0.1:3621/mac/playerlist/v1 -OutFile test-request.json
Test on Linux with:
curl http://127.0.0.1:3621/mac/playerlist/v1 -H "Accept: application/json"
Note: Wiki has been updated to reflect the mac/playerlist/v1 endpoint.
mac/playerlist/v1
Aims to resolve and implement #49
Looking good and seems to work
Add an API endpoint to dump the
PlayerRecords
object, useful for verifying if a player exists in the on-disk data store.Test on Windows with:
Test on Linux with: