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>
2025-10-31 08:33:09 +08:00
..
activity_service.proto refactor(api): migrate inbox functionality to user notifications 2025-10-31 08:33:09 +08:00
attachment_service.proto feat: migrate dialogs 2025-07-06 22:01:55 +08:00
auth_service.proto feat: sliding expiration for user sessions 2025-06-26 23:03:28 +08:00
common.proto
idp_service.proto
memo_service.proto refactor(api): remove DeleteMemoTag and RenameMemoTag endpoints 2025-10-29 23:32:47 +08:00
README.md
shortcut_service.proto
user_service.proto refactor(api): migrate inbox functionality to user notifications 2025-10-31 08:33:09 +08:00
workspace_service.proto refactor: unify theme and apperance 2025-08-17 11:27:59 +08:00

Memos API Design

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