bartektartanus / bgg_api

BSD 3-Clause "New" or "Revised" License
3 stars 4 forks source link

Add rank to BoardGame class #2

Open MattPitlyk opened 1 year ago

MattPitlyk commented 1 year ago

Can you add the board game rank to the boardgame class? The element comes back if you request stats (see screenshot). It looks like you could use readStringValueWithAttribute(xml, 'rank', 'name', 'boardgame') and parse to an int.

image