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

Karl Wright commented on CONNECTORS-1468:
-----------------------------------------

Still haven't had a chance to look at this, but if it builds and it passes 
integration tests then I think you can commit it to trunk.  Ideally, you'd want 
an integration test and a UI test in place first, but others have contributed 
connectors without that.  Just be prepared to support users if they have 
trouble. ;-)


> Rocket.Chat Notification Connector
> ----------------------------------
>
>                 Key: CONNECTORS-1468
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-1468
>             Project: ManifoldCF
>          Issue Type: New Feature
>          Components: Rocket.Chat connector
>            Reporter: Markus Schuch
>            Assignee: Markus Schuch
>             Fix For: ManifoldCF 2.9
>
>
> 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)

Reply via email to