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