Skip to content

Instantly share code, notes, and snippets.

@tompedals
Last active August 29, 2015 14:13
Show Gist options
  • Save tompedals/d1bcff8b1ce92d417272 to your computer and use it in GitHub Desktop.
Save tompedals/d1bcff8b1ce92d417272 to your computer and use it in GitHub Desktop.
{
"name": "HeyUpdate",
"description": "Send a summary of your teams updates to HipChat",
"keys": "com.heyupdate",
"links": {
"homepage": "http://www.heyupdate.com",
"self": "https://demo.heyupdate.dev/app_dev.php/hipchat/capabilities"
},
"capabilities": {
"hipchatApiConsumer": {
"scopes": [
"send_message",
"send_notification",
"view_group"
]
},
"installable": {
"callbackUrl": "http://requestb.in/13apgmw1"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment