RealDevSquad / RealDevSquad/website-backend
Create batch request api to get user details
Open
@DashDeipayan is already working on this.
Since May 13, 2023.
backend
enhancement
- Dominant language
- JavaScript
- Stars
- 74
- Forks
- 276
- Avg merge
- 1d 26m
- Merged PRs (30d)
- 14
Description
Create a batch request api that accepts userIds as payload and returns an array of user data corresponding to those userIds.
The API shouldn't make multiple API calls, rather a batch request.
Request
{
"users":["rds-id1","rds-id2","rds-id3","rds-id4"]
}
Response is an array of respective user data
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.