kaizendorks/nexus-go-client

Create RoutingRules API client

Open

#10 opened on May 29, 2020

 (0 comments) (0 reactions) (0 assignees)Go (2 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (1 star)
PR merge metrics
 (PR metrics pending)

Description

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}

Contributor guide