1

feat(tools): add LEGO importer using Rebrickable API

- Implement  to add sets by query or ID
- Interactive selection, set/theme fetch, image downloads
- Include minifig images and YAML with title + attribution
- Persist API responses under tools/cache/rebrickable (gitignored)
- Add tools/config.json for API key
This commit is contained in:
2025-09-06 17:52:50 +02:00
parent cc7141ec15
commit 061e21f745
3 changed files with 213 additions and 1 deletions

5
tools/config.json Normal file
View File

@@ -0,0 +1,5 @@
{
"rebrickable": {
"apiKey": ""
}
}