Skip to content

Instantly share code, notes, and snippets.

@matthewtrask
Created March 24, 2021 03:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthewtrask/1ae5d77613af586eebfbfb8fa988c7a8 to your computer and use it in GitHub Desktop.
Save matthewtrask/1ae5d77613af586eebfbfb8fa988c7a8 to your computer and use it in GitHub Desktop.
OpenAPI has been around now for a little over 5 years and is finally hitting a level of maturity a lot of teams look for when adopting
a new specification to their tool chains. This talk covers the basics of OpenAPI starting with a break down of the specification itself,
aiming to removing ambiguity around the definition language, the introduction of JSON Schema to the OpenAPI specification. We will also look at some of the
tooling around the specification that developers can integrate into their development pipeline, starting with tooling to define their specification to using testing
libraries in CI/CD pipelines to ensure the contract being deployed matches the API in production.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment