Skip to content

payfazz/swagger-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Swagger Tools

This tools is for API documentation using OpenAPI. Able to provide mock API using APISprout

How To Use

Run docker image using volume to specify the swagger.yaml/openapi.yaml file

docker run -v {OPENAPI_FILE_PATH}:/usr/share/nginx/html -e SPEC_URL={OPENAPI_FILE_NAME} -p 5000:5000 -p 80:80 swagger-tools:0.0.2


Port 5000 is where the APISprout is exposed.

This image uses redocly/redoc. You can refer to the overview page regarding the environment variables.

About

API Documentation Tools using SwaggerUI and APISprout

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published