Skip to content

Instantly share code, notes, and snippets.

@projectxcappe
Created January 30, 2018 23:03
Show Gist options
  • Save projectxcappe/3c8a15a330ff06390d1229eee10246f5 to your computer and use it in GitHub Desktop.
Save projectxcappe/3c8a15a330ff06390d1229eee10246f5 to your computer and use it in GitHub Desktop.
{
"status": 1,
"msg": "Category List",
"statuscode": 201,
"data": [
{
"category_id": "1",
"name": "burgers",
"venue_id": "1",
"picture": "http://api.lineopener.com/uploads/burguer.png",
"status": "1",
"created": "2017-10-11 00:00:00"
},
{
"category_id": "2",
"name": "chicken",
"venue_id": "1",
"picture": "http://api.lineopener.com/uploads/chicken.png",
"status": "1",
"created": "2017-10-11 00:00:00"
},
{
"category_id": "3",
"name": "dessert",
"venue_id": "1",
"picture": "http://api.lineopener.com/uploads/dessert.png",
"status": "1",
"created": "2017-10-11 00:00:00"
},
{
"category_id": "4",
"name": "fish",
"venue_id": "1",
"picture": "http://api.lineopener.com/uploads/fish.png",
"status": "1",
"created": "2017-10-11 00:00:00"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment