Created
March 24, 2021 03:35
-
-
Save matthewtrask/1ae5d77613af586eebfbfb8fa988c7a8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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