You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@manifoldcf.apache.org by "Markus Schuch (JIRA)" <ji...@apache.org> on 2017/10/20 18:43:00 UTC

[jira] [Commented] (CONNECTORS-1468) Rocket.Chat Notification Connector

    [ https://issues.apache.org/jira/browse/CONNECTORS-1468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16213032#comment-16213032 ] 

Markus Schuch commented on CONNECTORS-1468:
-------------------------------------------

Created a branch manifoldcf/branches/CONNECTORS-1468, Revision 1812586

> Rocket.Chat Notification Connector
> ----------------------------------
>
>                 Key: CONNECTORS-1468
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-1468
>             Project: ManifoldCF
>          Issue Type: New Feature
>            Reporter: Markus Schuch
>            Assignee: Markus Schuch
>
> Rocket.Chat is a teamchat tool similar to Slack.
> Notifications could be posted through its REST API: https://docs.rocket.chat/developer-guides/rest-api/
> Relevant calls:
> - Connection Check: https://docs.rocket.chat/developer-guides/rest-api/miscellaneous/info
> - Login: https://docs.rocket.chat/developer-guides/rest-api/authentication/login
> - Logout: https://docs.rocket.chat/developer-guides/rest-api/authentication/logout
> - Post Message: https://docs.rocket.chat/developer-guides/rest-api/chat/postmessage
> There is a Java Client Library for the REST API: https://github.com/baloise/rocket-chat-rest-client. But i think i will use plain httpclient since the list of transitive dependencies looks to big. (different jackson version, unirest, org.json, httpclient)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)