richhollis / swagger-docs

Generates swagger-ui json files for Rails APIs with a simple DSL.
MIT License
750 stars 150 forks source link

Does it work with rails-api? #76

Closed willawill closed 10 years ago

willawill commented 10 years ago

Hi, I have my current project build with rails-api(https://github.com/rails-api/rails-api) but not rails. But somehow the rake swagger:docs task always shows "processed 0" to me. I tried the example with rails-api and it didn't seem work either. I wonder does it have something to do with it? Thanks!

willawill commented 10 years ago

Sorry!

richhollis commented 10 years ago

No worries!

CQBinh commented 9 years ago

@willawill did you make it work succesfully? I meet the same issue.