Skip to content

Commit

Permalink
Update API.md, add username param
Browse files Browse the repository at this point in the history
  • Loading branch information
bynil committed Oct 29, 2019
1 parent 0a30af4 commit b1549a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion API.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ Params:
| lte | int | false | 最晚发帖时间 | epoch_second |
| node | string | false | 指定节点名称 | |
| operator | string | false | 关键词关系参数 | or(默认), and |
| username | string | false | 指定主题作者(不区分大小写,对隐藏自己主题列表的用户返回空结果,不存在的用户返回 404) | |

```
https://www.sov2ex.com/api/search?q=大规模集群环境&sort=sumup&order=0&lte=1510846453
https://www.sov2ex.com/api/search?q=搜索&sort=sumup&order=0&lte=1510846453&username=mornlight
```

Response:
Expand Down

0 comments on commit b1549a3

Please # to comment.