Documentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
useFetchSpaceBySlug returns a callable function that fetches a space using its slug. Slugs are optional, unique per project, and must match the pattern ^[\p{L}\p{N}]+(?:[-_][\p{L}\p{N}]+)*$ (letters, numbers, hyphens, underscores, supports Unicode).
Usage Example
Parameters
The URL slug of the space.
Optional. Pass
"files" to include avatar and banner file objects.Returns
Returns a SpaceDetailed object. For most use cases, preferSpaceProvider slug prop over calling this hook directly.
