Last active
March 29, 2017 08:09
-
-
Save whitewhidow/267c1b6c0ca4edf7af7cfc0dbfe7144e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "My rust Integration", | |
"description": "An integration that does wonderful things", | |
"key": "com.branchbit.rustchat", | |
"links": { | |
"homepage": "http://rcon.branchbit.be", | |
"self": "http://rcon.branchbit.be/hipchatintegration/capabilities" | |
}, | |
"capabilities": { | |
"webhook": [ | |
{ | |
"url": "http://rcon.branchbit.be/hipchatcallback", | |
"pattern": "^(.*)", | |
"event": "room_message", | |
"authentication": "jwt", | |
"name": "Echo" | |
} | |
], | |
"hipchatApiConsumer": { | |
"scopes": [ | |
"send_notification", | |
"send_message" | |
] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment