djaodjin / djaoapp

Web/API Gateway with user profiles, billing, and subscription-based access control
https://djaodjin.com/
Other
128 stars 33 forks source link

Address typeahead feature #224

Closed knivets closed 1 year ago

knivets commented 1 year ago
knivets commented 1 year ago

I checked the generated documentation and it seems to generate the proper body. However, I wasn't able to get it to generate the query argument. I tried to specify it with @swagger_auto_schema(manual_parameters=[openapi.Parameter('q', openapi.IN_QUERY, type=openapi.TYPE_STRING)]) but the schema generator doesn't seem to pick it up.