REST API server plugin for nci, a Node.js CI system. Version 2.0.1 provides API endpoints for managing builds and projects, including CRUD operations. The server supports JSON responses and token-based protection for destructive actions. Key differentiators: simple integration as an nci plugin, automatic token generation, and filtering/limiting of build queries. Released with maintenance cadence; requires nci >=1.0.11 <1.1.0.
npm install nci-rest-api-serverNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Enables the REST API server plugin for nci by adding it to the plugins array and configuring HTTP host/port.
Set 'http.apiAccessToken' in config or retrieve token from server logs.
Ensure client expects and handles JSON responses.
Include 'token' key in POST/PATCH/DELETE request body.
Ensure nci is installed: npm install nci@">=1.0.11 <1.1.0"
Set 'http.apiAccessToken' in config and include token in request body