Problem
Request Deduplication is listed as a SmoothAPI feature, but the main
README Quickstart does not currently provide a simple example showing
how to enable it.
This makes it harder for users to discover how to use the feature.
What needs to be done
Add a Request Deduplication section to the main README.
The section should contain:
- A short explanation of what request deduplication does
- A simple code example
- The configuration required to enable it
The existing package documentation can be used as a reference.
Acceptance Criteria
Files to look at
README.md
packages/smooth-api-ts/README.md
Prerequisites
Basic Markdown and basic JavaScript/TypeScript.
Notes
The example should be copy-pasteable and should not introduce new APIs.
Problem
Request Deduplication is listed as a SmoothAPI feature, but the main
README Quickstart does not currently provide a simple example showing
how to enable it.
This makes it harder for users to discover how to use the feature.
What needs to be done
Add a Request Deduplication section to the main README.
The section should contain:
The existing package documentation can be used as a reference.
Acceptance Criteria
Files to look at
README.mdpackages/smooth-api-ts/README.mdPrerequisites
Basic Markdown and basic JavaScript/TypeScript.
Notes
The example should be copy-pasteable and should not introduce new APIs.