Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/myrotvorets/oav-installer
Internally used by microservices to configure express-openapi-validator
https://github.com/myrotvorets/oav-installer
microservices oav-installer openapi-specification
Last synced: 22 days ago
JSON representation
Internally used by microservices to configure express-openapi-validator
- Host: GitHub
- URL: https://github.com/myrotvorets/oav-installer
- Owner: myrotvorets
- License: mit
- Created: 2020-08-02T00:56:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-16T03:34:15.000Z (26 days ago)
- Last Synced: 2024-12-16T20:36:08.863Z (25 days ago)
- Topics: microservices, oav-installer, openapi-specification
- Language: TypeScript
- Homepage:
- Size: 2.71 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# oav-installer
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=myrotvorets_oav-installer&metric=alert_status)](https://sonarcloud.io/dashboard?id=myrotvorets_oav-installer)
[![Build and Test](https://github.com/myrotvorets/oav-installer/actions/workflows/build.yml/badge.svg)](https://github.com/myrotvorets/oav-installer/actions/workflows/build.yml)This package is internally used by our microservices.
What it does is:
1. ~Loads the OpenAPI specification.~
2. ~Transforms it (public and private services handle some parts differently)~
3. Configures `express-openapi-validator`
4. ~Installs `express-openapi-validator` into the Express application~