kaizendorks/nexus-go-client

Create RoutingRules API client

Aperta

#10 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 routing rules: GET ​/beta​/routing-rules
  • Create a single routing rule: POST ​/beta​/routing-rules
  • Get a single routing rule: GET ​/beta​/routing-rules​/{name}
  • Update a single routing rule: PUT ​/beta​/routing-rules​/{name}
  • Delete a single routing rule: DELETE /beta​/routing-rules​/{name}

Guida contributor