From c75a8fd20c486d99554658c58f259f3542116a64 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 14 Sep 2017 13:50:28 +0300 Subject: [PATCH] Updated Features (markdown) --- Features.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Features.md b/Features.md index 66e7cab..e2b375b 100644 --- a/Features.md +++ b/Features.md @@ -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/). ```