boldandbrad / meeple-cli

🎲 Interact with BoardGameGeek and manage local collections from your terminal.
MIT License
1 stars 1 forks source link

Search BGG by item type #43

Open boldandbrad opened 1 year ago

boldandbrad commented 1 year ago

Ability to filter the output of meeple search to only show board games or expansions.

Currently the BGG API search endpoint surfaces both board games and expansions as board games. They either need to implement this on their end or additional network requests will need to be made to determine item type and perform the filter.