cmd/svr | ||
pkg | ||
vendor | ||
.gitignore | ||
config.json | ||
Dockerfile | ||
go.mod | ||
go.sum | ||
README.md |
Matrix Handler
Usage
POST /generic/{matrixRoom}/{matrixUser}/{matrixPassword} This is a generic handler that will accept any form of data and pass it through to Matrix using the appropriate JSON format.
Usage
POST /slack/{matrixRoom}/{matrixUser}/{matrixPassword} This is a Slack-friendly handler that will accept any form of Slack data and pass through just the text to Matrix using the appropriate JSON format.