angular-swagger-ui
angular-swagger-ui copied to clipboard
An angularJS implementation of Swagger UI
## Add oauth2 password flow to angular-swagger-ui * Tested against Keycloak
Is it possible to render a curl example?
I got sanitize injected as a dependency into my project for custom reasons, but I'd like to avoid the sanitize in this line: `https://github.com/Orange-OpenSource/angular-swagger-ui/blob/master/src/scripts/modules/swagger-markdown.js#L54` because everytime it sanitizes here, it...
Are there any plans, or do you know about any forks of this project to support Angular 7?
What are the benefits of running angular-swagger-ui versus just redirecting the user to a web page containing Swagger-UI configured with the desired openapi v3 JSON specification file? I ask because...
I'm working with HL7 FHIR and, admittedly, their structures are HUGE and complex. the error I'm getting from the error handler is: error: Failed to parse Swagger specification: Invalid string...
Hi, I forked your repo and I've been working on replacing body text areas with form for JSON payloads for a personal project. It still needs some work but you...
I saw a warning saying that `AngularSwaggerUI: when using permalinks you should set reloadOnSearch=false in your route config to avoid UI being rebuilt multiple times` However, I'm not sure where...