feathersjs-ecosystem / feathers-swagger

Add documentation to your FeatherJS services and feed them to Swagger UI.
MIT License
225 stars 62 forks source link

Is there a version that works with OAS 2.0? #82

Closed bhgames closed 7 years ago

bhgames commented 7 years ago

Just wondering...is there a version of this that supports Swagger 2? I need to make a Python SDK using bravado(a python codegen tool based on OAS 2.0) and they don't plan to add 3.0 support.

daffl commented 7 years ago

What do you mean? The current version on npm supports Swagger UI 2.x

bhgames commented 7 years ago

Thanks for such a quick answer! This is what I mean: https://screencast.com/t/5m4QCTZsz It says 3.0 on your docs.

bhgames commented 7 years ago

Ah, is master here quite diverged fromt he latest published package?

daffl commented 7 years ago

Yes. You can find links to the trees of the published version at https://github.com/feathersjs/feathers-swagger/releases

bhgames commented 7 years ago

Okay, thank you!