Exemplo n.º 1
0
 def get(self):
   restful.send_successful_response(self, assist.all(user.User))
Exemplo n.º 2
0
 def get(self):
   restful.send_successful_response(self, assist.all(project.Project))
Exemplo n.º 3
0
 def get(self):
   restful.send_successful_response(self, assist.all(location.Location))
Exemplo n.º 4
0
 def get(self):
   restful.send_successful_response(self, assist.all(task.Task))
Exemplo n.º 5
0
 def get(self):
   restful.send_successful_response(self, assist.all(project_category.ProjectCategory))
Exemplo n.º 6
0
 def get(self):
   restful.send_successful_response(self, assist.all(note.Note))
Exemplo n.º 7
0
 def get(self):
   restful.send_successful_response(self, assist.all(address.Address))
Exemplo n.º 8
0
 def get(self):
   restful.send_successful_response(self, assist.all(workunit.Workunit))
Exemplo n.º 9
0
 def get(self):
   restful.send_successful_response(self, assist.all(sprint.Sprint))