bounswe / bounswe2024group7

Collaborative hub for 2024Group7
https://bounswe.github.io/bounswe2024group7/
4 stars 3 forks source link

Return posts of a specific user #166

Closed oguzhekim closed 1 month ago

oguzhekim commented 1 month ago

Title: Return posts of a specific user Category:

Objective: Client-side needs to display posts of a specific user.

Detailed Description: Create a new endpoint to get the posts of that user. /api/user/{username} endpoint can return posts of that user too. Related Team Members:

Proposed Timeline: 21.10.2024

oguzhekim commented 1 month ago

New endpoint is created. Also, user detail enpoint returns posts of that user as well. Details are in PR#169.