From ba5f24c9d0bfba1b338816969e5283103f5cbb0e Mon Sep 17 00:00:00 2001 From: Aleksandr Soloshenko Date: Fri, 9 Feb 2024 11:43:44 +0700 Subject: [PATCH] [docs] Add Python client link --- web/mkdocs/docs/api.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/mkdocs/docs/api.md b/web/mkdocs/docs/api.md index 171eb1a8..ffa2a6f0 100644 --- a/web/mkdocs/docs/api.md +++ b/web/mkdocs/docs/api.md @@ -9,4 +9,5 @@ You can find the OpenAPI specification for our API at the following link: [OpenA We offer client libraries in various programming languages to assist with integration: - **[PHP](https://github.com/capcom6/android-sms-gateway-php)**: install the package via composer: `composer require capcom6/android-sms-gateway`; -- **[JavaScript / TypeScript](https://github.com/capcom6/android-sms-gateway-ts)**: install the package via npm: `npm install android-sms-gateway` or bun: `bun add android-sms-gateway`. +- **[JavaScript / TypeScript](https://github.com/capcom6/android-sms-gateway-ts)**: install the package via npm: `npm install android-sms-gateway` or bun: `bun add android-sms-gateway`; +- **[Python](https://github.com/capcom6/android-sms-gateway-py)**: install the package via pip: `pip install android-sms-gateway`.