kaizendorks/nexus-go-client

Create Email API client

Open

#4 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:

  • Retrieve the current email configuration: GET /beta​/email
  • Set the current email configuration: PUT ​/beta​/email
  • Disable and clear the email configuration: DELETE /beta​/email
  • Send a test email to the email address provided in the request body: POST /beta​/email​/verify

Contributor guide