Restaurants in Location
Header Authorization: required.
Header Authentication : not required.
PATH
[GET] /restaurant/list/location/{location_id}
[GET] /restaurant/featured/list/location/{location_id}
[GET] /restaurant/list/featured
PARAMETERS:
RESPONSE:
{
"data": [
{
"id": 14,
"logo_url": "UPLOADS/stores/images/1499441676_logo_Store-Logos-Onyx.png",
"url": "onyxapparel",
"name": "Oyenx Apparel",
"banner_url": "UPLOADS/stores/images/1497536183_banner_onyxx-store2.jpg",
"city": "Enugu",
"opening_time": null,
"address": "6 Ngwu Aneke Crescent Emene",
"store_type": "Manufacturer"
},
{
"id": 15,
"logo_url": "UPLOADS/stores/images/1505317373_logo_Store-Logos-ntachi3.png",
"url": "ntachiosa",
"name": "Ntachi Osa",
"banner_url": "UPLOADS/stores/images/1505399494_banner_Ntachi-Osa4.jpg",
"city": "Enugu",
"opening_time": null,
"address": "New Haven Junction",
"store_type": "Manufacturer"
}
],
"status": "success",
"message": "Restaurants listed",
"error": {
"detail": "all restaurants listed",
"code": "200"
}
}