kaizendorks/nexus-go-client

Create ContentSelectors API client

Aperta

#2 aperta il 29 mag 2020

 (0 commenti) (0 reazioni) (0 assegnatari)Go (2 fork)auto 404
enhancementgood first issue

Metriche repository

Star
 (1 stella)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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}

Guida contributor