You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
memos/proto/api/v1
Steven bc1550e926 refactor(api): migrate inbox functionality to user notifications
- Remove standalone InboxService and move functionality to UserService
- Rename inbox to user notifications for better API consistency
- Add ListUserNotifications, UpdateUserNotification, DeleteUserNotification methods
- Update frontend components to use new notification endpoints
- Update store layer to support new notification model

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

Co-Authored-By: Claude <noreply@anthropic.com>
3 days ago
..
README.md chore: update demo site 8 months ago
activity_service.proto refactor(api): migrate inbox functionality to user notifications 3 days ago
attachment_service.proto feat: migrate dialogs 4 months ago
auth_service.proto feat: sliding expiration for user sessions 4 months ago
common.proto refactor: renovate list memos endpoint 9 months ago
idp_service.proto refactor: clean unused fields 4 months ago
memo_service.proto refactor(api): remove DeleteMemoTag and RenameMemoTag endpoints 4 days ago
shortcut_service.proto refactor: clean unused fields 4 months ago
user_service.proto refactor(api): migrate inbox functionality to user notifications 3 days ago
workspace_service.proto refactor: unify theme and apperance 3 months ago

README.md

Memos API Design

This API design should follow the guidelines and best practices outlined in the Google API Improvement Proposals (AIPs).