File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,6 @@ Typescript SDK for Instill AI products
13
13
14
14
## Setup
15
15
16
- > [ !NOTE]
17
- > For setting up development environment, please refer to [ Contributing] ( #contributing )
18
-
19
16
### Requirements
20
17
21
18
- Node 16+
@@ -39,7 +36,7 @@ pnpm add @instill-ai/typescript-sdk
39
36
40
37
```
41
38
// node.js
42
- const InstillClient = require("@instill-ai/typescript-sdk");
39
+ const InstillClient = require("@instill-ai/typescript-sdk").default ;
43
40
44
41
// next.js
45
42
import InstillClient from "@instill-ai/typescript-sdk";
@@ -268,13 +265,6 @@ modelDefinitionName,
268
265
| createApiTokenMutation | payload |
269
266
| deleteApiTokenMutation | tokenName |
270
267
271
- ## Error Handling:
272
-
273
- Explains common errors and ways to resolve them.
274
-
275
- ## Integration Guide:
276
-
277
- Guidance on how to incorporate the SDK into other applications.
278
268
279
269
## Contribution Guidelines:
280
270
You can’t perform that action at this time.
0 commit comments