logo hsb.horse
← Back to tag index

Tags

#api

Blog posts, snippets, and glossary entries related to "api", gathered in one place.

Entries 3
  1. Glossary
    Echo

    Echo is a high-performance Go web framework often used for REST API development with a lightweight architecture.

  2. Glossary
    SAPISIDHASH

    SAPISIDHASH is an authentication-related hash used by some internal Google APIs to validate request context.

  3. Blog
    Basic 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.