Skip to content

jhollowe-forks/openapi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

819 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spot OpenAPI Specification

Spot OpenAPI Specification is a static site built using OpenAPI definitions and powered by ReDoc.

Table of Contents

Requirements

Local Development

# using yarn
$ yarn serve

# using docker
$ make serve
  • Validate the API definition against the OpenAPI schema:
# using yarn
$ yarn validate

# using docker
$ make validate

Build Artifacts

  • Make a static HTML file with ReDoc:
# using yarn
$ yarn bundle:redoc

# using docker
$ make bundle-redoc
  • Make a single JSON bundle of the OpenAPI spec:
# using yarn
$ yarn bundle:swagger

# using docker
$ make bundle-swagger

Getting Help

We use GitHub issues for tracking bugs and feature requests. Please use these community resources for getting help:

Community

Contributing

Please see the contribution guidelines.

License

Code is licensed under the Apache License 2.0.

About

Spot OpenAPI Specification.

Resources

License

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 86.7%
  • Makefile 13.3%