You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: align DataItems usage examples with server-side GameDataItemsEnum
Update helper docstring, helpers.md API reference, and the Sync/Async
get_game_data example scripts to use the server-accepted SEGMENT1-4
aggregates rather than raw single-collection bit values
(DataItems.UNITS, "UnitDefinitions"), which the Comlink server rejects
with HTTP 400.
Also adds a new "GameDataItems server alignment" section to the v1 to
v2 migration guide documenting the Segment2 and Segment4 aggregate
value changes and the new DataItems members (ABILITY_DECISION_TREE,
ERA_DEFINITION, UBS_UPDATE) introduced when re-syncing against the live
enum.
Fixes a pre-existing typo in the migration guide where the
Constants.get Segment1 example was annotated as returning '206158430208'
(Segment3's value) instead of '2097151'.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments