zuzannast / swagger_ui_engine

Include swagger-ui as rails engine and document your API with simple JSON or YAML files.
https://zuzannast.github.io/swagger_ui_engine/
MIT License
83 stars 43 forks source link

Bugfixing/set real js null to url validator #36

Closed ozmar-11 closed 5 years ago

ozmar-11 commented 5 years ago

Closes #19

Add a JS function to validate the URL before pass it to the swagger UI, in order to detect if a JS null value is required instead of passing a string with null

zuzannast commented 5 years ago

Thanks for handling this!