Skip to content

Node script to merge multiple Open API 3 specifications into single specification

License

Notifications You must be signed in to change notification settings

britishgas-engineering/openapi3-joiner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open API 3 joiner

Node script to merge multiple Open API 3 specifications into single specification

In a microservice architecture, each microservice has its own API documentation. Often the apis are exposed behind an API gateway to give single interface to the clients. That creates a need to have a sigle API specification.

This script is a tool to merge multiple Open API 3 specifications (json or yaml) into a single specification

How to run?

npm install

node invoke.js (Please refer invoke.js for more details)

About

Node script to merge multiple Open API 3 specifications into single specification

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published