kaizendorks/nexus-go-client

Create RoutingRules API client

オープン

#10 opened on 2020/05/29

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Go (2 件のフォーク)auto 404
enhancementgood first issue

Repository metrics

Stars
 (1 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

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}

コントリビューターガイド