@@ -22,9 +22,6 @@ be found [here](https://github.com/algolia/algoliasearch-client-python-async).
2222You can find the full reference on [ Algolia's website] ( https://www.algolia.com/doc/api-client/python/ ) .
2323
2424
25- ## Table of Contents
26-
27-
2825
29261 . ** [ Install] ( #install ) **
3027
@@ -202,8 +199,6 @@ search.start();
202199
203200
204201
205-
206-
207202### Search
208203
209204- [ Search an index] ( https://algolia.com/doc/api-reference/api-methods/search/?language=python )
@@ -214,18 +209,15 @@ search.start();
214209
215210
216211
217-
218212### Indexing
219213
220214- [ Add objects] ( https://algolia.com/doc/api-reference/api-methods/add-objects/?language=python )
221215- [ Update objects] ( https://algolia.com/doc/api-reference/api-methods/update-objects/?language=python )
222216- [ Partial update objects] ( https://algolia.com/doc/api-reference/api-methods/partial-update-objects/?language=python )
223217- [ Delete objects] ( https://algolia.com/doc/api-reference/api-methods/delete-objects/?language=python )
224- - [ Delete by query ] ( https://algolia.com/doc/api-reference/api-methods/delete-by-query /?language=python )
218+ - [ Delete by] ( https://algolia.com/doc/api-reference/api-methods/delete-by/?language=python )
225219- [ Get objects] ( https://algolia.com/doc/api-reference/api-methods/get-objects/?language=python )
226220- [ Custom batch] ( https://algolia.com/doc/api-reference/api-methods/batch/?language=python )
227- - [ Wait for operations] ( https://algolia.com/doc/api-reference/api-methods/wait-task/?language=python )
228-
229221
230222
231223
@@ -238,7 +230,6 @@ search.start();
238230
239231
240232
241-
242233### Manage indices
243234
244235- [ List indexes] ( https://algolia.com/doc/api-reference/api-methods/list-indices/?language=python )
@@ -250,7 +241,6 @@ search.start();
250241
251242
252243
253-
254244### API Keys
255245
256246- [ Create secured API Key] ( https://algolia.com/doc/api-reference/api-methods/generate-secured-api-key/?language=python )
@@ -263,7 +253,6 @@ search.start();
263253
264254
265255
266-
267256### Synonyms
268257
269258- [ Save synonym] ( https://algolia.com/doc/api-reference/api-methods/save-synonym/?language=python )
@@ -277,12 +266,11 @@ search.start();
277266
278267
279268
280-
281269### Query rules
282270
283271- [ Save a single rule] ( https://algolia.com/doc/api-reference/api-methods/rules-save/?language=python )
284272- [ Batch save multiple rules] ( https://algolia.com/doc/api-reference/api-methods/rules-save-batch/?language=python )
285- - [ Read a rule] ( https://algolia.com/doc/api-reference/api-methods/rules-read /?language=python )
273+ - [ Get a rule] ( https://algolia.com/doc/api-reference/api-methods/rules-get /?language=python )
286274- [ Delete a single rule] ( https://algolia.com/doc/api-reference/api-methods/rules-delete/?language=python )
287275- [ Clear all rules] ( https://algolia.com/doc/api-reference/api-methods/rules-clear/?language=python )
288276- [ Search for rules] ( https://algolia.com/doc/api-reference/api-methods/rules-search/?language=python )
@@ -291,24 +279,25 @@ search.start();
291279
292280
293281
294-
295282### MultiClusters
296283
297284- [ Assign or Move userID] ( https://algolia.com/doc/api-reference/api-methods/assign-user-id/?language=python )
298285- [ Get top userID] ( https://algolia.com/doc/api-reference/api-methods/get-top-user-id/?language=python )
299286- [ Get userID] ( https://algolia.com/doc/api-reference/api-methods/get-user-id/?language=python )
300287- [ List clusters] ( https://algolia.com/doc/api-reference/api-methods/list-clusters/?language=python )
301- - [ List userID ] ( https://algolia.com/doc/api-reference/api-methods/list-user-id/?language=python )
288+ - [ List userIDs ] ( https://algolia.com/doc/api-reference/api-methods/list-user-id/?language=python )
302289- [ Remove userID] ( https://algolia.com/doc/api-reference/api-methods/remove-user-id/?language=python )
303290- [ Search userID] ( https://algolia.com/doc/api-reference/api-methods/search-user-id/?language=python )
304291
305292
306293
307294
308-
309295### Advanced
310296
311- - [ Get latest logs] ( https://algolia.com/doc/api-reference/api-methods/get-logs/?language=python )
297+ - [ Get logs] ( https://algolia.com/doc/api-reference/api-methods/get-logs/?language=python )
298+ - [ Configuring timeouts] ( https://algolia.com/doc/api-reference/api-methods/configuring-timeouts/?language=python )
299+ - [ Set extra header] ( https://algolia.com/doc/api-reference/api-methods/set-extra-header/?language=python )
300+ - [ Wait for operations] ( https://algolia.com/doc/api-reference/api-methods/wait-task/?language=python )
312301
313302
314303
0 commit comments