https://github.com/merkys/openapi-3to2
Convert OpenAPI v3 descriptions to v2
https://github.com/merkys/openapi-3to2
openapi perl5
Last synced: 11 months ago
JSON representation
Convert OpenAPI v3 descriptions to v2
- Host: GitHub
- URL: https://github.com/merkys/openapi-3to2
- Owner: merkys
- License: other
- Created: 2019-12-16T14:11:48.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-18T07:38:43.000Z (about 6 years ago)
- Last Synced: 2025-02-07T13:31:11.960Z (about 1 year ago)
- Topics: openapi, perl5
- Language: Perl
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
OpenAPI-3to2
============
As of December 2019 there seem to be no command line tools to render OpenAPI v3 descriptions to PDF.
For the time being a simple solution is to downgrade OpenAPI v3 to v2, and use tools like [swagger2markup-cli](https://github.com/Swagger2Markup/swagger2markup-cli).