richhollis / swagger-docs

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

Does swagger-docs support Swagger 2.0 spec? #98

Closed ksonbol closed 10 years ago

ksonbol commented 10 years ago

I want to use some features that is only available in Swagger 2.0 like the collectionFormat field of the parameter object. Does swagger-docs support Swagger 2.0 yet?

richhollis commented 10 years ago

No, not at the moment. The current gem was built around the 1.2 spec.

ksonbol commented 10 years ago

Thanks, any plans on supporting it soon?

hderms commented 9 years ago

I'd consider helping out if/when it gets developed to work on 2.0 also @7h3kk1d might

fishermand46 commented 9 years ago

Yeah, I'd help towards getting this to support the 2.0 spec aswell.