{"id":13520087,"url":"https://github.com/algolia/algoliasearch-client-kotlin","last_synced_at":"2025-04-05T16:08:13.379Z","repository":{"id":35891348,"uuid":"153273215","full_name":"algolia/algoliasearch-client-kotlin","owner":"algolia","description":"⚡️ A fully-featured and blazing-fast Kotlin/Android API client to interact with Algolia.","archived":false,"fork":false,"pushed_at":"2025-03-11T21:35:11.000Z","size":5619,"stargazers_count":59,"open_issues_count":17,"forks_count":23,"subscribers_count":57,"default_branch":"main","last_synced_at":"2025-03-14T05:02:30.398Z","etag":null,"topics":["algolia","algolia-api","api-client","coroutines","kotlin","search-engine"],"latest_commit_sha":null,"homepage":"https://www.algolia.com/doc/api-client/getting-started/install/kotlin/","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/algolia.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-10-16T11:19:09.000Z","updated_at":"2025-03-13T21:29:35.000Z","dependencies_parsed_at":"2023-11-15T18:26:53.582Z","dependency_job_id":"7163121c-cf32-46cf-b4f1-7c9aef9bc747","html_url":"https://github.com/algolia/algoliasearch-client-kotlin","commit_stats":null,"previous_names":[],"tags_count":137,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/algolia%2Falgoliasearch-client-kotlin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/algolia%2Falgoliasearch-client-kotlin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/algolia%2Falgoliasearch-client-kotlin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/algolia%2Falgoliasearch-client-kotlin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/algolia","download_url":"https://codeload.github.com/algolia/algoliasearch-client-kotlin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247361689,"owners_count":20926643,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["algolia","algolia-api","api-client","coroutines","kotlin","search-engine"],"created_at":"2024-08-01T05:02:11.019Z","updated_at":"2025-04-05T16:08:13.350Z","avatar_url":"https://github.com/algolia.png","language":"Kotlin","funding_links":[],"categories":["Kotlin","API Clients"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.algolia.com\"\u003e\n    \u003cimg alt=\"Algolia for Kotlin\" src=\"https://raw.githubusercontent.com/algolia/algoliasearch-client-common/master/banners/kotlin.png\" \u003e\n  \u003c/a\u003e\n\n\u003ch4 align=\"center\"\u003eThe perfect starting point to integrate \u003ca href=\"https://algolia.com\" target=\"_blank\"\u003eAlgolia\u003c/a\u003e within your Kotlin project\u003c/h4\u003e\n\n  \u003cp align=\"center\"\u003e\n    \u003ca href=\"https://search.maven.org/search?q=a:algoliasearch-client-kotlin\"\u003e\u003cimg src=\"https://img.shields.io/maven-central/v/com.algolia/algoliasearch-client-kotlin?label=Download\" alt=\"Latest version\"\u003e\u003c/img\u003e\u003c/a\u003e\n    \u003ca href=\"https://opensource.org/licenses/MIT\"\u003e\u003cimg src=\"https://img.shields.io/badge/License-MIT-yellow.svg\" alt=\"Licence\"\u003e\u003c/img\u003e\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.algolia.com/doc/libraries/kotlin/\" target=\"_blank\"\u003eDocumentation\u003c/a\u003e  •\n  \u003ca href=\"https://discourse.algolia.com\" target=\"_blank\"\u003eCommunity Forum\u003c/a\u003e  •\n  \u003ca href=\"http://stackoverflow.com/questions/tagged/algolia\" target=\"_blank\"\u003eStack Overflow\u003c/a\u003e  •\n  \u003ca href=\"https://github.com/algolia/algoliasearch-client-kotlin/issues\" target=\"_blank\"\u003eReport a bug\u003c/a\u003e  •\n  \u003ca href=\"https://www.algolia.com/doc/api-client/troubleshooting/faq/kotlin/\" target=\"_blank\"\u003eFAQ\u003c/a\u003e  •\n  \u003ca href=\"https://alg.li/support\" target=\"_blank\"\u003eSupport\u003c/a\u003e\n\u003c/p\u003e\n\n## ✨ Features\n\n- The Kotlin client is compatible with Kotlin `1.6` and higher.\n- It is compatible with Kotlin project on the JVM, such as backend and Android applications.\n- It relies on the open source Kotlin libraries for seamless integration into Kotlin projects:\n    - [Kotlin multiplatform](https://kotlinlang.org/docs/reference/multiplatform.html).\n    - [Kotlinx serialization](https://github.com/Kotlin/kotlinx.serialization) for json parsing.\n    - [Kotlinx coroutines](https://github.com/Kotlin/kotlinx.coroutines) for asynchronous operations.\n    - [Ktor](https://github.com/ktorio/ktor) HTTP client.\n- The Kotlin client integrates the actual Algolia documentation in each source file: Request parameters, response fields, methods and concepts; all are documented and link to the corresponding url of the Algolia doc website.\n- The client is thread-safe. You can use `SearchClient`, `AnalyticsClient`, and `InsightsClient` in a multithreaded environment.\n\n## 💡 Getting Started\n\nInstall the Kotlin client by adding the following dependency to your `gradle.build` file:\n\n  ```gradle\n  repositories {\n     mavenCentral()\n  }\n  \n  dependencies {\n     implementation \"com.algolia:algoliasearch-client-kotlin:$version\"\n  }\n  ```\nAlso, choose and add to your dependencies one of [Ktor http client engines](https://ktor.io/docs/http-client-engines.html).\nAlternatively, you can use [algoliasearch-client-kotlin-bom](/client-bom).  \n\nFor full documentation, visit the **[Algolia Kotlin API Client](https://www.algolia.com/doc/libraries/kotlin/)**.\n\n## ❓ Troubleshooting\n\nEncountering an issue? Before reaching out to support, we recommend heading to our [FAQ](https://www.algolia.com/doc/api-client/troubleshooting/faq/kotlin/) where you will find answers for the most common issues and gotchas with the client.\n\n## Use the Dockerfile\n\nIf you want to contribute to this project without installing all its dependencies, you can use our Docker image. Please check our [dedicated guide](DOCKER_README.md) to learn more.\n\n## 📄 License\n\nThe Algolia Kotlin API Client is an open-sourced software licensed under the [MIT license](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falgolia%2Falgoliasearch-client-kotlin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falgolia%2Falgoliasearch-client-kotlin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falgolia%2Falgoliasearch-client-kotlin/lists"}