curl2vro
Version:
A utility to convert curl commands to VMware vRealize Orchestrator (vRO) JavaScript code
30 lines (29 loc) • 681 B
JSON
{
"name": "curl2vro",
"version": "1.0.5",
"description": "A utility to convert curl commands to VMware vRealize Orchestrator (vRO) JavaScript code",
"main": "curl2vRO.js",
"scripts": {
"test": "node test.js"
},
"keywords": [
"curl",
"vro",
"vrealize",
"orchestrator",
"vmware",
"converter",
"rest",
"api"
],
"author": "Mayank Goyal <mayankgoyalmax@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/imtrinity94/Curl2vRO"
},
"bugs": {
"url": "https://github.com/imtrinity94/Curl2vRO/issues"
},
"homepage": "https://cloudblogger.co.in"
}