-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Gagandeep Singh Chadha edited this page Oct 17, 2017
·
5 revisions
-
List of all restaurants.
- restaurants/List
- GET
- None
- None
-
Query for restaurants
- restaurants/Search/
- POST
- None
-
{ Search: ’Search keyword’ }
-
Data for restaurant with particular restaurantID
- restaurants/restID/:restID
- GET
- restID
- None
-
Used to register new user
- User/register
- POST
- None
-
{ Name: ‘User name’, Email: ‘User email’, Username: ‘username to be used to login’, Password: ‘password to authenticate user’ }
-
Used to authenticate user
- User/authenticate
- POST
- None
-
{ Username: ‘Username corresponding to user’, Password: ‘Password to authenticate the user’ }