Skip to content

Commit

Permalink
docs: link to swagger2openapi converter
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-bonnel committed Mar 10, 2017
1 parent dac9298 commit e2d7f8d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# OpenAPI viewer component for VueJS

This [Vue.js](https://vuejs.org/) component is designed to easily browse and test a REST API described
with the [OpenAPI Specification](https://github.com/OAI/OpenAPI-Specification) (formerly known as Swagger Specification). This component follows Google [Material Design](https://material.google.com/) principles and relies on the [Vue Material](https://github.com/marcosmoura/vue-material) framework. It also relies on [vue-resource](https://github.com/pagekit/vue-resource) to perform API requests.
with the [OpenAPI 3.0 Specification](https://github.com/OAI/OpenAPI-Specification) (formerly known as Swagger Specification). This component follows Google [Material Design](https://material.google.com/) principles and relies on the [Vue Material](https://github.com/marcosmoura/vue-material) framework. It also relies on [vue-resource](https://github.com/pagekit/vue-resource) to perform API requests.

See it in action :
* https://koumoul.com/s/geocoder/api-doc
Expand Down Expand Up @@ -48,6 +48,10 @@ new Vue({

[MIT License](license.md)

## Resources

* [swagger2openapi](https://github.com/Mermade/swagger2openapi) let you convert Swagger 2.0 definitions into OpenApi 3.0.x

## Similar projects

This project has been inspired by the following projects :
Expand Down

0 comments on commit e2d7f8d

Please sign in to comment.