-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Bounty: 75documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Task
Create a Postman collection that covers the following API endpoints:
POST /register
— Create a new timerPOST /cancel
— Cancel an existing timerPOST /remaining
— Check remaining time for a timerPOST /extend
— Extend a timer's durationGET /test
— Health check endpointPOST /webhook
— Test webhook receiver
Requirements
- Each endpoint should have a properly configured Postman request, including the correct HTTP method, URL, and basic body/sample payload if relevant.
- Add example requests and responses for each endpoint.
- Organize the collection for easy testing and sharing with developers.
- Attach the Postman collection file (
.json
) to this issue once completed.
Metadata
Metadata
Assignees
Labels
Bounty: 75documentationImprovements or additions to documentationImprovements or additions to documentation