Dmitri

Results 1 comments of Dmitri

My solution for this. Only for `APIView`. Works with any methods of `APIView`: GET, POST, PATCH, PUT, DELETE. ```python from drf_yasg import openapi from drf_yasg.utils import guess_response_status from drf_yasg.inspectors import...