kaizendorks/nexus-go-client

Create Components API client

Open

#1 opened on May 29, 2020

 (0 comments) (0 reactions) (0 assignees)Go (2 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (1 star)
PR merge metrics
 (PR metrics pending)

Description

Add the following functions and corresponding tests:

  • List components: GET /v1​/components:
  • Upload a single component: POST /v1​/components
  • Get a single component: GET /v1​/components​/{id}
  • Delete a single component: DELETE /v1​/components​/{id}

Contributor guide