backend コントローラ現行相当 #4

閉鎖
みてるぞ2025-08-05 12:26:35 +09:00に作成 · 0件のコメント
オーナー

ルーティング:

API メソッド 役割
/threads GET スレ一覧
/threads POST スレ立て
/threads/:id GET スレ詳細(タイトル・説明)
/threads/:thread_id/posts GET レス一覧(並び替え対応)
/threads/:thread_id/posts POST レス投稿
/posts/:id GET レス詳細
/posts/:id/good POST good 評価
/posts/:id/bad POST bad 評価
/posts/:id DELETE レス削除
ルーティング: | API | メソッド | 役割 | | ----------------------------------- | ------ | ------------- | | `/threads` | GET | スレ一覧 | | `/threads` | POST | スレ立て | | `/threads/:id` | GET | スレ詳細(タイトル・説明) | | `/threads/:thread_id/posts` | GET | レス一覧(並び替え対応) | | `/threads/:thread_id/posts` | POST | レス投稿 | | `/posts/:id` | GET | レス詳細 | | `/posts/:id/good` | POST | good 評価 | | `/posts/:id/bad` | POST | bad 評価 | | `/posts/:id` | DELETE | レス削除 |
みてるぞ がラベル backend を追加 2025-08-05 12:26:35 +09:00
サインインしてこの会話に参加.
1 人の参加者
通知
期日
期日は設定されてゐません.
依存関係

依存関係は設定されてゐません.

リファレンス: miteruzo/kekec_bbs_v2#4