Building, documenting, and using APIs can be a complex process.
Using OpenAPI can make your process easier by creating documentation that can be used as a guide in building and consuming a service.
But since OpenAPI specs are easily consumable by code, your specs can also be used to automatically generate both service-side interfaces, as well as full clients.
Come to this session and see how adopting OpenAPI can make your API creation and consumption processes smoother.
You will learn:
- The basics of how OpenAPi works
- Understand the power of OpenAPI code generation
- Be able to integrate OpenAPI and code generation into your own development pipeline