Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrthearman/drf-tree-router
Create browsable routes by nesting routers in a tree-like structure.
https://github.com/mrthearman/drf-tree-router
django django-rest-framework python router
Last synced: 9 days ago
JSON representation
Create browsable routes by nesting routers in a tree-like structure.
- Host: GitHub
- URL: https://github.com/mrthearman/drf-tree-router
- Owner: MrThearMan
- License: mit
- Created: 2022-04-06T17:34:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-04T09:02:35.000Z (12 days ago)
- Last Synced: 2024-11-04T10:18:24.671Z (12 days ago)
- Topics: django, django-rest-framework, python, router
- Language: Python
- Homepage: https://pypi.org/project/drf-tree-router/
- Size: 3.06 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Django REST Framework Tree Router
[![Coverage Status][coverage-badge]][coverage]
[![GitHub Workflow Status][status-badge]][status]
[![PyPI][pypi-badge]][pypi]
[![GitHub][licence-badge]][licence]
[![GitHub Last Commit][repo-badge]][repo]
[![GitHub Issues][issues-badge]][issues]
[![Downloads][downloads-badge]][pypi][![Python Version][version-badge]][pypi]
[![Django Version][django-badge]][pypi]```shell
pip install drf-tree-router
```---
**Documentation**: [https://mrthearman.github.io/drf-tree-router/](https://mrthearman.github.io/drf-tree-router/)
**Source Code**: [https://github.com/MrThearMan/drf-tree-router/](https://github.com/MrThearMan/drf-tree-router/)
**Contributing**: [https://github.com/MrThearMan/drf-tree-router/blob/main/CONTRIBUTING.md](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.[coverage-badge]: https://coveralls.io/repos/github/MrThearMan/drf-tree-router/badge.svg?branch=main
[status-badge]: https://img.shields.io/github/actions/workflow/status/MrThearMan/drf-tree-router/test.yml?branch=main
[pypi-badge]: https://img.shields.io/pypi/v/drf-tree-router
[licence-badge]: https://img.shields.io/github/license/MrThearMan/drf-tree-router
[repo-badge]: https://img.shields.io/github/last-commit/MrThearMan/drf-tree-router
[issues-badge]: https://img.shields.io/github/issues-raw/MrThearMan/drf-tree-router
[version-badge]: https://img.shields.io/pypi/pyversions/drf-tree-router
[downloads-badge]: https://img.shields.io/pypi/dm/drf-tree-router
[django-badge]: https://img.shields.io/pypi/djversions/drf-tree-router[coverage]: https://coveralls.io/github/MrThearMan/drf-tree-router?branch=main
[status]: https://github.com/MrThearMan/drf-tree-router/actions/workflows/test.yml
[pypi]: https://pypi.org/project/drf-tree-router
[licence]: https://github.com/MrThearMan/drf-tree-router/blob/main/LICENSE
[repo]: https://github.com/MrThearMan/drf-tree-router/commits/main
[issues]: https://github.com/MrThearMan/drf-tree-router/issues