Description:
Several API endpoints return a 501 Not Implemented error, which means they are not yet functional. These endpoints need to be implemented to complete the API.
Affected Endpoints:
GET /api/newsletters/{newsletter_id}
GET /api/newsletters/{newsletter_id}/articles
POST /api/newsletters/process (URL and file_url processing)
Tasks:
Implement the logic for each of the missing endpoints.
Add tests to ensure they work as expected.
Labels: backend, api, enhancement
Description:
Several API endpoints return a 501 Not Implemented error, which means they are not yet functional. These endpoints need to be implemented to complete the API.
Affected Endpoints:
GET /api/newsletters/{newsletter_id}
GET /api/newsletters/{newsletter_id}/articles
POST /api/newsletters/process (URL and file_url processing)
Tasks:
Implement the logic for each of the missing endpoints.
Add tests to ensure they work as expected.
Labels: backend, api, enhancement