twskj / pretty-swag

Pretty UI for Swagger spec
MIT License
122 stars 20 forks source link

feat(spec-v3): Support for OpenApi specification v3 #62

Closed GMishx closed 5 years ago

GMishx commented 5 years ago

Check the specification version based on presense of swagger field (v2) and openapi field (v3) and parse the specification accordingly.

Closes #21

GMishx commented 5 years ago

The PR is in WIP state but can generate the HTML.

twskj commented 5 years ago

looks good so far thanks 👍

GMishx commented 5 years ago

I have done everything I could in pretty-swag. There are some changes required in livedocs to better reflect the OpenAPI specification 3.

Please review the changes.

twskj commented 5 years ago

I'll make time to look at it this weekend. Thanks for the PR

twskj commented 5 years ago

Can you quickly switch base branch to development? Thanks!

GMishx commented 5 years ago

Done.

twskj commented 5 years ago

livedoc need to be updated to accommodate new things in V3. I am messing around with difference idea. I should have something out soon.

GMishx commented 5 years ago

Do let me know if I could help there.