hensei-api/lib/granblue/downloaders
Justin Edmund c8f7204b08
Add game_id to raids (#208)
* add game_id to raids

* rename game_id to enemy_id, add summon_id

* add raid image downloader

* add download endpoints for raid images

- download_image action for single image download (icon/thumbnail)
- download_images action to queue async download job
- download_status action to check job progress

* add quest_id and lobby/background image sizes for raids

- add quest_id column to raids table
- add lobby and background image downloads using quest_id
- lobby uses quest_id with "1" appended
- background uses quest_id for treasureraid directory
2026-01-07 23:59:20 -08:00
..
artifact_downloader.rb add ArtifactDownloader for artifact images 2025-12-03 13:37:04 -08:00
base_downloader.rb add force option to base downloader 2025-12-02 05:26:41 -08:00
character_downloader.rb fix blueprints: use correct association names instead of 'object' 2025-11-29 17:41:29 -08:00
download_manager.rb Adds documentation to some lib functions (#168) 2025-01-18 03:09:29 -08:00
elemental_weapon_downloader.rb Adds documentation to some lib functions (#168) 2025-01-18 03:09:29 -08:00
job_downloader.rb fix blueprints: use correct association names instead of 'object' 2025-11-29 17:41:29 -08:00
job_skill_downloader.rb add job skill image downloader 2025-12-15 16:08:57 -08:00
raid_downloader.rb Add game_id to raids (#208) 2026-01-07 23:59:20 -08:00
summon_downloader.rb fix blueprints: use correct association names instead of 'object' 2025-11-29 17:41:29 -08:00
weapon_downloader.rb add element variant downloading for null element weapons 2025-12-16 21:15:39 -08:00