Skip to content

Commit d162096

Browse files
committed
docs(capi-client): remove outdated relation fetching details from README
The documented behavior for handling relation UUIDs no longer matches the current client implementation, so removing it prevents misleading usage assumptions and keeps the README accurate.
1 parent 07ca311 commit d162096

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/capi-client/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,6 @@ result.data.story.content.author;
139139

140140
If the API response includes `rel_uuids` (overflow of relation UUIDs), the client automatically fetches the missing related stories and includes them in the inlining pass when `inlineRelations` is enabled.
141141

142-
- Missing UUIDs are deduplicated before fetching.
143-
- UUIDs are fetched in chunks (`by_uuids`) and merged with `rels`.
144-
- If relation fetches fail, the request fails to avoid returning partially inlined relation data.
145-
146142
### Caching
147143

148144
The client includes an in-memory cache provider by default for published CDN `GET` requests.

0 commit comments

Comments
 (0)