Skip to content

Improves the browsable api of Django Rest Framework

License

Notifications You must be signed in to change notification settings

alsur/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://raw.githubusercontent.com/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

Languages

  • HTML 34.3%
  • Python 33.1%
  • JavaScript 18.9%
  • Makefile 8.8%
  • CSS 4.9%