This commit is contained in:
Aran Zaiger 2015-06-22 01:38:14 +03:00
parent 346d5b4aaa
commit f1d73aab64
3 changed files with 9 additions and 3 deletions

View file

@ -108,7 +108,8 @@ def get_campuses(token):
'title': 'JCE',<br>
'email_ending': '@post.jce.ac.il',<br>
'master_user_id': 123453433341, (User that created the campus)<br>
'avatar_url': 'http://some.domain.com/imagefile.jpg'<br>
'avatar_url': 'http://some.domain.com/imagefile.jpg',<br>
'id' : 1234567890<br>
},<br>
....<br>
{<br>

View file

@ -189,6 +189,8 @@ def getCourseByCampusName(name):
'startDate': '2015-14-3'<br>
'endDate': '2015-29-6'<br>
'taskFlag': 'False'<br>
'id' : 1234567890<br>
}
</code>
<br>
@ -232,7 +234,9 @@ def getMessagesByCourseName(name):
'campusName': 'JCE',<br>
'startDate': '2015-14-3'<br>
'endDate': '2015-29-6'<br>
'taskFlag': 'False'<br>
'taskFlag': false,<br>
'id' : 1234567890<br>
}
</code>
<br>

View file

@ -106,7 +106,8 @@ def getProjectsByCourseName(name):
'grade': 98,<br>
'logo_url': 'http://location.domain.com/image.jpg',<br>
'gitRepository': 'http://location.git.com/somthing',<br>
'membersId': ['bob', 'dylan', 'quentin', 'terentino']<br>
'membersId': ['bob', 'dylan', 'quentin', 'terentino'],<br>
'id' : 1234567890<br>
}
</code>
<br>