Example #1
0
 def down_json(self):
     etag_cache(get_last())
     down = get_down()
     return {'down': [c.to_dict() for c in down]}
Example #2
0
 def down_json(self):
     etag_cache(get_last())
     down = get_down()
     return {'down': [c.to_dict() for c in down]}
Example #3
0
 def up_json(self):
     etag_cache(get_last())
     up = get_up()
     return {'up': [c.to_dict() for c in up]}
Example #4
0
 def up_json(self):
     etag_cache(get_last())
     up = get_up()
     return {'up': [c.to_dict() for c in up]}