Exemple #1
0
 def get(self, itemName):
     return Service.getItem(itemName), 200
Exemple #2
0
 def get(self, itemName):
     # curl http://localhost:5000/items/name/"Aged%20Brie"
     return Service.getItem(itemName), 200