Skip to content

stevenmontoya/openapi-basic-structure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Basic Structure to Define OpenApi

This repository contains a basic structure to define and generate an html API report

Setup 🚀

You can run the following docker image to generate html report

 docker run --rm \
    -v $PWD:/local openapitools/openapi-generator-cli generate \
    -i /local/openapi-rest.yml \
    -g html \
    -o /local/out/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published