docs: en
This commit is contained in:
parent
5d093b1435
commit
b441d20e67
|
|
@ -497,8 +497,6 @@ RSSHub 提供下列 API 接口:
|
|||
|
||||
<route name="列表" author="xyqfer" example="/twitter/list/ladyleet/javascript" path="/twitter/list/:id/:name" :paramsDesc="['用户 twitter 名', 'list 名称']"/>
|
||||
|
||||
> 官方文档: [How to use Twitter Lists](https://help.twitter.com/en/using-twitter/twitter-lists)
|
||||
|
||||
### Instagram
|
||||
|
||||
<route name="用户" author="DIYgod" example="/instagram/user/diygod" path="/instagram/user/:id" :paramsDesc="['用户 id']"/>
|
||||
|
|
|
|||
|
|
@ -211,6 +211,8 @@ If no matching results were found, the server returns only a HTTP status code `2
|
|||
|
||||
<routeEn name="User" path="/twitter/user/:id" example="/twitter/user/DIYgod" :paramsDesc="['twitter handler']" />
|
||||
|
||||
<routeEn name="List" author="xyqfer" example="/twitter/list/ladyleet/javascript" path="/twitter/list/:id/:name" :paramsDesc="['user name', 'list name']"/>
|
||||
|
||||
### Instagram
|
||||
|
||||
<routeEn name="User" path="/instagram/user/:id" example="/instagram/user/diygod" :paramsDesc="['Instagram id']" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue