Closed hexaquarks closed 10 months ago
When exporting the games of an user, the returned objects are of type GameStream and GameJson. Both of these have private members. I marked the members as public to allow logical data treatment on these values by the users of the API.
GameStream
GameJson
Great spot. Thanks for the PR!
When exporting the games of an user, the returned objects are of type
GameStream
andGameJson
. Both of these have private members. I marked the members as public to allow logical data treatment on these values by the users of the API.