api-clients-automation
api-clients-automation copied to clipboard
π€ Monorepo of the Algolia API specs and their auto-generated clients and documentation
## Describe the problem This experimental feature is being added: https://www.algolia.com/doc/api-reference/api-methods/search/#method-response-processingtimingsms ## Describe the solution Add to the specs whenever we want
## Describe the problem From https://github.com/algolia/api-clients-automation/pull/695 > This is based on an assumption, but if I'd implement this endpoint in the search engine, I would shortcut to the facet search...
## π§ What and Why Remove mention of "Index-specific API keys:" in the reference for `operationIndex`. These are deprecated and don't exist on Metis.
Weekly dependencies update. Contribute to #532
## π§ What and Why Fix a bug in the `chunked_batch` helper for the Python API client. The bug shows when using the `replace_all_objects` helperβthe new index won't have all...
## π§ What and Why π JIRA Ticket: ### Changes included: - List changes ## π§ͺ Test
## π§ What and Why The current [`DioRequester.requestUri`](https://github.com/algolia/api-clients-automation/blob/78f29f1cd21d74530535652c68a2cc3ab38997a7/clients/algoliasearch-client-dart/packages/client_core/lib/src/transport/dio/dio_requester.dart#L100) method will incorrectly return a [data: URI](https://api.flutter.dev/flutter/dart-core/Uri/Uri.dataFromString.html) when [`HttpRequest.queryParameters`](https://pub.dev/documentation/algolia_client_core/latest/algolia_client_core/HttpRequest/queryParameters.html) is not empty ```dart /// Existing code Uri requestUri(HttpRequest request) { Uri uri...
## π§ What and Why In this PR I have created a custom [`Requester`](https://github.com/algolia/algoliasearch-client-dart/blob/main/packages/client_core/lib/src/transport/requester.dart) based on [Chopper](https://github.com/lejard-h/chopper). Why? Dio is great, but if my Flutter app uses [http](https://pub.dev/packages/http) I now...
## π§ What and Why Add documentation for newly added `/schedule` endpoint π JIRA Ticket: [OPTIM-1160] ### Changes included: - Add new endpoint to the list - Add new parameter...
## π§ What and Why π JIRA Ticket: https://algolia.atlassian.net/browse/DI-2961 ### Changes included: - update the README template to use the correct UMD path - point to the API documentation in...