n8n Dart Client
A Dart client package for interacting with the n8n Public API.
Built and maintained by Spinex IO.
📦 Installation
Add this to your pubspec.yaml
:
dependencies:
n8n_client:
git:
url: https://github.com/spinex-io/n8n_client.git
Libraries
- api/api_client
- api/audit_api
- api/credentials_api
- api/executions_api
- api/projects_api
- api/source_control_api
- api/users_api
- api/variables_api
- api/workflows_api
- models/credential
- models/execution
- models/import_result
- models/project
- models/pull
- models/tag
- models/user
- models/variable
- models/workflow
- n8n_client
- utils/api_exception