Skip to content

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"
            }
        ]
}
Clone this wiki locally