Where does swagger_yard place the JSON file it generates?
It doesn't say so in the README, https://github.com/livingsocial/swagger_yard
I'm trying to point swagger-ui_rails to that JSON file.
Where does swagger_yard place the JSON file it generates?
It doesn't say so in the README, https://github.com/livingsocial/swagger_yard
I'm trying to point swagger-ui_rails to that JSON file.
I found my JSON in following https://myapibaseurl.com/swagger/swagger
and pointing from the ui to this route was a success for me :).
You can check it by searching swagger in the output of rails routes
console command to make sure where to look !