konova/api
mpeltriaux cf82f4b223 #31 API basic implementation Token Authentication
* adds token checking to AbstractModelAPIView
* adds user accessibility filtering for intervention API v1
* extends fetch_and_serialize() method to take a dict for db filtering instead of a single field and value
* organizes urlnames into supporting formats like "api:v1:intervention"
2022-01-21 16:15:16 +01:00
..
models #31 API basic implementation Token Authentication 2022-01-21 16:15:16 +01:00
tests #31 API basic implementation 2022-01-21 15:26:08 +01:00
urls #31 API basic implementation Token Authentication 2022-01-21 16:15:16 +01:00
views #31 API basic implementation Token Authentication 2022-01-21 16:15:16 +01:00
__init__.py #31 API basic implementation 2022-01-21 15:26:08 +01:00
admin.py #31 API basic implementation 2022-01-21 15:26:08 +01:00
apps.py #31 API basic implementation 2022-01-21 15:26:08 +01:00
settings.py #31 API basic implementation Token Authentication 2022-01-21 16:15:16 +01:00