django-rest-framework-docs icon indicating copy to clipboard operation
django-rest-framework-docs copied to clipboard

Document Web APIs made with Django Rest Framework

Results 75 django-rest-framework-docs issues
Sort by recently updated
recently updated
newest added

Hi, first of all thanx for your work, it's a great work, many thanx :) I searched into issues list and looked up the demo, but I don't find a...

Here I have added the feature of fields with the table representation. So you can use **Table** representation to make your fields list in the documentation clear. So We can...

Hi. This project is very smart, good job. But i have try to override the template without succes. I have (https://www.drfdocs.com/templates/): - created the rest_framework_docs folder in the template folder...

With view set its not able to fetch allowed method, because of that no method button in api

Heyo! Thanks so much for releasing this, it is beautiful. I am a little confused on why I'm not seeing POST/DELETE/etc. on the DRF docs version, but I can see...

Will you planing to add filtering support in django-rest-framework-docs? It's will be nice feature

This pull request is an attempt to provide a better ModelViewSet support: - It solves this issue: [ModelViewSet doesn't show request methods, instead it only show option button](https://github.com/ekonstantinidis/django-rest-framework-docs/issues/58). The request...

It seems a bit redundant to show options over and over, could we remove that method from being displayed somehow? ![image](https://user-images.githubusercontent.com/2185159/29848161-cdea0e04-8cd3-11e7-89e9-738f165e9399.png)

I have made the rule in the url.py url(r'^docs/', include('rest_framework_docs.urls', namespace='docs')), and i can server the doc app but all links are wrong: /docs/api/notes/_uid_/add but it should be /api/notes/_uid_/add the...

How do I format the description of an endpoint for when DRF Docs displays it? I've tried several things and nothing works. For example, I'd like to add line breaks....