Closed ellenxxxiao closed 2 weeks ago
Create endpoints for the reminder functionality.
GET
PATCH
POST
DELETE
Make sure the endpoints are tested.
Branch issue-36-create_reminder_endpoints created!
Create endpoints for the reminder functionality.
GET
endpoint to get all set reminders for the patients.PATCH
endpoint to update field(s) of a reminder.POST
endpoint to create a new reminder.DELETE
endpoint to remove an existing reminder.Make sure the endpoints are tested.