Tags
#api
Blog posts, snippets, and glossary entries related to "api", gathered in one place.
Entries 3
- GlossaryEcho
Echo is a high-performance Go web framework often used for REST API development with a lightweight architecture.
- GlossarySAPISIDHASH
SAPISIDHASH is an authentication-related hash used by some internal Google APIs to validate request context.
- BlogBasic policy when implementing an API server with Golang
I have organized my own basic policies when writing an API server in Go, including single binary + cobra, operation focus, HTTP/CLI separation, secure error handling, and graceful shutdown.
hsb.horse