main
HerrHase 5 days ago
parent bd65cdfcc2
commit e689be1b42

@ -23,3 +23,5 @@ npm run addFlow
A Class for that have only the async method run. Each Object of class
has the current flow, the requested body and optional a JsonSchema. The Class
must be placed.
## clients

@ -0,0 +1,23 @@
# Signpost / Xmpp
Using Signpost to send you messages for Debugging, as Warning, status of Deploy or Critical Errors from
Services or Server.
## Messages
´´´
🚨 <hostname> / <message>
<hostname> / <message>
<hostname> / <message>
´´´
## Sending
### Curl
```
curl -X POST https://<domain>/api/flow/v1/<uuid>
-H 'Content-Type: application/json'
-H 'Authorization: Bearer <token>'
-d '{"message":"<text>"}'
```

@ -9,6 +9,7 @@ import logger from './../../packages/server/helper/logger.js'
* using a xmpp-server to send messages in a group
*
*
*
* @author Björn Hase <me@herr-hase.wtf>
* @license hhttps://www.gnu.org/licenses/gpl-3.0.en.html GPL-3
* @link https://git.node001.net/HerrHase/signpost.git

Loading…
Cancel
Save