Closed import-keshav closed 4 years ago
What if I give you an API that return of list of dishes on basis of categories ? All you have to do is to send only the category name only.
But how will I know about the categories available to the restaurant and also this will require the calling of API multiple time
Send the data in format { breakfast:[...], lunch:[...] . . }
{ breakfast:[...], lunch:[...] . . }
What if I give you an API that return of list of dishes on basis of categories ? All you have to do is to send only the category name only.