apaas-global
Installation
SKILL.md
aPaaS Global
Use this skill for client.global.*.
Global Options
const option = await client.global.options.detail({
api_name: "store_status"
});
const { total, items } = await client.global.options.listWithIterator({
limit: 100,
filter: { quickQuery: "status" }
});
Use global options to validate enum-like values before writing records or schema.