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