Create Production-Ready SDKs With gRPC GatewayYou may want to provide a RESTful API in addition to your gRPC service without the need to duplicate your code. gRPC Gateway is a popular tool for generating RESTful APIs from gRPC service definitions. In this tutorial, we'll take a detailed look at ...Dec 8, 2023·7 min read
OneOf, AllOf, AnyOf Oh my! How to define union types in OpenAPIHow to effectively use oneOf, allOf and anyOf in your OpenAPI 3.X OADs.Oct 30, 2023·6 min read
Get Production-Ready Client Libraries from Zod SchemasHow to generate OpenAPI schemas and great SDK clients for your Zod-validated APIOct 24, 2023·12 min read
How to Wrap Your Terraform Provider for PulumiIn this post, we'll show you how to make a Terraform provider available on Pulumi. The article assumes some prior knowledge of Terraform and Pulumi, as well as fluency in Go. If you are new to Terraform providers, please check out our Terraform docum...Oct 11, 2023·13 min read
Introducing Speakeasy Suggest - Automatic OpenAPI Spec MaintenanceHow we built an OpenAPI LLM agent.Oct 4, 2023·18 min read
OpenAPI Tips - How to set operationIdNotes on how to correctly set OperationId in your OpenAPI spec.Sep 17, 2023·3 min read
OpenAPI Tips - How to Handle AuthTips and best practices for how to correctly configure auth in your OpenAPI spec.Aug 24, 2023·7 min read