unaguil / sphinx-swaggerdoc

Sphinx extension that automatically documents Swagger APIs
MIT License
39 stars 26 forks source link

Swagger v2 #1

Closed eaceto closed 8 years ago

eaceto commented 9 years ago

It only works with Swagger v1 JSON. Not with v2. Is it possible for you to add v2 support?

Also it will be nice if apport from a URL the user can spacify the content of the JSON. Like

.. swaggerdoc::

 // here it comes the JSON file

Thanks! Great work

unaguil commented 9 years ago

Thank you for your feedback. We are migrating some projects to use Swagger v2, so I will update the extension once we start to generate our new documentation.

raarts commented 8 years ago

Hi, is there any progress on this? Thanks.

moigagoo commented 8 years ago

Hi! Any updates?

raarts commented 8 years ago

Apparently @unaguil is working on this. Thanks!

unaguil commented 8 years ago

Yes, I need to solve some issues with the new Swagger data.

unaguil commented 8 years ago

I have pushed a new version that works with the Swagger 2.0 specification obtained from a remote URL