Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Boardgamegeek API #302

Open
8 tasks
Ndoll1 opened this issue Feb 8, 2023 · 1 comment
Open
8 tasks

Implement Boardgamegeek API #302

Ndoll1 opened this issue Feb 8, 2023 · 1 comment
Labels
feature inventory Related to the Inventory system

Comments

@Ndoll1
Copy link
Contributor

Ndoll1 commented Feb 8, 2023

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:

  • Get image
  • Get [primary] Name
  • Get description
  • Get playtime (+ min/max)
  • Get min/max amount of players

Nice to have:

  • Get optimal amount of players [suggested_numplayers]
  • Get language dependence

Check if this still works after implementing:

  • Ability to change all data if needed in Squire itself
@Ndoll1 Ndoll1 added feature inventory Related to the Inventory system labels Feb 8, 2023
@Ndoll1
Copy link
Contributor Author

Ndoll1 commented Feb 9, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature inventory Related to the Inventory system
Projects
None yet
Development

No branches or pull requests

1 participant