n8n-nodes-starter/nodes/HttpBin/HttpBin.node.json

23 lines
404 B
JSON
Raw Normal View History

{
"node": "n8n-nodes-base.httpbin",
"nodeVersion": "1.0",
"codexVersion": "1.0",
"categories": [
2022-06-14 19:52:39 +02:00
"Development",
"HTTP Request & Response Service",
"Developer Tools"
],
"resources": {
"credentialDocumentation": [
{
"url": "https://docs.n8n.io/credentials/httpbin"
}
],
"primaryDocumentation": [
{
"url": "https://docs.n8n.io/nodes/n8n-nodes-base.httpbin/"
}
]
}
}