Skip to content

zentao-api / RequestOptions

Interface: RequestOptions

高阶 request("moduleName/methodName") 的单次调用选项。

Properties

PropertyTypeDescription
client?ZentaoClient本次调用使用的客户端;优先级高于全局客户端。
insecure?boolean本次调用 TLS 跳过证书验证选项;仅 Node.js 运行时支持。
limit?string本次调用限制返回列表数量,优先级高于全局 limit
recPerPage?string本次调用使用的每页记录数,优先级高于全局 recPerPage
timeout?number本次调用超时时间。

Released under the MIT License.