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
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
2 weeks ago
..
api/v1 feat(api): support username lookup in GetUser endpoint 2 weeks ago
gen feat(api): support username lookup in GetUser endpoint 2 weeks ago
store refactor: unify theme and apperance 3 months ago
README.md chore: tweak readme 2 years ago
buf.gen.yaml chore: update openapi version 4 months ago
buf.lock chore: update gitignore 7 months ago
buf.yaml chore: update gitignore 7 months ago

README.md

Guide

Prerequisites

Generate

buf generate

Format

buf format -w