/best-browsable-api

Improves the browsable api of Django Rest Framework

Primary LanguageHTMLMIT LicenseMIT

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://raw.githubusercontent.com/Nekmo/best-browsable-api/master/images/collapse_tree.png