Commit Graph

2 Commits

Author SHA1 Message Date
litruv
e105a1fd6b feat: add server field to room details in API documentation
All checks were successful
Build / increment-version (push) Successful in 6s
Build / build-windows (push) Successful in 3m13s
Build / build-linux (push) Successful in 5m3s
Build / create-release (push) Successful in 17s
2026-02-21 22:24:30 +11:00
litruv
4e782409ee feat: Add Paarrot API server with endpoints for controlling app features
All checks were successful
Build / increment-version (push) Successful in 6s
Build / build-windows (push) Successful in 3m14s
Build / build-linux (push) Successful in 4m58s
Build / create-release (push) Successful in 16s
- Implemented API server using Express, including endpoints for health check, status, mute, deafen, channel management, and message sending.
- Added middleware for CORS and JSON body parsing.
- Created test scripts (Node.js and Bash) for API endpoint verification.
- Documented API usage and integration in new API documentation files.
- Updated package.json to include necessary dependencies (express, cors, body-parser).
2026-02-21 21:43:36 +11:00