22 lines
300 B
JSON
22 lines
300 B
JSON
{
|
|
"action": {
|
|
"fetch": {
|
|
"args": [
|
|
"./increment.py",
|
|
"fetch"
|
|
]
|
|
},
|
|
"increment": {
|
|
"args": [
|
|
"./increment.py",
|
|
"increment"
|
|
]
|
|
},
|
|
"decrement": {
|
|
"args": [
|
|
"./increment.py",
|
|
"decrement"
|
|
]
|
|
}
|
|
}
|
|
} |