Closed AndyRae closed 3 months ago
The future of the API is in the V2 endpoints, we would like to be able to cleanly delete V1 in the future.
Some of the V2 endpoints are subclasses of V1, we should now unsubclass them - so V1 is easier to remove.
ModelViewSet
get_queryset
ScanReportAccessFilter
Endpoints:
The future of the API is in the V2 endpoints, we would like to be able to cleanly delete V1 in the future.
Some of the V2 endpoints are subclasses of V1, we should now unsubclass them - so V1 is easier to remove.
Tasks
ModelViewSet
or what the original V1 is subclassed on.get_queryset
:ScanReportAccessFilter
as a filter backendEndpoints: