kaizendorks/nexus-go-client

Create ContentSelectors API client

オープン

#2 opened on 2020/05/29

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

Repository metrics

Stars
 (1 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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}

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