Skip to content

Nekmo/best-browsable-api

Repository files navigation

best-browsable-api for Django Rest Framework

Latest Travis CI build status Latest PyPI version Python versions Code Climate Test coverage Requirements Status

To install Best Browsable API, run this command in your django project:

$ pip install -e git+https://github.com/Nekmo/best-browsable-api.git@master#egg=best_browsable_api

And add best_browsable_api to your INSTALLED_APPS setting (before rest_framework):

INSTALLED_APPS = [
    "best_browsable_api",  # Before rest_framework!
    "rest_framework",
]

Collapse tree

Is your json too big? The library collapses the browsable api tree.

https://github.com/raw/Nekmo/best-browsable-api/master/images/collapse_tree.png

About

Improves the browsable api of Django Rest Framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published