Updated Features (markdown)

Lauri Ojansivu 2017-09-14 13:50:28 +03:00
parent e08d8f78af
commit c75a8fd20c

@ -109,6 +109,12 @@
* [REST API](https://github.com/wekan/wekan/issues/1037)
Example:
```
curl http://localhost:3000/users/login -d "username=myloginname&password=mypassword"
```
## Webhooks
Sending notifications for board activities. Tested with [Slack](https://slack.com/) and [Rocket.chat](https://rocket.chat/).
```