A flexible, easy to use set of clients AWS APIs for Elixir
pull request commentxerions/phoenix_swagger
Do not try to start ex_json_schema
:pray: any chance we could get a 0.8.4 on hex.pm for this fix?
comment created time in a month
This will be renamed later on to proper repository name
fork in 2 months
issue closedxerions/phoenix_swagger
is there a way to disable the swagger "try it out" UX ?
closed time in 2 months
steveinatorxissue commentxerions/phoenix_swagger
is there a way to disable the swagger "try it out" UX ?
a quick and dirty way to do this is to fork the lib and add a plugin to lib/phoenix_swagger/plug/swaggerui.ex:
window.onload=function(){
...
const DisableTryItOutPlugin = function() {
return {
statePlugins: {
spec: {
wrapSelectors: {
allowTryItOutFor: () => () => false
}
}
}
}
}
...
then pop that into the plugins param in the SwaggerUiBundle object init
comment created time in 2 months
issue openedxerions/phoenix_swagger
is there a way to disable the swagger "try it out" UX ?
created time in 2 months
PR opened xerions/phoenix_swagger
Besides other documentation changes, this commit ensures the generated HTML doc for HexDocs.pm will become the main source doc for this Elixir library which leverage on latest ExDoc features.
Screenshot:

pr created time in 2 months