angular-swagger-ui-material
angular-swagger-ui-material copied to clipboard
[ABANDONED] Material Design template for angular-swager-ui
Any plans to port to ng2?
Other swagger-json UI's are showing endpoints within all tags/categories that they list, while this one only shows them within their first tag. Second, less important: because of the above problem,...
modify this in form: $http({ "headers": { "accept": "application/json", "content-type": "text/plain" } }
Basically, [Angular Schema Form](http://schemaform.io) turn JSON Schemas into forms. Since Swagger use a subset of JSON Schema to describe request and response bodies, it can be trivial to implement. The...
This feature add support for the Oauth2 password flow when described like so in a Swagger 2.0 file: ```yml securityDefinitions: auth: type: oauth2 flow: password tokenUrl: http://domain.tld/oauth/token ``` This is...
for https://apis-guru.github.io/ API discovery by @IvanGoncharov
After https://github.com/angular/material/issues/5068 or try workaround.