Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion fern/products/api-def/grpc-pages/services/streaming.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Streaming
subtitle: Implement server streaming, client streaming, and bidirectional streaming with gRPC
description: Learn how to implement server streaming, client streaming, and bidirectional streaming in gRPC for real-time communication and efficient data transfers.
---

gRPC supports four types of service methods: unary, server streaming, client streaming, and bidirectional streaming. Streaming enables efficient real-time communication and large data transfers.
Expand Down
2 changes: 1 addition & 1 deletion fern/products/api-def/openapi-pages/extensions/overview.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Overview of OpenAPI extensions
description: Learn about Fern's OpenAPI extensions
description: Learn about OpenAPI extensions in Fern. Customize authentication, SDK methods, versioning, and more for better API specs.
---
Fern supports a variety of OpenAPI extensions that enhance your API specification and generate higher-quality SDKs.

Expand Down
2 changes: 1 addition & 1 deletion fern/products/api-def/openapi-pages/extensions/retries.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Retry behavior
subtitle: Configure retry behavior for endpoints using `x-fern-retries` extension
description: Control API retry logic with x-fern-retries extension. Configure endpoint-level retry behavior and disable retries for payment processing and order creation.
---

<Callout intent="info">
Expand Down
Loading