TEAM-LEG3ND / luwak

Backend server for on-demand-cafe project
4 stars 0 forks source link

[BE] 홈 화면 API 설계 #5

Open d0lim opened 10 months ago

d0lim commented 10 months ago

개요

redjen8 commented 10 months ago

최근 레시피 목록 조회

GET /recipe/recent

response

redjen8 commented 10 months ago

저장한 레시피 목록 조회

GET /recipe/my

response (동일 dto)

d0lim commented 9 months ago

GET /recipe/my 의 경우 첫 MVP에서는 Spec-out 하도록 하겠습니다~

ammerss commented 9 months ago

유저 정보 조회

GET /user/

response

d0lim commented 9 months ago

@ammerss 유저 정보 조회의 경우 자신의 정보를 조회한다는 의미를 담기 위해서 GET /user/me 와 같은 형태는 어떨지 제안드려봅니다~