Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions fern/products/sdks/capabilities.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ layout: overview
</Card>
<Card title="Retries with Backoff" icon="fa-duotone fa-repeat" href="/sdks/deep-dives/retries-with-backoff">
Automatically retry failed requests with exponential backoff
<p className="text-(color:--grayscale-a11) font-bold mt-2 flex items-center gap-1">
Learn more
<img src="./images/arrow-right-black.svg" alt="Arrow right light" className="arrow-right dark:hidden m-0 h-4 w-4" noZoom />
<img src="./images/arrow-right-white.svg" alt="Arrow right light" className="arrow-right hidden dark:block m-0 h-4 w-4" noZoom />
</p>
</Card>
<Card title="Webhook Signature Verification" icon="fa-duotone fa-key">
Verify the signature of incoming webhook requests
Expand Down