feat(tasks): implement JSON-LD REST API with hypermedia and pagination #16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/issue-12-tasks-rest-api"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Resolves #12
Exposes Tasks actions via
/api/v1/tasksand/api/v1/tasks/{id}, supporting paginated listing, viewing single tasks, creation, toggling, and deletion.