kaizendorks/nexus-go-client

Create Tasks API client

Aperta

#15 aperta il 29 mag 2020

 (0 commenti) (0 reazioni) (0 assegnatari)Go (2 fork)auto 404
enhancementgood first issue

Metriche repository

Star
 (1 stella)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

Guida contributor