Release 0.2.19: Update Fern TS SDK (#3807)
This commit is contained in:
committed by
GitHub
parent
5872e3cde0
commit
43048b1c12
@@ -22,7 +22,7 @@ Instantiate and use the client with the following:
|
||||
```typescript
|
||||
import { SkyvernClient } from "@skyvern/client";
|
||||
|
||||
const client = new SkyvernClient({ xApiKey: "YOUR_X_API_KEY", apiKey: "YOUR_API_KEY" });
|
||||
const client = new SkyvernClient({ apiKey: "YOUR_API_KEY" });
|
||||
await client.runTask({
|
||||
"x-user-agent": "x-user-agent",
|
||||
body: {
|
||||
|
||||
Reference in New Issue
Block a user