UNPKG

processus

Version:
18 lines (17 loc) 458 B
{ "name": "Demo12", "description": "A demo showing requestHandle GETting the github raw JSON file for demo1.", "tasks": { "call github for demo1": { "blocking": true, "handler": "../taskhandlers/requestHandler", "parameters": { "options": { "url": "https://raw.githubusercontent.com/cloudb2/processus/master/test/demo1.json", "method": "GET", "json": true } } } } }