Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
在 API 文档中展示 SDK 代码示例。
x-codeSamples
paths: /plants: get: # ... x-codeSamples: - lang: bash label: 列出所有未浇水的植物 source: | planter list -u - lang: javascript label: 列出所有未浇水的植物 source: | const planter = require('planter'); planter.list({ unwatered: true }); - lang: bash label: 列出所有盆栽植物 source: | planter list -p - lang: javascript label: 列出所有盆栽植物 source: | const planter = require('planter'); planter.list({ potted: true });