Awesome
<div align="center">API Clients Automation
The Algolia API clients are generated from OpenAPI specs, leveraging the open-source openapi-generator tool.
<p align="center"> <strong> <a href="https://api-clients-automation.netlify.app/">API clients automation documentation</a> • <a href="https://www.algolia.com/doc/">Algolia documentation</a> </strong> </p> </div>Migration note from current API clients
In July 2022, we released an alpha version generated API clients for the JavaScript, Java and PHP languages. If you are using the latest stable of those clients and looking to upgrade, read the migration guide. You can still browse the documentation of the stable clients on the Algolia documentation.
💡 Getting Started with the clients
You can read getting started
guides and how to use the API clients on our documentation.
✨ Contributing
Looking to add a new client, or fix a bug? Make sure to take a look at our contribution guides.
Setup repository tooling
nvm use && yarn
Setup dev environment
Make sure to have Docker installed so you don't have to install the tooling for every API clients.
yarn docker:setup
Read more on our documentation
CLI
The CLI allows you to make changes locally and run commands through the docker container.
Guides and requirements
Read the guides and requirements to:
Tests
Test the generated clients by running:
- The
playground
(see documentation) - The
Common Test Suite
(see documentation).
For full documentation, visit the online documentation.
❓ Troubleshooting
Encountering an issue with the API clients? Before reaching out to support, we recommend heading to our FAQ where you will find answers to the most common issues and gotchas with the client.
You can also open an issue on GitHub.
📄 License
Algolia API clients automation is an open-sourced software licensed under the MIT license.