0.0.73 • Published 2 years ago

@inf-monkeys/vines v0.0.73

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Vines.js

安装

安装前需要配置 .npmrc,请联系其他研发同学。

npm install @inf-monkeys/vines

初始化

import { VinesClient } from "@inf-monkeys/vines";

const client = new VinesClient({
  apiKey: "YOUR_VINES_API_KEY",
});

使用示例

import { VinesClient } from "@inf-monkeys/vines";

const client = new VinesClient({
  apiKey: "YOUR_VINES_API_KEY",
});
const workflows = await client.getWorkflowDef({
  workflowId: "64dafc1a73d44c2d8b382e14",
});
0.0.73

2 years ago

0.0.71

2 years ago

0.0.72

2 years ago

0.0.70

2 years ago

0.0.69

2 years ago

0.0.67

2 years ago

0.0.68

2 years ago

0.0.66

2 years ago

0.0.65

2 years ago

0.0.64

2 years ago

0.0.62

2 years ago

0.0.60

2 years ago

0.0.61

2 years ago

0.0.38

2 years ago

0.0.33

2 years ago

0.0.32

2 years ago