Skip to content

Commit 234544d

Browse files
committed
Add note about getRawIndex API
1 parent ee18205 commit 234544d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,9 @@ If you want to know more about the development workflow or want to contribute, p
345345
- [Get an index instance completed with information fetched from MeiliSearch](https://docs.meilisearch.com/reference/api/indexes.html#get-one-index):
346346
`client.getIndex<T>(uid: string): Promise<Index<T>>`
347347

348+
- [Get the raw index JSON response from MeiliSearch](https://docs.meilisearch.com/reference/api/indexes.html#get-one-index):
349+
`client.getRawIndex(uid: string): Promise<IndexResponse>`
350+
348351
- Get or create an index if it does not exist:
349352

350353
`client.getOrCreateIndex<T>(uid: string, options?: IndexOptions): Promise<Index<T>>`

0 commit comments

Comments
 (0)