hensei-api/app/blueprints/api/v1
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
..
api_blueprint.rb Create api_blueprint.rb 2022-12-21 01:20:13 -08:00
artifact_blueprint.rb return artifact enum values as integers 2025-12-13 20:09:34 -08:00
artifact_skill_blueprint.rb add show/update endpoints for artifact skills 2025-12-18 23:14:41 -08:00
awakening_blueprint.rb June 2023 Update (#102) 2023-06-19 03:53:48 -07:00
character_blueprint.rb standardize links format in blueprints 2025-12-15 12:47:11 -08:00
character_series_blueprint.rb add character series lookup table 2025-12-14 11:58:10 -08:00
collection_artifact_blueprint.rb compute strength from quality at display time 2025-12-18 22:30:44 -08:00
collection_character_blueprint.rb always include awakening field in collection character response 2025-12-02 17:19:11 -08:00
collection_job_accessory_blueprint.rb fix blueprints: use correct association names instead of 'object' 2025-11-29 17:41:29 -08:00
collection_summon_blueprint.rb fix blueprints: use correct association names instead of 'object' 2025-11-29 17:41:29 -08:00
collection_weapon_blueprint.rb Add weapon stat modifiers for AX skills and befoulments (#202) 2025-12-31 22:20:00 -08:00
conflict_blueprint.rb API updates for Draconic Weapons Providence (#138) 2023-12-26 03:21:06 -08:00
crew_blueprint.rb add current_membership to crew response 2025-12-13 20:09:44 -08:00
crew_gw_participation_blueprint.rb add excused field to gw individual scores 2025-12-18 23:15:27 -08:00
crew_invitation_blueprint.rb add crew invitations system 2025-12-03 23:06:07 -08:00
crew_membership_blueprint.rb add joined_at to memberships and phantoms for historical data 2025-12-04 03:02:13 -08:00
empty_blueprint.rb Update blueprint for availability endpoints 2022-12-22 18:12:34 -08:00
error_blueprint.rb February 2023 Update (#48) 2023-02-04 23:46:12 -08:00
favorite_blueprint.rb Update blueprints to remove id field or identifier 2022-12-21 21:07:26 -08:00
grid_artifact_blueprint.rb collection sync with orphan handling (#200) 2025-12-23 22:44:35 -08:00
grid_character_blueprint.rb add collection refs and out_of_sync to grid blueprints 2025-12-03 22:48:32 -08:00
grid_summon_blueprint.rb collection sync with orphan handling (#200) 2025-12-23 22:44:35 -08:00
grid_weapon_blueprint.rb Add weapon stat modifiers for AX skills and befoulments (#202) 2025-12-31 22:20:00 -08:00
guidebook_blueprint.rb Adds guidebooks and gacha tables (#95) 2023-06-04 22:23:34 -07:00
gw_crew_score_blueprint.rb add excused field to gw individual scores 2025-12-18 23:15:27 -08:00
gw_event_blueprint.rb include crew_total_score in gw events index 2025-12-17 23:03:22 -08:00
gw_individual_score_blueprint.rb add excused field to gw individual scores 2025-12-18 23:15:27 -08:00
job_accessory_blueprint.rb Job accessories backend support (#206) 2026-01-04 14:47:27 -08:00
job_blueprint.rb add aux_weapon flag to jobs 2025-12-18 21:34:30 -08:00
job_skill_blueprint.rb add download_image endpoint for job skills 2025-12-15 16:09:02 -08:00
party_blueprint.rb Party sharing into crews (#207) 2026-01-05 02:39:32 -08:00
party_share_blueprint.rb Party sharing into crews (#207) 2026-01-05 02:39:32 -08:00
phantom_player_blueprint.rb add decline/pending endpoints for phantom claims 2025-12-17 18:28:23 -08:00
raid_blueprint.rb Add game_id to raids (#208) 2026-01-07 23:59:20 -08:00
raid_group_blueprint.rb add unlimited flag to raid groups 2025-12-20 01:58:23 -08:00
search_blueprint.rb add season and series to unified search for characters 2025-12-20 04:13:16 -08:00
summon_blueprint.rb standardize links format in blueprints 2025-12-15 12:47:11 -08:00
summon_series_blueprint.rb add summon series lookup table 2025-12-14 11:58:22 -08:00
update_blueprint.rb February 2023 Update (#48) 2023-02-04 23:46:12 -08:00
user_blueprint.rb add /users/me settings endpoint 2025-12-14 01:23:37 -08:00
weapon_blueprint.rb add max_exorcism_level to weapons (#205) 2026-01-04 14:47:16 -08:00
weapon_key_blueprint.rb Re-implement latest PRs on a clean Git history (#86) 2023-03-17 05:03:50 -07:00
weapon_series_blueprint.rb Add weapon stat modifiers for AX skills and befoulments (#202) 2025-12-31 22:20:00 -08:00
weapon_stat_modifier_blueprint.rb Add weapon stat modifiers for AX skills and befoulments (#202) 2025-12-31 22:20:00 -08:00