To make a request to fetch our resources, you send a GET request to the endpoint, and you will get a JSON response. Here are the request details
Request URL: hub.amcow.africa/api/v1/resources
GET
JSON Response
{
"data": [
{
"author": "UN Water Africa",
"cover": null,
"description": "This is a description ",
"file": "/resources/AWW6 Final Communique - DAR ES SALAAM ROADMAP.pdf",
"id": 1,
"tags": "Tags",
"title": "African Water Vision 2025",
"type": "Report"
}
]
}