api-clients-automation icon indicating copy to clipboard operation
api-clients-automation copied to clipboard

πŸ€– Monorepo of the Algolia API specs and their auto-generated clients and documentation

Results 42 api-clients-automation issues
Sort by recently updated
recently updated
newest added
trafficstars

## 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

Specs

## 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...

JavaScript

## 🧭 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...

Specs

## 🧭 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...