symphonyoss / hubot-symphony

Hubot adapter for Symphony
Apache License 2.0
12 stars 11 forks source link

Room management #40

Open mistryvinay opened 7 years ago

mistryvinay commented 7 years ago

Add room management to symphony.coffee.

This would include,

Here are the API endpoints to perform these calls, https://rest-api.symphony.com/docs/message-format

jonfreedman commented 7 years ago

I've added the following methods to the adaptor which can be called via robot.adapter as shown in the sendDirectMessageToEmail example. Please see the flow types for how to call these.

The CreateRoomType type may change, given it's using Map

I haven't tested this, I noticed the documented return type for setActive is different to create, update & info. Not sure if that's correct?

I am guessing you probably want to be able to add/remove/promote/demote members as well?

jonfreedman commented 7 years ago

I've added the methods to manage membership