File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 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.
12131213const response = await replicate .request (route, parameters);
12141214```
12151215
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 ` . |
12241224
12251225The ` replicate.request() ` method is used by the other methods
12261226to interact with the Replicate API.
You can’t perform that action at this time.
0 commit comments