package
1.0.0-beta.23
Repository: https://github.com/nyancatda/shionbot.git
Documentation: pkg.go.dev

# Functions

* * @description: 使用开放搜索协议搜索wiki,通常来说[0]为搜索标题,[1]为条目标题列表,[2]不知道,[3]为条目链接列表,对应[1] * @param {string} WikiLink Wiki链接 * @param {int} Limit 返回条数限制 * @param {string} title 需要搜索的页面标题 * @return {*} */.
* * @description: 查询页面内容提取物 * @param {string} WikiLink Wiki链接 * @param {int} exchars 返回的字数 * @param {string} title 需要查询的页面标题 * @return {QueryExtractsJson} * @return {error} */.
* * @description: 查询页面信息,返回带URL * @param {string} WikiLink Wiki连接 * @param {string} title 页面标题 * @return {QueryInfoUrlJson} * @return {error} */.
* * @description: 查询页面重定向信息 * @param {string} WikiLink Wiki链接 * @param {string} title 需要查询的页面标题 * @return {QueryRedirectsJson} * @return {error} */.
* * @description: 查询页面修订信息 * @param {string} WikiLink Wiki链接 * @param {string} title 需要查询的页面标题 * @return {QueryRevisionsJson} * @return {error} */.
* * @description: 查询网站的全部系统信息 * @param {string} WikiLink Wiki链接 * @return {QuerySiteinfoGeneralJson} * @return {error} */.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author