Questions tagged [django-rest-swagger]

Currently, there is no provided guidance for implementing this tag … at the moment!

Exploring the Django-Rest-Swagger documentation for effectively documenting the API within Django Rest Framework

I am currently exploring ways to document my API using the swagger generator tool called django-rest-swagger with DRF. At the moment, I am creating views by extending the rest_framework.views.APIView. I prefer not to use viewsets or serializers for writi ...