Consolidate APIs into a single endpoint
We now have a single API endpoint, /api/, which can handle all authentication methods directed to it. The /apibasic/ and /apiweb/ URLs will probably be maintained for legacy reasons, but will not include any additional logic (they will just be carbon-copies of /api/ under a different namespace).
Showing
- config/urls.py 4 additions, 4 deletionsconfig/urls.py
- docs/user_docs/source/auth.rst 9 additions, 14 deletionsdocs/user_docs/source/auth.rst
- docs/user_docs/source/lvem.rst 2 additions, 2 deletionsdocs/user_docs/source/lvem.rst
- docs/user_docs/source/rest.rst 4 additions, 4 deletionsdocs/user_docs/source/rest.rst
- gracedb/api/backends.py 5 additions, 6 deletionsgracedb/api/backends.py
- gracedb/api/utils.py 45 additions, 74 deletionsgracedb/api/utils.py
- gracedb/api/versioning.py 11 additions, 6 deletionsgracedb/api/versioning.py
- gracedb/events/buildVOEvent.py 10 additions, 12 deletionsgracedb/events/buildVOEvent.py
- gracedb/events/permission_utils.py 0 additions, 9 deletionsgracedb/events/permission_utils.py
- gracedb/events/views.py 1 addition, 1 deletiongracedb/events/views.py
- gracedb/superevents/buildVOEvent.py 13 additions, 10 deletionsgracedb/superevents/buildVOEvent.py
- gracedb/superevents/mixins.py 1 addition, 1 deletiongracedb/superevents/mixins.py
- gracedb/superevents/models.py 1 addition, 1 deletiongracedb/superevents/models.py
- gracedb/templates/gracedb/event_detail_script.js 5 additions, 5 deletionsgracedb/templates/gracedb/event_detail_script.js
- gracedb/templates/gracedb/index.html 1 addition, 1 deletiongracedb/templates/gracedb/index.html
- gracedb/templates/profile/manage_password.html 1 addition, 1 deletiongracedb/templates/profile/manage_password.html
- gracedb/templates/superevents/detail.html 8 additions, 8 deletionsgracedb/templates/superevents/detail.html
- gracedb/templates/superevents/file_list.html 1 addition, 1 deletiongracedb/templates/superevents/file_list.html
- gracedb/templates/superevents/superevent_detail_script.js 7 additions, 7 deletionsgracedb/templates/superevents/superevent_detail_script.js
Loading
Please register or sign in to comment