-
Notifications
You must be signed in to change notification settings - Fork 5
API Documentation
mustafafeyzioglu edited this page May 16, 2017
·
9 revisions
Purpose of this API is to track students informations in Universities. In this API we have a post and a get method to add a student to our database and get the students in the database .
It returns all students without any parameter.
Response Format | JSON |
Requires Authentication | No |
None.
GET http://127.0.0.1:8000/api/students/
It creates a new student with the given name, number, gpa, department and university. Then it saves it to the database.
Response Format | JSON |
Requires Authentication | No |
Name | Required | Description | Example |
---|---|---|---|
name | yes | Full name of the Student | Ali Aslanalp |
number | yes | Student number of the Student | 2008222324 |
gpa | yes | GPA of the Student | 2.8 |
department | yes | Department that the student pursues his/her degree | Computer Engineering |
university | yes | University name that the student pursues his/her/degree | Bogazici University |
- Meeting 1 - 07.02.2017
- Meeting 2 - 16.02.2017
- Meeting 3 - 21.02.2017
- Meeting 4 - 23.03.2017
- Customer Meeting 1 - 02.03.2017
- Meeting 5 - 01.03.2017
- Meeting 6 - 08.03.2017
- Meeting 7 - 15.03.2017
- Meeting 8 - 07.05.2017
- Meeting 9 - 15.05.2017
- Meeting 10 - 24.09.2017
- Meeting 11 - 02.10.2017
- Meeting 12 - 19.10.2017
- Meeting 13 - 02.11.2017
- Meeting 14 - 09.11.2017
- Meeting 15 - 27.11.2017