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 9121ddbad9 feat(api): support username lookup in GetUser endpoint
- Update GetUser to accept both numeric IDs and username strings (users/{id} or users/{username})
- Implement CEL filter parsing for username-based lookups
- Update proto documentation to reflect dual lookup capability
- Simplify frontend user store to use GetUser instead of ListUsers filter
- Update ListUsers filter documentation to show current capabilities
4 weeks ago
..
README.md chore: update demo site 9 months ago
activity_service.proto chore: remove duplicated prefix from enums 5 months ago
attachment_service.proto feat: migrate dialogs 5 months ago
auth_service.proto feat: sliding expiration for user sessions 5 months ago
common.proto
idp_service.proto refactor: clean unused fields 5 months ago
inbox_service.proto refactor: inbox service 5 months ago
markdown_service.proto chore: bump gomark 2 months ago
memo_service.proto feat: enhance memo sorting functionality to support multiple fields 4 weeks ago
shortcut_service.proto refactor: clean unused fields 5 months ago
user_service.proto feat(api): support username lookup in GetUser endpoint 4 weeks 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).