feat: add session image retrieval endpoint #27

Merged
siwat merged 1 commit from dev into main 2025-09-30 19:04:01 +00:00
Owner

Add HTTP endpoint to retrieve saved session images by session ID.
Images are saved during car_fueling progression stage.

  • Add GET /session-image/{session_id} endpoint
  • Search images directory for files matching session ID pattern
  • Return most recent image if multiple exist
  • Proper error handling (404 for not found, 500 for errors)

Co-Authored-By: Claude noreply@anthropic.com

Add HTTP endpoint to retrieve saved session images by session ID. Images are saved during car_fueling progression stage. - Add GET /session-image/{session_id} endpoint - Search images directory for files matching session ID pattern - Return most recent image if multiple exist - Proper error handling (404 for not found, 500 for errors) Co-Authored-By: Claude <noreply@anthropic.com>
siwat added 1 commit 2025-09-30 19:03:57 +00:00
Add HTTP endpoint to retrieve saved session images by session ID.
Images are saved during car_fueling progression stage.

- Add GET /session-image/{session_id} endpoint
- Search images directory for files matching session ID pattern
- Return most recent image if multiple exist
- Proper error handling (404 for not found, 500 for errors)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
siwat merged commit df38e90ff2 into main 2025-09-30 19:04:01 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: adsist-cms/python-detector-worker#27
No description provided.