deleted deleted • about 12 years ago
Just-Eat API Documentation
All requests are HTTP GET requests.
Use the following headers:
Accept-Charset: utf-8
Accept-Language: en-GB
Accept-Tenant: UK
Authorization: Basic a2luZ3MtaGFjazpqNHlrN3ljb3Q1MHRmMng=
User-Agent: hackkings
Host: api-interview.just-eat.com
Content-Type: application/json
Accept-Version: 2
Examples:
Get restaurants
http://api-interview.just-eat.com/restaurants?q={postcode}
eg.
http://api-interview.just-eat.com/restaurants?q=nw36dj
Get Menu's details for restaurant
http://api-interview.just-eat.com/restaurants/{restaurantID}/productcategories?type=delivery&time=2014-02-21T16:30:36:819Z
eg.
http://api-interview.just-eat.com/restaurants/1368/productcategories?type=delivery&time=2014-02-21T16:30:36:819Z
Comments are closed.

0 comments