drf-tree-router

Create browsable routes by nesting routers in a tree-like structure.

MIT License

Downloads
111
Stars
2
Committers
1

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.