#apis
Read more stories on Hashnode
Articles with this tag
You 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...
This tutorial will show you how to create an SDK for an API built with tRPC. We'll explore how to generate an OpenAPI document for our tRPC API, and...
This tutorial explains how to define an application programming interface (API) service written in Go with Goa, convert it to an OpenAPI schema with...
Integrate tsoa with Speakeasy In this tutorial, we'll learn how to integrate tsoa (TypeScript OpenAPI) with Speakeasy to generate client SDKs. We'll...
Generate SDKs with Fastify In this tutorial, we'll show you how to generate an OpenAPI specification using Fastify so that you can use Speakeasy to...
How to effectively use oneOf, allOf and anyOf in your OpenAPI 3.X OADs. ยท The OpenAPI Specification (OAS) is designed to be capable of describing any...