intake/tests/demo_basic_callback/intake.json

12 lines
182 B
JSON
Raw Normal View History

2023-06-01 03:50:56 +00:00
{
"action": {
"fetch": {
"exe": "./increment.py",
"args": ["fetch"]
},
2023-06-01 03:50:56 +00:00
"increment": {
"exe": "./increment.py",
"args": ["increment"]
}
}
}