n8n-nodes-mira-apis
v1.0.1
Published
n8n nodes for Mira App Server APIs
Readme
Mira APIs - n8n Community Nodes
Installation
npm install n8n-nodes-mira-apisIncluded Nodes
1. Mira Auth
Handles authentication operations:
- Login
- Logout
- Verify Token
- Get Permission Codes
2. Mira User
Manages user operations:
- Get User Info
- Update User Info
3. Mira Admin
Manages administrator operations:
- List Administrators
- Create Administrator
4. Mira Library
Manages library operations:
- List Libraries
- Create Library
- Update Library
- Delete Library
- Start Library Service
- Stop Library Service
5. Mira Plugin
Manages plugin operations:
- List Plugins
- Get Plugin Info
- Start Plugin
- Stop Plugin
- Install Plugin
- Uninstall Plugin
6. Mira File
Manages file operations:
- Upload Files
- Download Files
- Delete Files
7. Mira Database
Manages database operations:
- List Tables
- Get Table Data
- Get Table Schema
8. Mira Device
Manages device operations:
- List All Devices
- Get Devices by Library
- Disconnect Device
- Send Message to Device
- Get Device Statistics
9. Mira System
Gets system status:
- Health Check (Detailed)
- Simple Health Check
Credentials
The nodes use the "Mira API" credential type which requires:
- Server URL (default: http://localhost:8081)
- Username
- Password
Usage
- Configure your Mira API credentials
- Add the desired Mira node to your workflow
- Select the operation you want to perform
- Configure the required parameters
- Execute the workflow
API Reference
For detailed API documentation, see the Mira App Server API Reference.
Development
See the N8N Node Development Guide for development instructions.
License
MIT
