File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -1213,14 +1213,14 @@ Low-level method used by the Replicate client to interact with API endpoints.
1213
1213
const response = await replicate .request (route, parameters);
1214
1214
```
1215
1215
1216
- | name | type | description |
1217
- | -------------------- | ------ | ------------------------------------------------- ----------- |
1218
- | ` options.route ` | ` string ` | Required. REST API endpoint path. |
1219
- | ` options.params ` | ` object ` | URL query parameters for the given route. |
1220
- | ` options.method ` | ` string ` | HTTP method for the given route. |
1221
- | ` options.headers ` | ` object ` | Additional HTTP headers for the given route. |
1222
- | ` options.data ` | `object | FormData` | Request body. |
1223
- | ` options.signal ` | ` AbortSignal ` | Optional ` AbortSignal ` . |
1216
+ | name | type | description |
1217
+ | -------------------- | ------------------- | ----------- |
1218
+ | ` options.route ` | ` string ` | Required. REST API endpoint path.
1219
+ | ` options.params ` | ` object ` | URL query parameters for the given route. |
1220
+ | ` options.method ` | ` string ` | HTTP method for the given route. |
1221
+ | ` options.headers ` | ` object ` | Additional HTTP headers for the given route. |
1222
+ | ` options.data ` | `object | FormData` | Request body. |
1223
+ | ` options.signal ` | ` AbortSignal ` | Optional ` AbortSignal ` . |
1224
1224
1225
1225
The ` replicate.request() ` method is used by the other methods
1226
1226
to interact with the Replicate API.
You can’t perform that action at this time.
0 commit comments