Skip to content

Translate an OVH API schema to an Open API chema

License

Notifications You must be signed in to change notification settings

damwiw/ovhapi2openapi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Translate an OVH API schema to a Open API schema (swagger)

Requirements

System

*nix systems should be ok.

Dependencies

Go must be installed.

Usage

  • Create a .yaml file containing metadata about the API and the routes to merge. See into the directory Examples to get the yaml structure.

  • Run go get -v && go install -v

  • Execute ovhapi2openapi -i [PATH_TO_YAML_FILE] -o [PATH_TO_THE_OPENAPI_FILE]

About

Translate an OVH API schema to an Open API chema

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%