跳到导航

0.23.3

(fix): 如果未指定令牌环境变量,则不会生成 NPM 发布作业。

(feat): 代码片段现在使用 client 变量名,如下所示:

import { AcmeClient } from "acme";
const client = new AcmeClient({ apiKey: "YOUR_API_KEY" });
await client.users.create({
firstName: "john",
lastName: "doe"
});