Adding permissions resource to superevents API
Adding an endpoint to the superevents API for listing, retrieving, and modifying superevent access permissions. Includes views, a serializer, permissions, urls, etc.
Showing
- gracedb/api/v1/superevents/permissions.py 26 additions, 0 deletionsgracedb/api/v1/superevents/permissions.py
- gracedb/api/v1/superevents/serializers.py 22 additions, 1 deletiongracedb/api/v1/superevents/serializers.py
- gracedb/api/v1/superevents/tests/test_access.py 181 additions, 3 deletionsgracedb/api/v1/superevents/tests/test_access.py
- gracedb/api/v1/superevents/url_templates.py 5 additions, 1 deletiongracedb/api/v1/superevents/url_templates.py
- gracedb/api/v1/superevents/urls.py 14 additions, 0 deletionsgracedb/api/v1/superevents/urls.py
- gracedb/api/v1/superevents/views.py 63 additions, 3 deletionsgracedb/api/v1/superevents/views.py
Loading
Please register or sign in to comment