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

19 lines
327 B
JSON
Raw Normal View History

{
"node": "n8n-nodes-base.httpbin",
"nodeVersion": "1.0",
"codexVersion": "1.0",
2022-06-27 11:45:32 +02:00
"categories": ["Development", "Developer Tools"],
"resources": {
"credentialDocumentation": [
{
2022-07-05 14:37:49 +02:00
"url": "http://httpbin.org/#/Auth/get_bearer"
}
],
"primaryDocumentation": [
{
2022-07-05 14:37:49 +02:00
"url": "http://httpbin.org/"
}
]
}
}