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