adjust documentation
This commit is contained in:
parent
e521672b0a
commit
9ed087195a
@ -3,13 +3,13 @@
|
|||||||
|
|
||||||
# LINK Mobility Austria PHP API Client
|
# LINK Mobility Austria PHP API Client
|
||||||
|
|
||||||
LINK Mobility provides a service for sending mobile messages (SMS, Whatsapp, RCS, Chatbot, ...).
|
[LINK Mobility](https://www.linkmobility.de/) provides a service for sending mobile messages (SMS, Whatsapp, RCS, Chatbot, ...).
|
||||||
|
|
||||||
The API client enables the simple integration of the LINK Mobility service into PHP-based projects. Requests to send messages can be sent, the status and the response are evaluated.
|
The API client enables the simple integration of the LINK Mobility service into PHP-based projects. Requests to send messages can be sent, the status and the response are evaluated.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
The interface currently supports the sending of SMS (text and binary). The API is prepared for the integration of other message formats.
|
The interface currently supports the sending of SMS (text and binary) based on the [Message API in version 1.0.0](https://docs.linkmobility.de/sms-api/rest-api). The API is prepared for the integration of other message formats.
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
@ -39,7 +39,7 @@ If you have a suggestion that would make this better, please fork the repo and c
|
|||||||
- Push to the Branch (git push origin feature/AmazingFeature)
|
- Push to the Branch (git push origin feature/AmazingFeature)
|
||||||
- Open a Pull Request
|
- Open a Pull Request
|
||||||
|
|
||||||
## Licence
|
## License
|
||||||
(status: 2022-07-13)
|
(status: 2022-07-13)
|
||||||
|
|
||||||
Distributed under the GPLv3 license.
|
Distributed under the GPLv3 license.
|
||||||
|
@ -3,13 +3,13 @@
|
|||||||
|
|
||||||
# LINK Mobility Austria PHP API Client
|
# LINK Mobility Austria PHP API Client
|
||||||
|
|
||||||
LINK Mobility stellt einen Service zum Versenden von mobilen Nachrichten (SMS, Whatsapp, RCS, Chatbot, ...) zur Verfügung.
|
[LINK Mobility](https://www.linkmobility.de/) stellt einen Service zum Versenden von mobilen Nachrichten (SMS, Whatsapp, RCS, Chatbot, ...) zur Verfügung.
|
||||||
|
|
||||||
Der API Client ermöglicht die einfache Einbindung des LINK Mobility Dienstes in PHP-basierende Projekte. Es können Anfragen zum Nachrichtenversand geschickt werden, der Status und die Antwort werden ausgewertet.
|
Der API Client ermöglicht die einfache Einbindung des LINK Mobility Dienstes in PHP-basierende Projekte. Es können Anfragen zum Nachrichtenversand geschickt werden, der Status und die Antwort werden ausgewertet.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
Von der Schnittstelle wird derzeit der Versand von SMS (Text und Binär) unterstützt. Für die Integration weiterer Nachrichtenformate ist die API vorbereitet.
|
Die Schnittstelle unterstützt derzeit den Versand von SMS (Text und Binär) auf Basis der [Message API in Version 1.0.0](https://docs.linkmobility.de/sms-api/rest-api). Für die Integration weiterer Nachrichtenformate ist die API vorbereitet.
|
||||||
|
|
||||||
## Erste Schritte
|
## Erste Schritte
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user