Site

Methods

(inner) info()

Source:
返回站点信息
Example
GET /api/v2/site/info

Object
{
  "title": "V2EX",
  "slogan": "way to explore",
  "description": "创意工作者们的社区",
  "domain": "www.v2ex.com"
}"

(inner) stats()

Source:
返回站点状态
Example
GET /api/v2/site/stats

Object
{
  "topic_max":344143,
  "member_max":222394
}"

(inner) topPlayer()

Source:
To Do:
  • implemention
返回站点消费榜
Example
xxx

(inner) topRich()

Source:
To Do:
  • implemention
返回站点财富榜
Example
xxx