intake/tests/demo_basic_callback/intake.json

22 lines
300 B
JSON
Raw Permalink Normal View History

2023-06-01 03:50:56 +00:00
{
"action": {
"fetch": {
2023-06-03 00:09:51 +00:00
"args": [
2024-11-07 02:39:44 +00:00
"./increment.py",
2023-06-03 00:09:51 +00:00
"fetch"
]
},
2023-06-01 03:50:56 +00:00
"increment": {
2023-06-03 00:09:51 +00:00
"args": [
2024-11-07 02:39:44 +00:00
"./increment.py",
2023-06-03 00:09:51 +00:00
"increment"
]
},
"decrement": {
"args": [
2024-11-07 02:39:44 +00:00
"./increment.py",
2023-06-03 00:09:51 +00:00
"decrement"
]
2023-06-01 03:50:56 +00:00
}
}
}