kaizendorks/nexus-go-client

Create Components API client

Ouverte

#1 ouverte le 29 mai 2020

 (0 commentaire) (0 réaction) (0 personne assignée)Go (2 forks)auto 404
enhancementgood first issue

Métriques du dépôt

Stars
 (1 étoile)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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}

Guide contributeur