ion232 / lichess-api

A Rust API client for lichess.org
https://lichess.org/api
Apache License 2.0
9 stars 6 forks source link

Mark the members of `GameJson` and `GameStream` as public #42

Closed hexaquarks closed 10 months ago

hexaquarks commented 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.

ion232 commented 10 months ago

Great spot. Thanks for the PR!