Skip to main content
Support OpenZiti, give us a GitHub Star Star

2 posts tagged with "OpenAPI"

OpenAPI specification

View All Tags

OpenAPI Python Clients

· 11 min read

At the OpenZiti project, we heavily rely on OpenAPI specifications to streamline our development process. The OpenAPI project provides code generators that support a variety of programming languages. In this blog, we'll focus on a practical guide for using a generated OpenAPI Python client library. Using a generated client as a user of an API is not entirely a straightforward process. Investing some time upfront to understand the translation between the spec and the code will help you establish the right mental model and kickstart your development.