mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-11 07:42:58 +03:00
[PR #754] [CLOSED] feat: get user by username via api #639
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pocket-id/pocket-id/pull/754
Author: @kmendell
Created: 7/16/2025
Status: ❌ Closed
Base:
main← Head:feat/username-endpoint📝 Commits (1)
c96004dfeat: get user by username via api📊 Changes
2 files changed (+26 additions, -8 deletions)
View changed files
📝
backend/internal/controller/user_controller.go(+18 -4)📝
backend/internal/service/user_service.go(+8 -4)📄 Description
Modifies the existing /api/users/{id} endpoint to be able to get users by their
usernameor theiridIssues Closed by this PR
Fixes: https://github.com/pocket-id/pocket-id/issues/753
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.