mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-10-28 14:12:24 -05:00
21 lines
387 B
JSON
21 lines
387 B
JSON
{
|
|
"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/"
|
|
}
|
|
]
|
|
}
|
|
}
|