You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This page will contain the endpoints (and HTTP verbs necessary) for Espresso.
/restaurant - GET - List all restaurants. Return all fields.
/restaurant/{:id} - GET - List single restaurant. Return all of its fields. /restaurant/{:id} - PUT - Update restaurant. /restaurant/{:id} - DELETE - Delete current restaurant.
/restaurant/create - POST - Create new restaurant.