crustymonkey / py-bgg

A simple Board Game Geek (boardgamegeek.com) API library in Python. This mainly just handles the API calls and converts the XML to representative dict/list format
GNU General Public License v2.0
30 stars 8 forks source link

added marketplace support to get_game method #10

Closed yvlcmb closed 2 years ago

yvlcmb commented 2 years ago

to address issue #9 , adds BGG marketplace support for get_game method

crustymonkey commented 2 years ago

Thanks for the pull request @slingload! I merged it in and will bump a release out.