## 概要 エンドポイントの実装状況を分かりやすくするため ## めも 3/26に開発終了なので、そこまでにどのようなスケジュールで実装していくのか 繋ぎこみを考えるといつまでに何が必要なのかを考える必要がある ## API仕様 - [x] post - [x] GET /post - [x] POST /post - [x] GET /post/{postID} - [x] PUT /post/{postID} - [x] DELETE /post/{postID} - [x] comment - [x] GET /post/{postID}/comment - [x] POST /post/{postID}/comment - [x] GET /post/{postID}/comment/{commentID} - [x] PUT /post/{postID}/comment/{commentID} - [x] DELETE /post/{postID}/comment/{commentID} - [ ] user - [x] POST /user - [x] PUT /user - [ ] DELETE /user - [x] GET /user/{userID} - [x] GET /user/{userID}/post - [x] GET /user/{userID}/comment
概要
エンドポイントの実装状況を分かりやすくするため
めも
3/26に開発終了なので、そこまでにどのようなスケジュールで実装していくのか
繋ぎこみを考えるといつまでに何が必要なのかを考える必要がある
API仕様