GeistHaus
log in · sign up

GitHub - oapi-codegen/oapi-codegen: Generate Go client and server boilerplate from OpenAPI 3 specifications

github.com

Generate Go client and server boilerplate from OpenAPI 3 specifications - oapi-codegen/oapi-codegen

8 pages link to this URL
Decoding JSON sum types in Go without panicking

The Go programming language doesn't have native support for sum types, but we'll see how we can emulate them, how to decode and encode them into JSON, and how in some cases they can help avoid runtime panic exceptions.

1 inbound link article en
The value of API-First design on side-projects

Discover the value of API-First design for side projects. Learn how this approach can streamline development, improve consistency, and accelerate your workflow through practical examples and code generation.

0 inbound links article en Post api-first designopenapi specificationcode-genapi contractfull-stack developmentdevelopment experiencego backendtypescript frontendcodego