Skip to content

The OSM Edit API written as a Open API Stat (OAS3) in a JAML file

License

Notifications You must be signed in to change notification settings

jonycoo/OSM-OpenAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 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

The OSM Edit API written as a Open API Stat (OAS3) in a JAML file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published