xwlists icon indicating copy to clipboard operation
xwlists copied to clipboard

Players payload should contain an API token

Open pejuaxel opened this issue 9 years ago • 0 comments

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" } ) }

pejuaxel avatar Mar 25 '15 14:03 pejuaxel