{"GET /articles":{"accepts":"N/A","description":"Returns all the articles","returns":"[{id: integer, title: string, author: string, summary: string, dateRead: string, datePublished: string, link: string, img_path: string, type: integer}]"},"GET /health":{"accepts":"N/A","description":"Returns the health status of the database","returns":"Database health status"},"POST /articles":{"accepts":"{articleLink: string}","description":"Adds a new article using the provided link and returns the saved article metadata","returns":"{id: integer, title: string, author: string, summary: string, dateRead: string, datePublished: string, link: string, img_path: string, type: integer}"}}