esrg-knights / Squire

A re-introduction of the WebApp for ESRG Knights of the Kitchen Table.
https://www.kotkt.nl/
GNU General Public License v3.0
9 stars 7 forks source link

Implement Boardgamegeek API #302

Open Ndoll1 opened 1 year ago

Ndoll1 commented 1 year ago

Collect information from BGG after ID has been filled in.

[Postman hyperlink] (https://www.postman.com/1toddlewis/workspace/boardgamegeek/overview) Use the "GET Thing" call.

Needed:

Nice to have:

Check if this still works after implementing:

Ndoll1 commented 1 year ago

It looks doable to implement the BGG, in the past it was deemed unfeasible. You might need to transform the XML from the API to JSON. Online you can find multiple solutions for this.