-
Updated
Jul 13, 2020 - Java
swagger-ui
Here are 1,005 public repositories matching this topic...
Description
How can I use socket.io instead of the plain websocket integration? I guess this is more a question belonging to starlette.
Currently migrating from a flask application using flask-socketio / python-socketio
Any hint is appreciated. Thx.
There is absolutely no documentation (other than "this is how you drop an existing file". What is the point of releasing such a product if you do not document it?
In #434, it was reported that there were inline scripts that caused the docs to break when a CSP policy blocked those inline scripts. This was fixed in DRS 2.0.
In #637, another inline script was introduced, causing this to break again.
add auth to docs
Copied from #103
I've resolved the issue of authentication using the next code:
swagger_template = { ..., 'securityDefinitions': { 'basicAuth': { 'type': 'basic' } }, ... }
app = Flask(__name__)
Swagger(app, config=config[config_name].swagger_config, template=swagger_template)
 to model classes are lost in the t
The README explains how to customize swagger-ui by generating and editing the app/views/rswag/ui/home/index.html.erb template file. This works!
It would be neat if I could configure swagger-ui -- particularly the parameters described in the docs -- by setting the desire
-
Updated
Jul 12, 2020 - Java
-
Updated
Jun 6, 2020 - Python
-
Updated
Nov 14, 2019 - CSS
Adding examples responses.
I see there is a method to add responses @doc.response but is there a method to add example responses?
It would be nice if @doc.example() added example code to the OpenApi spec.
Slightly related question
Is there a way to populate the Example Value box with a real example, or will that only
-
Updated
Jul 13, 2020 - JavaScript
Hello,
I want to use another db instance for swagger documentation because if we use same db instance on production. there is fear of changes which can be made anyone who is using documentation. So different db for application and another one for documentation. How it can be done using swagger-lume???
Cannot set keywords
Thank you very much for the code. It's very useful, but there's a little problem.
Expected Behavior
https://alibaba-easyexcel.github.io/

I set 'keywords' and I wanted it to be keywords for <head></head> in HTML.
Actual Behavior
Can't find keywords and description tag.
-
Updated
Jul 15, 2020 - C#
-
Updated
May 25, 2018 - CSS
Describe the feature
Introduce new configuration option to choose collapse mode of generated swagger UI documentation.
The template of swagger UI itself allows easily to define default collapsing behavior over "docExpansion" property in SwaggerUIBundle definition.
-
Updated
Dec 18, 2019 - JavaScript
-
Updated
Nov 7, 2018 - JavaScript
-
Updated
Jun 22, 2020 - JavaScript
-
Updated
Mar 22, 2020 - JavaScript
-
Updated
Jun 6, 2020 - JavaScript
Improve this page
Add a description, image, and links to the swagger-ui topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the swagger-ui topic, visit your repo's landing page and select "manage topics."
Q&A (please complete the following information)