Cloud, Containers, and Microservices

H16 Use OpenAPI to Document and Generate Your Services and Clients

03/07/2024

1:15pm - 2:30pm

Level: Intermediate

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 OpenAPI
  • How to use OpenAPI to generate client-side code
  • How to use OpenAPI to generate server-side code