Created
September 11, 2018 00:43
-
-
Save enigmatikme/3473f2e6cd062c152ec678921ff69165 to your computer and use it in GitHub Desktop.
Jalapeno Business - api example
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
/recommendations/1 | |
[ | |
{ | |
"publicationsList": [ | |
{ | |
"img": "http://lorempixel.com/640/480/nightlife", | |
"title": "quibusdam quisquam iusto", | |
"url": "http://lorempixel.com/640/480" | |
}, | |
{ | |
"img": "http://lorempixel.com/640/480/nightlife", | |
"title": "error ipsum rerum", | |
"url": "http://lorempixel.com/640/480" | |
}, | |
{ | |
"img": "http://lorempixel.com/640/480/nightlife", | |
"title": "velit perferendis porro", | |
"url": "http://lorempixel.com/640/480" | |
}, | |
{ | |
"img": "http://lorempixel.com/640/480/nightlife", | |
"title": "consequatur est qui", | |
"url": "http://lorempixel.com/640/480" | |
}, | |
{ | |
"img": "http://lorempixel.com/640/480/nightlife", | |
"title": "laudantium consequuntur natus", | |
"url": "http://lorempixel.com/640/480" | |
}, | |
{ | |
"img": "http://lorempixel.com/640/480/nightlife", | |
"title": "quia in voluptatem", | |
"url": "http://lorempixel.com/640/480" | |
}, | |
{ | |
"img": "http://lorempixel.com/640/480/nightlife", | |
"title": "fugiat neque id", | |
"url": "http://lorempixel.com/640/480" | |
}, | |
{ | |
"img": "http://lorempixel.com/640/480/nightlife", | |
"title": "quaerat provident sunt", | |
"url": "http://lorempixel.com/640/480" | |
}, | |
{ | |
"img": "http://lorempixel.com/640/480/nightlife", | |
"title": "non corrupti debitis", | |
"url": "http://lorempixel.com/640/480" | |
}, | |
{ | |
"img": "http://lorempixel.com/640/480/nightlife", | |
"title": "quidem quod dolorem", | |
"url": "http://lorempixel.com/640/480" | |
}, | |
{ | |
"img": "http://lorempixel.com/640/480/nightlife", | |
"title": "dolores voluptatem mollitia", | |
"url": "http://lorempixel.com/640/480" | |
}, | |
{ | |
"img": "http://lorempixel.com/640/480/nightlife", | |
"title": "molestiae repellendus et", | |
"url": "http://lorempixel.com/640/480" | |
}, | |
{ | |
"img": "http://lorempixel.com/640/480/nightlife", | |
"title": "esse ratione vitae", | |
"url": "http://lorempixel.com/640/480" | |
}, | |
{ | |
"img": "http://lorempixel.com/640/480/nightlife", | |
"title": "nulla soluta adipisci", | |
"url": "http://lorempixel.com/640/480" | |
}, | |
{ | |
"img": "http://lorempixel.com/640/480/nightlife", | |
"title": "qui ab dolorum", | |
"url": "http://lorempixel.com/640/480" | |
} | |
], | |
"whatToOrderList": [], | |
"photos": [ | |
{ | |
"name": "http://lorempixel.com/640/480/food", | |
"sm": "http://lorempixel.com/640/480/food", | |
"med": "http://lorempixel.com/640/480/food", | |
"lg": "http://lorempixel.com/640/480/food" | |
}, | |
{ | |
"name": "http://lorempixel.com/640/480/food", | |
"sm": "http://lorempixel.com/640/480/food", | |
"med": "http://lorempixel.com/640/480/food", | |
"lg": "http://lorempixel.com/640/480/food" | |
}, | |
{ | |
"name": "http://lorempixel.com/640/480/food", | |
"sm": "http://lorempixel.com/640/480/food", | |
"med": "http://lorempixel.com/640/480/food", | |
"lg": "http://lorempixel.com/640/480/food" | |
}, | |
{ | |
"name": "http://lorempixel.com/640/480/food", | |
"sm": "http://lorempixel.com/640/480/food", | |
"med": "http://lorempixel.com/640/480/food", | |
"lg": "http://lorempixel.com/640/480/food" | |
} | |
], | |
"_id": "5b96fd6d44d1fe09579b1519", | |
"id": 1, | |
"__v": 0 | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment