xwlists
xwlists copied to clipboard
Players payload should contain an API token
The current returned payload is:
{ "players" = ( { "id" = 5654, "name" = "aa" } ) }
Each player item should contain an api token so that clients can associate it to their own player object, and be able to call put and delete.
{ "players" = ( { "id" = 5654, "name" = "aa", "api_token" = "azerty" } ) }