Skip to content

Commit 6c0a5c8

Browse files
committed
README formatting
1 parent 38bc74f commit 6c0a5c8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -1213,14 +1213,14 @@ Low-level method used by the Replicate client to interact with API endpoints.
12131213
const 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

12251225
The `replicate.request()` method is used by the other methods
12261226
to interact with the Replicate API.

0 commit comments

Comments
 (0)