|
827cb0c17f
|
Added models: Project, Course, Task.
also added imports to api.py
|
2015-06-10 21:39:42 +03:00 |
|
|
336390d094
|
API: change ststus code on unfound user
|
2015-05-12 17:18:26 +03:00 |
|
|
114bbdfe8b
|
API: Fixed response in getUserByToken. returning JSON and not a string
|
2015-05-12 17:13:38 +03:00 |
|
|
7e2d8914a7
|
Merge to Master from API_Dev
|
2015-05-12 11:38:29 +03:00 |
|
|
278a39710a
|
API: Added auto generated API documentation at /api/documentation
to implement this generator in every Path you want to document add the
following decorator:
@auto.doc()
|
2015-05-12 11:32:22 +03:00 |
|
|
cb0e2643c6
|
API: Seperate User module
|
2015-05-11 21:45:46 +03:00 |
|
|
58a0617395
|
API: fixed response at /api/getUserByToken
|
2015-05-11 21:21:49 +03:00 |
|
|
17665d1bf7
|
Cleaning Repo - .pyc files
|
2015-05-11 21:19:43 +03:00 |
|
|
7684936631
|
Cleaning some code and Packages
Moving the API to a Package.
added 404 page
removed some methods
|
2015-05-09 22:52:30 +03:00 |
|