UNPKG

zapier-platform-cli

Version:

The CLI for apps in the Zapier Developer Platform.

18 lines (16 loc) 292 B
const listRecipesRequest = { url: 'http://example.com/recipes' }; const Recipe = { key: 'recipe', //... list: { display: { label: 'New Recipe', description: 'Triggers when a new recipe is added.' }, operation: { perform: listRecipesRequest } } };