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
1313
1414## Setup
1515
16- > [ !NOTE]
17- > For setting up development environment, please refer to [ Contributing] ( #contributing )
18-
1916### Requirements
2017
2118- Node 16+
@@ -39,7 +36,7 @@ pnpm add @instill-ai/typescript-sdk
3936
4037```
4138// node.js
42- const InstillClient = require("@instill-ai/typescript-sdk");
39+ const InstillClient = require("@instill-ai/typescript-sdk").default ;
4340
4441// next.js
4542import InstillClient from "@instill-ai/typescript-sdk";
@@ -268,13 +265,6 @@ modelDefinitionName,
268265| createApiTokenMutation | payload |
269266| deleteApiTokenMutation | tokenName |
270267
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.
278268
279269## Contribution Guidelines:
280270
You can’t perform that action at this time.
0 commit comments