From 42e686a19f1f847cf5e033fa1ff920b0daf43455 Mon Sep 17 00:00:00 2001 From: Aleksandr Soloshenko Date: Fri, 8 Dec 2023 12:30:35 +0700 Subject: [PATCH] Added: information about API client libraries --- web/mkdocs/docs/api.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/web/mkdocs/docs/api.md b/web/mkdocs/docs/api.md index ff1c6cda..adf7f66d 100644 --- a/web/mkdocs/docs/api.md +++ b/web/mkdocs/docs/api.md @@ -4,4 +4,9 @@ The Android SMS Gateway provides an API that allows you to send SMS messages pro You can find the OpenAPI specification for our API at the following link: [OpenAPI Specification](https://capcom6.github.io/android-sms-gateway/). This specification includes detailed information about the available endpoints, request/response structure, and more. -Feel free to explore it for better understanding and integration with our service. \ No newline at end of file +## Clients + +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**: In progress.