Developer documentation
Sudhanva API webhooks.
Webhook and change-notification guidance for the static, read-only sudhanva.me publishing API.
No webhook registration surface
The sudhanva.me API does not create resources, run background jobs, accept callback URLs, or emit account-specific events. Consequently there are no webhook endpoints, signing secrets, delivery attempts, or retry semantics to integrate with.
Detecting published changes
- RSS announces published technical articles.
- The sitemap includes freshness metadata.
- API responses expose cache controls and stable publication/update timestamps.
- The posts collection supports cursor pagination for deterministic traversal.
If a write-capable product surface is introduced in the future, webhook authentication, signatures, idempotency, retries, event schemas, and versioning will be specified before public use. None is implied by the current portfolio API.