Player Data endpoint #2

Closed
opened 2021-10-25 04:10:23 +00:00 by conco · 1 comment
Owner

Returns data concerning the players in game. A post endpoint that includes a list of player identifiers as the payload.

Will update this once we know the full response spec.

Part of this payload is a "bo" section which contains data for players saved card groups. They use some sort of hex encoded representation to keep it in one string. No encryption so we're good there.

This endpoint will also be required to handle update requests as players earn points, save card groups, etc

Returns data concerning the players in game. A post endpoint that includes a list of player identifiers as the payload. Will update this once we know the full response spec. Part of this payload is a "bo" section which contains data for players saved card groups. They use some sort of hex encoded representation to keep it in one string. No encryption so we're good there. This endpoint will also be required to handle update requests as players earn points, save card groups, etc
conco added this to the Required Endpoints - Starting the game milestone 2021-10-25 04:11:21 +00:00
Author
Owner

Line 1000 of addon_game_mode.lua has a good collection of expected values

Line 1000 of addon_game_mode.lua has a good collection of expected values
conco closed this issue 2021-10-26 15:10:49 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: 2huCardTD/API#2