caduh

Posts tagged “api

Tiny explainers grouped by topic. Spend less time Googling, more time building.

CORS Explained Without Cargo Culting

What actually breaks in CORS, which headers matter, and the server configs that fix browser errors without accidentally opening your API.

devsecurityweb

OpenAPI Done Right — contracts, not just docs

Practical patterns for rock‑solid APIs: spec styleguide, reusable components, Problem Details errors, auth & versioning, pagination, idempotency, testing, and CI gates. Includes a copy‑paste 3.1 template.

devapiopenapi

Google Ads API — the essentials (tiny playbook)

Developer token + OAuth, account hierarchy (manager vs customer), GAQL for reporting, safe mutations with validate_only/partial_failure, quotas, and offline conversions.

devapiads