https://github.com/temando/lincoln-transformer
Transforms OpenAPI documents into a format for Lincoln 🎩
https://github.com/temando/lincoln-transformer
Last synced: 8 months ago
JSON representation
Transforms OpenAPI documents into a format for Lincoln 🎩
- Host: GitHub
- URL: https://github.com/temando/lincoln-transformer
- Owner: temando
- Created: 2017-07-21T14:13:51.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-24T07:42:20.000Z (almost 9 years ago)
- Last Synced: 2024-12-27T18:22:54.058Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Lincoln Transformer
This project is responsible for parsing Open API v3 documents into a [lincoln-ui+v1](https://temando.github.io/lincoln-schema-spec/) document which is understood by [Lincoln](http://github.com/temando/open-api-renderer), an OpenAPI renderer.
It uses [oai-ts-core](https://github.com/Apicurio/oai-ts-core) to parse Open API
documents.