kaizendorks/nexus-go-client

Create ContentSelectors API client

开放

#2 创建于 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 Content Selectors: GET /beta​/security​/content-selectors
  • Create a new content selector: POST /beta​/security​/content-selectors
  • Get a content selector by id: GET ​/beta​/security​/content-selectors​/{name}
  • Update a content selector: PUT ​/beta​/security​/content-selectors​/{name}
  • Delete a content selector: DELETE ​/beta​/security​/content-selectors​/{name}

贡献者指南