enhancementgood first issue
Métricas do repositório
- Stars
- (1 estrela)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 30d)
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