Django REST Framework Tree Router
pip install drf-tree-router
Documentation: https://mrthearman.github.io/drf-tree-router/
Source Code: https://github.com/MrThearMan/drf-tree-router/
Contributing: https://github.com/MrThearMan/drf-tree-router/blob/main/CONTRIBUTING.md
A Django REST Framework router that can be nested with other routers to create a tree-like structure of your API endpoints. The router also accepts APIViews in addition to ViewSets.