node-red-contrib-nec-baas
Version:
Node-RED nodes for NEC Mobile Backend Platform
31 lines (29 loc) • 856 B
JSON
{
"nebula": {
"label": {
"name":"Name",
"apiname": "API Name",
"method": "Method",
"subpath": "Subpath",
"apidata": "API Data",
"jsonObject": "Convert to JSON object?",
"headers": "Headers",
"addHeaders": "Add Headers?",
"clearHeaders": "Clear Headers?",
"contentType": "content-Type",
"response": "Response",
"binaryResp": "Use Binary Response?"
},
"placeholder": {
"name": "Name of this Node",
"apidata": "e.g. JSON string, plain text string",
"contentType": "text/html"
},
"tip": "",
"status": {
},
"errors": {
"invalid-apidata":"Invalid 'API Data'. Check the json format."
}
}
}