UNPKG

571 BJavaScriptView Raw
1// list of template (example) apps
2// https://github.com/zapier?utf8=%E2%9C%93&q=zapier-platform-example-app-&type=&language=
3module.exports = [
4 // basic
5 'minimal',
6 'trigger',
7 'search',
8 'create',
9
10 // auth types
11 'basic-auth',
12 'custom-auth',
13 'digest-auth',
14 'oauth2',
15 'oauth1-trello',
16 'oauth1-tumblr',
17 'oauth1-twitter',
18 'session-auth',
19
20 // features
21 'dynamic-dropdown',
22 'files',
23 'middleware',
24 'resource',
25 'rest-hooks',
26 'search-or-create',
27
28 // transpilers
29 'babel',
30 'typescript',
31
32 // full examples
33 'github',
34 'onedrive',
35];