Ejemplo n.º 1
0
 def api_get_groupData(self, id):
     repo = DataRepo(self.dbpath)
     history = repo.get_group_history(id)
     return json.dumps(history)