kaizendorks/nexus-go-client

Create RoutingRules API client

开放

#10 创建于 2020年5月29日

 (0 条评论) (0 个反应) (0 位负责人)Go (2 个派生)auto 404
enhancementgood first issue

仓库指标

星标
 (1 个星标)
PR 合并指标
 (30 天内没有已合并 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}

贡献者指南