Closed dcolli23 closed 4 years ago
I want to create a class that will be used whenever a UPC is entered by the UPC scanner.
This class should handle the HTTPS GET request and create an instance of IngredientResult class for the resulting ingredient.
IngredientResult
Addressed in c14a73f424b3f2ed72b13635b89edfd3ae73884c
Description
I want to create a class that will be used whenever a UPC is entered by the UPC scanner.
This class should handle the HTTPS GET request and create an instance of
IngredientResult
class for the resulting ingredient.