AuthonAuthon Blog
All articles

#api

7 articles tagged with “api

How to Safely Trigger API Calls from an Email Link
debugging

How to Safely Trigger API Calls from an Email Link

A practical guide to triggering API actions from email links using HMAC-signed URLs, plus the link-prefetch trap that silently auto-clicks them.

webdevjavascriptsecurity
Why your generated SDK is full of 'any' types — and how to fix it
debugging

Why your generated SDK is full of 'any' types — and how to fix it

Your auto-generated TypeScript SDK is full of `any` types? The fix isn't the generator — it's your OpenAPI spec. Here's how to tighten it up.

openapitypescriptapi
How to keep third-party integrations alive when vendor APIs lock down
debugging

How to keep third-party integrations alive when vendor APIs lock down

A field-tested guide to diagnosing and recovering when a vendor firmware update silently locks down the LAN API your integration depends on.

opensourcedebuggingdevops
How to Prevent Email Leaks When Sharing Collaborative Docs Publicly
debugging

How to Prevent Email Leaks When Sharing Collaborative Docs Publicly

Learn how to detect and prevent email address leaks in public collaborative documents, with concrete API design patterns and testing strategies.

securityprivacywebdev
Why Your API Workflow Is Broken (And How to Fix It With Plain Text)
debugging

Why Your API Workflow Is Broken (And How to Fix It With Plain Text)

Stop fighting GUI API tools. Move your API workflows to plain-text .http files, version-controlled environments, and scriptable cURL — here's exactly how.

apiwebdevtesting
Debugging Silent Failures When Platform APIs Share Confusing Names
debugging

Debugging Silent Failures When Platform APIs Share Confusing Names

How to debug and prevent silent API failures when integrating with platforms that have multiple services sharing confusing, overlapping names.

apidebuggingpython
Why Your Flight Delay Tracker Shows Stale Data (And How to Fix It)
debugging

Why Your Flight Delay Tracker Shows Stale Data (And How to Fix It)

Why flight delay trackers show stale data and how to fix it with multi-source aggregation, ADS-B ground truth, and adaptive caching.

pythonapiarchitecture
Articles tagged "api" | Authon Blog