Add a route for grabbing a task due date, a
GET /projects/{projectId}/tasks/{taskId}/date
to add to the
DELETE
&
PUT
actions currently available for that route.
Eventually including it in the
GET /projects/{projectId}/tasks
collection response and a
GET /projects/projectId}/tasks/{taskId}
item response would be nice too.