Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement GET /recipes/{recipeId}/bookmarks #178

Closed
Tracked by #126
atakanyasar opened this issue May 10, 2024 · 1 comment · Fixed by #187
Closed
Tracked by #126

Implement GET /recipes/{recipeId}/bookmarks #178

atakanyasar opened this issue May 10, 2024 · 1 comment · Fixed by #187
Assignees
Labels
component: backend About backend priority: high High priority type: enhancement New feature or request

Comments

@atakanyasar
Copy link
Contributor

atakanyasar commented May 10, 2024

📌 Feature request

📝 Description

Get bookmarks of a recipe via GET /recipes/{recipeId}/bookmarks

  • Request URL:
GET
/api/v1/recipes/{recipeId}/bookmarks
  • Requst Body:
  • Response:
{
    "status": 200,
    "data": [
        {
            "id": 1,
            "username": "atakan",
            "firstName": "atakan",
            "lastName": "yasar",
            "selfFollowing": false,
            "followerCount": 0,
            "followingCount": 0,
            "recipeCount": 2
        }
    ],
    "message": "Bookmarks fetched successfully"
}
@atakanyasar atakanyasar added type: enhancement New feature or request priority: high High priority component: backend About backend labels May 10, 2024
@atakanyasar atakanyasar added this to the Customer Milestone 3 milestone May 10, 2024
@atakanyasar atakanyasar self-assigned this May 10, 2024
@atakanyasar atakanyasar linked a pull request May 10, 2024 that will close this issue
@atakanyasar
Copy link
Contributor Author

Merged #187

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: backend About backend priority: high High priority type: enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant