Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amir-arad/node-red-contrib-nocobase
https://github.com/amir-arad/node-red-contrib-nocobase
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/amir-arad/node-red-contrib-nocobase
- Owner: amir-arad
- Created: 2024-06-17T12:12:26.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-06-24T09:24:38.000Z (5 months ago)
- Last Synced: 2024-10-12T17:45:46.788Z (about 1 month ago)
- Language: JavaScript
- Size: 466 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-red-contrib-nocobase
Connect to [NocoBase](https://docs.nocobase.com/) from [Node-RED](https://nodered.org/).
## Node Configuration
- `Base URL`: The base URL of your NocoBase API.
- `Resource`: The resource you want to interact with (e.g., `test`).
- `Method`: The method to use (e.g., `list`, `get`, `create`, `update`, `delete`).
- `Action`: The custom action to use (e.g., `customAction`).
- `Plugin`: The plugin to use (e.g., `customPlugin`).
- `Schema`: Indicates schema management.
- `Model`: Indicates data modeling.### Input Message Properties
- `msg.resource`: (Optional) The resource to interact with.
- `msg.method`: (Optional) The method to use.
- `msg.params`: (Optional) Parameters for the request.
- `msg.action`: (Optional) Custom action to perform.
- `msg.plugin`: (Optional) Plugin to use.
- `msg.schema`: (Optional) Indicates schema management.
- `msg.model`: (Optional) Indicates data modeling.### Output Message Properties
- `msg.payload`: The response data from the NocoBase API.
[Example Flows](docs/example-flows.md)