• Jan 17, 2026 Building Node Js Rest Api With Tdd Approach 10 PI will do. Document the endpoints, HTTP methods, expected inputs, and outputs. For example, if you’re building a simple task management API, you might have: `GET /tasks` - Retrieve all tasks `POST /tasks` - Create a new task `GET /tasks/:id` - Retrieve a specific task `PUT /ta By Tyree Gleason