UNPKG

zapier-platform-cli

Version:

The CLI for managing integrations in Zapier Developer Platform.

36 lines (31 loc) 571 B
// list of template (example) apps // https://github.com/zapier?utf8=%E2%9C%93&q=zapier-platform-example-app-&type=&language= module.exports = [ // basic 'minimal', 'trigger', 'search', 'create', // auth types 'basic-auth', 'custom-auth', 'digest-auth', 'oauth2', 'oauth1-trello', 'oauth1-tumblr', 'oauth1-twitter', 'session-auth', // features 'dynamic-dropdown', 'files', 'middleware', 'resource', 'rest-hooks', 'search-or-create', // transpilers 'babel', 'typescript', // full examples 'github', 'onedrive', ];