Release 1.0.0 (#4003)
This commit is contained in:
committed by
GitHub
parent
9814f9803a
commit
aefc86a453
@@ -5,6 +5,23 @@
|
||||
|
||||
The Skyvern TypeScript library provides convenient access to the Skyvern APIs from TypeScript.
|
||||
|
||||
## Table of Contents
|
||||
|
||||
- [Installation](#installation)
|
||||
- [Reference](#reference)
|
||||
- [Usage](#usage)
|
||||
- [Request and Response Types](#request-and-response-types)
|
||||
- [Exception Handling](#exception-handling)
|
||||
- [Advanced](#advanced)
|
||||
- [Additional Headers](#additional-headers)
|
||||
- [Additional Query String Parameters](#additional-query-string-parameters)
|
||||
- [Retries](#retries)
|
||||
- [Timeouts](#timeouts)
|
||||
- [Aborting Requests](#aborting-requests)
|
||||
- [Access Raw Response Data](#access-raw-response-data)
|
||||
- [Runtime Compatibility](#runtime-compatibility)
|
||||
- [Contributing](#contributing)
|
||||
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
@@ -31,7 +48,7 @@ await client.runTask({
|
||||
});
|
||||
```
|
||||
|
||||
## Request And Response Types
|
||||
## Request and Response Types
|
||||
|
||||
The SDK exports all request and response types as TypeScript interfaces. Simply import them with the
|
||||
following namespace:
|
||||
|
||||
Reference in New Issue
Block a user