HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel

기능
해당년도 게시글 개수 정보 조회
도메인
POST
응답 코드
200
HTTP method
GET
담당자
완료
완료
Path
/posts/calendarGraph?year={year}
메모
1. 카드 페이지 버튼 누를 때 - 1년치 한 번에 보냄 2. surfing stat(잔디밭)

Request

Parameters = ["year":Number] Body = null
 

Response

[ { "date":"2021-01-12", "count":1 }, ... ]
날짜마다 게시글 count해서 보내줌