1
Files
2025/tools/config.json
Richard Dern 061e21f745 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
2025-09-07 01:25:39 +02:00

5 lines
43 B
JSON

{
"rebrickable": {
"apiKey": ""
}
}