mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-10-29 06:22:24 -05:00
⚡ Create New HttpBin Declarative Node
This commit is contained in:
parent
1bb7f88a6e
commit
380b617a5f
4 changed files with 112 additions and 0 deletions
21
nodes/HttpBin/HttpBin.node.json
Normal file
21
nodes/HttpBin/HttpBin.node.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"node": "n8n-nodes-base.httpbin",
|
||||
"nodeVersion": "1.0",
|
||||
"codexVersion": "1.0",
|
||||
"categories": [
|
||||
"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/"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue