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.