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