Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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