HenrikDK / MergeOpenApi

Service setup to merge OpenApi specifications and serve them up as a combined spec

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MergeOpenApi

Code repository for the C# microservice application to merge OpenApi specifications in production.

The application consists of 4 seperate services that work together to allow you to merge OpenApi specifications on deployment.

alt text

Setup & Usage

The service is meant to be used with an API gateway To use this functionality you need to:

  1. Deploy applications and create db
  2. Configure the system
  3. Integrate into your deployment pipeline
  4. Expose the UI service using an API Gateway or similar solution so that end users can see the resulting Merged OpenApi documentation

About

Service setup to merge OpenApi specifications and serve them up as a combined spec

License:Apache License 2.0


Languages

Language:C# 91.0%Language:HTML 7.3%Language:Dockerfile 1.8%