microsoft / OpenAPI.NET

The OpenAPI.NET SDK contains a useful object model for OpenAPI documents in .NET along with common serializers to extract raw OpenAPI JSON and YAML documents from the model.
MIT License
1.39k stars 231 forks source link

[Hidi] Create API Manifest from OpenAPI Document #1384

Open peombwa opened 11 months ago

peombwa commented 11 months ago

Is your feature request related to a problem? Please describe. We should extend Hidi to enable creation of API manifests from valid OpenAPI documents.

Describe the solution you'd like

flowchart LR
    a[OpenAPI] --> b[API Manifest] --> c[* Manifest]

Describe alternatives you've considered N/A

Additional context N/A

maisarissi commented 6 months ago

OpenAPI.ApiManifest library already supports generation of API Manifest from OpenAPI document. Is that already available in Hidi? How can I generate a API Manifest from a valid OpenAPI document?