tarunisrani / Swiggy-Hackathrone

0 stars 0 forks source link

API 4 #2

Open tarunisrani opened 7 years ago

tarunisrani commented 7 years ago

List of restaurants on the path to destination from first restaurant. input (order_id) output [restaurant{id, name, rating}]

nishantbhb commented 7 years ago

path: /getsecondrestaurants

input: @RequestParam("orderId") long orderId

output: List

{ long rest_Id; String rest_Name; float rating; }