Skip to content

Update image API from lastImageURL to structured image object#2

Merged
kenichi merged 2 commits into
mainfrom
image_idz
Jun 19, 2025
Merged

Update image API from lastImageURL to structured image object#2
kenichi merged 2 commits into
mainfrom
image_idz

Conversation

@kenichi
Copy link
Copy Markdown
Owner

@kenichi kenichi commented Jun 19, 2025

Changes lastImageURL return value to image object with id and url properties for better tracking and management.

  • Add CameraImage interface with id and url fields
  • Update useCamera hook to return image instead of lastImageURL
  • Modify WebSocket event handler to expect {id, url} payload
  • Update all tests to use new image structure
  • Update README and CLAUDE.md documentation

🤖 Generated with Claude Code

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

kenichi and others added 2 commits June 17, 2025 02:17
Changes lastImageURL return value to image object with id and url properties for better tracking and management.

- Add CameraImage interface with id and url fields
- Update useCamera hook to return image instead of lastImageURL
- Modify WebSocket event handler to expect {id, url} payload
- Update all tests to use new image structure
- Update README and CLAUDE.md documentation

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

Co-Authored-By: Claude <noreply@anthropic.com>
@kenichi kenichi merged commit b28fce7 into main Jun 19, 2025
1 check passed
@kenichi kenichi deleted the image_idz branch June 19, 2025 20:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant