forked from facebook/create-react-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DataFire.yml
44 lines (44 loc) · 862 Bytes
/
DataFire.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
options:
cors: true
actions:
action: ./actions/action.js
action1: ./actions/action1.js
tasks:
task:
schedule: cron(5 8 ? * 0)
action: giphy/getGifById
accounts: {}
monitor:
action: giphy/getGifById
accounts: {}
trackBy: id
array: data.featured_tags
input:
gifId: 0
task1:
schedule: cron(5 8 ? * 0)
action: pivotaltracker/tokens.active.get
accounts: {}
monitor:
action: pivotaltracker/tokens.active.get
accounts: {}
trackBy: ''
array: ''
paths:
/paths0:
get:
action: giphy/getGifById
accounts: {}
/paths1:
get:
action: pivotaltracker/tokens.active.get
accounts: {}
tests:
test:
action: giphy/getGifById
accounts: {}
input:
gifId: 0
test1:
action: pivotaltracker/tokens.active.get
accounts: {}