|
|
vor 5 Jahren | |
|---|---|---|
| data | vor 5 Jahren | |
| .gitignore | vor 5 Jahren | |
| Dockerfile | vor 5 Jahren | |
| README.md | vor 5 Jahren | |
| docker-compose.yml | vor 5 Jahren |
Simple Web API to send xmpp messages via http post requests.
config.ini file.cd datacp config.ini.example config.ini./getToken.py >> config.inivim config.inidocker-compose up -dcurl -i http://localhost:8010 \
-H "Authorization: Bearer 2vAWHgdTn74Rb2D4uU5IvyhSKF4xDYGVnu6D8syGU7Wixx4dXfmvxubCMwOxNKWQ" \
-X POST -H "Content-Type: text/plain" \
--data "put your message here"