Cloud, Containers, and Microservices

TH06 Use OpenAPI to Document and Generate Your Services and Clients

08/10/2023

9:30am - 10:45am

Level: Introductory

Jon Flanders

Software Engineer

Disney

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