api-clients-automation
api-clients-automation copied to clipboard
🤖 Monorepo of the Algolia API specs and their auto-generated clients and documentation
## 🧭 What and Why 🎟 JIRA Ticket: - ### Changes included: - port https://github.com/algolia/algoliasearch-client-javascript/pull/1517 - redirect contributing to the doc since we never update the md file
## 🧭 What and Why 🎟 JIRA Ticket: ### Changes included: related to https://github.com/algolia/api-clients-automation/pull/2834
## 🧭 What and Why As we're trying to unify FX libraries, we want to avoid requiring users to import a bunch of different packages. We've made those changes to...
## 🧭 What and Why Use the helper spec to generate tests, starting with the simplest: generateSecuredApiKey
## 🧭 What and Why Add specs for `/samples` endpoint for GA Connector mapping UI in the dashboard. 🎟 JIRA Ticket: [EEX-976](https://algolia.atlassian.net/browse/EEX-976) ### Changes included: - Add `/1/sources/{sourceID}/samples` path -...
## 🧭 What and Why Instead of initizalizing everything locally and on the CI, we can reuse the same docker image to save a lot of time.
## 🧭 What and Why OpenAPI generators metadata files are pushed (and removed) from API clients repositories, although not useful for those repos. ### Changes included: Ignore OpenAPI generators metadata...
## 🧭 What and Why Validate compatibility with different environments: - Java LTS versions: 8, 11 and 17 - Java distributions: temurin and zulu 🎟 JIRA Ticket: APIC-643 ### Changes...
## Description It's unclear now what is the best method to clear an index before sending new data. I used this approach, but it's not clear to me if this...
## Description - SearchResponse, SearchResponses should take a single generic THit - HighlightResult and SnippetResults should take a single generic THit SnippetResults and HighlightResult should also be recursive as in...