kaizendorks/nexus-go-client

Create Tasks API client

Aberta

#15 aberto em 29 de mai. de 2020

 (0 comentário) (0 reação) (0 responsável)Go (2 forks)auto 404
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

Guia do colaborador