python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
drf-spectacular extend_schema_serializer can't do empty value example
I'm using the extend_schema_serializer decorator to document examples of json data that can be sent in a POST request. The problem is, one of the variations/examples requires no data, but the generate...
gmcc051
Votes: 0
Answers: 1
Django drf-spectacular with FirebaseBackend auth
To give as much context as possible; I have two problems while using drf-spectacular to build my API documentation;
With my default configuration, I cannot even load the documentation's page because ...
Manuhito
Votes: 0
Answers: 1
drf-spectacular post method not working with form field
I am using Django Rest Framework. And for documentation I am using drf-spectacular.
But the problem I am facing is that when I am trying to submit using form, I can not submit. But I can submit using ...
Nahidujjaman Hridoy
Votes: 0
Answers: 2
How to generate a schema for a custom pagination in django rfw with drf-spectacular?
I am struggling to properly generate the schema for my custom pagination in django rest framework.
I am using drf-spectacular for the schema generation. My custom pagination includes a total-pages fie...
Anti
Votes: 0
Answers: 3