Loic Duros
Loic Duros
Any update on this issue? It seems to be a bit of a dealbreaker if the main swagger javascript library doesn't work out of the box to fetch the schema...
Simply adding the following as the schema_view in urls.py did the trick for me: class JSONOpenAPIRenderer(renderers.OpenAPIRenderer): media_type = 'application/json' schema_view = get_schema_view(title='My API', renderer_classes=[JSONOpenAPIRenderer])
Hi: I'm encountering the exact same issue, and I'm trying to load keytar inside the browser window, which I think might be a problem because it is an unprivileged context,...