Django REST Framework Tree Router

Coverage Status GitHub Workflow Status PyPI GitHub GitHub Last Commit GitHub Issues Downloads

Python Version Django Version DRF Version

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.