n8n-nodes-starter/nodes/S4DSMain/api-definitions.json

34 lines
695 B
JSON
Raw Normal View History

2025-07-10 16:01:04 -05:00
{
"authentication": {
2025-07-22 08:19:06 -05:00
"services": [
{
"name": "generateToken",
"file": "actions/authentication/generateToken.json"
2025-07-10 16:01:04 -05:00
}
2025-07-22 08:19:06 -05:00
]
2025-07-10 16:01:04 -05:00
},
"products": {
2025-07-22 08:19:06 -05:00
"services": [
{
"name": "getProductCount",
"file": "actions/products/getProductCount.json"
2025-07-10 16:01:04 -05:00
}
2025-07-22 08:19:06 -05:00
]
2025-07-10 16:01:04 -05:00
},
"customers": {
2025-07-22 08:19:06 -05:00
"services": [
{
"name": "getCustomerByDocument",
"file": "actions/customers/getCustomerByDocument.json"
2025-07-10 16:01:04 -05:00
},
2025-07-22 08:19:06 -05:00
{
"name": "createCustomer",
"file": "actions/customers/createCustomer.json"
2025-07-19 16:41:02 -05:00
},
2025-07-22 08:19:06 -05:00
{
"name": "updateCustomer",
"file": "actions/customers/updateCustomer.json"
2025-07-19 16:41:02 -05:00
}
2025-07-22 08:19:06 -05:00
]
2025-07-10 16:01:04 -05:00
}
}