Headlines Request and Reply - abdelrahmanelbakry/NewsApplication GitHub Wiki

Clients will send GET message
http://young-journey-4873.herokuapp.com/

Server will reply with a JSON file like this
{"headlines": [ { "id": "1234" , "providerId": "1" , "categoryId":"1" , "img": "http://at.com/12.jpg" , "title": "Die Kraft von Deutschland" }, { "id": "1235" , "img": "http://at.com/13.jpg" , "title": "Prime Minster made a sudden move" } ] }

⚠️ **GitHub.com Fallback** ⚠️