Closed msalarab closed 1 year ago
Hello devs
'POST' http://api-gateway/orders { "userId" : "64fc7ac0caa12e39d6a34212", "restaurantId" : "64fc7b70122bd008dcf4c8af", "meals" : [ { "mealId" : "64ff38fc9cf0113399784914", "quantity" : 12 } ], "totalPrice" : 12.2 }
{ "userId" : "64fc7ac0caa12e39d6a34212", "restaurantId" : "64fc7b70122bd008dcf4c8af", "meals" : [ { "mealId" : "64ff38fc9cf0113399784914", "quantity" : 12 } ], "totalPrice" : 12.2 }
'WEBSOCKET' ws://host:port/orders/restaurantId
ws://host:port/orders/restaurantId
make an order
receive order
send and receive location
Thank you!
Hello devs
'POST' http://api-gateway/orders
{ "userId" : "64fc7ac0caa12e39d6a34212", "restaurantId" : "64fc7b70122bd008dcf4c8af", "meals" : [ { "mealId" : "64ff38fc9cf0113399784914", "quantity" : 12 } ], "totalPrice" : 12.2 }
'WEBSOCKET'
ws://host:port/orders/restaurantId
make an order
receive order
send and receive location
Thank you!