Commit e198b3a6 by 段启岩

API进度更新

parent fe5474b3
......@@ -182,7 +182,7 @@ GET /api/topic/{topicId}/follower
GET /api/my/topic/followed
```
###### 8.我创建的话题
###### :white_check_mark: 8.我创建的话题
```
GET /api/my/topic/created
......@@ -208,19 +208,19 @@ GET /api/topic/recommends
### 四、标签
###### 1.创建标签
###### :white_check_mark: 1.创建标签
```
POST /api/tag
```
###### 2.检索标签
###### :white_check_mark: 2.检索标签
```
GET /api/tags/{keywords}
```
###### 3.我创建的标签
###### :white_check_mark: 3.我创建的标签
```
GET /api/my/tag/created
......@@ -386,7 +386,7 @@ POST /api/blog/{blogId}/comment
DELETE /api/blog/comment/{commentId}
```
###### 10.评论列表
###### :white_check_mark: 10.评论列表
```
GET /api/blog/{blogId}/comments
......@@ -474,37 +474,37 @@ GET /api/user/{userId}/questions
POST /api/question/{questionId}/reply
```
###### 11.采纳回复
###### :white_check_mark: 11.采纳回复
```
PUT /api/question/reply/{replyId}/adoption
```
###### 12.删除回复
###### :white_check_mark: 12.删除回复
```
DELETE /api/question/reply/{replyId}
```
###### 13.回复列表
###### :white_check_mark: 13.回复列表
```
GET /api/question/{questionId}/replys
```
###### 14.发布评论
###### :white_check_mark: 14.发布评论
```
POST /api/quesion/reply/{replyId}/comment
```
###### 15.删除评论
###### :white_check_mark: 15.删除评论
```
DELETE /api/quesion/reply/comment/{commentId}
```
###### 16.评论列表
###### :white_check_mark: 16.评论列表
```
GET /api/quesion/reply/{replyId}/comments
......@@ -532,31 +532,31 @@ GET /api/question/{questionId}/recommends
### 十、动态
###### 1.发布动态
###### :white_check_mark: 1.发布动态
```
POST /api/post
```
###### 2.删除动态
###### :white_check_mark: 2.删除动态
```
DELETE /api/post/{postId}
```
###### 4.动态列表
###### :white_check_mark: 4.动态列表
```
GET /api/posts
```
###### 5.我的动态列表
###### :white_check_mark: 5.我的动态列表
```
GET /api/my/posts
```
###### 6.他人动态列表
###### :white_check_mark: 6.他人动态列表
```
GET /api/user/{userId}/posts
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment