-
I'm trying to use drf-spectacular on a project with using Mongo as DB with MongoEngine, when i installed it and tried it about a week ago, i remember it worked perfectly, but since Monday seems to hav…
-
Thx a lot for working on the library, it really simplifies things a lot and gives us a great boost in documenting everything 👍 🙏
I wanted to wonder if someone has any hints regarding how to make i…
-
Author: @fao89 (fao89)
Redmine Issue: 8124, https://pulp.plan.io/issues/8124
---
Currently,
* drf-spectacular emits a warning when it can't get a serializer from APIView
* django-filters emits …
-
**Describe the bug**
I have a /openapi endpoint, and occasionally the API fails with this exception. This happens a few times a day, but most of the time the spec generates successfully.
```
Trac…
-
This is not a bug, rather a common logic (expected representation convention).
The generated OpenAPI specification schema, presents `username` and `password` fields in reverse (as someone would expec…
-
I'm trying to authenticate user with Swagger UI. But getting error saying `Auth ErrorError: Unauthorized, error: invalid_client` when using `Client credentials location: Authorization header` (though …
-
### Deployment Type
Self-hosted
### NetBox Version
v3.7.0
### Python Version
3.11
### Steps to Reproduce
1. Deploy Redis Sentinel instance
2. Deploy netbox with the following configuration for…
-
@tfranzel
When it's like this (no responses kwarg passed) the default behavior for http 200 works fine,
```
@extend_schema_view(
get=extend_schema(
operation_id='Kanban endpoint', …
-
- Advertise the API in a high-level sort of way
- Disclaimer for API users about what we expect (see WhatsApp for examples)
- Disclaimer for folks submitting stalls warning of fact and maybe pointin…
-
There seems to be back and forth for this parameter on the type. I see it was once changed from a Tuple to a List but has since changed back to a Tuple in the drf-yasg repo. The documentation also ref…