-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
feat新規機能を開発したり、新しいツールを導入したりするとき新規機能を開発したり、新しいツールを導入したりするとき
Description
概要
エンドポイントの実装状況を分かりやすくするため
めも
3/26に開発終了なので、そこまでにどのようなスケジュールで実装していくのか
繋ぎこみを考えるといつまでに何が必要なのかを考える必要がある
API仕様
- post
- GET /post
- POST /post
- GET /post/{postID}
- PUT /post/{postID}
- DELETE /post/{postID}
- comment
- GET /post/{postID}/comment
- POST /post/{postID}/comment
- GET /post/{postID}/comment/{commentID}
- PUT /post/{postID}/comment/{commentID}
- DELETE /post/{postID}/comment/{commentID}
- user
- POST /user
- PUT /user
- DELETE /user
- GET /user/{userID}
- GET /user/{userID}/post
- GET /user/{userID}/comment
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feat新規機能を開発したり、新しいツールを導入したりするとき新規機能を開発したり、新しいツールを導入したりするとき