fsbahman / apidoc-swagger

apidoc and swagger are two nice projects which are focusing on documentation of APIs. This project is a middle tier which tries to bring them together in a sense that it uses apidoc to convert inline documentation to json schema and later convert it to swagger json schmea.
Other
252 stars 129 forks source link

swagger json file #8

Closed jbrauchler closed 9 years ago

jbrauchler commented 9 years ago

Where should the swagger json file be appearing in our folder? I am not seeing it, just want to make sure I get the right idea and am able to be successful with it. Any help would be great.

fsbahman commented 9 years ago

Hi, if you use it via command like this: apidoc-swagger -i example/ -o doc/ then the -o is to identify output folder where the swagger.json should appear.

jbrauchler commented 9 years ago

I realized it was running apidoc rather than apidoc-swagger and that was why the swagger.json file wasn't appearing.