enhancementgood first issue
Repository metrics
- Stars
- (1 star)
- PR merge metrics
- (PR metrics pending)
Description
Add the following functions and corresponding tests:
- List tasks: GET /v1/tasks
- Get a single task by id: GET /v1/tasks/{id}
- Run task: POST /v1/tasks/{id}/run
- Stop task: POST /v1/tasks/{id}/stop