“api”
Safety Settings in the Gemini API: Blocking Harmful Content Before It Ships
Configure Gemini API safety settings to block harmful content at the API level. Set category thresholds, handle safety ratings, and build production-ready content filtering.
API Design Best Practices: REST, RPC, and Beyond
A practical guide to designing APIs that scale: REST resource modeling, HTTP semantics, gRPC and protocol buffers, and when GraphQL, JSON-RPC, or tRPC fit better, with runnable FastAPI and gRPC examples.
GraphQL Federation at Scale
Splitting one GraphQL API into composable subgraphs with Apollo Federation v2. Entities, @key directives, reference resolvers, supergraph composition, and batching entity lookups so queries stay fast as teams multiply.
AI APIs vs. Local Models: A Developer's Guide to Choosing the Right Tool
Should you use an API like Gemini or run a local model with Ollama? We compare the pros and cons of each approach for developers.
Connect to OpenClaw with OpenAI Compatible API
Learn how to integrate OpenClaw into your existing OpenAI-compatible workflows using its Chat Completions endpoint.
Integrating REST APIs with OpenAPI in ADK
Learn how to seamlessly integrate REST APIs into your Agent Development Kit (ADK) applications using OpenAPI specifications to automate tool generation.