Available Daily Reports API
Author: Marius Moldovan
Endpoint: /daily-reports/countries
Method: GET
Fetches a list of all countries which have a daily report stored in the database.
- Internally, It iterates through the "reports" collection and retrieves the name for every report's countryID.
Response Example
['Colombia', 'Dominican Republic', 'Ecuador', 'Guatemala', 'Honduras', 'Haiti', 'Iraq', 'El Salvador', 'Yemen']
Error Cases
• 500 if a server or database exception occurs.