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

Closed
opened 1 week ago by みてるぞ · 0 comments

ルーティング:

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 | レス削除 |
みてるぞ added the
backend
label 1 week ago
みてるぞ closed this issue 1 week ago
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.