# API 總表
* [README](https://hackmd.io/@twitter-2022/API_README)
## Admin 相關路由
* [`GET` /api/admin/users](https://hackmd.io/@twitter-2022/get-users)
* [`POST` /api/admin/signin](https://hackmd.io/@twitter-2022/admin-signin)
* [`DELETE` /api/admin/tweets/:id](https://hackmd.io/@twitter-2022/delete-tweet)
## User 相關路由
* [`GET` /api/users/:id](https://hackmd.io/@twitter-2022/getUserById)
* [`GET` /api/currentUser](https://hackmd.io/@twitter-2022/current-user)
* [`GET` /api/users/:id/tweets](https://hackmd.io/@twitter-2022/H19PjK7p5)
* [`GET` /api/users/:id/replied_tweets](https://hackmd.io/@twitter-2022/BJEymm46c)
* [`GET` /api/users/:id/likes](https://hackmd.io/@twitter-2022/rkX6qRNT5)
* [`GET` /api/users/:id/followings](https://hackmd.io/@twitter-2022/rypJiN8p9)
* [`GET` /api/users/:id/followers](https://hackmd.io/@twitter-2022/SkQobrLpq)
* [`POST` /api/users](https://hackmd.io/@twitter-2022/user-signup)
* [`POST` /api/users/signin](https://hackmd.io/@twitter-2022/user-signin)
* [`PUT` /api/users/:id](https://hackmd.io/@twitter-2022/update-profile)
## Followship 相關路由
* [`GET` /api/followships](https://hackmd.io/@twitter-2022/get-top-followships)
* [`POST` /api/followships](https://hackmd.io/@twitter-2022/add-follow)
* [`DELETE` /api/followships/:followingId](https://hackmd.io/@twitter-2022/remove-follow)
## Tweet 相關路由
* [`GET` /api/tweets](https://hackmd.io/6RsPjQTbSrWRHkd9KDk08w)
* [`GET` /api/tweets/:id](/K0Rhsl_ATXmowQNgjKF4VQ)
* [`POST` /api/tweets](https://hackmd.io/@twitter-2022/add-tweet)
## Like 相關路由
* [`POST` /api/tweets/:id/like](https://hackmd.io/@twitter-2022/like-tweet)
* [`POST` /api/tweets/:id/unlike](https://hackmd.io/@twitter-2022/unlike-tweet)
## Reply 相關路由
* [`GET` /api/tweets/:tweet_id/replies](https://hackmd.io/@twitter-2022/getTweetReplies)
* [`POST` /api/tweets/:tweet_id/replies](https://hackmd.io/@twitter-2022/replyTweet)
## 相關連結
* [回首頁](https://hackmd.io/@twitter-2022/index)
###### tags: `API-doc`、`index`
{"metaMigratedAt":"2023-06-17T05:35:12.571Z","metaMigratedFrom":"Content","title":"API 總表","breaks":false,"contributors":"[{\"id\":\"ca26eedb-5845-4863-9e10-3ad5eb24afb2\",\"add\":2440,\"del\":1186},{\"id\":\"e730980c-5045-423d-bfac-32277d973c75\",\"add\":772,\"del\":2}]"}
API 總表
Admin 相關路由
User 相關路由
Followship 相關路由
Tweet 相關路由
Like 相關路由
Reply 相關路由
相關連結
tags: API-doc
、index