[API Hangouts] Create Views & Queries for Hangouts Endpoint #165
Labels
enhancement
New feature or request
needs discussion
The fix for this issue needs discussion
P1 for MVP
pinned
PARENT TRACKER ISSUE
: #160Create views for the new Hangouts API Endpoint. Some of these items may not need custom code, but are listed here as a reminder of what's needed:
ISAuthenticated
permissions class to require a login for the endpoint. See Permissions in DRFsearch_fields
for endpointperform create
function as needed for specialized user lookup or other (e.g. many-to-many) relations.queryset
for the list view ofprojects
See https://github.com/codebuddies/backend/blob/master/cbv3_django_prototype/cbv3_django_prototype/resources/views.py as one (but not canonical) example.
The text was updated successfully, but these errors were encountered: