-
Notifications
You must be signed in to change notification settings - Fork 0
Schemas
Sharat M R edited this page Jan 21, 2015
·
3 revisions
##App Model
{
name: webhooked,
path: "/home/me/apps/webhooked",
tasks: [
"git pull",
"npm install",
"grunt test",
],
access_tokens : [
{
id: 1,
token : "FDE6784940CB49965CA2"
permission : "r"
}
]
}