Encore Go API

Define typed API endpoints in Encore Go using `//encore:api` annotations. Covers typed request/response structs, path/query/header/cookie params, and error returns. For raw endpoints (`//encore:api raw`) and inbound webhooks, use `encore-go-webhook` instead.

encoredev Updated

File contents

encoredev/skills/tree/main/encore/go-api commit 677e137254

Frequently asked questions

npx skillmds@latest add encoredev/encore-go-api