Created
January 30, 2018 23:03
-
-
Save projectxcappe/3c8a15a330ff06390d1229eee10246f5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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