hngprojects / hng_boilerplate_golang_web

Apache License 2.0
77 stars 50 forks source link

Feat: added get deleted newsletter emails #293

Closed Ajinx1 closed 3 months ago

Ajinx1 commented 3 months ago

Description

This pull request introduces a new API endpoint to retrieve soft-deleted newsletters.

Key Features

API DOC HERE

Acceptance Criteria

Authorization Header:

{
    "Authorization": "Bearer <token>"
}

Related Issue

This pull request addresses Issue 288.

How Has This Been Tested?

The changes have been tested with the following methods:

Screenshots (if appropriate - Postman, etc.)

image image image

Types of Changes

Checklist

Ajinx1 commented 3 months ago

please remove comments

done