Skip to content

OpenAPI Specifications, Swagger, and JSON schema used to generate the human-readable BigCommerce API Reference.

Notifications You must be signed in to change notification settings

agchan12/api-specs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

251 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BigCommerce API Specifications

OpenAPI Specifications, Swagger, and JSON schema used to generate the human-readable BigCommerce API Reference.

Directory structure

.
├── circleci             # config for circleci job that runs openapi linter
    └── config.yml       # - docs: https://meta.stoplight.io/docs/spectral
├── doc                  # markdown files
├── models               # yaml schema for various objects
    ├── ...
    └── json2schema.py   # script to easily convert json data to yaml schema
├── reference            # openapi specification files
├── .spectral.yaml       # config for stoplight spectral openapi linter
└── .stoplight.json      # stoplight platform configuration file
                         # - docs: https://meta.stoplight.io/docs/platform/

Contributing

If you're interested in contributing, see CONTRIBUTING.md.

About

OpenAPI Specifications, Swagger, and JSON schema used to generate the human-readable BigCommerce API Reference.

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%