Ice Cream Shop
Number of APIs: 2
This fictional ice cream store needs an API to allow people to order their favorite desserts. One endpoint will let them retrieve the menu of flavors and customizations, and the other endpoint will let them submit an order.
Contact Support:
Name: Fake Store Owner
Email: nobody@example.com
Part one aired May 11th, 2022
View the slides for this session here.
Part two aired June 15th, 2022
View the slides for this session here.
-
Fetch the current inventory for making an order GET {{server_url}}/menu
-
Create New Order POST {{server_url}}/order